Searched refs:numberObjectStructure (Results 1 – 5 of 5) sorted by relevance
46 …mberObject* object = new (exec) NumberObject(exec->lexicalGlobalObject()->numberObjectStructure()); in constructNumber()
144 RefPtr<Structure> numberObjectStructure; member228 Structure* numberObjectStructure() const { return d()->numberObjectStructure.get(); } in numberObjectStructure() function
104 …mberObject* object = new (exec) NumberObject(exec->lexicalGlobalObject()->numberObjectStructure()); in constructWithNumberConstructor()
237 d()->numberObjectStructure = NumberObject::createStructure(d()->numberPrototype); in reset()409 markIfNeeded(markStack, d()->numberObjectStructure); in markChildren()
22226 (JSC::JSGlobalObject::numberObjectStructure):