Lines Matching defs:entryPoint
111 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(
116 if (entryPoint == ModulePathHelper::PREVIEW_OF_ACROSS_HAP_FLAG) {
120 return SharedModuleManager::GetInstance()->ResolveImportedModuleWithMerge(thread, outFileName, entryPoint,
1291 std::string entryPoint;
1294 entryPoint = JSPandaFile::ENTRY_FUNCTION_NAME;
1296 entryPoint = moduleRecordName;
1302 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint, buffer, size);
1305 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint);
1311 return JSPandaFileExecutor::Execute(thread, jsPandaFile.get(), entryPoint, executeFromJob);
1828 std::string entryPoint;
1831 entryPoint = JSPandaFile::ENTRY_FUNCTION_NAME;
1833 entryPoint = moduleRecordName;
1839 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint, buffer, size);
1842 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint);
1849 JSPandaFileExecutor::Execute(thread, jsPandaFile.get(), entryPoint, executeFromJob);