Changeset 15384 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Jul 12, 2006, 2:55:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r15310 r15384 55 55 virtual JSObject* construct(ExecState*, const List& args); 56 56 57 virtual bool implementsHasInstance() const; 58 virtual bool hasInstance(ExecState *exec, JSValue *value); 59 57 60 virtual bool implementsCall() const; 58 61 virtual JSValue* callAsFunction(ExecState*, JSObject* thisObj, const List &args);
Note:
See TracChangeset
for help on using the changeset viewer.