Searched refs:ExecuteNativeModuleMayThrowError (Results 1 – 3 of 3) sorted by relevance
88 …JSHandle<JSTaggedValue> ExecuteNativeModuleMayThrowError(JSThread *thread, const CString &recordNa…
763 JSHandle<JSTaggedValue> ModuleManager::ExecuteNativeModuleMayThrowError(JSThread *thread, const CSt… in ExecuteNativeModuleMayThrowError() function in panda::ecmascript::ModuleManager
762 auto exportObject = moduleManager->ExecuteNativeModuleMayThrowError(thread, requestPath); in LoadNativeModule()