/third_party/jerryscript/tests/jerry/ |
D | date-annexb.js | 26 assert (d.getFullYear() === 1991 && d.getYear() === 91); 34 assert (d.getFullYear() === 2015); 38 assert (d.getFullYear() === 2004 && d.getMonth() === 1 && d.getDate() === 29); 40 assert (d.getFullYear() === 2015 && d.getMonth() === 2 && d.getDate() === 1);
|
D | date-getters.js | 18 assert (d.getFullYear() == 2015); 38 assert (d.getFullYear() == 2015); 58 assert (d.getFullYear() == 1970); 79 assert (isNaN (d.getFullYear())); 99 assert (new Date(-2, -2).getFullYear() === -3); 100 assert (new Date(-1, -1).getFullYear() === -2);
|
D | date-setters.js | 179 assert (d.getFullYear() == 0); 182 assert (d.getFullYear() == 0); 186 assert (d.getFullYear() == -1); 191 assert (d.getFullYear() == 1970);
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowInstanceOfGuardPrimitives.types | 11 console.log("Aha!! It's a Date in " + thing.getFullYear()); 12 >console.log("Aha!! It's a Date in " + thing.getFullYear()) : void 16 >"Aha!! It's a Date in " + thing.getFullYear() : string 18 >thing.getFullYear() : number 19 >thing.getFullYear : () => number 21 >getFullYear : () => number
|
D | controlFlowInstanceOfGuardPrimitives.symbols | 11 console.log("Aha!! It's a Date in " + thing.getFullYear()); 15 >thing.getFullYear : Symbol(Date.getFullYear, Decl(lib.es5.d.ts, --, --)) 17 >getFullYear : Symbol(Date.getFullYear, Decl(lib.es5.d.ts, --, --))
|
D | controlFlowInstanceOfGuardPrimitives.js | 4 console.log("Aha!! It's a Date in " + thing.getFullYear()); 19 console.log("Aha!! It's a Date in " + thing.getFullYear());
|
D | library_DatePrototypeProperties.js | 14 Date.prototype.getFullYear(); method in Date 64 Date.prototype.getFullYear(); method in Date
|
D | library_DatePrototypeProperties.types | 75 Date.prototype.getFullYear(); 76 >Date.prototype.getFullYear() : number 77 >Date.prototype.getFullYear : () => number 81 >getFullYear : () => number
|
D | library_DatePrototypeProperties.symbols | 67 Date.prototype.getFullYear(); 68 >Date.prototype.getFullYear : Symbol(Date.getFullYear, Decl(lib.es5.d.ts, --, --)) 72 >getFullYear : Symbol(Date.getFullYear, Decl(lib.es5.d.ts, --, --))
|
D | 1.0lib-noErrors.js | 633 getFullYear(): number;
|
D | 1.0lib-noErrors.symbols | 973 getFullYear(): number; 974 >getFullYear : Symbol(Date.getFullYear, Decl(1.0lib-noErrors.ts, 629, 22))
|
D | 1.0lib-noErrors.types | 927 getFullYear(): number; 928 >getFullYear : () => number
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowInstanceOfGuardPrimitives.ts | 3 console.log("Aha!! It's a Date in " + thing.getFullYear());
|
/third_party/typescript/tests/cases/compiler/ |
D | library_DatePrototypeProperties.ts | 13 Date.prototype.getFullYear();
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | reflect-construct.js | 31 assert (d.getFullYear () === 1776);
|
/third_party/node/deps/npm/node_modules/tiny-relative-date/src/ |
D | factory.js | 21 date = new Date(date.getFullYear(), date.getMonth(), date.getDate(), 0, 0, 0)
|
/third_party/node/deps/npm/node_modules/tiny-relative-date/lib/ |
D | factory.js | 31 date = new Date(date.getFullYear(), date.getMonth(), date.getDate(), 0, 0, 0);
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | dnssec.js | 191 var year = date.getFullYear() + ''; //stringify
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 633 getFullYear(): number; method
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.ini | 291 LIT_MAGIC_STRING_GET_FULL_YEAR_UL = "getFullYear"
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_notification.js | 96 getFullYear: function () { method
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts-data.js | 14 …]{2})$/,parser:function(a){if(!a)return NaN;var c=+a[3];c=c>(new Date).getFullYear()-2E3?c+1900:c+…
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 727 getFullYear(): number; method
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 747 getFullYear(): number; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 667 getFullYear(): number; method
|