Incrementing to latest ECMA changes.

git-svn-id: svn://10.0.0.236/trunk@135269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2002-12-13 23:14:32 +00:00
parent b3606d14d1
commit 7c3752c0e0
17 changed files with 270 additions and 216 deletions

View File

@@ -1469,7 +1469,7 @@ void initDateObject(JS2Metadata *meta)
PrototypeFunction *pf = &prototypeFunctions[0];
while (pf->name) {
FixedInstance *fInst = new FixedInstance(meta->functionClass);
CallableInstance *fInst = new CallableInstance(meta->functionClass);
fInst->fWrap = new FunctionWrapper(true, new ParameterFrame(JS2VAL_INACCESSIBLE, true), pf->code);
/*
XXX not prototype object function properties, like ECMA3, but members of the Date class