Closed
Bug 1397772
Opened 8 years ago
Closed 7 years ago
Object with __proto__ property displayed empty
Categories
(DevTools :: JSON Viewer, defect)
Tracking
(firefox57 wontfix, firefox58 wontfix, firefox59 fixed)
RESOLVED
WORKSFORME
Firefox 59
People
(Reporter: Oriol, Assigned: nchevobbe)
References
Details
Load data:application/json,[{"__proto__":1},{"__proto2__":1}]
Collapse all objects.
Result:
▶ 0: {}
▶ 1: {…}
Expected:
▶ 0: {…}
▶ 1: {…}
Note that, unlike object initializers, JSON does not use dark magic. __proto__ is just a property, it does not define the [[Prototype]]
Assignee | ||
Comment 1•7 years ago
|
||
Looks like it's fixed on Nightly. Can you confirm Oriol ?
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•7 years ago
|
||
True, fixed by bug 1419479.
Updated•7 years ago
|
Assignee: nobody → nchevobbe
status-firefox58:
--- → wontfix
status-firefox59:
--- → fixed
Target Milestone: --- → Firefox 59
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•