Debug gc
git-svn-id: svn://10.0.0.236/trunk@140938 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6c30dd6fe0
commit
a54fbdf4ca
@ -398,7 +398,8 @@ namespace MetaData {
|
||||
JS2Engine::JS2Engine(World &world)
|
||||
: meta(NULL),
|
||||
pc(NULL),
|
||||
bCon(NULL),
|
||||
bCon(NULL),
|
||||
phase(RunPhase),
|
||||
retval(JS2VAL_VOID),
|
||||
a(JS2VAL_VOID),
|
||||
b(JS2VAL_VOID),
|
||||
|
||||
@ -4562,6 +4562,9 @@ XXX see EvalAttributeExpression, where identifiers are being handled for now...
|
||||
}
|
||||
// there was room, so acquire it
|
||||
PondScum *p = (PondScum *)pondTop;
|
||||
#ifdef DEBUG
|
||||
memset(p, 0xB7, sizeof(PondScum));
|
||||
#endif
|
||||
p->owner = this;
|
||||
p->setSize(sz);
|
||||
if (isJS2Object)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user