Changeset 209764 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Dec 13, 2016, 11:38:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r209725 r209764 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.