Changeset 43372 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r43122 r43372 80 80 static JSCallbackObject* asCallbackObject(JSValue); 81 81 82 static JSValue call(ExecState*, JSObject* functionObject, JSValue thisValue, const ArgList&);82 static JSValue JSC_HOST_CALL call(ExecState*, JSObject* functionObject, JSValue thisValue, const ArgList&); 83 83 static JSObject* construct(ExecState*, JSObject* constructor, const ArgList&); 84 84
Note:
See TracChangeset
for help on using the changeset viewer.