test262/test/language/reserved-words/await-script.js

10 lines
277 B
JavaScript
Raw Normal View History

2016-02-18 22:19:54 +01:00
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-reserved-words
2016-02-18 22:19:54 +01:00
es6id: 11.6.2
description: The `await` token is permitted as an identifier in script code
---*/
var await;