Home
last modified time | relevance | path

Searched defs:func2 (Results 1 – 25 of 56) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DoverloadResolutionWithAny.js12 var func2: { variable
30 var func2; variable
DemitDefaultParametersFunctionProperty.js4 func2(x = "hello") { }, method
19 func2: function (x) { method
DemitDefaultParametersFunctionPropertyES6.js4 func2(x = "hello") { }, method
12 func2(x = "hello") { }, method
DtargetTypeTest3.js10 function func2(stuff1:string, stuff2:number, stuff3:number) { function
DtargetTypeTest2.js10 function func2(stuff1:string, stuff2:number, stuff3:number) { function
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/methodSignatures/
DfunctionLiterals.ts5 func2: (x: number) => number; // Function type literal variable
33 func2: <T>(x: T) => number; // Function type literal variable
/third_party/typescript/tests/cases/compiler/
DtargetTypeTest2.ts9 function func2(stuff1:string, stuff2:number, stuff3:number) { function
DoverloadResolutionWithAny.ts11 var func2: { variable
DtargetTypeTest3.ts9 function func2(stuff1:string, stuff2:number, stuff3:number) { function
DimplicitAnyDeclareFunctionWithoutFormalType.ts5 function func2(a, b, c) { }; // error at "a,b,c" function
DoptionalParameterInDestructuringWithInitializer.ts11 function func2( {a, b = 3}: {a: number, b?:number} = {a: 1,b: 2} ) { function
/third_party/python/Lib/test/tracedmodules/
Dtestmod.py5 def func2(): function
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-name.js66 var func2 = function bar() {}; function
98 func2: function () {}, method
154 get func2() {} getter in A
216 get func2() {} getter in B
Dreflect-construct.js71 function func2 () { function
Darrow-function.js119 var func2 = y => func(y) function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.2/generic_object_rest_variables_and_parameters/
Dgeneric_object_rest_variables_and_parameters.ts36 function func2<T extends { str: string }>(obj: T) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/leading_middle_rest_elements_in_tuple_types/
Dleading_middle_rest_elements_in_tuple_types4.ts34 function func2(...arg: [str:string, ...arr: unknown[], num: number]) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.4/
Dhigher_order_type_inference.ts37 function func2<U>(arr: U): A<U> { function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dfunction-redecl2.c21 void func2(int a) in func2() function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.9/improvements_in_inference_and_Promise.all/
Dimprovements_in_inference_and_Promise.all.ts34 func2(): number; method
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dconditional_types.ts36 function func2<T extends mT<I2>>(arg: T) { function
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c46 action_func2 *func2; member
114 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job… in thread_execute2()
121 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *ma… in ff_slice_thread_execute_with_mainfunc()
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-2914.js20 var func2 = function (number) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.7/improved_function_inference_in_objects_and_methods/
Dimproved_function_inference_in_objects_and_methods.ts40 function func2<T>(arg: { member: (str: string) => T }) { function
/third_party/node/test/js-native-api/test_function/
Dtest.js15 function func2() { function

123