Lines Matching defs:ErrorReport
120262 struct ErrorReport struct
120267 enum SniffingBehavior {
120275 JSErrorReport* report() in report()
120280 const JS::ConstUTF8CharsZ toStringResult() in toStringResult()
120299 JSErrorReport* reportp;
120302 JSErrorReport ownedReport;
120306 JS::RootedString str;
120309 AutoStableStringChars strChars;
120312 JS::RootedObject exnObject;
120315 JSAutoByteString filename;
120320 JS::ConstUTF8CharsZ toStringResult_;
120321 JSAutoByteString toStringResultBytesStorage;
127591 class ErrorReport : public ErrorBase { class
127604 ErrorReport() : mWindowID(0) in ErrorReport() function in xpc::ErrorReport