Changeset 91394 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jul 20, 2011, 1:25:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r91194 r91394 1556 1556 for (size_t size = m_propertyAccessInstructions.size(), i = 0; i < size; ++i) 1557 1557 visitStructures(visitor, &m_instructions[m_propertyAccessInstructions[i]]); 1558 for (size_t size = m_globalResolveInstructions.size(), i = 0; i < size; ++i) 1559 visitStructures(visitor, &m_instructions[m_globalResolveInstructions[i]]); 1558 1560 #endif 1559 1561 #if ENABLE(JIT)
Note:
See TracChangeset
for help on using the changeset viewer.