Changeset 15385 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Jul 12, 2006, 3:01:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r15384 r15385 61 61 virtual JSValue* callAsFunction(ExecState*, JSObject* thisObj, const List &args); 62 62 63 virtual void getPropertyList( ExecState*,ReferenceList& propertyList, bool recursive);63 virtual void getPropertyList(ReferenceList& propertyList, bool recursive); 64 64 65 65 virtual bool toBoolean(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.