Searched refs:isJsError (Results 1 – 2 of 2) sorted by relevance
479 bool isJsError = event->eventName_ == "JS_ERROR"; in OnEvent() local488 if (isJsError) { in OnEvent()493 …info.module = isJsError ? sysEvent->GetEventValue("PACKAGE_NAME") : sysEvent->GetEventValue("MODUL… in OnEvent()496 auto pName = isJsError ? sysEvent->GetEventValue("PNAME") : info.module; in OnEvent()520 if (isJsError) { in OnEvent()
135 …CheckKeyWordsInFile(const std::string& filePath, std::string *keywords, int length, bool isJsError) in CheckKeyWordsInFile() argument154 if (isJsError) { in CheckKeyWordsInFile()