Changeset 267132 in webkit for trunk/Source/JavaScriptCore/runtime/VM.cpp
- Timestamp:
- Sep 15, 2020, 9:23:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.cpp
r266250 r267132 66 66 #include "HostCallReturnValue.h" 67 67 #include "Interpreter.h" 68 #include "IntlCache.h" 68 69 #include "IntlCollator.h" 69 70 #include "IntlDateTimeFormat.h" … … 399 400 , m_stackPointerAtVMEntry(nullptr) 400 401 , m_codeCache(makeUnique<CodeCache>()) 402 , m_intlCache(makeUnique<IntlCache>()) 401 403 , m_builtinExecutables(makeUnique<BuiltinExecutables>(*this)) 402 404 , m_typeProfilerEnabledCount(0)
Note:
See TracChangeset
for help on using the changeset viewer.