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:
@@ -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]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user