Closed
Bug 1296234
Opened 8 years ago
Closed 5 years ago
Bound format and compare functions should be anonymous
Categories
(Core :: JavaScript: Internationalization API, defect, P3)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
Test case:
---
assertEq(Intl.Collator().compare.hasOwnProperty("name"), false);
assertEq(Intl.DateTimeFormat().format.hasOwnProperty("name"), false);
assertEq(Intl.NumberFormat().format.hasOwnProperty("name"), false);
---
Expected: All three assertEq calls pass
Actual: All three calls fail
https://tc39.github.io/ecma402/#sec-intl.collator.prototype.compare
https://tc39.github.io/ecma402/#sec-intl.numberformat.prototype.format
https://tc39.github.io/ecma402/#sec-intl.datetimeformat.prototype.format
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•5 years ago
|
||
No longer valid, see → bug 1574180
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•