Index: src/interpreter/bytecode-array-iterator.h |
diff --git a/src/interpreter/bytecode-array-iterator.h b/src/interpreter/bytecode-array-iterator.h |
index d3e41d75aebb12b4d57bdfe02e285614ea575175..e67fa974bd085f5ebe41899eee6b749f7f9dd3e3 100644 |
--- a/src/interpreter/bytecode-array-iterator.h |
+++ b/src/interpreter/bytecode-array-iterator.h |
@@ -20,6 +20,7 @@ class BytecodeArrayIterator { |
void Advance(); |
bool done() const; |
Bytecode current_bytecode() const; |
+ int current_bytecode_size() const; |
int current_offset() const { return bytecode_offset_; } |
const Handle<BytecodeArray>& bytecode_array() const { |
return bytecode_array_; |