diff --git a/deps/v8/src/interpreter/bytecode-array-builder.h b/deps/v8/src/interpreter/bytecode-array-builder.h index cf4f2ff583923a..f11c1609393021 100644 --- a/deps/v8/src/interpreter/bytecode-array-builder.h +++ b/deps/v8/src/interpreter/bytecode-array-builder.h @@ -461,6 +461,8 @@ class V8_EXPORT_PRIVATE BytecodeArrayBuilder final { BytecodeArrayBuilder& RecordReplayInstrumentationGenerator( const char* kind, Register generator_object); + bool EmitRecordReplayInstrumentationOpcodes() const; + // Complex flow control. BytecodeArrayBuilder& ForInEnumerate(Register receiver); BytecodeArrayBuilder& ForInPrepare(RegisterList cache_info_triple,