Name Description Size
browser.js 0
builtin.js --- esid: sec-bigint.prototype.tolocalestring description: > Tests that BigInt.prototype.toLocaleString meets the requirements for built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [isConstructor.js] features: [Reflect.construct, BigInt] --- 1339
de-DE.js --- esid: sec-bigint.prototype.tolocalestring description: Checks basic behavior for BigInt.prototype.toLocaleString. locale: [de-DE] features: [BigInt] --- 814
default-options-object-prototype.js --- esid: sec-initializenumberformat description: > Monkey-patching Object.prototype does not change the default options for NumberFormat as a null prototype is used. info: | InitializeNumberFormat ( numberFormat, locales, options ) 1. If _options_ is *undefined*, then 1. Let _options_ be ObjectCreate(*null*). locale: [en-US] features: [BigInt] --- 681
en-US.js --- esid: sec-bigint.prototype.tolocalestring description: Checks basic behavior for BigInt.prototype.toLocaleString. locale: [en-US] features: [BigInt] --- 808
length.js --- esid: sec-bigint.prototype.tolocalestring description: > BigInt.prototype.toLocaleString.length is 0. info: | BigInt.prototype.toLocaleString ( [ locales [ , options ] ] ) 17 ECMAScript Standard Built-in Objects: Every built-in function object, including constructors, has a length property whose value is an integer. Unless otherwise specified, this value is equal to the largest number of named arguments shown in the subclause headings for the function description. Optional parameters (which are indicated with brackets: [ ]) or rest parameters (which are shown using the form «...name») are not included in the default argument count. Unless otherwise specified, the length property of a built-in function object has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [BigInt] --- 1268
name.js --- esid: sec-bigint.prototype.tolocalestring description: > BigInt.prototype.toLocaleString.name is toLocaleString. info: | BigInt.prototype.toLocaleString ( [ locales [ , options ] ] ) 17 ECMAScript Standard Built-in Objects: Every built-in function object, including constructors, that is not identified as an anonymous function has a name property whose value is a String. For functions that are specified as properties of objects, the name value is the property name string used to access the function. Unless otherwise specified, the name property of a built-in function object, if it exists, has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [BigInt] --- 1087
prop-desc.js --- esid: sec-bigint.prototype.tolocalestring description: Checks the "toLocaleString" property of the BigInt prototype object. info: | BigInt.prototype.toLocaleString ( [ locales [ , options ] ] ) 17 ECMAScript Standard Built-in Objects: Every other data property described in clauses 18 through 26 and in Annex B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. includes: [propertyHelper.js] features: [BigInt] --- 912
returns-same-results-as-NumberFormat.js --- esid: sec-bigint.prototype.tolocalestring description: > Tests that BigInt.prototype.toLocaleString produces the same results as Intl.BigIntFormat. features: [BigInt] --- 1647
shell.js --- description: | Test if a given function is a constructor function. defines: [isConstructor] features: [Reflect.construct] --- 596
taint-Intl-NumberFormat.js --- esid: sec-bigint.prototype.tolocalestring description: > Tests that Number.prototype.toLocaleString uses the standard built-in Intl.NumberFormat constructor. includes: [testIntl.js] features: [BigInt] --- 489
this-value-invalid.js --- esid: sec-bigint.prototype.tolocalestring description: Tests that toLocaleString handles "thisBigIntValue" correctly. features: [BigInt] --- 764
throws-same-exceptions-as-NumberFormat.js --- esid: sec-bigint.prototype.tolocalestring description: > Tests that BigInt.prototype.toLocaleString throws the same exceptions as Intl.NumberFormat. features: [BigInt] --- 1766