| Index: src/compiler/interpreter-assembler.h
|
| diff --git a/src/compiler/interpreter-assembler.h b/src/compiler/interpreter-assembler.h
|
| index db1e004400ce4dfe735817de929ca445bf10e721..c238058767aec2f601cc11e79b1993b4a7ce850c 100644
|
| --- a/src/compiler/interpreter-assembler.h
|
| +++ b/src/compiler/interpreter-assembler.h
|
| @@ -144,6 +144,9 @@ class InterpreterAssembler {
|
| // Dispatch to the bytecode.
|
| void Dispatch();
|
|
|
| + // Abort with the given bailout reason.
|
| + void Abort(BailoutReason bailout_reason);
|
| +
|
| protected:
|
| // Close the graph.
|
| void End();
|
|
|