Changeset 221823 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Sep 9, 2017, 9:54:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r221774 r221823 1 1 /* 2 * Copyright (C) 2011-201 7Apple Inc. All rights reserved.2 * Copyright (C) 2011-2014, 2016 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 90 90 // Make sure that any stubs that the DFG is going to use are initialized. We want to 91 91 // make sure that all JIT code generation does finalization on the main thread. 92 vm.getCTIStub(osrExit ThunkGenerator);92 vm.getCTIStub(osrExitGenerationThunkGenerator); 93 93 vm.getCTIStub(throwExceptionFromCallSlowPathGenerator); 94 94 vm.getCTIStub(linkCallThunkGenerator);
Note:
See TracChangeset
for help on using the changeset viewer.