Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h88 …JSHandle<JSTaggedValue> ExecuteNativeModuleMayThrowError(JSThread *thread, const CString &recordNa…
Djs_module_manager.cpp763 JSHandle<JSTaggedValue> ModuleManager::ExecuteNativeModuleMayThrowError(JSThread *thread, const CSt… in ExecuteNativeModuleMayThrowError() function in panda::ecmascript::ModuleManager
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp762 auto exportObject = moduleManager->ExecuteNativeModuleMayThrowError(thread, requestPath); in LoadNativeModule()