Lines Matching refs:StringObject
28 ASSERT_CLASS_FITS_IN_CELL(StringObject);
30 const ClassInfo StringObject::info = { "String", 0, 0, 0 };
32 StringObject::StringObject(ExecState* exec, PassRefPtr<Structure> structure) in StringObject() function in JSC::StringObject
38 StringObject::StringObject(PassRefPtr<Structure> structure, JSString* string) in StringObject() function in JSC::StringObject
44 StringObject::StringObject(ExecState* exec, PassRefPtr<Structure> structure, const UString& string) in StringObject() function in JSC::StringObject
50 bool StringObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot… in getOwnPropertySlot()
57 bool StringObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
64 void StringObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertyS… in put()
71 bool StringObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
78 void StringObject::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames) in getPropertyNames()
86 UString StringObject::toString(ExecState*) const in toString()
91 UString StringObject::toThisString(ExecState*) const in toThisString()
96 JSString* StringObject::toThisJSString(ExecState*) in toThisJSString()