Closed
Bug 1615861
Opened 3 years ago
Closed 3 years ago
Support calling Proxy and Reflect methods when doing eager evaluations
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: Oriol, Assigned: Oriol)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1607608 added support for calling some builtin natives in eager evaluations.
But these weren't included:
Proxy
Proxy.revocable
Reflect.apply
Reflect.construct
Reflect.get
Reflect.getOwnPropertyDescriptor
Reflect.getPrototypeOf
Reflect.has
Reflect.isExtensible
Reflect.ownKeys
I would like to allow them too.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by ccoroiu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/50ce9805294b Support calling Proxy and Reflect methods when doing eager evaluations. r=nchevobbe
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•