Changeset 126721 in webkit for trunk/Source/JavaScriptCore/runtime/Executable.cpp
- Timestamp:
- Aug 26, 2012, 8:57:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Executable.cpp
r126695 r126721 612 612 ASSERT(thisObject->structure()->typeInfo().overridesVisitChildren()); 613 613 ScriptExecutable::visitChildren(thisObject, visitor); 614 if (thisObject->m_nameValue) 615 visitor.append(&thisObject->m_nameValue); 616 if (thisObject->m_symbolTable) 617 visitor.append(&thisObject->m_symbolTable); 614 visitor.append(&thisObject->m_nameValue); 615 visitor.append(&thisObject->m_symbolTable); 618 616 if (thisObject->m_codeBlockForCall) 619 617 thisObject->m_codeBlockForCall->visitAggregate(visitor);
Note:
See TracChangeset
for help on using the changeset viewer.