Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp337 struct ArgSetup { in JSRuntimeCallJSQNameBase() struct
338 ALWAYS_INLINE bool operator()(InteropCtx *ctx, CallJSHandler *st) in JSRuntimeCallJSQNameBase()
383 struct ArgSetup { in JSRuntimeCallJSBase() struct
384 ALWAYS_INLINE bool operator()(InteropCtx *ctx, CallJSHandler *st) in JSRuntimeCallJSBase()
432 struct ArgSetup { in JSRuntimeCallJSByValue() struct
433 ALWAYS_INLINE bool operator()(InteropCtx *ctx, CallJSHandler *st) in JSRuntimeCallJSByValue()
451 struct ArgSetup { in CallJSProxy() struct
452 ALWAYS_INLINE bool operator()(InteropCtx *ctx, CallJSHandler *st) in CallJSProxy()
476 struct ArgSetup { in CallJSFunction() struct
477 …ALWAYS_INLINE bool operator()([[maybe_unused]] InteropCtx *ctx, [[maybe_unused]] CallJSHandler *st) in CallJSFunction()