Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.h29 class InteropCtx; variable
Dshared_reference_storage.h26 class InteropCtx; variable
Dets_method_wrapper.h28 class InteropCtx; variable
Dshared_reference.h29 class InteropCtx; variable
Dets_class_wrapper.h90 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall.h39 class InteropCtx; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.h28 class InteropCtx; variable
Dinterop_context.cpp118 InteropCtx::InteropCtx(EtsCoroutine *coro, napi_env env) in InteropCtx() function in ark::ets::interop::js::InteropCtx