Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ets_to_ts/
Dets_hybridgref.cpp91 napi_env napiEnv = GetJsEnv(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ts_to_ets/
Dts_hybridgref.cpp155 napi_env napiEnv = GetJsEnv(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/arkts_esvalue/ts_to_ets/
Dts_arkts_esvalue.cpp166 napi_env napiEnv = GetJsEnv(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp799 bool TryInitInteropInJsEnv(void *napiEnv) in TryInitInteropInJsEnv()
842 bool CreateMainInteropContext(ark::ets::EtsCoroutine *mainCoro, void *napiEnv) in CreateMainInteropContext()