Closed Bug 611276 Opened 15 years ago Closed 15 years ago

JSOP_CALLEE pushes null, not undefined, for this

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla2.0b8
Tracking Status
blocking2.0 --- betaN+

People

(Reporter: Waldo, Assigned: Waldo)

References

()

Details

(Whiteboard: fixed-in-tracemonkey)

Attachments

(1 file)

js> (function test(recurring) { "use strict"; if (recurring) assertEq(this, undefined); else test(true); })(false) typein:14: Error: Assertion failed: got null, expected (void 0) One-line bug, one-line fix -- I'll get it and a test in the morning.
Attached patch Patch and testSplinter Review
Attachment #489921 - Flags: review?(jimb)
Attachment #489921 - Flags: review?(jimb) → review+
Whiteboard: fixed-in-tracemonkey
Target Milestone: --- → mozilla2.0b8
Status: ASSIGNED → RESOLVED
blocking2.0: --- → betaN+
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: