Changeset 153962 in webkit for trunk/Source/JavaScriptCore/jit/JITOpcodes.cpp
- Timestamp:
- Aug 12, 2013, 3:39:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOpcodes.cpp
r153263 r153962 1094 1094 unsigned dst = currentInstruction[1].u.operand; 1095 1095 unsigned base = currentInstruction[2].u.operand; 1096 Identifier* ident = &(m_codeBlock->identifier(currentInstruction[3].u.operand));1096 const Identifier* ident = &(m_codeBlock->identifier(currentInstruction[3].u.operand)); 1097 1097 1098 1098 emitGetVirtualRegister(base, regT0);
Note:
See TracChangeset
for help on using the changeset viewer.