Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Darg_convertors.h237 …c ALWAYS_INLINE inline bool ConvertRefArgToJS(InteropCtx *ctx, napi_value *resSlot, FRead &readVal) in ConvertRefArgToJS()
281 napi_value *resSlot, FRead &readVal) in ConvertArgToJS()
Dcall_ets.cpp206 …auto readVal = [&etsRes](auto typeTag) { return etsRes.GetAs<typename decltype(typeTag)::type>(); … in HandleImpl() local
Dcall_js.cpp153 ALWAYS_INLINE inline std::optional<napi_value> CallJSHandler::ConvertVarargsAndCall(FRead &readVal, in ConvertVarargsAndCall()
194 …auto readVal = [this](auto typeTag) { return argReader_.template Read<typename decltype(typeTag)::… in ConvertArgsAndCall() local