summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/async-stacks-limit-expected.txt
blob: 16270656c686878cd004497e095b2e7494befd69 (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Checks that async stacks works good with different limits

Running test: testZeroLimit
foo1 (test.js:11:2)


Running test: testOneLimit
foo1 (test.js:11:2)
-- Promise.resolve --
promise (test.js:23:2)
(anonymous) (expr.js:0:0)


Running test: testOneLimitTwoPromises
foo1 (test.js:11:2)

foo2 (test.js:15:2)


Running test: testTwoLimitTwoPromises
foo1 (test.js:11:2)
-- Promise.resolve --
twoPromises (test.js:34:2)
(anonymous) (expr.js:0:0)

foo2 (test.js:15:2)
-- Promise.resolve --
twoPromises (test.js:35:2)
(anonymous) (expr.js:0:0)


Running test: testOneLimitTwoSetTimeouts
foo1 (test.js:11:2)

foo2 (test.js:15:2)
-- setTimeout --
twoSetTimeout (test.js:41:2)
(anonymous) (expr.js:0:0)


Running test: testTwoLimitTwoSetTimeouts
foo1 (test.js:11:2)
-- setTimeout --
twoSetTimeout (test.js:40:2)
(anonymous) (expr.js:0:0)

foo2 (test.js:15:2)
-- setTimeout --
twoSetTimeout (test.js:41:2)
(anonymous) (expr.js:0:0)


Running test: testTenLimitTwentySetTimeouts
foo1 (:0:17)
(anonymous) (:0:28)

foo2 (:0:17)
(anonymous) (:0:28)

foo3 (:0:17)
(anonymous) (:0:28)

foo4 (:0:17)
(anonymous) (:0:28)

foo5 (:0:17)
(anonymous) (:0:28)

foo6 (:0:17)
(anonymous) (:0:28)

foo7 (:0:17)
(anonymous) (:0:28)

foo8 (:0:17)
(anonymous) (:0:28)

foo9 (:0:17)
(anonymous) (:0:28)

foo10 (:0:18)
(anonymous) (:0:29)

foo11 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo12 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo13 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo14 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo15 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo16 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo17 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo18 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)

foo19 (:0:18)
(anonymous) (:0:29)
-- setTimeout --
twentySetTimeout (test.js:55:4)
(anonymous) (expr.js:0:0)