Searched refs:isJsError (Results 1 – 1 of 1) sorted by relevance
355 bool isJsError = event->eventName_ == "JS_ERROR"; in OnEvent() local363 info.faultLogType = isJsError ? FaultLogType::JS_CRASH : FaultLogType::RUST_PANIC; in OnEvent()364 …info.module = isJsError ? sysEvent->GetEventValue("PACKAGE_NAME") : sysEvent->GetEventValue("MODUL… in OnEvent()