Home
last modified time | relevance | path

Searched refs:ConvertArgToJS (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp184 if (UNLIKELY(!ConvertArgToJS(ctx_, protoReader_, &jsRes, readVal))) { in HandleImpl()
Darg_convertors.h253 [[nodiscard]] static ALWAYS_INLINE inline bool ConvertArgToJS(InteropCtx *ctx, ProtoReader &protoRe… in ConvertArgToJS() function
Dcall_js.cpp153 if (UNLIKELY(!ConvertArgToJS(ctx_, protoReader_, &jsargs[argIdx], readVal))) { in ConvertArgsAndCall()