Searched refs:getUTCMonth (Results 1 – 18 of 18) sorted by relevance
/third_party/jerryscript/tests/jerry/ |
D | date-setters.js | 161 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);
|
D | date-getters.js | 21 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/ |
D | library_DatePrototypeProperties.js | 17 Date.prototype.getUTCMonth(); method in Date 67 Date.prototype.getUTCMonth(); method in Date
|
D | library_DatePrototypeProperties.types | 99 Date.prototype.getUTCMonth(); 100 >Date.prototype.getUTCMonth() : number 101 >Date.prototype.getUTCMonth : () => number 105 >getUTCMonth : () => number
|
D | library_DatePrototypeProperties.symbols | 88 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, --, --))
|
D | 1.0lib-noErrors.js | 639 getUTCMonth(): number;
|
D | 1.0lib-noErrors.symbols | 985 getUTCMonth(): number; 986 >getUTCMonth : Symbol(Date.getUTCMonth, Decl(1.0lib-noErrors.ts, 635, 23))
|
D | 1.0lib-noErrors.types | 939 getUTCMonth(): number; 940 >getUTCMonth : () => number
|
/third_party/typescript/tests/cases/compiler/ |
D | library_DatePrototypeProperties.ts | 16 Date.prototype.getUTCMonth();
|
/third_party/node/deps/npm/node_modules/jsprim/lib/ |
D | jsprim.js | 242 d.getUTCFullYear(), d.getUTCMonth() + 1, d.getUTCDate(), 256 RFC1123_MONTHS[date.getUTCMonth()], date.getUTCFullYear(),
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 639 getUTCMonth(): number; method
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.ini | 293 LIT_MAGIC_STRING_GET_UTC_MONTH_UL = "getUTCMonth"
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_notification.js | 111 getUTCMonth: function () { method
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | x509.js | 427 s += zeroPad(d.getUTCMonth() + 1);
|
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | cookie.js | 282 d+' '+ NUM_TO_MONTH[date.getUTCMonth()] +' '+ date.getUTCFullYear() +' '+
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 753 getUTCMonth(): number; method
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 733 getUTCMonth(): number; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 673 getUTCMonth(): number; method
|