Changeset 154838 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.h
- Timestamp:
- Aug 29, 2013, 1:30:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.h
r154833 r154838 44 44 JS_EXPORT_PRIVATE unsigned getNumCompilations(); 45 45 46 #if ENABLE(DFG_JIT)47 CompilationResult tryCompile(ExecState*, CodeBlock*, unsigned osrEntryBytecodeIndex, PassRefPtr<DeferredCompilationCallback>, Worklist*);48 #else49 inline CompilationResult tryCompile(ExecState*, CodeBlock*, unsigned, PassRefPtr<DeferredCompilationCallback>, Worklist*) { return CompilationFailed; }50 #endif51 52 46 // If the worklist is non-null, we do a concurrent compile. Otherwise we do a synchronous 53 47 // compile. Even if we do a synchronous compile, we call the callback with the result.
Note:
See TracChangeset
for help on using the changeset viewer.