Lines Matching refs:entryPoint
274 CString entryPoint;
275 if (FindOhmUrlInPF(recordName, entryPoint) && HasRecord(entryPoint)) {
276 return entryPoint;
281 CString JSPandaFile::GetRecordName(const CString &entryPoint) const
283 if (entryPoint.empty() || entryPoint == JSPandaFile::ENTRY_FUNCTION_NAME) {
286 return entryPoint;
289 bool JSPandaFile::FindOhmUrlInPF(const CString &recordName, CString &entryPoint) const
293 entryPoint = info->second;