Closed
Bug 1573112
Opened 6 years ago
Closed 6 years ago
Add slot accessors to remaining Intl objects
Categories
(Core :: JavaScript: Internationalization API, task)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Bug 1543675 already changed js::NumberFormatObject and js::PluralRulesObject to add accessors for their internal slots, including handling of possible uninitialised slots and to use [gs]etFixedSlot instead of [gs]etReservedSlot. Perform the same sort of changes for the remaining Intl objects.
| Assignee | ||
Comment 1•6 years ago
|
||
And use [gs]etFixedSlot instead of [gs]etReservedSlot per review comment in D27083.
| Assignee | ||
Comment 2•6 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=01b13a41617861da103fcf1ee1c3522e6a43e1cf
Keywords: checkin-needed
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b84fffc89c7
Add accessors for private slot values to remaining Intl objects. r=khyperia
Keywords: checkin-needed
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•