[Webkit-unassigned] [Bug 171606] New: 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:03:03 PDT 2017


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

            Bug ID: 171606
           Summary: getOwnPropertyDescriptor on an indexed property for a
                    typed array is wrong
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sbarati at apple.com
                CC: benjamin at webkit.org, fpizlo at apple.com,
                    ggaren at apple.com, gskachkov at gmail.com,
                    jfbastien at apple.com, keith_miller at apple.com,
                    mark.lam at apple.com, msaboff at apple.com,
                    ticaiolima at gmail.com, utatane.tea at gmail.com

e.g:
```
let x = new Uint8Array
Object.getOwnPropertyDescriptor(x, "0").writable === false
```
but it should === true.

-- 
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/2f27f303/attachment.html>


More information about the webkit-unassigned mailing list