Searched refs:booleanObjectStructure (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DBooleanConstructor.cpp43 BooleanObject* obj = new (exec) BooleanObject(exec->globalData(), asInternalFunction(exec->callee())->globalObject()->booleanObjectStructure());
74 BooleanObject* obj = new (exec) BooleanObject(exec->globalData(), globalObject->booleanObjectStructure());
H A DJSGlobalObject.h199 Structure* booleanObjectStructure() const { return m_booleanObjectStructure.get(); } function in class:JSC::JSGlobalObject

Completed in 143 milliseconds