Lines Matching refs:entryPoint
146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION;
187 entryPoint =
191 moduleName = entryPoint;
194 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, entryPoint);
200 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo);
202 CString normalizeStr = ModulePathHelper::ReformatPath(entryPoint);
210 thread, entryPoint, ModuleTypes::JSON_MODULE, resolve, reject, jsPandaFile.get());
213 thread->GetEcmaVM()->PushToDeregisterModuleList(entryPoint);
216 if (!JSPandaFileExecutor::ExecuteFromAbcFile(thread, fileName.c_str(), entryPoint.c_str(), false, true)) {
217 CString msg = "Cannot execute request dynamic-imported module : " + entryPoint;