Changeset 98082 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.h
- Timestamp:
- Oct 21, 2011, 1:19:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.h
r95901 r98082 40 40 #if ENABLE(DFG_JIT) 41 41 bool tryCompile(ExecState*, CodeBlock*, JITCode&); 42 bool tryCompileFunction(ExecState*, ExecState* calleeArgsExec,CodeBlock*, JITCode&, MacroAssemblerCodePtr& jitCodeWithArityCheck);42 bool tryCompileFunction(ExecState*, CodeBlock*, JITCode&, MacroAssemblerCodePtr& jitCodeWithArityCheck); 43 43 #else 44 44 inline bool tryCompile(ExecState*, CodeBlock*, JITCode&) { return false; } 45 inline bool tryCompileFunction(ExecState*, ExecState*,CodeBlock*, JITCode&, MacroAssemblerCodePtr&) { return false; }45 inline bool tryCompileFunction(ExecState*, CodeBlock*, JITCode&, MacroAssemblerCodePtr&) { return false; } 46 46 #endif 47 47
Note:
See TracChangeset
for help on using the changeset viewer.