Closed
Bug 1665396
Opened 4 years ago
Closed 4 years ago
CacheIR support for DOM setters
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
+++ This bug was initially created as a clone of Bug #1664617 +++
DOM setters are quite similar to DOM getters. We can share most of the code for the implementation with getters. MSetDOMProperty
aliases everything.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D90422
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5437e1f8b2dc
Support calling DOM setters in CacheIR. r=jandem
https://hg.mozilla.org/integration/autoland/rev/225e1ecf5192
Transpile CallDOMSetter. r=jandem
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5437e1f8b2dc
https://hg.mozilla.org/mozilla-central/rev/225e1ecf5192
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•