Changeset 288537 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Jan 24, 2022, 9:13:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r287582 r288537 586 586 NumericStrings numericStrings; 587 587 std::unique_ptr<SimpleStats> machineCodeBytesPerBytecodeWordForBaselineJIT; 588 WeakGCMap<StringImpl*, JSString, PtrHash<StringImpl*>> stringCache;589 588 Strong<JSString> lastCachedString; 590 589 JSONAtomStringCache jsonAtomStringCache;
Note:
See TracChangeset
for help on using the changeset viewer.