Changeset 97292 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Oct 12, 2011, 1:23:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.h
r97015 r97292 431 431 bool getPrimitiveNumber(ExecState*, double& number, JSValue&) const; 432 432 JSObject* toObject(ExecState*, JSGlobalObject*) const; 433 UString toString(ExecState*) const; 433 434 434 435 bool getStringPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&); … … 503 504 504 505 virtual double toNumber(ExecState*) const; 505 virtual UString toString(ExecState*) const;506 506 507 507 virtual JSObject* toThisObject(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.