Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp78 ALWAYS_INLINE inline bool CallETSHandler::ConvertArgs(Span<Value> etsArgs) in ConvertArgs()
194 auto etsArgs = ctx_->GetTempArgs<Value>(method->GetNumArgs()); in HandleImpl() local