Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: src/ast/ast.h

Issue 2399853002: [parser] Lazy compilation no longer needs context chain. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/ast/ast.cc » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/ast.h
diff --git a/src/ast/ast.h b/src/ast/ast.h
index a6661becf25a7cdf2d1a95dfacf31a48e66a7034..e4a062104ead91b44f04d3b7aee1823874af6354 100644
--- a/src/ast/ast.h
+++ b/src/ast/ast.h
@@ -2599,7 +2599,6 @@ class FunctionLiteral final : public Expression {
int parameter_count() { return parameter_count_; }
bool AllowsLazyCompilation();
- bool AllowsLazyCompilationWithoutContext();
Handle<String> debug_name() const {
if (raw_name_ != NULL && !raw_name_->IsEmpty()) {
« no previous file with comments | « no previous file | src/ast/ast.cc » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698