Switched in new regexp from Monkey branch

git-svn-id: svn://10.0.0.236/trunk@142114 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-05-05 01:29:19 +00:00
parent 9e1d7096ea
commit da100729a8
21 changed files with 5440 additions and 2220 deletions

View File

@@ -150,8 +150,9 @@ namespace MetaData {
fnInst->fWrap = new FunctionWrapper(true, new ParameterFrame(JS2VAL_INACCESSIBLE, true), meta->env);
fnInst->fWrap->bCon->emitOp(eReturnVoid, 0);
meta->initBuiltinClass(meta->functionClass, NULL, Function_Constructor, Function_Constructor);
meta->functionClass->prototype = OBJECT_TO_JS2VAL(fnInst);
meta->initBuiltinClass(meta->functionClass, &prototypeFunctions[0], NULL, Function_Constructor, Function_Constructor);
meta->initBuiltinClassPrototype(meta->functionClass, &prototypeFunctions[0]);
}
}