Lines Matching refs:entryPoint
58 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile,
63 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, entryPoint);
71 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo);
73 LOG_FULL(ERROR) << "cannot find record '" << entryPoint <<"' in basefileName " << abcFilePath << ","
75 CString msg = "cannot find record '" + entryPoint + "' in basefileName " + abcFilePath + "," +
80 if (!moduleManager->IsLocalModuleLoaded(entryPoint) || moduleManager->IsLocalModuleInstantiated(entryPoint)) {
81 if (!JSPandaFileExecutor::ExecuteFromAbcFile(thread, abcFilePath, entryPoint.c_str(), false, true)) {
82 CString msg = "Cannot execute request from napi load module : " + entryPoint +
87 JSHandle<SourceTextModule> moduleRecord = moduleManager->HostGetImportedModule(entryPoint);