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

Unified Diff: test/message/strict-formal-parameters.js

Issue 1100713002: Factor formal argument parsing into ParserBase (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Avoid DuplicateFinder creation in the full parser Created 5 years, 8 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 | « test/message/formal-parameters-trailing-comma.out ('k') | test/message/strict-formal-parameters.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/strict-formal-parameters.js
diff --git a/test/message/import-as-reserved-word.js b/test/message/strict-formal-parameters.js
similarity index 76%
copy from test/message/import-as-reserved-word.js
copy to test/message/strict-formal-parameters.js
index 562699d45f84a8c2f65f38b1d6d7d5b7de147bf5..a6c75317b374e6a06d3497f3812f3f220db3e880 100644
--- a/test/message/import-as-reserved-word.js
+++ b/test/message/strict-formal-parameters.js
@@ -1,7 +1,6 @@
// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// MODULE
-import { foo as import } from "mod";
+"use strict";
+function foo(b, a, a, d) { return a }
« no previous file with comments | « test/message/formal-parameters-trailing-comma.out ('k') | test/message/strict-formal-parameters.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698