Closed Bug 466787 Opened 16 years ago Closed 16 years ago

TM: new Number() behaves like a string during recording?

Categories

(Core :: JavaScript Engine, defect, P1)

x86
macOS
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: testcase, verified1.9.1, Whiteboard: [fixed by 465460])

js> for (let j = 0; j < 4; ++j) { for each (let one in [new Number(1)]) { print('' + (3 + one)); } } 4 31 4 4
Essentially a dup of bug 465460. Making that bug block this one for now. /be
Depends on: 465460
Flags: blocking1.9.1?
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P1
Yep, fixed by 465460.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Keywords: fixed1.9.1
Whiteboard: [fixed by 465460]
js1_8/regress/regress-466787.js v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.