Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/
Ddate-setters.js161 assert (d.getUTCMonth() == 0);
164 assert (d.getUTCMonth() == 11);
168 assert (d.getUTCMonth() == 1);
171 assert (d.getUTCMonth() == 0);
174 assert (d.getUTCMonth() == 1);
200 assert (d.getUTCMonth() == 0);
204 assert (d.getUTCMonth() == 11);
Ddate-getters.js21 assert (d.getUTCMonth() == 6);
41 assert (d.getUTCMonth() == 6);
61 assert (d.getUTCMonth() == 0);
82 assert (isNaN (d.getUTCMonth()));
/third_party/typescript/tests/baselines/reference/
Dlibrary_DatePrototypeProperties.js17 Date.prototype.getUTCMonth(); method in Date
67 Date.prototype.getUTCMonth(); method in Date
Dlibrary_DatePrototypeProperties.types99 Date.prototype.getUTCMonth();
100 >Date.prototype.getUTCMonth() : number
101 >Date.prototype.getUTCMonth : () => number
105 >getUTCMonth : () => number
Dlibrary_DatePrototypeProperties.symbols88 Date.prototype.getUTCMonth();
89 >Date.prototype.getUTCMonth : Symbol(Date.getUTCMonth, Decl(lib.es5.d.ts, --, --))
93 >getUTCMonth : Symbol(Date.getUTCMonth, Decl(lib.es5.d.ts, --, --))
D1.0lib-noErrors.js639 getUTCMonth(): number;
D1.0lib-noErrors.symbols985 getUTCMonth(): number;
986 >getUTCMonth : Symbol(Date.getUTCMonth, Decl(1.0lib-noErrors.ts, 635, 23))
D1.0lib-noErrors.types939 getUTCMonth(): number;
940 >getUTCMonth : () => number
/third_party/typescript/tests/cases/compiler/
Dlibrary_DatePrototypeProperties.ts16 Date.prototype.getUTCMonth();
/third_party/node/deps/npm/node_modules/jsprim/lib/
Djsprim.js242 d.getUTCFullYear(), d.getUTCMonth() + 1, d.getUTCDate(),
256 RFC1123_MONTHS[date.getUTCMonth()], date.getUTCFullYear(),
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts639 getUTCMonth(): number; method
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini293 LIT_MAGIC_STRING_GET_UTC_MONTH_UL = "getUTCMonth"
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_notification.js111 getUTCMonth: function () { method
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dx509.js427 s += zeroPad(d.getUTCMonth() + 1);
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js282 d+' '+ NUM_TO_MONTH[date.getUTCMonth()] +' '+ date.getUTCFullYear() +' '+
/third_party/typescript/lib/
Dlib.es5.d.ts753 getUTCMonth(): number; method
/third_party/typescript/src/lib/
Des5.d.ts733 getUTCMonth(): number; method
/third_party/typescript/tests/lib/
Dlib.d.ts673 getUTCMonth(): number; method