summaryrefslogtreecommitdiff
path: root/tests/testdata/run/set_timeout_error_handled.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/set_timeout_error_handled.ts.out')
-rw-r--r--tests/testdata/run/set_timeout_error_handled.ts.out13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testdata/run/set_timeout_error_handled.ts.out b/tests/testdata/run/set_timeout_error_handled.ts.out
new file mode 100644
index 000000000..054dd9b6b
--- /dev/null
+++ b/tests/testdata/run/set_timeout_error_handled.ts.out
@@ -0,0 +1,13 @@
+{
+ cancelable: true,
+ message: "Uncaught Error: foo",
+ filename: "[WILDCARD]/set_timeout_error_handled.ts",
+ lineno: 18,
+ colno: 9,
+ error: Error: foo
+ at [WILDCARD]/set_timeout_error_handled.ts:18:9
+ at [WILDCARD]
+}
+onerror() called Error: foo
+ at [WILDCARD]/set_timeout_error_handled.ts:18:9
+ at [WILDCARD]