Changeset 48336 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r43372 r48336 67 67 virtual bool hasInstance(ExecState* exec, JSValue value, JSValue proto); 68 68 69 virtual void get PropertyNames(ExecState*, PropertyNameArray&);69 virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&); 70 70 71 71 virtual double toNumber(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.