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

  /external/webkit/JavaScriptCore/runtime/
BooleanConstructor.cpp 43 BooleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure());
73 BooleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure());
JSGlobalObject.h 136 RefPtr<Structure> booleanObjectStructure;
220 Structure* booleanObjectStructure() const { return d()->booleanObjectStructure.get(); }
JSGlobalObject.cpp 234 d()->booleanObjectStructure = BooleanObject::createStructure(d()->booleanPrototype);
401 markIfNeeded(markStack, d()->booleanObjectStructure);

Completed in 426 milliseconds