move flags to templates

This commit is contained in:
Leo Balter 2018-10-02 14:36:57 -04:00 committed by Rick Waldron
parent e116ccff0c
commit cc8b8e955b
39 changed files with 30 additions and 9 deletions

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let f = () => { let f = () => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
label: { label: {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
{ {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
do { do {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let x = 0; let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
if (false) { if (false) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
function f() { function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
if (true) { if (true) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
{ {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let x = 0; let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
import(/*{ params }*/).catch(error => { import(/*{ params }*/).catch(error => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let f = () => import(/*{ params }*/).then(imported => { let f = () => import(/*{ params }*/).then(imported => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let f = () => { let f = () => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
label: { label: {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
{ {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
do { do {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let x = 0; let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
if (false) { if (false) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
function f() { function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
if (true) import(/*{ params }*/); if (true) import(/*{ params }*/);

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
if (true) { if (true) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
{ {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let x = 0; let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
import(/*{ params }*/).then(imported => { import(/*{ params }*/).then(imported => {

View File

@ -18,7 +18,6 @@ info: |
e. Return ? targetER.GetBindingValue(N2, S). e. Return ? targetER.GetBindingValue(N2, S).
includes: [fnGlobalObject.js] includes: [fnGlobalObject.js]
template: default template: default
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -18,7 +18,6 @@ info: |
e. Return ? targetER.GetBindingValue(N2, S). e. Return ? targetER.GetBindingValue(N2, S).
template: default template: default
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -19,7 +19,6 @@ info: |
e. Return ? targetER.GetBindingValue(N2, S). e. Return ? targetER.GetBindingValue(N2, S).
includes: [fnGlobalObject.js] includes: [fnGlobalObject.js]
template: default template: default
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -12,7 +12,6 @@ info: |
a. Let requiredModule be ? HostResolveImportedModule(module, required). a. Let requiredModule be ? HostResolveImportedModule(module, required).
b. Perform ? requiredModule.ModuleEvaluation(). b. Perform ? requiredModule.ModuleEvaluation().
template: catch template: catch
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -12,7 +12,6 @@ info: |
a. Let requiredModule be ? HostResolveImportedModule(module, required). a. Let requiredModule be ? HostResolveImportedModule(module, required).
b. Perform ? requiredModule.ModuleEvaluation(). b. Perform ? requiredModule.ModuleEvaluation().
template: catch template: catch
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -32,7 +32,6 @@ info: |
SameValue(resolution.[[BindingName]], SameValue(resolution.[[BindingName]],
starResolution.[[BindingName]]) is false, return "ambiguous". starResolution.[[BindingName]]) is false, return "ambiguous".
template: catch template: catch
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -21,7 +21,6 @@ info: |
i. Assert: this is a circular import request. i. Assert: this is a circular import request.
ii. Return null. ii. Return null.
template: catch template: catch
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -20,7 +20,6 @@ info: |
[...] [...]
11. Return starResolution. 11. Return starResolution.
template: catch template: catch
flags: [async]
---*/ ---*/
//- params //- params

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Dynamic import() returns a Promise object. desc: Dynamic import() returns a Promise object.
template: default template: default
flags: [async]
---*/ ---*/
//- params //- params