summaryrefslogtreecommitdiff
path: root/tests/testdata/run/report_error_handled.ts.out
blob: 89fa30314fbfe84dd647d3cdbd9a8938ce52c2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
1
{
  cancelable: true,
  message: "Uncaught Error: foo",
  filename: "[WILDCARD]/report_error_handled.ts",
  lineno: 18,
  colno: 13,
  error: Error: foo
    at [WILDCARD]/report_error_handled.ts:18:13
}
onerror() called Error: foo
    at [WILDCARD]/report_error_handled.ts:18:13
2