Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.h130 bool IsGetterGT(size_t parameterLength, bool isSetter) const in IsGetterGT()
135 bool IsSetterGT(size_t parameterLength, bool isSetter) const in IsSetterGT()
Dts_type_accessor.cpp166 uint32_t parameterLength = tsManager_->GetFunctionTypeLength(gt); in GetAccessorGT() local
Dts_manager.cpp1122 uint32_t parameterLength = GetFunctionTypeLength(gt); in GetFunctionTypeStr() local
/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