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

Unified Diff: test/mjsunit/lazy-inner-functions.js

Issue 2513563002: Remove FLAG_min_preparse_length. (Closed)
Patch Set: test262 expectations Created 4 years, 1 month 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 | « test/mjsunit/es6/regress/regress-594084.js ('k') | test/mjsunit/modules-preparse.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/lazy-inner-functions.js
diff --git a/test/mjsunit/lazy-inner-functions.js b/test/mjsunit/lazy-inner-functions.js
index dfcd6db8532037c494f4e298431578a4781181a2..3d8c448ce1976014728326d408327e8dc995f704 100644
--- a/test/mjsunit/lazy-inner-functions.js
+++ b/test/mjsunit/lazy-inner-functions.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --min-preparse-length=1
-
(function TestLazyInnerFunctionCallsEval() {
var i = (function eager_outer() {
var a = 41; // Should be context-allocated
« no previous file with comments | « test/mjsunit/es6/regress/regress-594084.js ('k') | test/mjsunit/modules-preparse.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698