Changeset 43372 in webkit for trunk/JavaScriptCore/API
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- Location:
- trunk/JavaScriptCore/API
- Files:
-
- 2 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; -
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.