From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- dom/tests/mochitest/bugs/file_bug873229.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dom/tests/mochitest/bugs/file_bug873229.js (limited to 'dom/tests/mochitest/bugs/file_bug873229.js') diff --git a/dom/tests/mochitest/bugs/file_bug873229.js b/dom/tests/mochitest/bugs/file_bug873229.js new file mode 100644 index 0000000000..e2be3f08a2 --- /dev/null +++ b/dom/tests/mochitest/bugs/file_bug873229.js @@ -0,0 +1,6 @@ +// This is a script that will let you get an exception thrown by +// calling bar() with no arguments, say. +var foo = "Some string"; +function bar(x) { + x.trySomething(); +} -- cgit v1.2.3