Changeset 289177 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Feb 6, 2022, 12:37:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r288885 r289177 587 587 std::unique_ptr<SimpleStats> machineCodeBytesPerBytecodeWordForBaselineJIT; 588 588 Strong<JSString> lastCachedString; 589 Ref<StringImpl> lastAtomizedIdentifierStringImpl { *StringImpl::empty() }; 590 Ref<AtomStringImpl> lastAtomizedIdentifierAtomStringImpl { *static_cast<AtomStringImpl*>(StringImpl::empty()) }; 589 591 JSONAtomStringCache jsonAtomStringCache; 590 592
Note:
See TracChangeset
for help on using the changeset viewer.