Searched refs:toTimeString (Results 1 – 16 of 16) sorted by relevance
/third_party/jerryscript/tests/jerry/ |
D | date-tostring.js | 59 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
|
D | regression-test-issue-786.js | 16 try { Date.prototype.toTimeString() } catch (err) { } method in Date
|
/third_party/typescript/tests/baselines/reference/ |
D | library_DatePrototypeProperties.js | 7 Date.prototype.toTimeString(); method in Date 58 Date.prototype.toTimeString(); method in Date
|
D | didYouMeanElaborationsForExpressionsWhichCouldBeCalled.errors.txt | 2 …' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateSt… 24 …' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateSt…
|
D | library_DatePrototypeProperties.types | 27 Date.prototype.toTimeString(); 28 >Date.prototype.toTimeString() : string 29 >Date.prototype.toTimeString : () => string 33 >toTimeString : () => string
|
D | library_DatePrototypeProperties.symbols | 25 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, --, --))
|
D | 1.0lib-noErrors.js | 621 toTimeString(): string;
|
D | 1.0lib-noErrors.symbols | 949 toTimeString(): string; 950 >toTimeString : Symbol(Date.toTimeString, Decl(1.0lib-noErrors.ts, 617, 27))
|
D | 1.0lib-noErrors.types | 903 toTimeString(): string; 904 >toTimeString : () => string
|
/third_party/typescript/tests/cases/compiler/ |
D | library_DatePrototypeProperties.ts | 6 Date.prototype.toTimeString();
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 621 toTimeString(): string; method
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.ini | 319 LIT_MAGIC_STRING_TO_TIME_STRING_UL = "toTimeString"
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_notification.js | 66 toTimeString: function () { method
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 715 toTimeString(): string; method
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 735 toTimeString(): string; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 655 toTimeString(): string; method
|