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)

enhancement
Not set
normal

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.

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
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in before you can comment on or make changes to this bug.