We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbe4ba commit fa3235bCopy full SHA for fa3235b
spec.emu
@@ -78,7 +78,8 @@ copyright: false
78
1. Let _allKeys_ be ? _iterables_.[[OwnPropertyKeys]]().
79
1. Let _keys_ be a new empty List.
80
1. For each element _key_ of _allKeys_, do
81
- 1. Let _desc_ be ? _iterables_.[[GetOwnProperty]](_key_).
+ 1. Let _desc_ be Completion(_iterables_.[[GetOwnProperty]](_key_)).
82
+ 1. IfAbruptCloseIterators(_desc_, _iters_).
83
1. If _desc_ is not *undefined* and _desc_.[[Enumerable]] is *true*, then
84
1. Let _value_ be *undefined*.
85
1. If IsDataDescriptor(_desc_) is *true*, then
0 commit comments