Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
Dnapi_impl.cpp28 napi_wrap_with_xref([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value js_object, in napi_wrap_with_xref()
38 napi_xref_unwrap([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value js_object, [[maybe_unus… in napi_xref_unwrap()
79 napi_is_xref_type([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value js_object, [[maybe_unu… in napi_is_xref_type()
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp227 JSVM_Value js_object; in Object() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dwin-dynamic-node.cpp152 NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env, napi_value js_object, void *fin… in napi_add_finalizer()