Index: src/interpreter/bytecode-array-accessor.h |
diff --git a/src/interpreter/bytecode-array-accessor.h b/src/interpreter/bytecode-array-accessor.h |
index c34d6a554ce0fa8b532bf160e4c3c9b4c4bceeaa..e5a24f3e7f14e6049f19e67748a79372ea29df67 100644 |
--- a/src/interpreter/bytecode-array-accessor.h |
+++ b/src/interpreter/bytecode-array-accessor.h |
@@ -48,6 +48,8 @@ class V8_EXPORT_PRIVATE BytecodeArrayAccessor { |
// not for a jump or conditional jump. |
int GetJumpTargetOffset() const; |
+ bool OffsetWithinBytecode(int offset) const; |
+ |
std::ostream& PrintTo(std::ostream& os) const; |
private: |