Closed
Bug 1529757
Opened 7 years ago
Closed 7 years ago
Need a public GetFunctionRealm API
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla68
People
(Reporter: bzbarsky, Assigned: jandem)
References
Details
Attachments
(1 file)
This is needed to fix things like bug 1317658 and in general align with the spec finally being written in https://github.com/heycam/webidl/pull/635/
This may be related to bug 1515167, which may be adding a way to do GetFunctionRealm at all; right now I don't think we have a way to do it.
| Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
<jorendorff> bz: Do you need someone to work on bug 1529757, or did you file it for yourself, or...
<bz> I would appreciate someone fixing it for me
<jorendorff> bz: i'll mark it P1 and ni?jandem
Flags: needinfo?(jdemooij)
Priority: -- → P1
Updated•7 years ago
|
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdemooij
Status: NEW → ASSIGNED
Flags: needinfo?(jdemooij)
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99b3585a6840
Add JS::GetFunctionRealm and use it in GetPrototypeFromConstructor. r=jorendorff,bzbarsky
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•