| Index: src/scopes.h
|
| diff --git a/src/scopes.h b/src/scopes.h
|
| index e1a658aa8e041a3901f9573a93f687d976ca0467..61d5f64ef58b609f12f92397e3309b78758e13d6 100644
|
| --- a/src/scopes.h
|
| +++ b/src/scopes.h
|
| @@ -361,6 +361,8 @@ class Scope: public ZoneObject {
|
| // Determine if we can use lazy compilation for this scope.
|
| bool AllowsLazyCompilation() const;
|
|
|
| + bool AllowsLazyCompilationForNative() const;
|
| +
|
| // True if we can lazily recompile functions with this scope.
|
| bool allows_lazy_recompilation() const {
|
| return !force_eager_compilation_;
|
|
|