Changeset 159276 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Nov 13, 2013, 11:39:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r158751 r159276 79 79 // Make sure that any stubs that the DFG is going to use are initialized. We want to 80 80 // make sure that all JIT code generation does finalization on the main thread. 81 vm.getCTIStub(callToJavaScript);82 vm.getCTIStub(throwNotCaught);83 81 vm.getCTIStub(osrExitGenerationThunkGenerator); 84 82 vm.getCTIStub(throwExceptionFromCallSlowPathGenerator);
Note:
See TracChangeset
for help on using the changeset viewer.