archives

« Bugzilla Issues Index

#4445 — 7.4.1 GetIterator: Unnecessary ReturnIfAbrupt in step 2.b


7.4.1 GetIterator ( obj, method ), step 2.b

ReturnIfAbrupt is not needed, the Call operation handles abrupt completions.


Fixed in ES2016 Draft.