Changeset 267820 in webkit for trunk/Source/JavaScriptCore/runtime/VM.cpp
- Timestamp:
- Sep 30, 2020, 10:15:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.cpp
r267132 r267820 64 64 #include "Heap.h" 65 65 #include "HeapProfiler.h" 66 #include "HostCallReturnValue.h"67 66 #include "Interpreter.h" 68 67 #include "IntlCache.h" … … 491 490 Thread::current().setCurrentAtomStringTable(existingEntryAtomStringTable); 492 491 493 #if !ENABLE(C_LOOP)494 initializeHostCallReturnValue(); // This is needed to convince the linker not to drop host call return support.495 #endif496 497 492 Gigacage::addPrimitiveDisableCallback(primitiveGigacageDisabledCallback, this); 498 493
Note:
See TracChangeset
for help on using the changeset viewer.