Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp53 if (funcScope->ParamScope()->HasParam(decl->Name())) { in HoistVar()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h467 bool HasParam(util::StringView name) const in HasParam() function