HomeSort by relevance Sort by last modified time
    Searched refs:booleanObjectStructure (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
BooleanConstructor.cpp 43 BooleanObject* obj = new (exec) BooleanObject(exec->globalData(), asInternalFunction(exec->callee())->globalObject()->booleanObjectStructure());
74 BooleanObject* obj = new (exec) BooleanObject(exec->globalData(), globalObject->booleanObjectStructure());
JSGlobalObject.h 199 Structure* booleanObjectStructure() const { return m_booleanObjectStructure.get(); }

Completed in 3093 milliseconds