Closed
Bug 1615861
Opened 1 year ago
Closed 1 year 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:
ProxyProxy.revocableReflect.applyReflect.constructReflect.getReflect.getOwnPropertyDescriptorReflect.getPrototypeOfReflect.hasReflect.isExtensibleReflect.ownKeys
I would like to allow them too.
| Assignee | ||
Comment 1•1 year 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•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•