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.h247 struct TempArgs { struct
249 explicit TempArgs(size_t sz) in TempArgs() argument
258 ~TempArgs() in ~TempArgs() argument
272 TempArgs(TempArgs &&other) : sp_(other.sp_), inlArr_(other.inlArr_) in TempArgs() function
301 return TempArgs<T, OPT_SZ>(sz); in GetTempArgs() argument