Closed Bug 1397772 Opened 8 years ago Closed 7 years ago

Object with __proto__ property displayed empty

Categories

(DevTools :: JSON Viewer, defect)

57 Branch
defect
Not set
normal

Tracking

(firefox57 wontfix, firefox58 wontfix, firefox59 fixed)

RESOLVED WORKSFORME
Firefox 59
Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- fixed

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]]
Looks like it's fixed on Nightly. Can you confirm Oriol ?
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
True, fixed by bug 1419479.
Assignee: nobody → nchevobbe
Target Milestone: --- → Firefox 59
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.