[Webkit-unassigned] [Bug 170807] New: Object literal syntax creates extra (not-specified) properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 13 09:32:01 PDT 2017


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

            Bug ID: 170807
           Summary: Object literal syntax creates extra (not-specified)
                    properties
           Product: WebKit
           Version: Safari 10
          Hardware: iPhone / iPad
                OS: iOS 10
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dominic.szablewski at gmail.com

var obj = {"512":1.0, "1024":2.0};
console.log(obj); // {0: NaN, 1: NaN, 2: NaN, 3: NaN, 4: NaN, 5: NaN, 6: NaN, 7: NaN, 8: NaN, 9: NaN, …}

Tested on iOS 10.3.1

-- 
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/20170413/92d7d9f5/attachment.html>


More information about the webkit-unassigned mailing list