Searched refs:ExecuteNativeModuleMayThrowError (Results 1 – 4 of 4) sorted by relevance
53 …JSHandle<JSTaggedValue> ExecuteNativeModuleMayThrowError(JSThread *thread, const CString &recordNa…
259 JSHandle<JSTaggedValue> ModuleManager::ExecuteNativeModuleMayThrowError(JSThread *thread, const CSt… in ExecuteNativeModuleMayThrowError() function in panda::ecmascript::ModuleManager
759 auto exportObject = moduleManager->ExecuteNativeModuleMayThrowError(thread, requestPath); in LoadNativeModule()
2448 HWTEST_F_L0(EcmaModuleTest, ExecuteNativeModuleMayThrowError) in HWTEST_F_L0() argument2465 JSHandle<JSTaggedValue> res = moduleManager->ExecuteNativeModuleMayThrowError( in HWTEST_F_L0()2470 JSHandle<JSTaggedValue> res2 = moduleManager->ExecuteNativeModuleMayThrowError( in HWTEST_F_L0()