Changeset 15443 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Jul 14, 2006, 9:10:31 PM (19 years ago)
- File:
-
- 1 edited
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;
Note:
See TracChangeset
for help on using the changeset viewer.