Home
last modified time | relevance | path

Searched refs:funcParams (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp651 auto &funcParams = scope_->AsFunctionParamScope()->Params(); in AddMandatoryParam() local
653 funcParams.insert(funcParams.begin(), param); in AddMandatoryParam()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp960 auto &funcParams = scope_->AsFunctionVariableScope()->ParamScope()->Params(); in AddMandatoryParam() local
961 funcParams.insert(funcParams.begin(), param); in AddMandatoryParam()

Completed in 4 milliseconds