Changeset 15443 for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- 07/14/06 21:10:31 (2 years ago)
- Files:
-
- 1 modified
-
trunk/JavaScriptCore/API/JSCallbackObject.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r15385 r15443 63 63 virtual void getPropertyList(ReferenceList& propertyList, bool recursive); 64 64 65 virtual bool toBoolean(ExecState*) const;66 65 virtual double toNumber(ExecState*) const; 67 66 virtual UString toString(ExecState*) const;