/third_party/typescript/tests/baselines/reference/ |
D | noImplicitThisBigThis.types | 5 >createObj : () => { func1(): any; func2(): any; func3(): any; } 8 …func3() { return this; } } : { func1(): { func1(): any; func2(): any; func3()… 11 >func1 : () => { func1(): any; func2(): any; func3(): any; } 14 >this : { func1(): any; func2(): any; func3(): any; } 18 >func2 : () => { func1(): any; func2(): any; func3(): any; } 21 >this : { func1(): any; func2(): any; func3(): any; } 24 func3() { 25 >func3 : () => { func1(): any; func2(): any; func3(): any; } 28 >this : { func1(): any; func2(): any; func3(): any; } 34 >createObjNoCrash : () => { func1(): any; func2(): any; func3(): any; func4(): any; func5(): any; f… [all …]
|
D | functionLiterals.types | 5 >b : { func1(x: number): number; func2: (x: number) => number; func3: (x: number) => number; } 15 func3: { (x: number): number }; // Object type literal 16 >func3 : (x: number) => number 24 >b : { func1(x: number): number; func2: (x: number) => number; func3: (x: number) => number; } 27 >b : { func1(x: number): number; func2: (x: number) => number; func3: (x: number) => number; } 30 b.func1 = b.func3; 31 >b.func1 = b.func3 : (x: number) => number 33 >b : { func1(x: number): number; func2: (x: number) => number; func3: (x: number) => number; } 35 >b.func3 : (x: number) => number 36 >b : { func1(x: number): number; func2: (x: number) => number; func3: (x: number) => number; } [all …]
|
D | functionLiterals.js | 7 func3: { (x: number): number }; // Object type literal 12 b.func1 = b.func3; 14 b.func2 = b.func3; 15 b.func3 = b.func1; 16 b.func3 = b.func2; 35 func3: { <T>(x: T): number }; // Object type literal 40 b2.func1 = b2.func3; 42 b2.func2 = b2.func3; 43 b2.func3 = b2.func1; 44 b2.func3 = b2.func2; [all …]
|
D | functionLiterals.symbols | 15 func3: { (x: number): number }; // Object type literal 16 >func3 : Symbol(func3, Decl(functionLiterals.ts, 4, 33)) 29 b.func1 = b.func3; 33 >b.func3 : Symbol(func3, Decl(functionLiterals.ts, 4, 33)) 35 >func3 : Symbol(func3, Decl(functionLiterals.ts, 4, 33)) 45 b.func2 = b.func3; 49 >b.func3 : Symbol(func3, Decl(functionLiterals.ts, 4, 33)) 51 >func3 : Symbol(func3, Decl(functionLiterals.ts, 4, 33)) 53 b.func3 = b.func1; 54 >b.func3 : Symbol(func3, Decl(functionLiterals.ts, 4, 33)) [all …]
|
D | noImplicitThisBigThis.js | 12 func3() { 26 func3() { 61 func3: function () { 74 func3: function () { 103 func3(): any; 108 func3(): any;
|
D | noImplicitThisBigThis.symbols | 22 func3() { 23 >func3 : Symbol(func3, Decl(noImplicitThisBigThis.ts, 9, 10)) 49 func3() { 50 >func3 : Symbol(func3, Decl(noImplicitThisBigThis.ts, 23, 10))
|
D | emitDefaultParametersFunctionPropertyES6.types | 3 >obj2 : { func1(y?: number, ...rest: any[]): void; func2(x?: string): void; func3(x: string, z: num… 4 …func3(x: string, z: number, y = "hello") { }, func4(x: string, z: number, y = "hello", ...rest)… 17 func3(x: string, z: number, y = "hello") { }, 18 >func3 : (x: string, z: number, y?: string) => void
|
D | emitDefaultParametersFunctionProperty.types | 3 >obj2 : { func1(y?: number, ...rest: any[]): void; func2(x?: string): void; func3(x: string, z: num… 4 …func3(x: string, z: number, y = "hello") { }, func4(x: string, z: number, y = "hello", ...rest)… 17 func3(x: string, z: number, y = "hello") { }, 18 >func3 : (x: string, z: number, y?: string) => void
|
D | emitDefaultParametersFunctionProperty.symbols | 14 func3(x: string, z: number, y = "hello") { }, 15 >func3 : Symbol(func3, Decl(emitDefaultParametersFunctionProperty.ts, 2, 27))
|
D | emitDefaultParametersFunctionPropertyES6.symbols | 14 func3(x: string, z: number, y = "hello") { }, 15 >func3 : Symbol(func3, Decl(emitDefaultParametersFunctionPropertyES6.ts, 2, 27))
|
D | implicitAnyDeclareFunctionWithoutFormalType.symbols | 18 function func3(...args) { }; // error at "args" 19 >func3 : Symbol(func3, Decl(implicitAnyDeclareFunctionWithoutFormalType.ts, 3, 28))
|
D | emitDefaultParametersFunctionPropertyES6.js | 5 func3(x: string, z: number, y = "hello") { }, method 13 func3(x, z, y = "hello") { }, method
|
D | implicitAnyDeclareFunctionWithoutFormalType.js | 6 function func3(...args) { }; // error at "args" function 22 function func3() {
|
D | emitDefaultParametersFunctionProperty.js | 5 func3(x: string, z: number, y = "hello") { }, method 22 func3: function (x, z, y) { method
|
D | conditionalTypeBasedContextualTypeReturnTypeWidening.js | 11 const func3 = useState1(() => () => 0); 18 var func3 = useState1(function () { return function () { return 0; }; }); variable
|
D | inferStringLiteralUnionForBindingElement.js | 18 function func3() { function 37 function func3() {
|
D | moduleExportAlias.symbols | 15 b.func3; 16 >b.func3 : Symbol(b.func3, Decl(b.js, 4, 40)) 18 >func3 : Symbol(b.func3, Decl(b.js, 4, 40)) 127 moduleExportsAlias.func3 = function () { }; 128 >moduleExportsAlias.func3 : Symbol(func3, Decl(b.js, 4, 40)) 130 >func3 : Symbol(func3, Decl(b.js, 4, 40))
|
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/methodSignatures/ |
D | functionLiterals.ts | 6 func3: { (x: number): number }; // Object type literal 11 b.func1 = b.func3; 13 b.func2 = b.func3; 14 b.func3 = b.func1; 15 b.func3 = b.func2; 34 func3: { <T>(x: T): number }; // Object type literal 39 b2.func1 = b2.func3; 41 b2.func2 = b2.func3; 42 b2.func3 = b2.func1; 43 b2.func3 = b2.func2;
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/ |
D | table.tentative.any.js | 12 var func3 = new WebAssembly.Function({parameters: ["i64"], results: []}, testfunc) 13 table.set(2, func3) 27 assert_equals(third, func3) 28 assert_equals(third.type().parameters[0], func3.type().parameters[0])
|
/third_party/skia/resources/sksl/inliner/ |
D | TrivialArgumentsInlineDirectly.sksl | 25 half4 func3(half3 h3) { 53 var = func3(s.h4.zzz); 54 var = func3(colorGreen.xyz); 55 var = func3(s.h.xxx); 65 var = func3(s.h4.yyy + s.h4.zzz);
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | function-name.js | 69 var func3 = (function () {}).prototype.constructor; function 70 assert(typeof func3 === 'function'); 71 assertNameNotExists(func3); 99 func3: function bar() {}, 125 assertMethodName(o.func3, 'bar'); 155 set func3(a) {} setter in A 217 set func3(a) {} setter in B
|
/third_party/node/test/js-native-api/test_function/ |
D | test.js | 21 function func3(input) { function 24 assert.strictEqual(test_function.TestCall(func3, 1), 2); 27 return func3(input);
|
/third_party/typescript/tests/cases/compiler/ |
D | noImplicitThisBigThis.ts | 14 func3() { 28 func3() {
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/ |
D | conditional_types.ts | 40 function func3<T extends mT<object>>(arg: T) { function 43 Assert.isString(func3('a'));
|
/third_party/musl/libc-test/src/gwp_asan/ |
D | unwind_test.c | 40 __attribute__((noinline)) int func3(size_t *frame_buf, size_t max_record_stack, size_t *nums_frame) in func3() function 54 int res = func3((size_t *)frame_buf, max_record_stack, &nums_frames); in main()
|