Closed
Bug 1555037
Opened 7 years ago
Closed 7 years ago
Support SuperProperty in field initializers
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
References
Details
Attachments
(2 files, 1 obsolete file)
There are tests for this, but currently disabled because I thought the tests were buggy. I was wrong.
super.x is supposed to work in field initializers. They count as methods.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Attachment #9071329 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Depends on D34607
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ad81cd789859
Part 1: Refactor code for emitting the .initializers array into ClassEmitter. r=arai
https://hg.mozilla.org/integration/autoland/rev/9a263a237c4c
Part 2: Support SuperProperty in field initializers. r=arai
Comment 7•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ad81cd789859
https://hg.mozilla.org/mozilla-central/rev/9a263a237c4c
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•