mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue