mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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…
x
Reference in New Issue
Block a user