Changeset 96627 in webkit for trunk/Source/JavaScriptCore/API/JSCallbackFunction.h
- Timestamp:
- Oct 4, 2011, 12:02:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSCallbackFunction.h
r96164 r96627 56 56 } 57 57 58 static JSValueRef toStringCallback(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception); 59 static JSValueRef valueOfCallback(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception); 60 58 61 private: 59 62 virtual CallType getCallDataVirtual(CallData&);
Note:
See TracChangeset
for help on using the changeset viewer.