Searched refs:getUTCHours (Results 1 – 19 of 19) sorted by relevance
/third_party/jerryscript/tests/jerry/ |
D | date-getters.js | 27 assert (d.getUTCHours() == (12 + d.getTimezoneOffset() / 60)); 47 assert (d.getUTCHours() == Math.floor(12 - 1.5)); 67 assert (d.getUTCHours() == 0); 88 assert (isNaN (d.getUTCHours()));
|
D | date-setters.js | 107 assert (d.getUTCHours() == 1); 110 assert (d.getUTCHours() == 1); 114 assert (d.getUTCHours() == 1); 119 assert (d.getUTCHours() == 1);
|
/third_party/typescript/tests/baselines/reference/ |
D | library_DatePrototypeProperties.js | 23 Date.prototype.getUTCHours(); method in Date 73 Date.prototype.getUTCHours(); method in Date
|
D | library_DatePrototypeProperties.types | 147 Date.prototype.getUTCHours(); 148 >Date.prototype.getUTCHours() : number 149 >Date.prototype.getUTCHours : () => number 153 >getUTCHours : () => number
|
D | library_DatePrototypeProperties.symbols | 130 Date.prototype.getUTCHours(); 131 >Date.prototype.getUTCHours : Symbol(Date.getUTCHours, Decl(lib.es5.d.ts, --, --)) 135 >getUTCHours : Symbol(Date.getUTCHours, Decl(lib.es5.d.ts, --, --))
|
D | 1.0lib-noErrors.js | 651 getUTCHours(): number;
|
D | 1.0lib-noErrors.symbols | 1009 getUTCHours(): number; 1010 >getUTCHours : Symbol(Date.getUTCHours, Decl(1.0lib-noErrors.ts, 647, 23))
|
D | 1.0lib-noErrors.types | 963 getUTCHours(): number; 964 >getUTCHours : () => number
|
/third_party/typescript/tests/cases/compiler/ |
D | library_DatePrototypeProperties.ts | 22 Date.prototype.getUTCHours();
|
/third_party/node/deps/npm/node_modules/jsprim/lib/ |
D | jsprim.js | 243 d.getUTCHours(), d.getUTCMinutes(), d.getUTCSeconds(), 257 date.getUTCHours(), date.getUTCMinutes(),
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | dnssec.js | 194 timestampStr += '' + date.getUTCHours() + date.getUTCMinutes();
|
D | x509.js | 429 s += zeroPad(d.getUTCHours());
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 651 getUTCHours(): number; method
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.ini | 292 LIT_MAGIC_STRING_GET_UTC_HOURS_UL = "getUTCHours"
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_notification.js | 141 getUTCHours: function () { method
|
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | cookie.js | 278 var h = date.getUTCHours(); h = h >= 10 ? h : '0'+h;
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 765 getUTCHours(): number; method
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 745 getUTCHours(): number; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 685 getUTCHours(): number; method
|