[Webkit-unassigned] [Bug 199141] Wrong Realization of TypedArray.prototype.fill

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 15:10:05 PDT 2020


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

Alexey Shvayka <shvaikalesh at gmail.com> changed:

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

--- Comment #2 from Alexey Shvayka <shvaikalesh at gmail.com> ---
(In reply to sunlili from comment #0)
> The output:
> 1,2,3

Thank you for detailed report!
r267522 aligned our %TypedArray%.prototype.fill implementation with the spec.
Provided sample output is now consistent with other runtimes: 

  call valueOf
  [0, 2, 3]

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

-- 
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/20200924/172b44e1/attachment.htm>


More information about the webkit-unassigned mailing list