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()
140 RefPtr<Structure> stringObjectStructure; member223 Structure* stringObjectStructure() const { return d()->stringObjectStructure.get(); } in stringObjectStructure() function
72 return new (exec) StringObject(exec->lexicalGlobalObject()->stringObjectStructure(), string); in create()
229 d()->stringObjectStructure = StringObject::createStructure(d()->stringPrototype); in reset()
22230 (JSC::JSGlobalObject::stringObjectStructure):