Changeset 288537 in webkit for trunk/Source/JavaScriptCore/runtime/VM.cpp
- Timestamp:
- Jan 24, 2022, 9:13:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.cpp
r288085 r288537 219 219 , emptyList(new ArgList) 220 220 , machineCodeBytesPerBytecodeWordForBaselineJIT(makeUnique<SimpleStats>()) 221 , stringCache(*this)222 221 , symbolImplToSymbolMap(*this) 223 222 , structureCache(*this)
Note:
See TracChangeset
for help on using the changeset viewer.