Home
last modified time | relevance | path

Searched defs:toLocaleString (Results 1 – 16 of 16) sorted by relevance

/third_party/jerryscript/tests/jerry/
Darray-prototype-tolocalestring.js22 toLocaleString: function() { return "1"; } method
28 var obj = { toLocaleString: function() {} }; method
34 toLocaleString: "FAIL" property
46 toLocaleString: function() { throw new ReferenceError("foo"); } method
Dregression-test-issue-786.js28 try { Number.prototype.toLocaleString() } catch (err) { } method in Number
33 try { Array.prototype.filter(Number.prototype.toLocaleString) } catch (err) { }
Dobject-prototype-tolocalestring.js24 var obj3 = {toLocaleString: function() { throw ReferenceError ("foo"); }}; method
/third_party/jerryscript/tests/jerry/es2015/
Dtypedarray-prototype-tolocalestring.js79 Number.prototype.toLocaleString = function() { return "5" } method in Number
96 Number.prototype.toLocaleString = "foo"; method in Number
/third_party/typescript/lib/
Dlib.es2020.number.d.ts29 toLocaleString(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string; method
Dlib.es2020.date.d.ts29 toLocaleString(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions): string; method
Dlib.es2020.bigint.d.ts117 toLocaleString(locales?: Intl.LocalesArgument, options?: BigIntToLocaleStringOptions): string; method
374 toLocaleString(): string; method
646 toLocaleString(): string; method
Dlib.es5.d.ts130 toLocaleString(): string; method
757 toLocaleString(): string; method
1178 toLocaleString(): string; method
1312 toLocaleString(): string; method
2078 toLocaleString(): string; method
2360 toLocaleString(): string; method
2642 toLocaleString(): string; method
2922 toLocaleString(): string; method
3205 toLocaleString(): string; method
3487 toLocaleString(): string; method
[all …]
/third_party/typescript/src/lib/
Des2020.number.d.ts9 toLocaleString(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string; method
Des2020.date.d.ts9 toLocaleString(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions): string; method
Des2020.bigint.d.ts97 toLocaleString(locales?: Intl.LocalesArgument, options?: BigIntToLocaleStringOptions): string; method
354 toLocaleString(): string; method
626 toLocaleString(): string; method
Des5.d.ts110 toLocaleString(): string; method
737 toLocaleString(): string; method
1158 toLocaleString(): string; method
1292 toLocaleString(): string; method
2058 toLocaleString(): string; method
2340 toLocaleString(): string; method
2622 toLocaleString(): string; method
2902 toLocaleString(): string; method
3185 toLocaleString(): string; method
3467 toLocaleString(): string; method
[all …]
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts104 toLocaleString(): string; method
623 toLocaleString(): string; method
802 toLocaleString(): string; method
987 toLocaleString(): string; method
/third_party/typescript/tests/baselines/reference/
Dlibrary_DatePrototypeProperties.js8 Date.prototype.toLocaleString(); method in Date
59 Date.prototype.toLocaleString(); method in Date
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource4.ts11 public toLocaleString = undefined; property in BlockIntrinsics
/third_party/typescript/tests/lib/
Dlib.d.ts115 toLocaleString(): string; method
657 toLocaleString(): string; method
1029 toLocaleString(): string; method
1630 toLocaleString(): string; method
1903 toLocaleString(): string; method
2177 toLocaleString(): string; method
2450 toLocaleString(): string; method
2724 toLocaleString(): string; method
2997 toLocaleString(): string; method
3270 toLocaleString(): string; method
[all …]