Closed
Bug 1207182
Opened 9 years ago
Closed 6 years ago
Show symbol properties in the object view
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bruant.d, Unassigned)
Details
(Whiteboard: [btpp-backlog])
__STR__
Run the following in the console:
var s = Symbol('bla');
var o = {[s]: 'ya'};
o
__Actual behavior__
Nothing suggests the object o has a symbol property
__Expected behavior__
Something that shows the object has a symbol property using the debug string ('bla' in this case)
Updated•9 years ago
|
Whiteboard: [polish-backlog]
Updated•9 years ago
|
Priority: -- → P1
Updated•9 years ago
|
Priority: P1 → P3
Whiteboard: [polish-backlog] → [btpp-backlog]
Updated•6 years ago
|
Product: Firefox → DevTools
We do show symbol properties now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•