Closed
Bug 480363
Opened 16 years ago
Closed 16 years ago
MethodEnv::unbox1 incorrectly throw error for null->Namespace unboxing
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stejohns, Unassigned)
Details
Attachments
(1 file)
2.88 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
null and undefined should be legal to unbox into Namespace, but current code throws a TypeError. (Error was introduced during recent optimization of unbox1.) Patch includes new acceptance test.
Attachment #364349 -
Flags: review?(lhansen)
Updated•16 years ago
|
Attachment #364349 -
Flags: review?(lhansen) → review+
Reporter | ||
Comment 1•16 years ago
|
||
pushed to redux as changeset: 1523:64621bdf6544
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•