Changeset 43606 in webkit for trunk/JavaScriptCore/bytecompiler
- Timestamp:
- May 12, 2009, 8:53:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
r43559 r43606 1845 1845 m_dynamicScopeDepth++; 1846 1846 1847 createArgumentsIfNecessary(); 1848 1847 1849 emitOpcode(op_push_new_scope); 1848 1850 instructions().append(dst->index());
Note:
See TracChangeset
for help on using the changeset viewer.