Home
last modified time | relevance | path

Searched refs:HasVarArgs (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_method_set.h64 if (entries_[params] != nullptr && entries_[params]->GetPandaMethod()->HasVarArgs()) { in GetMethod()
108 static_cast<unsigned int>(singleMethod->GetPandaMethod()->HasVarArgs())] = singleMethod; in EtsMethodSet()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_ets.cpp88 auto const numNonRest = numArgs - protoReader_.GetMethod()->HasVarArgs(); in ConvertArgs()
106 if (protoReader_.GetMethod()->HasVarArgs()) { in ConvertArgs()
143 bool const hasRestParams = method->HasVarArgs(); in CheckNumArgs()
H A Dcall_js.cpp179 bool isVarArgs = UNLIKELY(protoReader_.GetMethod()->HasVarArgs()); in ConvertArgsAndCall()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h560 bool HasVarArgs() const in HasVarArgs() function in ark::Method::VerificationStage

Completed in 5 milliseconds