Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dhandshake.h23 class InteropCtx; variable
Dstack_info.h30 class InteropCtx; variable
Djs_refconvert.h29 class InteropCtx; variable
Dinterop_context.h593 friend class InteropCtx; member
Dinterop_context.cpp402 InteropCtx::InteropCtx(EtsCoroutine *coro, napi_env env) in InteropCtx() function in ark::ets::interop::js::InteropCtx
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/
Dxgc_vm_adaptor.h25 class InteropCtx; variable
Dxgc.h30 class InteropCtx; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall.h40 class InteropCtx; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.h30 class InteropCtx; variable
Dshared_reference_storage.h28 class InteropCtx; variable
Dets_method_wrapper.h29 class InteropCtx; variable
Dshared_reference.h29 class InteropCtx; variable
Dets_class_wrapper.h93 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher()