Changeset 43372 in webkit for trunk/JavaScriptCore/runtime/CallData.h
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/CallData.h
r43223 r43372 47 47 }; 48 48 49 typedef JSValue ( *NativeFunction)(ExecState*, JSObject*, JSValue thisValue, const ArgList&);49 typedef JSValue (JSC_HOST_CALL *NativeFunction)(ExecState*, JSObject*, JSValue thisValue, const ArgList&); 50 50 51 51 union CallData {
Note:
See TracChangeset
for help on using the changeset viewer.