mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
parent
0a22ea3d29
commit
8688c4ab79
@ -55,7 +55,7 @@ emptyCells().then(function() {
|
||||
assert.sameValue(called, 1);
|
||||
|
||||
assert.sameValue(typeof iterator, 'object');
|
||||
assert.sameValue(typeof iteraror.next, 'function');
|
||||
assert.sameValue(typeof iterator.next, 'function');
|
||||
assert.throws(TypeError, function() {
|
||||
iterator.next();
|
||||
}, 'iterator.next throws a TypeError if IsFinalizationGroupCleanupJobActive is false');
|
||||
|
Loading…
x
Reference in New Issue
Block a user