| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 61f15a2a3c41dd9fa7940ff8fe6c34445c08c9c3..1c328b29e846d2430dc1596d1000fb7ddea06088 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -524,6 +524,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
|
| const Operator* StackCheck();
|
|
|
| const Operator* CreateFunctionContext(int slot_count);
|
| + const Operator* CreateEvalContext(int slot_count);
|
| const Operator* CreateCatchContext(const Handle<String>& name,
|
| const Handle<ScopeInfo>& scope_info);
|
| const Operator* CreateWithContext(const Handle<ScopeInfo>& scope_info);
|
|
|