Changeset 95516 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Sep 19, 2011, 9:33:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.h
r95475 r95516 427 427 unsigned length() { return m_length; } 428 428 429 JSValue toPrimitive(ExecState*, PreferredPrimitiveType) const; 429 430 bool getStringPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&); 430 431 bool getStringPropertySlot(ExecState*, unsigned propertyName, PropertySlot&); … … 493 494 } 494 495 495 virtual JSValue toPrimitive(ExecState*, PreferredPrimitiveType) const;496 496 virtual bool getPrimitiveNumber(ExecState*, double& number, JSValue& value); 497 497 virtual bool toBoolean(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.