Home
last modified time | relevance | path

Searched defs:jsEnv (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dexternal_iface_table.h71 void *jsEnv = nullptr; in CreateJSRuntime() local
84 void CreateInteropCtx(Coroutine *coro, JSEnv jsEnv) in CreateInteropCtx()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_vm_api.cpp211 auto *jsEnv = ifaceTable->CreateJSRuntime(); in AttachCurrentThread() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ea_coro/
Dtest_module_ea_coro.h77 napi_env jsEnv = InteropCtx::Current()->GetJSEnv(); in RunEAWorker() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_ExclusiveLauncher.cpp58 auto *jsEnv = ifaceTable->CreateJSRuntime(); in TryCreateEACoroutine() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp101 auto *jsEnv = ifaceTable->CreateJSRuntime(); in AttachThread() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp392 … interfaceTable_.SetCreateInteropCtxFunction([](Coroutine *coro, ExternalIfaceTable::JSEnv jsEnv) { in InitExternalInterfaces()