 Chromium Code Reviews
 Chromium Code Reviews Issue 2399853002:
  [parser] Lazy compilation no longer needs context chain.  (Closed)
    
  
    Issue 2399853002:
  [parser] Lazy compilation no longer needs context chain.  (Closed) 
  | 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()) { |