Searched refs:booleanObjectStructure (Results 1 – 3 of 3) sorted by relevance
43 …(exec->globalData(), asInternalFunction(exec->callee())->globalObject()->booleanObjectStructure()); in constructBoolean()74 …Object* obj = new (exec) BooleanObject(exec->globalData(), globalObject->booleanObjectStructure()); in constructBooleanFromImmediateBoolean()
199 Structure* booleanObjectStructure() const { return m_booleanObjectStructure.get(); } in booleanObjectStructure() function
22218 (JSC::JSGlobalObject::booleanObjectStructure):