Changeset 80738 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Mar 10, 2011, 11:27:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r79551 r80738 246 246 static void linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, CodePtr, CallLinkInfo*, int callerArgCount, JSGlobalData*); 247 247 static void linkConstruct(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, CodePtr, CallLinkInfo*, int callerArgCount, JSGlobalData*); 248 static void unlinkCallOrConstruct(CallLinkInfo*);249 248 250 249 private:
Note:
See TracChangeset
for help on using the changeset viewer.