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

Side by Side Diff: test/test262/local-tests/test/language/expressions/async-generators/early-errors-expression-binding-identifier-eval.js

Issue 2622833002: WIP [esnext] implement async iteration proposal (Closed)
Patch Set: Fix minor parsing bug, add some local test262 tests Created 3 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 the V8 project authors. All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
3
4 /*---
5 author: Caitlin Potter <caitp@igalia.com>
6 esid: pending
7 description: >
8 If the source code matching this production is strict code, it is a
9 Syntax Error if BindingIdentifier is the IdentifierName eval.
10 negative:
11 phase: early
12 type: SyntaxError
13 flags: [onlyStrict]
14 ---*/
15
16 (async function* eval() { });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698