Searched refs:stringObjectStructure (Results 1 – 5 of 5) sorted by relevance
67 return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure()); in constructWithStringConstructor()68 …return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure(), args.at… in constructWithStringConstructor()
148 RefPtr<Structure> stringObjectStructure; member232 Structure* stringObjectStructure() const { return d()->stringObjectStructure.get(); } in stringObjectStructure() function
181 return new (exec) StringObject(exec->lexicalGlobalObject()->stringObjectStructure(), string); in create()
231 d()->stringObjectStructure = StringObject::createStructure(d()->stringPrototype); in reset()413 markIfNeeded(markStack, d()->stringObjectStructure); in markChildren()
22230 (JSC::JSGlobalObject::stringObjectStructure):