Closed
Bug 32937
Opened 25 years ago
Closed 25 years ago
Rhino: Number.prototype.toLocaleString is not defined
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martin.honnen, Assigned: rogerl)
Details
ECMA version 3 defines
Number.prototype.toLocaleString
It is however not around with the 20000315 Mozilla build
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: ---
| Assignee | ||
Comment 1•25 years ago
|
||
Implemented as toString() for now.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•25 years ago
|
||
Still exists in Rhino, Also - need test case added
Status: RESOLVED → REOPENED
Summary: Number.prototype.toLocaleString is not defined → Rhino: Number.prototype.toLocaleString is not defined
| Assignee | ||
Comment 5•25 years ago
|
||
Rhino fix checked in.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•