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