Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.h47 EtsObject *Unwrap(InteropCtx *ctx, napi_value jsValue) in Unwrap() function
Djs_convert_base.h106 static std::optional<cpptype> Unwrap(InteropCtx *ctx, napi_env env, napi_value jsVal) in Unwrap() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp97 EtsObject *EtsClassWrapper::Unwrap(InteropCtx *ctx, napi_value jsValue) in Unwrap() function in ark::ets::interop::js::ets_proxy::EtsClassWrapper
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp378 JSVM_Status Unwrap(JSVM_Env env, JSVM_Value jsObject, void** result, UnwrapAction action) in Unwrap() function