Closed
Bug 56879
Opened 24 years ago
Closed 24 years ago
ECMA conformance: Object.prototype.toLocaleString() undefined!
Categories
(Rhino Graveyard :: Core, defect, P3)
Rhino Graveyard
Core
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: david, Assigned: norrisboyd)
Details
Attachments
(1 file)
783 bytes,
patch
|
Details | Diff | Splinter Review |
The latest rhinoTip does not conform to ECMA v3 15.2.4.3:
it does not define Object.prototype.toLocaleString
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Fixed with patch from beard@netscape.com.
Checking in NativeObject.java;
/cvsroot/mozilla/js/rhino/org/mozilla/javascript/NativeObject.java,v <-- Nativ
eObject.java
new revision: 1.9; previous revision: 1.8
done
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 3•24 years ago
|
||
Verified on Linux and WinNT using trunk build of Rhino 2000-10-25;
method of verficiation the same as in bug 56878 -
Status: RESOLVED → VERIFIED
Updated•24 years ago
|
Summary: ECMA conformance: Object.prototype.toLocaleString undefined! → ECMA conformance: Object.prototype.toLocaleString() undefined!
You need to log in
before you can comment on or make changes to this bug.
Description
•