Home
last modified time | relevance | path

Searched refs:setUTCMilliseconds (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Dlibrary_DatePrototypeProperties.js34 Date.prototype.setUTCMilliseconds(0); method in Date
83 Date.prototype.setUTCMilliseconds(0); method in Date
Dlibrary_DatePrototypeProperties.types229 Date.prototype.setUTCMilliseconds(0);
230 >Date.prototype.setUTCMilliseconds(0) : number
231 >Date.prototype.setUTCMilliseconds : (ms: number) => number
235 >setUTCMilliseconds : (ms: number) => number
Dlibrary_DatePrototypeProperties.symbols200 Date.prototype.setUTCMilliseconds(0);
201 >Date.prototype.setUTCMilliseconds : Symbol(Date.setUTCMilliseconds, Decl(lib.es5.d.ts, --, --))
205 >setUTCMilliseconds : Symbol(Date.setUTCMilliseconds, Decl(lib.es5.d.ts, --, --))
D1.0lib-noErrors.js680 setUTCMilliseconds(ms: number): number;
D1.0lib-noErrors.symbols1060 setUTCMilliseconds(ms: number): number;
1061 >setUTCMilliseconds : Symbol(Date.setUTCMilliseconds, Decl(1.0lib-noErrors.ts, 673, 40))
D1.0lib-noErrors.types1014 setUTCMilliseconds(ms: number): number;
1015 >setUTCMilliseconds : (ms: number) => number
/third_party/typescript/tests/cases/compiler/
Dlibrary_DatePrototypeProperties.ts33 Date.prototype.setUTCMilliseconds(0);
/third_party/jerryscript/tests/jerry/
Ddate-setters.js35 assert (d.setUTCMilliseconds(1) == ms);
231 assert (isNaN (d.setUTCMilliseconds()));
/third_party/jerryscript/tests/jerry/es5.1/
Dbuiltin-prototypes.js30 assert (isNaN (Date.prototype.setUTCMilliseconds()));
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts680 setUTCMilliseconds(ms: number): number; method
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini357 LIT_MAGIC_STRING_SET_UTC_MILLISECONDS_UL = "setUTCMilliseconds"
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_notification.js191 setUTCMilliseconds: function (...args) { method
/third_party/typescript/src/lib/
Des5.d.ts774 setUTCMilliseconds(ms: number): number; method
/third_party/typescript/lib/
Dlib.es5.d.ts794 setUTCMilliseconds(ms: number): number; method
/third_party/typescript/tests/lib/
Dlib.d.ts714 setUTCMilliseconds(ms: number): number; method