Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.h209 struct TempArgs { struct
211 explicit TempArgs(size_t sz) in TempArgs() argument
220 ~TempArgs() in ~TempArgs() argument
234 TempArgs(TempArgs &&other) : sp_(other.sp_), inlArr_(other.inlArr_) in TempArgs() function
263 return TempArgs<T, OPT_SZ>(sz); in GetTempArgs() argument