Regenerate tests

This commit is contained in:
Leo Balter 2018-10-02 14:59:07 -04:00 committed by Rick Waldron
parent cc8b8e955b
commit 6150f24d25
164 changed files with 189 additions and 174 deletions

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested block syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested block syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested block syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested block syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested block syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested do syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested do syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested do syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested do syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested do syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested else)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested else)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested else)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested else)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested else)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested if)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested if)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested if)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested if)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested if)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested labeled block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested labeled block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested labeled block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested labeled block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested labeled block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested while)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (nested while)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (nested while)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (nested while)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (nested while)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (top level)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Abrupt completion during module evaluation precludes further evaluation (top level)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - ambiguous imported bindings (top level)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - circular imported bindings (top level)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: IndirectExportEntries validation - undefined imported bindings (top level)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Dynamic import() returns a Promise object. (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Dynamic import() returns a Promise object. (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Dynamic import() returns a Promise object. (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Dynamic import() returns a Promise object. (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Dynamic import() returns a Promise object. (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Dynamic import() returns a Promise object. (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Dynamic import() returns a Promise object. (nested do)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

View File

@ -5,7 +5,7 @@
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested do syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
includes: [fnGlobalObject.js]
info: |
ImportCall :

View File

@ -5,7 +5,7 @@
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested do syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async, module]
flags: [generated, async]
info: |
ImportCall :
import( AssignmentExpression )

Some files were not shown because too many files have changed in this diff Show More