Closed
Bug 1831826
Opened 3 years ago
Closed 3 years ago
Remove DebuggerObject.prototype.isSameNativeWithJitInfo
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
bug 1826696 adds DebuggerObject.prototype.isNativeGetterWithJitInfo which is going to be used instead of DebuggerObject.prototype.isSameNativeWithJitInfo in devtools.
there's no other consumer for isNativeGetterWithJitInfo, and it can be removed.
| Assignee | ||
Comment 1•3 years ago
|
||
The consumer in devtools is rewritten with
DebuggerObject.prototype.isNativeGetterWithJitInfo.
Updated•3 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/dc4f6fa24aa3
Remove DebuggerObject.prototype.isSameNativeWithJitInfo. r=jandem
Comment 3•3 years ago
|
||
Backed out 3 changesets (Bug 1831819, Bug 1832769, Bug 1831826) for causing build bustages in Object-isSameNativeWithJitInfo.js CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=417122900&repo=autoland&lineNumber=27920
Backout: https://hg.mozilla.org/integration/autoland/rev/d659b70ec02be8ad2ab084872ca6ac6a3d4165d3
Flags: needinfo?(arai.unmht)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/0e394e67755e
Remove DebuggerObject.prototype.isSameNativeWithJitInfo. r=jandem
Comment 5•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•