Home
last modified time | relevance | path

Searched refs:func3 (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DnoImplicitThisBigThis.types5 >createObj : () => { func1(): any; func2(): any; func3(): any; }
8func3() { 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 …]
DfunctionLiterals.types5 >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 …]
DfunctionLiterals.js7 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 …]
DfunctionLiterals.symbols15 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 …]
DnoImplicitThisBigThis.js12 func3() {
26 func3() {
61 func3: function () {
74 func3: function () {
103 func3(): any;
108 func3(): any;
DnoImplicitThisBigThis.symbols22 func3() {
23 >func3 : Symbol(func3, Decl(noImplicitThisBigThis.ts, 9, 10))
49 func3() {
50 >func3 : Symbol(func3, Decl(noImplicitThisBigThis.ts, 23, 10))
DemitDefaultParametersFunctionPropertyES6.types3 >obj2 : { func1(y?: number, ...rest: any[]): void; func2(x?: string): void; func3(x: string, z: num…
4func3(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
DemitDefaultParametersFunctionProperty.types3 >obj2 : { func1(y?: number, ...rest: any[]): void; func2(x?: string): void; func3(x: string, z: num…
4func3(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
DemitDefaultParametersFunctionProperty.symbols14 func3(x: string, z: number, y = "hello") { },
15 >func3 : Symbol(func3, Decl(emitDefaultParametersFunctionProperty.ts, 2, 27))
DemitDefaultParametersFunctionPropertyES6.symbols14 func3(x: string, z: number, y = "hello") { },
15 >func3 : Symbol(func3, Decl(emitDefaultParametersFunctionPropertyES6.ts, 2, 27))
DimplicitAnyDeclareFunctionWithoutFormalType.symbols18 function func3(...args) { }; // error at "args"
19 >func3 : Symbol(func3, Decl(implicitAnyDeclareFunctionWithoutFormalType.ts, 3, 28))
DemitDefaultParametersFunctionPropertyES6.js5 func3(x: string, z: number, y = "hello") { }, method
13 func3(x, z, y = "hello") { }, method
DimplicitAnyDeclareFunctionWithoutFormalType.js6 function func3(...args) { }; // error at "args" function
22 function func3() {
DemitDefaultParametersFunctionProperty.js5 func3(x: string, z: number, y = "hello") { }, method
22 func3: function (x, z, y) { method
DconditionalTypeBasedContextualTypeReturnTypeWidening.js11 const func3 = useState1(() => () => 0);
18 var func3 = useState1(function () { return function () { return 0; }; }); variable
DinferStringLiteralUnionForBindingElement.js18 function func3() { function
37 function func3() {
DmoduleExportAlias.symbols15 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/
DfunctionLiterals.ts6 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/
Dtable.tentative.any.js12 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/
DTrivialArgumentsInlineDirectly.sksl25 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/
Dfunction-name.js69 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/
Dtest.js21 function func3(input) { function
24 assert.strictEqual(test_function.TestCall(func3, 1), 2);
27 return func3(input);
/third_party/typescript/tests/cases/compiler/
DnoImplicitThisBigThis.ts14 func3() {
28 func3() {
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dconditional_types.ts40 function func3<T extends mT<object>>(arg: T) { function
43 Assert.isString(func3('a'));
/third_party/musl/libc-test/src/gwp_asan/
Dunwind_test.c40 __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()

1234