[Webkit-unassigned] [Bug 185208] JSCore does not support "null" as a [Symbol.iterator] property of a typedArray

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 7 05:35:16 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=185208

Alexey Shvayka <shvaikalesh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |shvaikalesh at gmail.com
         Resolution|---                         |DUPLICATE

--- Comment #3 from Alexey Shvayka <shvaikalesh at gmail.com> ---
(In reply to Mariana Moura from comment #0)
> According to GetMethod (object, @@iterator) ES6 specification
> (https://www.ecma-international.org/ecma-262/8.0/index.html#sec-typedarray-
> object), if the iterator value is either "undefined" or "null", the method
> should return "undefined", but JSCore does not support this property as
> "null".

r262567 fixed GetMethod with iterators, including %TypedArray% constructor case.
test262 coverage: https://github.com/tc39/test262/pull/2639.

*** This bug has been marked as a duplicate of bug 212771 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200607/df68d8ec/attachment.htm>


More information about the webkit-unassigned mailing list