Closed
Bug 1827310
Opened 1 year ago
Closed 1 year ago
Add more ECMAScript built-in getters to eager evaluation allow list
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(4 files)
RegExp
static, Function
, and Intl.Locale
are missing from the list.
Assignee | ||
Comment 1•1 year ago
|
||
and also Error.prototype.stack
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D175081
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D175082
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D175083
Assignee | ||
Comment 5•1 year ago
|
||
Depends on D175084
Pushed by arai_a@mac.com: https://hg.mozilla.org/integration/autoland/rev/6f4171b913ff Part 1: Add Error.prototype.stack to eager evaluation allowlist. r=nchevobbe,devtools-reviewers https://hg.mozilla.org/integration/autoland/rev/fc957080477e Part 2: Add Function.prototype.{arguments,caller} to eager evaluation allowlist. r=nchevobbe,devtools-reviewers https://hg.mozilla.org/integration/autoland/rev/02a90fed61a9 Part 3: Add RegExp static properties to eager evaluation allowlist. r=nchevobbe,devtools-reviewers https://hg.mozilla.org/integration/autoland/rev/cc0fc1a741f7 Part 4: Add Intl.Locale.prototype.* getters to eager evaluation allowlist. r=nchevobbe,devtools-reviewers
Comment 7•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6f4171b913ff
https://hg.mozilla.org/mozilla-central/rev/fc957080477e
https://hg.mozilla.org/mozilla-central/rev/02a90fed61a9
https://hg.mozilla.org/mozilla-central/rev/cc0fc1a741f7
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•