Home
last modified time | relevance | path

Searched refs:ParamCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h259 uint32_t ParamCount() const;
Dpandagen.cpp119 uint32_t PandaGen::ParamCount() const in ParamCount() function in panda::es2panda::compiler::PandaGen
144 return ParamCount() + binder::Binder::MANDATORY_PARAMS_NUMBER; in InternalParamCount()