Home
last modified time | relevance | path

Searched defs:hasRestParam (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp182 bool hasRestParam = ((this->GetAccessFlags() & ACC_VARARGS) != 0); in GetNumMandatoryArgs() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp805 size_t arity, bool hasRestParam) in CorrectTheTrueThisForExtensionLambda()
1221 bool hasRestParam = in InsertInvokeCall() local