Source code

Revision control

Copy as Markdown

Other Tools

// |reftest| error:SyntaxError module
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
The await keyword can't be escaped
info: |
ModuleItem:
StatementListItem[~Yield, +Await, ~Return]
...
AwaitExpression[Yield]:
await UnaryExpression[?Yield, +Await]
negative:
phase: parse
type: SyntaxError
esid: prod-ModuleItem
flags: [module]
features: [top-level-await]
---*/
$DONOTEVALUATE();
\u0061wait 0;