Home
last modified time | relevance | path

Searched defs:parameterLength (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts103 let parameterLength = functionPg!.getParameterLength(); variable
152 let parameterLength = element.getParameterLength(); variable
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DpropertyAccess.test.ts121 let parameterLength = element.getParameterLength(); variable
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts465 private parameterLength: number = 0; property in FunctionScope
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1114 uint32_t parameterLength = GetFunctionTypeLength(gt); in GetFunctionTypeStr() local