2018-10-05 19:01:16 +02:00
|
|
|
// This file was procedurally generated from the following sources:
|
|
|
|
// - src/dynamic-import/not-extensible-args.case
|
|
|
|
// - src/dynamic-import/syntax/invalid/top-level.template
|
|
|
|
/*---
|
|
|
|
description: ImportCall is not extensible - no arguments list (top level syntax)
|
|
|
|
esid: sec-import-call-runtime-semantics-evaluation
|
|
|
|
features: [dynamic-import]
|
|
|
|
flags: [generated]
|
|
|
|
negative:
|
|
|
|
phase: parse
|
|
|
|
type: SyntaxError
|
|
|
|
info: |
|
|
|
|
ImportCall :
|
|
|
|
import( AssignmentExpression )
|
|
|
|
|
|
|
|
|
|
|
|
ImportCall :
|
|
|
|
import( AssignmentExpression[+In, ?Yield] )
|
|
|
|
|
|
|
|
Forbidden Extensions
|
|
|
|
|
|
|
|
- ImportCall must not be extended.
|
|
|
|
---*/
|
|
|
|
|
2018-10-19 11:09:40 +02:00
|
|
|
$DONOTEVALUATE();
|
2018-10-05 19:01:16 +02:00
|
|
|
|
|
|
|
import('', '');
|