Changeset 153199 in webkit for trunk/Source/JavaScriptCore/bytecompiler
- Timestamp:
- Jul 24, 2013, 9:01:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
r153170 r153199 1889 1889 instructions().append(arguments->index()); 1890 1890 instructions().append(firstFreeRegister->index()); 1891 instructions().append(0); // Pad to make it as big as an op_call. 1891 1892 if (dst != ignoredResult()) { 1892 1893 UnlinkedValueProfile profile = emitProfiledOpcode(op_call_put_result);
Note:
See TracChangeset
for help on using the changeset viewer.