Home
last modified time | relevance | path

Searched defs:func4 (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/methodSignatures/
DmethodSignaturesWithOverloads2.ts5 func4?(s: string): string; variable
19 func4? <T>(s: T): string; variable
DmethodSignaturesWithOverloads.ts5 func4(s: string): string; // error, mismatched optionality variable
14 func4? <T>(s: T): string; // error, mismatched optionality variable
DfunctionLiterals.ts19 func4(s: string): string; variable
47 func4<T>(s: T): string; variable
/third_party/typescript/tests/baselines/reference/
DemitDefaultParametersFunctionProperty.js6 func4(x: string, z: number, y = "hello", ...rest) { }, method
25 func4: function (x, z, y) { method
DemitDefaultParametersFunctionPropertyES6.js6 func4(x: string, z: number, y = "hello", ...rest) { }, method
14 func4(x, z, y = "hello", ...rest) { }, method
DimplicitAnyDeclareFunctionWithoutFormalType.js7 function func4(z= null, w= undefined) { }; // error at "z,w" function
DoptionalParameterInDestructuringWithInitializer.js21 function func4( {a: {b, c}, d}: {a: {b: number,c?: number},d: number} = {a: {b: 1,c: 2},d: 3} ) { function
/third_party/typescript/tests/cases/compiler/
DimplicitAnyDeclareFunctionWithoutFormalType.ts7 function func4(z= null, w= undefined) { }; // error at "z,w" function
DoptionalParameterInDestructuringWithInitializer.ts21 function func4( {a: {b, c}, d}: {a: {b: number,c?: number},d: number} = {a: {b: 1,c: 2},d: 3} ) { function
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-name.js73 var func4; variable
74 func4 = function () {} function
157 static func4() {} method in A
219 static func4() {} method in B
/third_party/node/test/js-native-api/test_function/
Dtest.js26 function func4(input) { function
/third_party/boost/libs/thread/test/sync/futures/future/
Dget_or_pass.cpp66 void func4(boost::promise<int&> p) in func4() function
Dget_pass.cpp76 void func4(boost::promise<int&> p) in func4() function
/third_party/boost/libs/thread/test/sync/futures/shared_future/
Dget_pass.cpp68 void func4(boost::promise<int&> p) in func4() function
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp4101 const GenFunc<Sig, 4>& func4; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5499 const GenFunc<Sig, 4>& func4; member