Changeset 15468 for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- 07/16/06 14:06:28 (2 years ago)
- Files:
-
- 1 modified
-
trunk/JavaScriptCore/API/JSCallbackObject.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r15443 r15468 61 61 virtual JSValue* callAsFunction(ExecState*, JSObject* thisObj, const List &args); 62 62 63 virtual void getProperty List(ReferenceList& propertyList, bool recursive);63 virtual void getPropertyNames(ExecState*, PropertyNameArray&); 64 64 65 65 virtual double toNumber(ExecState*) const;