WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 164412
170807
Object literal syntax creates extra (not-specified) properties
https://bugs.webkit.org/show_bug.cgi?id=170807
Summary
Object literal syntax creates extra (not-specified) properties
Dominic Szablewski
Reported
2017-04-13 09:32:01 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Dominic Szablewski
Comment 1
2017-04-13 14:29:43 PDT
*** This bug has been marked as a duplicate of
bug 164412
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug