Changeset 158751 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Nov 6, 2013, 9:29:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r158535 r158751 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); 81 83 vm.getCTIStub(osrExitGenerationThunkGenerator); 82 84 vm.getCTIStub(throwExceptionFromCallSlowPathGenerator);
Note:
See TracChangeset
for help on using the changeset viewer.