Changeset 209678 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Dec 10, 2016, 5:14:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r209653 r209678 91 91 vm.getCTIStub(osrExitGenerationThunkGenerator); 92 92 vm.getCTIStub(throwExceptionFromCallSlowPathGenerator); 93 vm.getJITCallThunkEntryStub(linkCallThunkGenerator); 94 vm.getJITCallThunkEntryStub(linkDirectCallThunkGenerator); 95 vm.getJITCallThunkEntryStub(linkPolymorphicCallThunkGenerator); 93 vm.getCTIStub(linkCallThunkGenerator); 94 vm.getCTIStub(linkPolymorphicCallThunkGenerator); 96 95 97 96 if (vm.typeProfiler())
Note:
See TracChangeset
for help on using the changeset viewer.