mirror of
https://github.com/tc39/test262.git
synced 2025-11-12 17:59:44 +01:00
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
// Copyright (C) 2018 Rick Waldron. All rights reserved.
|
|
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
/*---
|
|
path: language/expressions/dynamic-import/syntax/valid/top-level-
|
|
name: top level syntax
|
|
esid: sec-import-call-runtime-semantics-evaluation
|
|
info: |
|
|
ImportCall :
|
|
import( AssignmentExpression )
|
|
features: [dynamic-import]
|
|
---*/
|
|
|
|
/*{ import }*/;
|