async-stack-created-frame-expected.txt 1.67 KB
Newer Older
1 2 3 4
Checks created frame for async call chain

Running test: testPromise
foo1 (test.js:10:2)
5
-- Promise.then --
6
promise (test.js:20:14)
7 8 9 10 11
(anonymous) (expr.js:0:0)


Running test: testPromiseThen
foo1 (test.js:10:2)
12
-- Promise.then --
13
promiseThen (test.js:28:14)
14 15 16
(anonymous) (expr.js:0:0)

foo2 (test.js:14:2)
17
-- Promise.then --
18
promiseThen (test.js:29:14)
19 20 21 22 23
(anonymous) (expr.js:0:0)


Running test: testPromiseThenThen
foo1 (test.js:10:2)
24
-- Promise.then --
25
promiseThenThen (test.js:37:14)
26 27 28
(anonymous) (expr.js:0:0)

foo1 (test.js:10:2)
29
-- Promise.then --
30
promiseThenThen (test.js:38:14)
31 32 33
(anonymous) (expr.js:0:0)

foo2 (test.js:14:2)
34
-- Promise.then --
35
promiseThenThen (test.js:37:25)
36 37 38 39 40
(anonymous) (expr.js:0:0)


Running test: testPromiseResolve
foo1 (test.js:10:2)
41
-- Promise.then --
42
promiseResolve (test.js:44:27)
43 44 45 46 47
(anonymous) (expr.js:0:0)


Running test: testPromiseReject
foo1 (test.js:10:2)
48
-- Promise.catch --
49
promiseReject (test.js:48:31)
50 51 52 53 54
(anonymous) (expr.js:0:0)


Running test: testPromiseAll
foo1 (test.js:10:2)
55
-- Promise.then --
56
promiseAll (test.js:52:44)
57 58 59 60 61
(anonymous) (expr.js:0:0)


Running test: testPromiseRace
foo1 (test.js:10:2)
62
-- Promise.then --
63
promiseRace (test.js:56:45)
64 65 66 67 68
(anonymous) (expr.js:0:0)


Running test: testThenableJob1
foo1 (test.js:10:2)
69
-- Promise.then --
70
thenableJob1 (test.js:60:72)
71 72 73 74 75
(anonymous) (expr.js:0:0)


Running test: testThenableJob2
foo1 (test.js:10:2)
76
-- Promise.then --
77
thenableJob2 (test.js:64:57)
78 79 80 81 82
(anonymous) (expr.js:0:0)


Running test: testSetTimeouts
foo1 (test.js:10:2)
83
(anonymous) (test.js:72:25)
84
-- setTimeout --
85
(anonymous) (test.js:72:6)
86
-- setTimeout --
87
(anonymous) (test.js:71:4)
88 89 90 91
-- setTimeout --
setTimeouts (test.js:70:2)
(anonymous) (expr.js:0:0)