Home
last modified time | relevance | path

Searched defs:ecmaVm (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h96 auto ecmaVm = env_->GetEcmaVm(); in EnsureReference() local
H A Dnative_node_api.cpp99 auto ecmaVm = reinterpret_cast<NativeEngine*>(env)->GetEcmaVm(); in napi_fatal_exception() local
123 auto ecmaVm = engine->GetEcmaVm(); in napi_create_async_work() local
496 auto ecmaVm = reinterpret_cast<NativeEngine*>(env)->GetEcmaVm(); in napi_async_init() local
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h48 EcmaVM* ecmaVm; member
H A Dark_native_engine.cpp321const EcmaVM* ecmaVm, const panda::Local<panda::ObjectRef> exportObj, panda::Local<panda::ObjectRe… in CopyPropertyApiFilter()
382 EcmaVM *ecmaVm = info->GetVM(); in ArkNativeEngine() local
502 EcmaVM *ecmaVm = info->GetVM(); in ArkNativeEngine() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp297 auto ecmaVm = GetEcmaVm(); in InitJsEnv() local