mirror of https://github.com/tc39/test262.git
Uncomment lines (#2360)
Ref #2353 This uncomment lines meant to be in the code for the graceful end of the async GC executions.
This commit is contained in:
parent
3bfb341203
commit
a03455a080
|
@ -47,10 +47,10 @@ async function asyncGCDeref() {
|
|||
}
|
||||
|
||||
function resolveAsyncGC(err) {
|
||||
// if (err === asyncGC.notCollected) {
|
||||
// // Do not fail as GC can't provide necessary resources.
|
||||
// $DONE();
|
||||
// }
|
||||
if (err === asyncGC.notCollected) {
|
||||
// Do not fail as GC can't provide necessary resources.
|
||||
$DONE();
|
||||
}
|
||||
|
||||
$DONE(err);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue