1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:18:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/NumberFormat
Timothy Flynn 40973814e9 LibJS: Throw an exception in NumberFormat.prototype.format for BigInts
Rather than crashing in the call to as_double(), throw an exception for
now.
2021-11-13 19:01:25 +00:00
..
NumberFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.NumberFormat object 2021-09-11 11:05:50 +01:00
NumberFormat.js LibJS: Implement the Intl.NumberFormat constructor 2021-09-11 11:05:50 +01:00
NumberFormat.prototype.format.js LibJS: Throw an exception in NumberFormat.prototype.format for BigInts 2021-11-13 19:01:25 +00:00
NumberFormat.prototype.resolvedOptions.js LibJS: Implement Intl.NumberFormat.prototype.resolvedOptions 2021-09-11 11:05:50 +01:00
NumberFormat.supportedLocalesOf.js LibJS: Implement Intl.NumberFormat.supportedLocalesOf 2021-09-11 11:05:50 +01:00