Searched refs:stringObjectStructure (Results 1 – 4 of 4) sorted by relevance
72 … return JSValue::encode(new (exec) StringObject(exec, globalObject->stringObjectStructure())); in constructWithStringConstructor()73 …return JSValue::encode(new (exec) StringObject(exec, globalObject->stringObjectStructure(), exec->… in constructWithStringConstructor()
258 … return new (exec) StringObject(exec->globalData(), globalObject->stringObjectStructure(), string); in create()
211 Structure* stringObjectStructure() const { return m_stringObjectStructure.get(); } in stringObjectStructure() function
22230 (JSC::JSGlobalObject::stringObjectStructure):