Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_base.h80 static std::optional<cpptype> Unwrap(InteropCtx *ctx, napi_env env, napi_value jsVal) in Unwrap() function
Djs_refconvert.h46 EtsObject *Unwrap(InteropCtx *ctx, napi_value jsValue) in Unwrap() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp72 EtsObject *EtsClassWrapper::Unwrap(InteropCtx *ctx, napi_value jsValue) in Unwrap() function in ark::ets::interop::js::ets_proxy::EtsClassWrapper