Home
last modified time | relevance | path

Searched refs:hostVM (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapisetloop_fuzzer/
H A Djsnapisetloop_fuzzer.cpp50 EcmaVM *hostVM = JSNApi::CreateEcmaVM(option1); in JSNApiSynchronizVMInfoFuzzTest() local
51 JSNApi::SynchronizVMInfo(vm, hostVM); in JSNApiSynchronizVMInfoFuzzTest()
53 JSNApi::DestroyJSVM(hostVM); in JSNApiSynchronizVMInfoFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp627 EcmaVM *hostVM = JSNApi::CreateEcmaVM(option); in HWTEST_F_L0()
629 LocalScope scope2(hostVM); in HWTEST_F_L0()
630 JSNApi::SynchronizVMInfo(vm_, hostVM); in HWTEST_F_L0()
632 JSNApi::DestroyJSVM(hostVM); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4252 void JSNApi::SynchronizVMInfo(EcmaVM *vm, const EcmaVM *hostVM) in SynchronizVMInfo() argument
4255 vm->SetBundleName(hostVM->GetBundleName()); in SynchronizVMInfo()
4256 vm->SetModuleName(hostVM->GetModuleName()); in SynchronizVMInfo()
4257 vm->SetAssetPath(hostVM->GetAssetPath()); in SynchronizVMInfo()
4258 vm->SetIsBundlePack(hostVM->IsBundlePack()); in SynchronizVMInfo()
4259 vm->SetPkgNameList(hostVM->GetPkgNameList()); in SynchronizVMInfo()
4260 vm->SetPkgAliasList(hostVM->GetPkgAliasList()); in SynchronizVMInfo()
4261 vm->SetpkgContextInfoList(hostVM->GetPkgContextInfoLit()); in SynchronizVMInfo()
4266 hostVM->GetAssociatedJSThread()->GetCurrentEcmaContext()->GetModuleManager(); in SynchronizVMInfo()
4268 vm->SetResolveBufferCallback(hostVM in SynchronizVMInfo()
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1726 static void SynchronizVMInfo(EcmaVM *vm, const EcmaVM *hostVM);

Completed in 15 milliseconds