Closed
Bug 841718
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Fix decompiler assert
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
3.81 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
This assert is causing browser-chrome and jsreftest orange in debug builds.
Assignee | ||
Comment 1•12 years ago
|
||
We were doing the right thing for most ops, only DELPROP, DELELEM and TOID need fixing. Both the browser-chrome and jsreftest orange seem to be under DELPROP.
Attachment #714336 -
Flags: review?(bhackett1024)
Updated•12 years ago
|
Attachment #714336 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•