Home
last modified time | relevance | path

Searched refs:toDateString (Results 1 – 18 of 18) sorted by relevance

/third_party/jerryscript/tests/jerry/
Ddate-tostring.js45 assert (new Date (NaN).toDateString () == "Invalid Date");
46 assert (new Date ("2015-02-13").toDateString () == "2015-02-13");
47 assert (new Date ("2015-07-08T11:29:05.023").toDateString () == "2015-07-08");
51 Date.prototype.toDateString.call(-1); method in Date
/third_party/typescript/tests/baselines/reference/
Dlibrary_DatePrototypeProperties.js6 Date.prototype.toDateString(); method in Date
57 Date.prototype.toDateString(); method in Date
DdidYouMeanElaborationsForExpressionsWhichCouldBeCalled.errors.txt2 …ateConstructor' is missing the following properties from type 'Date': toDateString, toTimeString, …
24 …ateConstructor' is missing the following properties from type 'Date': toDateString, toTimeString, …
Dlibrary_DatePrototypeProperties.types19 Date.prototype.toDateString();
20 >Date.prototype.toDateString() : string
21 >Date.prototype.toDateString : () => string
25 >toDateString : () => string
Dlibrary_DatePrototypeProperties.symbols18 Date.prototype.toDateString();
19 >Date.prototype.toDateString : Symbol(Date.toDateString, Decl(lib.es5.d.ts, --, --))
23 >toDateString : Symbol(Date.toDateString, Decl(lib.es5.d.ts, --, --))
D1.0lib-noErrors.js619 toDateString(): string;
D1.0lib-noErrors.symbols945 toDateString(): string;
946 >toDateString : Symbol(Date.toDateString, Decl(1.0lib-noErrors.ts, 615, 23))
D1.0lib-noErrors.types899 toDateString(): string;
900 >toDateString : () => string
/third_party/typescript/tests/cases/compiler/
Dlibrary_DatePrototypeProperties.ts5 Date.prototype.toDateString();
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/
Ddeaddrop.js257 date.toDateString() + " " +
/third_party/libwebsockets/plugins/deaddrop/assets/
Ddeaddrop.js257 date.toDateString() + " " +
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts619 toDateString(): string; method
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini318 LIT_MAGIC_STRING_TO_DATE_STRING_UL = "toDateString"
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_notification.js61 toDateString: function () { method
/third_party/node/typings/
Dprimordials.d.ts202 export const DatePrototypeToDateString: UncurryThis<typeof Date.prototype.toDateString>
/third_party/typescript/src/lib/
Des5.d.ts733 toDateString(): string; method
/third_party/typescript/lib/
Dlib.es5.d.ts753 toDateString(): string; method
/third_party/typescript/tests/lib/
Dlib.d.ts653 toDateString(): string; method