Changeset 96143 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Sep 27, 2011, 12:53:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.h
r96045 r96143 429 429 JSValue toPrimitive(ExecState*, PreferredPrimitiveType) const; 430 430 bool toBoolean(ExecState*) const; 431 bool getPrimitiveNumber(ExecState*, double& number, JSValue&) const; 431 432 432 433 bool getStringPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&); … … 496 497 } 497 498 498 virtual bool getPrimitiveNumber(ExecState*, double& number, JSValue& value);499 499 virtual double toNumber(ExecState*) const; 500 500 virtual JSObject* toObject(ExecState*, JSGlobalObject*) const;
Note:
See TracChangeset
for help on using the changeset viewer.