summaryrefslogtreecommitdiff
path: root/src/generators/yield-as-identifier-reference-escaped.case
blob: 13bbc6c1c7f70cde5b62b0387fb4548243d85b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2017 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
esid: sec-identifiers-static-semantics-early-errors
desc: >
  yield is a reserved keyword within generator function bodies and may not be
  used as an identifier reference.
info: |
  IdentifierReference : Identifier

  It is a Syntax Error if this production has a [Yield] parameter and
  StringValue of Identifier is "yield".
negative:
  phase: early
  type: SyntaxError
template: syntax
---*/

//- body
  void yi\u0065ld;