mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Debug gc
This commit is contained in:
parent
0975e3734b
commit
6f0c08bee9
@ -398,7 +398,8 @@ namespace MetaData {
|
|||||||
JS2Engine::JS2Engine(World &world)
|
JS2Engine::JS2Engine(World &world)
|
||||||
: meta(NULL),
|
: meta(NULL),
|
||||||
pc(NULL),
|
pc(NULL),
|
||||||
bCon(NULL),
|
bCon(NULL),
|
||||||
|
phase(RunPhase),
|
||||||
retval(JS2VAL_VOID),
|
retval(JS2VAL_VOID),
|
||||||
a(JS2VAL_VOID),
|
a(JS2VAL_VOID),
|
||||||
b(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
|
// there was room, so acquire it
|
||||||
PondScum *p = (PondScum *)pondTop;
|
PondScum *p = (PondScum *)pondTop;
|
||||||
|
#ifdef DEBUG
|
||||||
|
memset(p, 0xB7, sizeof(PondScum));
|
||||||
|
#endif
|
||||||
p->owner = this;
|
p->owner = this;
|
||||||
p->setSize(sz);
|
p->setSize(sz);
|
||||||
if (isJS2Object)
|
if (isJS2Object)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user