Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h53 …JSHandle<JSTaggedValue> ExecuteNativeModuleMayThrowError(JSThread *thread, const CString &recordNa…
Djs_module_manager.cpp259 JSHandle<JSTaggedValue> ModuleManager::ExecuteNativeModuleMayThrowError(JSThread *thread, const CSt… in ExecuteNativeModuleMayThrowError() function in panda::ecmascript::ModuleManager
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp759 auto exportObject = moduleManager->ExecuteNativeModuleMayThrowError(thread, requestPath); in LoadNativeModule()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp2448 HWTEST_F_L0(EcmaModuleTest, ExecuteNativeModuleMayThrowError) in HWTEST_F_L0() argument
2465 JSHandle<JSTaggedValue> res = moduleManager->ExecuteNativeModuleMayThrowError( in HWTEST_F_L0()
2470 JSHandle<JSTaggedValue> res2 = moduleManager->ExecuteNativeModuleMayThrowError( in HWTEST_F_L0()