mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Template: use .then($DONE, $DONE) wherever possible
This commit is contained in:
parent
2f12ab71f8
commit
d76701d86d
@ -41,4 +41,4 @@ c.m().next().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -40,4 +40,4 @@ c.m().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -41,4 +41,4 @@ C.m().next().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -40,4 +40,4 @@ C.m().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -41,4 +41,4 @@ c.m().next().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -40,4 +40,4 @@ c.m().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -41,4 +41,4 @@ C.m().next().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -40,4 +40,4 @@ C.m().then(function(v) {
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user