SuperConstructor call sequence.

git-svn-id: svn://10.0.0.236/trunk@142196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-05-08 07:07:55 +00:00
parent 832cb868ca
commit 8db2da07db
8 changed files with 54 additions and 27 deletions

View File

@@ -189,6 +189,7 @@
ASSERT(c);
ASSERT(!JS2VAL_IS_VOID(pFrame->thisObject));
meta->invokeInit(c->super, pFrame->thisObject, base(argCount), argCount);
pFrame->superConstructorCalled = true;
}
break;