Searched refs:booleanObjectStructure (Results 1 – 4 of 4) sorted by relevance
43 …oleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure()); in constructBoolean()73 …oleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure()); in constructBooleanFromImmediateBoolean()
128 RefPtr<Structure> booleanObjectStructure; member211 Structure* booleanObjectStructure() const { return d()->booleanObjectStructure.get(); } in booleanObjectStructure() function
232 d()->booleanObjectStructure = BooleanObject::createStructure(d()->booleanPrototype); in reset()
22218 (JSC::JSGlobalObject::booleanObjectStructure):