aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/interpreter/bytecode-array-writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/interpreter/bytecode-array-writer.h')
-rw-r--r--deps/v8/src/interpreter/bytecode-array-writer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/interpreter/bytecode-array-writer.h b/deps/v8/src/interpreter/bytecode-array-writer.h
index 9700d2c1cf..e6db2fce22 100644
--- a/deps/v8/src/interpreter/bytecode-array-writer.h
+++ b/deps/v8/src/interpreter/bytecode-array-writer.h
@@ -45,6 +45,8 @@ class V8_EXPORT_PRIVATE BytecodeArrayWriter final {
int parameter_count,
Handle<ByteArray> handler_table);
+ bool RemainderOfBlockIsDead() const { return exit_seen_in_block_; }
+
private:
// Maximum sized packed bytecode is comprised of a prefix bytecode,
// plus the actual bytecode, plus the maximum number of operands times