Changeset 258344 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Mar 12, 2020, 11:33:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r256015 r258344 33 33 #include "ArithProfile.h" 34 34 #include "BasicBlockLocation.h" 35 #include "ByValInfo.h" 35 36 #include "BytecodeDumper.h" 36 37 #include "BytecodeGenerator.h" … … 1689 1690 if (auto* jitData = m_jitData.get()) { 1690 1691 for (ByValInfo* byValInfo : jitData->m_byValInfos) 1691 visitor.append(byValInfo->cachedSymbol);1692 byValInfo->visitAggregate(visitor); 1692 1693 for (StructureStubInfo* stubInfo : jitData->m_stubInfos) 1693 1694 stubInfo->visitAggregate(visitor);
Note:
See TracChangeset
for help on using the changeset viewer.