Searched refs:formalParamCnt (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1324 auto formalParamCnt = realNode->FormalParamsLength(); in DefineFunction() local 1326 ra_.Emit<Definemethod>(node, 0, name, static_cast<int64_t>(formalParamCnt)); in DefineFunction() 1328 ra_.Emit<Definefunc>(node, 0, name, static_cast<int64_t>(formalParamCnt)); in DefineFunction() 1677 auto formalParamCnt = node->AsClassDefinition()->Ctor()->Function()->FormalParamsLength(); in DefineClassWithBuffer() local 1680 …<Defineclasswithbuffer>(node, 0, ctorId, litId.View(), static_cast<int64_t>(formalParamCnt), base); in DefineClassWithBuffer()
|