Changeset 101217 in webkit for trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
- Timestamp:
- Nov 27, 2011, 6:11:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
r100975 r101217 1654 1654 1655 1655 set(getInstruction[1].u.operand, cellConstant(methodCall.cachedFunction.get())); 1656 } else { 1657 NodeIndex getMethod = addToGraph(GetMethod, OpInfo(identifier), OpInfo(prediction), base); 1658 set(getInstruction[1].u.operand, getMethod); 1659 } 1656 } else 1657 set(getInstruction[1].u.operand, addToGraph(GetById, OpInfo(identifier), OpInfo(prediction), base)); 1660 1658 1661 1659 m_currentIndex += OPCODE_LENGTH(op_method_check) + OPCODE_LENGTH(op_get_by_id);
Note:
See TracChangeset
for help on using the changeset viewer.