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

@@ -105,8 +105,9 @@ namespace MetaData {
{ NULL }
};
meta->initBuiltinClass(meta->booleanClass, NULL, Boolean_Constructor, Boolean_Call);
meta->booleanClass->prototype = OBJECT_TO_JS2VAL(new BooleanInstance(meta, OBJECT_TO_JS2VAL(meta->objectClass->prototype), meta->booleanClass));
meta->initBuiltinClass(meta->booleanClass, &prototypeFunctions[0], NULL, Boolean_Constructor, Boolean_Call);
meta->initBuiltinClassPrototype(meta->booleanClass, &prototypeFunctions[0]);
}
}