[Webkit-unassigned] [Bug 171606] getOwnPropertyDescriptor on an indexed property for a typed array is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 3 11:05:58 PDT 2017


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

--- Comment #3 from Saam Barati <sbarati at apple.com> ---
This will lead to code like this which is also wrong:
```
>>> let x = new Uint8Array
>>> JSON.stringify(Object.getOwnPropertyDescriptor(x, "5"))
{"writable":false,"enumerable":true,"configurable":false}
```

-- 
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/20170503/ab2fa888/attachment.html>


More information about the webkit-unassigned mailing list