2017-12-08 22:22:14 +01:00
|
|
|
// Copyright (C) 2017 André Bargull. All rights reserved.
|
|
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
|
|
|
|
/*---
|
|
|
|
esid: sec-left-hand-side-expressions
|
2018-01-05 18:26:51 +01:00
|
|
|
info: |
|
2017-12-08 22:22:14 +01:00
|
|
|
Token following DOT must be a valid identifier-name, test with string literal.
|
2018-01-05 18:29:17 +01:00
|
|
|
description: >
|
2017-12-08 22:22:14 +01:00
|
|
|
12.3 Left-Hand-Side Expressions
|
|
|
|
MemberExpression[Yield, Await]:
|
|
|
|
MemberExpression[?Yield, ?Await] . IdentifierName
|
|
|
|
|
|
|
|
negative:
|
|
|
|
type: SyntaxError
|
2018-01-17 19:39:15 +01:00
|
|
|
phase: parse
|
2017-12-08 22:22:14 +01:00
|
|
|
---*/
|
|
|
|
|
2018-10-11 16:59:24 +02:00
|
|
|
$DONOTEVALUATE();
|
2017-12-08 22:22:14 +01:00
|
|
|
|
|
|
|
unresolvableReference."";
|