Home
last modified time | relevance | path

Searched defs:numParameters (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp78 size_t numParameters = function.getParamCount(); in AppendValuesFromMultipleArguments() local
/third_party/typescript/src/compiler/transformers/
Dts.ts990 … const numParameters = firstParameterIsThis ? parameters.length - 1 : parameters.length; constant
1437 const numParameters = parameters.length; constant