summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/async-stack-created-frame-expected.txt
blob: d555fb84debd6136c893c9da37531a696eccf392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Checks created frame for async call chain

Running test: testPromise
foo1 (test.js:10:2)
-- Promise.then --
promise (test.js:20:14)
(anonymous) (expr.js:0:0)


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

foo2 (test.js:14:2)
-- Promise.then --
promiseThen (test.js:29:14)
(anonymous) (expr.js:0:0)


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

foo1 (test.js:10:2)
-- Promise.then --
promiseThenThen (test.js:38:14)
(anonymous) (expr.js:0:0)

foo2 (test.js:14:2)
-- Promise.then --
promiseThenThen (test.js:37:25)
(anonymous) (expr.js:0:0)


Running test: testPromiseResolve
foo1 (test.js:10:2)
-- Promise.then --
promiseResolve (test.js:44:27)
(anonymous) (expr.js:0:0)


Running test: testPromiseReject
foo1 (test.js:10:2)
-- Promise.catch --
promiseReject (test.js:48:31)
(anonymous) (expr.js:0:0)


Running test: testPromiseAll
foo1 (test.js:10:2)
-- Promise.then --
promiseAll (test.js:52:44)
(anonymous) (expr.js:0:0)


Running test: testPromiseRace
foo1 (test.js:10:2)
-- Promise.then --
promiseRace (test.js:56:45)
(anonymous) (expr.js:0:0)


Running test: testThenableJob1
foo1 (test.js:10:2)
-- Promise.then --
thenableJob1 (test.js:60:72)
(anonymous) (expr.js:0:0)


Running test: testThenableJob2
foo1 (test.js:10:2)
-- Promise.then --
thenableJob2 (test.js:64:57)
(anonymous) (expr.js:0:0)


Running test: testSetTimeouts
foo1 (test.js:10:2)
setTimeout (test.js:72:25)
-- setTimeout --
setTimeout (test.js:72:6)
-- setTimeout --
setTimeout (test.js:71:4)
-- setTimeout --
setTimeouts (test.js:70:2)
(anonymous) (expr.js:0:0)