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