Changeset 43372 in webkit for trunk/JavaScriptCore/API/JSCallbackFunction.h
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackFunction.h
r43122 r43372 49 49 virtual const ClassInfo* classInfo() const { return &info; } 50 50 51 static JSValue call(ExecState*, JSObject*, JSValue, const ArgList&);51 static JSValue JSC_HOST_CALL call(ExecState*, JSObject*, JSValue, const ArgList&); 52 52 53 53 JSObjectCallAsFunctionCallback m_callback;
Note:
See TracChangeset
for help on using the changeset viewer.