Set test generation of dynamic-import to aim the correct folder

This commit is contained in:
Leo Balter 2018-10-19 11:49:38 -04:00
parent 20b6a3b0a7
commit 5c625a615f
76 changed files with 76 additions and 76 deletions

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-arrow-import-catch-
path: language/expressions/dynamic-import/catch/nested-arrow-import-catch-
name: nested arrow
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/catch/nested-async-arrow-function-await-
path: language/expressions/dynamic-import/catch/nested-async-arrow-function-await-
name: nested in async arrow function, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/catch/nested-async-arrow-function-return-await-
path: language/expressions/dynamic-import/catch/nested-async-arrow-function-return-await-
name: nested in async arrow function, returned
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-async-function-await-
path: language/expressions/dynamic-import/catch/nested-async-function-await-
name: nested in async function, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-async-function-return-await-
path: language/expressions/dynamic-import/catch/nested-async-function-return-await-
name: nested in async function, returns awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-async-function-
path: language/expressions/dynamic-import/catch/nested-async-function-
name: nested in async function
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/catch/nested-async-gen-await-
path: language/expressions/dynamic-import/catch/nested-async-gen-await-
name: nested in async generator, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/catch/nested-async-gen-return-await-
path: language/expressions/dynamic-import/catch/nested-async-gen-return-await-
name: nested in async generator, returns awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-block-labeled-
path: language/expressions/dynamic-import/catch/nested-block-labeled-
name: nested block syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-block-import-catch-
path: language/expressions/dynamic-import/catch/nested-block-import-catch-
name: nested block
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-do-while-
path: language/expressions/dynamic-import/catch/nested-do-while-
name: nested do while syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-else-import-catch-
path: language/expressions/dynamic-import/catch/nested-else-import-catch-
name: nested else
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-function-import-catch-
path: language/expressions/dynamic-import/catch/nested-function-import-catch-
name: nested function
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-if-import-catch-
path: language/expressions/dynamic-import/catch/nested-if-import-catch-
name: nested if
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/nested-while-import-catch-
path: language/expressions/dynamic-import/catch/nested-while-import-catch-
name: nested while
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/catch/top-level-import-catch-
path: language/expressions/dynamic-import/catch/top-level-import-catch-
name: top level
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-arrow-assignment-expression-
path: language/expressions/dynamic-import/usage/nested-arrow-assignment-expression-
name: nested arrow
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-arrow-import-then-
path: language/expressions/dynamic-import/usage/nested-arrow-import-then-
name: nested arrow
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/usage/nested-async-arrow-function-await-
path: language/expressions/dynamic-import/usage/nested-async-arrow-function-await-
name: nested in async arrow function, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/usage/nested-async-arrow-function-return-await-
path: language/expressions/dynamic-import/usage/nested-async-arrow-function-return-await-
name: nested in async arrow function, returned
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-async-function-await-
path: language/expressions/dynamic-import/usage/nested-async-function-await-
name: nested in async function, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-async-function-return-await-
path: language/expressions/dynamic-import/usage/nested-async-function-return-await-
name: nested in async function, returns awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-async-function-
path: language/expressions/dynamic-import/usage/nested-async-function-
name: nested in async function
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/usage/nested-async-gen-await-
path: language/expressions/dynamic-import/usage/nested-async-gen-await-
name: nested in async generator, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/usage/nested-async-gen-return-await-
path: language/expressions/dynamic-import/usage/nested-async-gen-return-await-
name: nested in async generator, returns awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/syntax-nested-block-labeled-
path: language/expressions/dynamic-import/usage/syntax-nested-block-labeled-
name: nested block syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-block-import-then-
path: language/expressions/dynamic-import/usage/nested-block-import-then-
name: nested block
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-do-while-
path: language/expressions/dynamic-import/usage/nested-do-while-
name: nested do while syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-else-import-then-
path: language/expressions/dynamic-import/usage/nested-else-import-then-
name: nested else
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-function-import-then-
path: language/expressions/dynamic-import/usage/nested-function-import-then-
name: nested function
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-if-braceless-
path: language/expressions/dynamic-import/usage/nested-if-braceless-
name: nested if syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-if-import-then-
path: language/expressions/dynamic-import/usage/nested-if-import-then-
name: nested if
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/nested-while-import-then-
path: language/expressions/dynamic-import/usage/nested-while-import-then-
name: nested while
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/usage/top-level-import-then-
path: language/expressions/dynamic-import/usage/top-level-import-then-
name: top level
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/ns/await-
path: language/expressions/dynamic-import/ns/await-
name: value from await resolving
esid: sec-finishdynamicimport
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/ns/promise-then-
path: language/expressions/dynamic-import/ns/promise-then-
name: value from promise then
esid: sec-finishdynamicimport
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-arrow-assignment-expression-
path: language/expressions/dynamic-import/syntax/invalid/nested-arrow-assignment-expression-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-arrow-
path: language/expressions/dynamic-import/syntax/invalid/nested-arrow-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/syntax/invalid/nested-async-arrow-function-await-
path: language/expressions/dynamic-import/syntax/invalid/nested-async-arrow-function-await-
name: nested in async arrow function, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/syntax/invalid/nested-async-arrow-function-return-await-
path: language/expressions/dynamic-import/syntax/invalid/nested-async-arrow-function-return-await-
name: nested in async arrow function, returned
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-async-function-await-
path: language/expressions/dynamic-import/syntax/invalid/nested-async-function-await-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-async-function-return-await-
path: language/expressions/dynamic-import/syntax/invalid/nested-async-function-return-await-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-async-function-
path: language/expressions/dynamic-import/syntax/invalid/nested-async-function-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/syntax/invalid/nested-async-gen-await-
path: language/expressions/dynamic-import/syntax/invalid/nested-async-gen-await-
name: nested in async generator, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-block-labeled-
path: language/expressions/dynamic-import/syntax/invalid/nested-block-labeled-
name: nested block syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-block-
path: language/expressions/dynamic-import/syntax/invalid/nested-block-
name: nested block syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-do-while-
path: language/expressions/dynamic-import/syntax/invalid/nested-do-while-
name: nested do while syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-else-braceless-
path: language/expressions/dynamic-import/syntax/invalid/nested-else-braceless-
name: nested else syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-else-
path: language/expressions/dynamic-import/syntax/invalid/nested-else-
name: nested else syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-function-return-
path: language/expressions/dynamic-import/syntax/invalid/nested-function-return-
name: nested function syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-function-
path: language/expressions/dynamic-import/syntax/invalid/nested-function-
name: nested function syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-if-braceless-
path: language/expressions/dynamic-import/syntax/invalid/nested-if-braceless-
name: nested if syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-if-
path: language/expressions/dynamic-import/syntax/invalid/nested-if-
name: nested if syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-while-
path: language/expressions/dynamic-import/syntax/invalid/nested-while-
name: nested while syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/nested-with-
path: language/expressions/dynamic-import/syntax/invalid/nested-with-
name: nested with syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/invalid/top-level-
path: language/expressions/dynamic-import/syntax/invalid/top-level-
name: top level syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-arrow-assignment-expression-
path: language/expressions/dynamic-import/syntax/valid/nested-arrow-assignment-expression-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-arrow-
path: language/expressions/dynamic-import/syntax/valid/nested-arrow-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/syntax/valid/nested-async-arrow-function-await-
path: language/expressions/dynamic-import/syntax/valid/nested-async-arrow-function-await-
name: nested in async arrow function
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/syntax/valid/nested-async-arrow-function-return-await-
path: language/expressions/dynamic-import/syntax/valid/nested-async-arrow-function-return-await-
name: nested in async arrow function, returned
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-async-function-await-
path: language/expressions/dynamic-import/syntax/valid/nested-async-function-await-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-async-function-return-await-
path: language/expressions/dynamic-import/syntax/valid/nested-async-function-return-await-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-async-function-
path: language/expressions/dynamic-import/syntax/valid/nested-async-function-
name: nested arrow syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/module-code/dynamic-import/syntax/valid/nested-async-gen-await-
path: language/expressions/dynamic-import/syntax/valid/nested-async-gen-await-
name: nested in async generator, awaited
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-block-labeled-
path: language/expressions/dynamic-import/syntax/valid/nested-block-labeled-
name: nested block syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-block-
path: language/expressions/dynamic-import/syntax/valid/nested-block-
name: nested block syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-do-while-
path: language/expressions/dynamic-import/syntax/valid/nested-do-while-
name: nested do while syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-else-braceless-
path: language/expressions/dynamic-import/syntax/valid/nested-else-braceless-
name: nested else syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-else-
path: language/expressions/dynamic-import/syntax/valid/nested-else-
name: nested else syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-function-return-
path: language/expressions/dynamic-import/syntax/valid/nested-function-return-
name: nested function syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-function-
path: language/expressions/dynamic-import/syntax/valid/nested-function-
name: nested function syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-if-braceless-
path: language/expressions/dynamic-import/syntax/valid/nested-if-braceless-
name: nested if syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-if-
path: language/expressions/dynamic-import/syntax/valid/nested-if-
name: nested if syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-while-
path: language/expressions/dynamic-import/syntax/valid/nested-while-
name: nested while syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/nested-with-
path: language/expressions/dynamic-import/syntax/valid/nested-with-
name: nested with syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |

View File

@ -2,7 +2,7 @@
// 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/module-code/dynamic-import/syntax/valid/top-level-
path: language/expressions/dynamic-import/syntax/valid/top-level-
name: top level syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |