summaryrefslogtreecommitdiffstats
path: root/js/src/jscntxt.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jscntxt.h')
-rw-r--r--js/src/jscntxt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/jscntxt.h b/js/src/jscntxt.h
index c1e676f68..c949d18fd 100644
--- a/js/src/jscntxt.h
+++ b/js/src/jscntxt.h
@@ -685,6 +685,9 @@ ReportValueErrorFlags(JSContext* cx, unsigned flags, const unsigned errorNumber,
((void)ReportValueErrorFlags(cx, JSREPORT_ERROR, errorNumber, \
spindex, v, fallback, arg1, arg2))
+JSObject*
+CreateErrorNotesArray(JSContext* cx, JSErrorReport* report);
+
} /* namespace js */
extern const JSErrorFormatString js_ErrorFormatString[JSErr_Limit];