Changeset 96381 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Sep 29, 2011, 7:09:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.h
r96143 r96381 430 430 bool toBoolean(ExecState*) const; 431 431 bool getPrimitiveNumber(ExecState*, double& number, JSValue&) const; 432 JSObject* toObject(ExecState*, JSGlobalObject*) const; 432 433 433 434 bool getStringPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&); … … 498 499 499 500 virtual double toNumber(ExecState*) const; 500 virtual JSObject* toObject(ExecState*, JSGlobalObject*) const;501 501 virtual UString toString(ExecState*) const; 502 502
Note:
See TracChangeset
for help on using the changeset viewer.