Closed
Bug 677924
Opened 14 years ago
Closed 14 years ago
JS shell: version(4096) asserts
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: jorendorff, Assigned: jorendorff)
References
Details
Attachments
(1 file)
2.88 KB,
patch
|
cdleary
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: general → jorendorff
Attachment #552098 -
Flags: review?(cdleary)
Assignee | ||
Comment 2•14 years ago
|
||
The essential thing is to reject values >= 4096 with an exception; the rest is just me trying to get Version use the API correctly.
Incidentally that test where I added a Number() call was never doing what it thought it was doing, because version() would just ignore the string arguments.
Updated•14 years ago
|
Attachment #552098 -
Flags: review?(cdleary) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Whiteboard: [inbound]
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Version: Other Branch → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•