Closed
Bug 836739
Opened 13 years ago
Closed 13 years ago
toString prototype for Number returning [xpconnect wrapped native prototype]]
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 684601
People
(Reporter: ars265, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:18.0) Gecko/20100101 Firefox/18.0
Build ID: 20130116073211
Steps to reproduce:
var v = "12.34";
toString.call((+v));
Actual results:
returned [xpconnect wrapped native prototype]
Expected results:
return [object Number]
Fixed in FF19+.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•