Index: src/ast/scopes.h |
diff --git a/src/ast/scopes.h b/src/ast/scopes.h |
index 756b0fc3ed88630e1e100d387e002e24e00ee3a7..6987b7ffb153e066ae6ccc11f3a88eb56d6ef395 100644 |
--- a/src/ast/scopes.h |
+++ b/src/ast/scopes.h |
@@ -342,9 +342,8 @@ |
int StackLocalCount() const; |
int ContextLocalCount() const; |
- // Determine if we can parse a function literal in this scope lazily without |
- // caring about the unresolved variables within. |
- bool AllowsLazyParsingWithoutUnresolvedVariables() const; |
+ // Determine if we can parse a function literal in this scope lazily. |
+ bool AllowsLazyParsing() const; |
// The number of contexts between this and scope; zero if this == scope. |
int ContextChainLength(Scope* scope) const; |