Index: src/scopes.h |
diff --git a/src/scopes.h b/src/scopes.h |
index 2868cdeecb37dd776f8386c813afe19338dc6b14..42339a98e58ca9daaed84f773138bb75120a6938 100644 |
--- a/src/scopes.h |
+++ b/src/scopes.h |
@@ -380,10 +380,8 @@ class Scope: public ZoneObject { |
// True if the outer context of this scope is always the global context. |
bool HasTrivialOuterContext() const; |
- // True if this scope is inside a with scope and all declaration scopes |
- // between them have empty contexts. Such declaration scopes become |
- // invisible during scope info deserialization. |
- bool TrivialDeclarationScopesBeforeWithScope() const; |
+ // True if the outer context allows lazy compilation of this scope. |
+ bool HasLazyCompilableOuterContext() const; |
// The number of contexts between this and scope; zero if this == scope. |
int ContextChainLength(Scope* scope); |