Home
last modified time | relevance | path

Searched refs:toTimeString (Results 1 – 16 of 16) sorted by relevance

/third_party/jerryscript/tests/jerry/
Ddate-tostring.js59 assert (new Date (NaN).toTimeString () == "Invalid Date");
61 assert (new Date ("2015-02-13").toTimeString () == "00:00:00.000");
62 assert (new Date ("2015-07-08T11:29:05.023").toTimeString () == "11:29:05.023");
66 Date.prototype.toTimeString.call(-1); method in Date
Dregression-test-issue-786.js16 try { Date.prototype.toTimeString() } catch (err) { } method in Date
/third_party/typescript/tests/baselines/reference/
Dlibrary_DatePrototypeProperties.js7 Date.prototype.toTimeString(); method in Date
58 Date.prototype.toTimeString(); method in Date
DdidYouMeanElaborationsForExpressionsWhichCouldBeCalled.errors.txt2 …' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateSt…
24 …' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateSt…
Dlibrary_DatePrototypeProperties.types27 Date.prototype.toTimeString();
28 >Date.prototype.toTimeString() : string
29 >Date.prototype.toTimeString : () => string
33 >toTimeString : () => string
Dlibrary_DatePrototypeProperties.symbols25 Date.prototype.toTimeString();
26 >Date.prototype.toTimeString : Symbol(Date.toTimeString, Decl(lib.es5.d.ts, --, --))
30 >toTimeString : Symbol(Date.toTimeString, Decl(lib.es5.d.ts, --, --))
D1.0lib-noErrors.js621 toTimeString(): string;
D1.0lib-noErrors.symbols949 toTimeString(): string;
950 >toTimeString : Symbol(Date.toTimeString, Decl(1.0lib-noErrors.ts, 617, 27))
D1.0lib-noErrors.types903 toTimeString(): string;
904 >toTimeString : () => string
/third_party/typescript/tests/cases/compiler/
Dlibrary_DatePrototypeProperties.ts6 Date.prototype.toTimeString();
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts621 toTimeString(): string; method
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini319 LIT_MAGIC_STRING_TO_TIME_STRING_UL = "toTimeString"
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_notification.js66 toTimeString: function () { method
/third_party/typescript/src/lib/
Des5.d.ts715 toTimeString(): string; method
/third_party/typescript/lib/
Dlib.es5.d.ts735 toTimeString(): string; method
/third_party/typescript/tests/lib/
Dlib.d.ts655 toTimeString(): string; method