| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 0f3e11eff452007cb5b16fa4182da0e6128a16df..5b5984826a6de880500c478b32207b8a8206bf4b 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -674,6 +674,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
|
| const Operator* GeneratorRestoreRegister(int index);
|
|
|
| const Operator* StackCheck();
|
| + const Operator* Debugger();
|
|
|
| const Operator* CreateFunctionContext(int slot_count, ScopeType scope_type);
|
| const Operator* CreateCatchContext(const Handle<String>& name,
|
|
|