Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Darg_convertors.h28 using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in UnwrapVal() local
247 … using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in ConvertRefArgToJS() local
287 … using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in ConvertArgToJS() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_base.h84 using cpptype = ImplCpptype; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp320 #define CONVERT_LOCAL_VALUE(type, cpptype) \ argument