Closed
Bug 1298697
Opened 8 years ago
Closed 7 years ago
Devtools fail to inspect objects that inherit from a proxy
Categories
(DevTools :: Object Inspector, defect)
DevTools
Object Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1380506
People
(Reporter: Oriol, Unassigned)
References
Details
Since bug 1274657, devtools do not execute traps when inspecting a proxy.
However, they still do it when inspecting a normal object which inherits from a proxy one.
For example, run this in the console:
var r = Proxy.revocable({}, {});
r.revoke();
Object.create(r.proxy);
Both previewing it in the console or inspecting it in variablesview produces errors.
Reporter | ||
Comment 1•7 years ago
|
||
This is a mix of various bugs, mostly bug 1380506.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•