Home
last modified time | relevance | path

Searched refs:reportp (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/jsl/jsl-0.3.0/src/
H A Djscntxt.c651 if (reportp && reportp->errorNumber == JSMSG_UNCAUGHT_EXCEPTION) in ReportError()
652 reportp->flags |= JSREPORT_EXCEPTION; in ReportError()
788 reportp->flags &= ~JSREPORT_WARNING; in js_ExpandErrorArguments()
809 if (!reportp->messageArgs) in js_ExpandErrorArguments()
886 reportp->ucmessage in js_ExpandErrorArguments()
888 if (!reportp->ucmessage) in js_ExpandErrorArguments()
907 if (reportp->messageArgs) { in js_ExpandErrorArguments()
909 while (reportp->messageArgs[i]) in js_ExpandErrorArguments()
912 reportp->messageArgs = NULL; in js_ExpandErrorArguments()
914 if (reportp->ucmessage) { in js_ExpandErrorArguments()
[all …]
H A Djsexn.c906 JS_ASSERT(reportp); in js_ErrorToException()
989 if (reportp) { in js_ErrorToException()
995 lineno = reportp->lineno; in js_ErrorToException()
1010 privateData = exn_newPrivate(cx, reportp); in js_ErrorToException()
1018 reportp->flags |= JSREPORT_EXCEPTION; in js_ErrorToException()
1034 JSErrorReport *reportp; in js_ReportUncaughtException() local
1056 reportp = js_ErrorFromException(cx, exn); in js_ReportUncaughtException()
1058 reportp = NULL; in js_ReportUncaughtException()
1064 if (reportp == NULL) { in js_ReportUncaughtException()
1074 reportp->flags |= JSREPORT_EXCEPTION; in js_ReportUncaughtException()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscntxt.cpp218 MOZ_ASSERT(reportp); in ReportError()
222 reportp->flags |= JSREPORT_EXCEPTION; in ReportError()
592 reportp->exnType = efs->exnType; in ExpandErrorArgumentsVA()
609 if (!reportp->messageArgs) in ExpandErrorArgumentsVA()
699 if (!reportp->ucmessage) in ExpandErrorArgumentsVA()
721 while (reportp->messageArgs[i]) in ExpandErrorArgumentsVA()
725 reportp->messageArgs = nullptr; in ExpandErrorArgumentsVA()
727 if (reportp->ucmessage) { in ExpandErrorArgumentsVA()
729 reportp->ucmessage = nullptr; in ExpandErrorArgumentsVA()
827 MOZ_ASSERT(reportp); in CallErrorReporter()
[all …]
H A Djsexn.cpp520 MOZ_ASSERT(reportp); in ErrorToException()
550 RootedString messageStr(cx, reportp->ucmessage ? JS_NewUCStringCopyZ(cx, reportp->ucmessage) in ErrorToException()
580 reportp->flags |= JSREPORT_EXCEPTION; in ErrorToException()
658 : reportp(nullptr), in ErrorReport()
731 if (reportp && reportp->filename) { in ReportAddonExceptionToTelementry()
745 (reportp ? reportp->lineno : 0) ); in ReportAddonExceptionToTelementry()
769 if (reportp) in init()
852 reportp = &ownedReport; in init()
853 new (reportp) JSErrorReport(); in init()
876 if (!reportp) { in init()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DErrorReporting.cpp29 MOZ_ASSERT(reportp->isWarning()); in CallWarningReporter()
32 warningReporter(cx, reportp); in CallWarningReporter()
157 if (reportp->isWarning()) { in ReportError()
158 CallWarningReporter(cx, reportp); in ReportError()
164 ErrorToException(cx, reportp, callback, userRef); in ReportError()
335 reportp->exnType = efs->exnType; in ExpandErrorArgumentsHelper()
339 reportp->errorMessageName = efs->name; in ExpandErrorArgumentsHelper()
397 reportp->initOwnedMessage(utf8); in ExpandErrorArgumentsHelper()
411 if (!reportp->message()) { in ExpandErrorArgumentsHelper()
421 reportp->initOwnedMessage(message); in ExpandErrorArgumentsHelper()
[all …]
H A DErrorReporting.h152 JSErrorReport* reportp, va_list ap);
158 JSErrorReport* reportp, va_list ap);
166 JSErrorReport* reportp, va_list ap);
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DErrorReporting.cpp30 MOZ_ASSERT(reportp->isWarning()); in CallWarningReporter()
33 warningReporter(cx, reportp); in CallWarningReporter()
158 if (reportp->isWarning()) { in ReportError()
159 CallWarningReporter(cx, reportp); in ReportError()
165 ErrorToException(cx, reportp, callback, userRef); in ReportError()
336 reportp->exnType = efs->exnType; in ExpandErrorArgumentsHelper()
340 reportp->errorMessageName = efs->name; in ExpandErrorArgumentsHelper()
398 reportp->initOwnedMessage(utf8); in ExpandErrorArgumentsHelper()
412 if (!reportp->message()) { in ExpandErrorArgumentsHelper()
422 reportp->initOwnedMessage(message); in ExpandErrorArgumentsHelper()
[all …]
H A DErrorReporting.h152 JSErrorReport* reportp, va_list ap);
158 JSErrorReport* reportp, va_list ap);
166 JSErrorReport* reportp, va_list ap);
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DErrorReporting.cpp30 MOZ_ASSERT(reportp->isWarning()); in CallWarningReporter()
33 warningReporter(cx, reportp); in CallWarningReporter()
158 if (reportp->isWarning()) { in ReportError()
159 CallWarningReporter(cx, reportp); in ReportError()
165 ErrorToException(cx, reportp, callback, userRef); in ReportError()
336 reportp->exnType = efs->exnType; in ExpandErrorArgumentsHelper()
340 reportp->errorMessageName = efs->name; in ExpandErrorArgumentsHelper()
398 reportp->initOwnedMessage(utf8); in ExpandErrorArgumentsHelper()
412 if (!reportp->message()) { in ExpandErrorArgumentsHelper()
422 reportp->initOwnedMessage(message); in ExpandErrorArgumentsHelper()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DErrorReporting.cpp30 MOZ_ASSERT(reportp->isWarning()); in CallWarningReporter()
33 warningReporter(cx, reportp); in CallWarningReporter()
158 if (reportp->isWarning()) { in ReportError()
159 CallWarningReporter(cx, reportp); in ReportError()
165 ErrorToException(cx, reportp, callback, userRef); in ReportError()
336 reportp->exnType = efs->exnType; in ExpandErrorArgumentsHelper()
340 reportp->errorMessageName = efs->name; in ExpandErrorArgumentsHelper()
398 reportp->initOwnedMessage(utf8); in ExpandErrorArgumentsHelper()
412 if (!reportp->message()) { in ExpandErrorArgumentsHelper()
422 reportp->initOwnedMessage(message); in ExpandErrorArgumentsHelper()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c828 JS_ASSERT(reportp); in ReportError()
969 reportp->flags &= ~JSREPORT_WARNING; in js_ExpandErrorArguments()
994 if (!reportp->messageArgs) in js_ExpandErrorArguments()
1001 reportp->messageArgs[i] in js_ExpandErrorArguments()
1012 reportp->messageArgs[i] = NULL; in js_ExpandErrorArguments()
1078 if (!reportp->ucmessage) in js_ExpandErrorArguments()
1096 if (reportp->messageArgs) { in js_ExpandErrorArguments()
1100 while (reportp->messageArgs[i]) in js_ExpandErrorArguments()
1104 reportp->messageArgs = NULL; in js_ExpandErrorArguments()
1106 if (reportp->ucmessage) { in js_ExpandErrorArguments()
[all …]
/dports/lang/spidermonkey17/js/src/
H A Djscntxt.c828 JS_ASSERT(reportp); in ReportError()
969 reportp->flags &= ~JSREPORT_WARNING; in js_ExpandErrorArguments()
994 if (!reportp->messageArgs) in js_ExpandErrorArguments()
1001 reportp->messageArgs[i] in js_ExpandErrorArguments()
1012 reportp->messageArgs[i] = NULL; in js_ExpandErrorArguments()
1078 if (!reportp->ucmessage) in js_ExpandErrorArguments()
1096 if (reportp->messageArgs) { in js_ExpandErrorArguments()
1100 while (reportp->messageArgs[i]) in js_ExpandErrorArguments()
1104 reportp->messageArgs = NULL; in js_ExpandErrorArguments()
1106 if (reportp->ucmessage) { in js_ExpandErrorArguments()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c828 JS_ASSERT(reportp); in ReportError()
969 reportp->flags &= ~JSREPORT_WARNING; in js_ExpandErrorArguments()
994 if (!reportp->messageArgs) in js_ExpandErrorArguments()
1001 reportp->messageArgs[i] in js_ExpandErrorArguments()
1012 reportp->messageArgs[i] = NULL; in js_ExpandErrorArguments()
1078 if (!reportp->ucmessage) in js_ExpandErrorArguments()
1096 if (reportp->messageArgs) { in js_ExpandErrorArguments()
1100 while (reportp->messageArgs[i]) in js_ExpandErrorArguments()
1104 reportp->messageArgs = NULL; in js_ExpandErrorArguments()
1106 if (reportp->ucmessage) { in js_ExpandErrorArguments()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c828 JS_ASSERT(reportp); in ReportError()
969 reportp->flags &= ~JSREPORT_WARNING; in js_ExpandErrorArguments()
994 if (!reportp->messageArgs) in js_ExpandErrorArguments()
1001 reportp->messageArgs[i] in js_ExpandErrorArguments()
1012 reportp->messageArgs[i] = NULL; in js_ExpandErrorArguments()
1078 if (!reportp->ucmessage) in js_ExpandErrorArguments()
1096 if (reportp->messageArgs) { in js_ExpandErrorArguments()
1100 while (reportp->messageArgs[i]) in js_ExpandErrorArguments()
1104 reportp->messageArgs = NULL; in js_ExpandErrorArguments()
1106 if (reportp->ucmessage) { in js_ExpandErrorArguments()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c828 JS_ASSERT(reportp); in ReportError()
969 reportp->flags &= ~JSREPORT_WARNING; in js_ExpandErrorArguments()
994 if (!reportp->messageArgs) in js_ExpandErrorArguments()
1001 reportp->messageArgs[i] in js_ExpandErrorArguments()
1012 reportp->messageArgs[i] = NULL; in js_ExpandErrorArguments()
1078 if (!reportp->ucmessage) in js_ExpandErrorArguments()
1096 if (reportp->messageArgs) { in js_ExpandErrorArguments()
1100 while (reportp->messageArgs[i]) in js_ExpandErrorArguments()
1104 reportp->messageArgs = NULL; in js_ExpandErrorArguments()
1106 if (reportp->ucmessage) { in js_ExpandErrorArguments()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsexn.cpp509 MOZ_ASSERT(reportp); in ErrorToException()
568 reportp->flags |= JSREPORT_EXCEPTION; in ErrorToException()
637 : reportp(nullptr), in ErrorReport()
692 if (reportp && reportp->filename) { in ReportAddonExceptionToTelementry()
705 (reportp ? reportp->lineno : 0) ); in ReportAddonExceptionToTelementry()
714 MOZ_ASSERT(!reportp); in init()
737 if (reportp) { in init()
827 reportp = &ownedReport; in init()
828 new (reportp) JSErrorReport(); in init()
860 if (!reportp) { in init()
[all …]
H A Djscntxt.cpp171 MOZ_ASSERT(reportp); in ReportError()
175 reportp->flags |= JSREPORT_EXCEPTION; in ReportError()
178 if (JSREPORT_IS_WARNING(reportp->flags)) { in ReportError()
179 CallWarningReporter(cx, reportp); in ReportError()
589 reportp->exnType = efs->exnType; in ExpandErrorArgumentsVA()
645 reportp->initOwnedMessage(utf8); in ExpandErrorArgumentsVA()
658 if (!reportp->message()) { in ExpandErrorArgumentsVA()
667 reportp->initOwnedMessage(message); in ExpandErrorArgumentsVA()
706 va_start(ap, reportp); in ExpandErrorArguments()
741 MOZ_ASSERT(reportp); in CallWarningReporter()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsexn.cpp540 MOZ_ASSERT(reportp); in ErrorToException()
595 reportp->flags |= JSREPORT_EXCEPTION; in ErrorToException()
703 if (reportp && reportp->filename) { in ReportAddonExceptionToTelemetry()
712 filename, (reportp ? reportp->lineno : 0)); in ReportAddonExceptionToTelemetry()
719 MOZ_ASSERT(!reportp); in init()
741 if (reportp) { in init()
764 if (!reportp && exnObject && in init()
825 reportp = &ownedReport; in init()
826 new (reportp) JSErrorReport(); in init()
855 if (!reportp) { in init()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsexn.cpp291 MOZ_ASSERT(!reportp->isWarning()); in ErrorToException()
297 JS::PrintError(stderr, reportp, true); in ErrorToException()
330 uint32_t sourceId = reportp->sourceId; in ErrorToException()
331 uint32_t lineNumber = reportp->lineno; in ErrorToException()
478 : reportp(nullptr), exnObject(cx) {} in ErrorReportBuilder()
486 MOZ_ASSERT(!reportp); in init()
499 if (reportp) { in init()
583 reportp = &ownedReport; in init()
584 new (reportp) JSErrorReport(); in init()
619 if (!reportp) { in init()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsexn.cpp291 MOZ_ASSERT(!reportp->isWarning()); in ErrorToException()
297 JS::PrintError(stderr, reportp, true); in ErrorToException()
330 uint32_t sourceId = reportp->sourceId; in ErrorToException()
331 uint32_t lineNumber = reportp->lineno; in ErrorToException()
478 : reportp(nullptr), exnObject(cx) {} in ErrorReportBuilder()
486 MOZ_ASSERT(!reportp); in init()
499 if (reportp) { in init()
583 reportp = &ownedReport; in init()
584 new (reportp) JSErrorReport(); in init()
619 if (!reportp) { in init()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsexn.cpp285 MOZ_ASSERT(!reportp->isWarning()); in ErrorToException()
324 uint32_t sourceId = reportp->sourceId; in ErrorToException()
325 uint32_t lineNumber = reportp->lineno; in ErrorToException()
326 uint32_t columnNumber = reportp->column; in ErrorToException()
469 : reportp(nullptr), exnObject(cx) {} in ErrorReportBuilder()
477 MOZ_ASSERT(!reportp); in init()
490 if (reportp) { in init()
574 reportp = &ownedReport; in init()
575 new (reportp) JSErrorReport(); in init()
607 if (!reportp) { in init()
[all …]
/dports/www/firefox/firefox-99.0/js/src/
H A Djsexn.cpp300 MOZ_ASSERT(!reportp->isWarning()); in ErrorToException()
331 uint32_t sourceId = reportp->sourceId; in ErrorToException()
332 uint32_t lineNumber = reportp->lineno; in ErrorToException()
333 uint32_t columnNumber = reportp->column; in ErrorToException()
479 : reportp(nullptr), exnObject(cx) {} in ErrorReportBuilder()
487 MOZ_ASSERT(!reportp); in init()
500 if (reportp) { in init()
584 reportp = &ownedReport; in init()
585 new (reportp) JSErrorReport(); in init()
620 if (!reportp) { in init()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DErrorReporting.cpp26 void js::CallWarningReporter(JSContext* cx, JSErrorReport* reportp) { in CallWarningReporter() argument
27 MOZ_ASSERT(reportp); in CallWarningReporter()
28 MOZ_ASSERT(JSREPORT_IS_WARNING(reportp->flags)); in CallWarningReporter()
31 warningReporter(cx, reportp); in CallWarningReporter()
H A DJSContext.cpp275 MOZ_ASSERT(reportp); in ReportError()
278 reportp->flags |= JSREPORT_EXCEPTION; in ReportError()
281 if (JSREPORT_IS_WARNING(reportp->flags)) { in ReportError()
282 CallWarningReporter(cx, reportp); in ReportError()
286 ErrorToException(cx, reportp, callback, userRef); in ReportError()
655 reportp->exnType = exnType; in SetExnType()
689 SetExnType(reportp, efs->exnType); in ExpandErrorArgumentsHelper()
744 reportp->initOwnedMessage(utf8); in ExpandErrorArgumentsHelper()
756 if (!reportp->message()) { in ExpandErrorArgumentsHelper()
764 reportp->initOwnedMessage(message); in ExpandErrorArgumentsHelper()
[all …]
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_virusfilter_clamav.c82 char **reportp) in virusfilter_clamav_scan() argument
160 *reportp = talloc_asprintf(talloc_tos(), in virusfilter_clamav_scan()
163 *reportp = report; in virusfilter_clamav_scan()

1234