Searched refs:ExecuteNativeModule (Results 1 – 5 of 5) sorted by relevance
90 JSHandle<JSTaggedValue> ExecuteNativeModule(JSThread *thread, const CString &recordName);
756 …JSHandle<SourceTextModule> ecmaModule = JSHandle<SourceTextModule>::Cast(ExecuteNativeModule(threa… in LoadNativeModule()786 JSHandle<JSTaggedValue> ModuleManager::ExecuteNativeModule(JSThread *thread, const CString &recordN… in ExecuteNativeModule() function in panda::ecmascript::ModuleManager
483 moduleManager->ExecuteNativeModule(thread, recordName); in LazyExecuteModule()
1570 static Local<ObjectRef> ExecuteNativeModule(EcmaVM *vm, const std::string &key);
5728 Local<ObjectRef> JSNApi::ExecuteNativeModule(EcmaVM *vm, const std::string &key) in ExecuteNativeModule() function in panda::JSNApi