Closed
Bug 1617196
Opened 5 years ago
Closed 5 years ago
Change LCheckReturn to use an ool vm-call instead of a bailout for error reporting
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Branching on undefined
in the newly added ThrowBadDerivedReturnOrUninitializedThis
function makes it possible to differentiate when ThrowUninitializedThis()
and when
ThrowBadDerivedReturn()
needs to be called.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D63670
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b9c8044c4ff
Part 1: Use an ool vm-call instead of a bailout for LCheckReturn. r=jandem
https://hg.mozilla.org/integration/autoland/rev/3c102c13f262
Part 2: Remove no longer used bailout kinds. r=jandem
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7b9c8044c4ff
https://hg.mozilla.org/mozilla-central/rev/3c102c13f262
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•