| Index: src/interpreter/bytecode-array-iterator.h
|
| diff --git a/src/interpreter/bytecode-array-iterator.h b/src/interpreter/bytecode-array-iterator.h
|
| index 0f7c6c7df98dad57db3054ebb7d87bad320a9d0d..09226252cc0fc9b98165565ce998613c47091bd6 100644
|
| --- a/src/interpreter/bytecode-array-iterator.h
|
| +++ b/src/interpreter/bytecode-array-iterator.h
|
| @@ -31,6 +31,7 @@ class BytecodeArrayIterator {
|
| }
|
|
|
| uint32_t GetFlagOperand(int operand_index) const;
|
| + uint32_t GetUnsignedImmediateOperand(int operand_index) const;
|
| int32_t GetImmediateOperand(int operand_index) const;
|
| uint32_t GetIndexOperand(int operand_index) const;
|
| uint32_t GetRegisterCountOperand(int operand_index) const;
|
|
|