async-instrumentation-expected.txt 710 Bytes
Newer Older
1 2 3
Checks async instrumentation enabled in the middle.

Running test: beforeAsyncTaskScheduled
4
test (test.js:16:2)
5 6 7 8 9 10
(anonymous) (expr1.js:0:0)

test (test.js:21:2)
(anonymous) (expr1.js:0:0)

foo (test.js:10:2)
11
-- Promise.then --
12
test (test.js:19:14)
13 14 15
(anonymous) (expr1.js:0:0)

foo (test.js:12:2)
16
-- Promise.then --
17
test (test.js:19:14)
18 19 20 21
(anonymous) (expr1.js:0:0)


Running test: afterAsyncTaskScheduled
22
test (test.js:16:2)
23 24 25 26 27 28 29 30 31 32 33
(anonymous) (expr1.js:0:0)

test (test.js:21:2)
(anonymous) (expr1.js:0:0)

foo (test.js:10:2)

foo (test.js:12:2)


Running test: afterAsyncTaskStarted
34
test (test.js:16:2)
35 36 37 38 39 40 41 42 43
(anonymous) (expr1.js:0:0)

test (test.js:21:2)
(anonymous) (expr1.js:0:0)

foo (test.js:10:2)

foo (test.js:12:2)