Searched refs:booleanPrototype (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | BooleanConstructor.cpp | 31 …tate* exec, JSGlobalObject* globalObject, Structure* structure, BooleanPrototype* booleanPrototype) in BooleanConstructor() argument 32 …tion(&exec->globalData(), globalObject, structure, Identifier(exec, booleanPrototype->classInfo()-… in BooleanConstructor() 34 …houtTransition(exec->globalData(), exec->propertyNames().prototype, booleanPrototype, DontEnum | D… in BooleanConstructor()
|
D | JSValue.cpp | 102 return exec->lexicalGlobalObject()->booleanPrototype(); in synthesizePrototype()
|
D | JSGlobalObject.h | 189 BooleanPrototype* booleanPrototype() const { return m_booleanPrototype.get(); } in booleanPrototype() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 2282 (JSC::JSGlobalObject::booleanPrototype): 2697 (JSC::JSGlobalObject::booleanPrototype): 3015 (JSC::JSGlobalObject::booleanPrototype): 3622 (JSC::JSGlobalObject::booleanPrototype): 3987 (JSC::JSGlobalObject::booleanPrototype):
|