| Index: src/ast/scopes.h
|
| diff --git a/src/ast/scopes.h b/src/ast/scopes.h
|
| index 1bec87f6636aeb1857d0217350b14c77adf907b9..a6e92cb43454b4173057cc8c08c19c35cd9c3fc7 100644
|
| --- a/src/ast/scopes.h
|
| +++ b/src/ast/scopes.h
|
| @@ -409,6 +409,7 @@ class Scope: public ZoneObject {
|
| // Retrieve `IsSimpleParameterList` of current or outer function.
|
| bool HasSimpleParameters();
|
| void set_is_debug_evaluate_scope() { is_debug_evaluate_scope_ = true; }
|
| + bool is_debug_evaluate_scope() const { return is_debug_evaluate_scope_; }
|
|
|
| protected:
|
| explicit Scope(Zone* zone);
|
|
|