Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Darg_convertors.h81 … using Convertor = typename decltype(convTag)::type; // convTag acts as lambda template parameter in ConvertPrimArgToEts() local
246 … using Convertor = typename decltype(convTag)::type; // conv_tag acts as lambda template parameter in ConvertRefArgToJS() local
286 … using Convertor = typename decltype(convTag)::type; // convTag acts as lambda template parameter in ConvertArgToJS() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp694 using Convertor = typename decltype(t)::type; in JSRuntimeInvoke() typedef
733 using Convertor = typename decltype(t)::type; in JSRuntimeInstantiate() typedef