Changeset 43839 in webkit for trunk/JavaScriptCore/jit/JIT.h
- Timestamp:
- May 18, 2009, 1:22:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.h
r43837 r43839 338 338 } 339 339 340 static void linkCall(JSFunction* callee, CodeBlock* calleeCodeBlock, JITCode &, CallLinkInfo*, int callerArgCount);340 static void linkCall(JSFunction* callee, CodeBlock* calleeCodeBlock, JITCode ctiCode, CallLinkInfo* callLinkInfo, int callerArgCount); 341 341 static void unlinkCall(CallLinkInfo*); 342 342
Note:
See TracChangeset
for help on using the changeset viewer.