Home
last modified time | relevance | path

Searched refs:nativeModuleHld (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp40 …JSHandle<JSTaggedValue> nativeModuleHld = moduleManager->ResolveNativeModule(requestPath, moduleTy… in ExecuteNativeModule() local
41 JSHandle<SourceTextModule> nativeModule = JSHandle<SourceTextModule>::Cast(nativeModuleHld); in ExecuteNativeModule()