git-svn-id: svn://10.0.0.236/trunk@140938 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com 2003-04-09 22:21:23 +00:00
parent 6c30dd6fe0
commit a54fbdf4ca
2 changed files with 5 additions and 1 deletions

View File

@ -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),

View File

@ -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)