Changeset 223891 in webkit for trunk/Source/JavaScriptCore/runtime/VM.cpp
- Timestamp:
- Oct 24, 2017, 9:36:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.cpp
r223875 r223891 293 293 jitStubs = std::make_unique<JITThunks>(); 294 294 #endif 295 arityCheckData = std::make_unique<CommonSlowPaths::ArityCheckData>();296 295 297 296 #if ENABLE(FTL_JIT)
Note:
See TracChangeset
for help on using the changeset viewer.