Changeset 153381 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jul 26, 2013, 2:12:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r153341 r153381 488 488 if (needsFullScopeChain() && codeType() == FunctionCode) 489 489 out.printf("; activation in r%d", activationRegister()); 490 out.print("\n\nSource: ", sourceCodeOnOneLine(), "\n\n");491 490 492 491 const Instruction* begin = instructions().begin();
Note:
See TracChangeset
for help on using the changeset viewer.