Add support for lazy prototypes.

Done-with: ckamm
This commit is contained in:
Roberto Raggi
2010-02-03 15:39:57 +01:00
parent a4f8d388bc
commit 976d74ca73
9 changed files with 147 additions and 95 deletions

View File

@@ -219,7 +219,7 @@ private:
return;
_processed.insert(object);
enumerateProperties(object->prototype());
enumerateProperties(object->prototype(_context));
object->processMembers(this);
}