Closed
Bug 1302778
Opened 9 years ago
Closed 9 years ago
IonMonkey: Support common getters on primitive types.
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
People
(Reporter: nbp, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1301690 +++
Bug 1301690 is supposed to add support for property accesses on primitive prototypes, but to add support for common getters on primitive prototypes, we would have to separate the object from which the property got read/inferred from the receiver, which in these cases would be a primitive type.
| Reporter | ||
Comment 1•9 years ago
|
||
This bug was valid under the assumption that one work-in-progress patch made it to the review process. Unfortunately, I realized as shortest & simplest way through and trash my current patch, making this bug invalid … (details coming in Bug 1301690)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•