Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-async / async-callstack-scopes-expected.txt
blob843ce6245f16b070ad3c2c56309a51752be6731c
2 Test that sections representing scopes are expandable and contain correct data for async call frames.
4 Set timer for test function.
5 Dumping call frames with scope chains:
7 1) innerTimeout2 async-callstack-scopes.html:51
8 Scope variables sidebar pane:
9 Local
10     localInInnerTimeout2: "innerTimeout2"
11     this: Window
12 WindowGlobal
13     <section collapsed>
15 2) innerFunction async-callstack-scopes.html:18
16 Scope variables sidebar pane:
17 ObjectWith Block
18     foo: "bar2"
19 Catch
20     e: Error: An exception
21     at innerFunction (...)
22     at timeout2 (...)
23 Local
24     arguments: Arguments[1]
25     innerFunctionLocalVar: 202
26     this: Window
27     x: 200
28 Closure
29     callback: innerTimeout2()
30     makeClosureLocalVar: "local.2"
31     n: 2
32     withScope: Object
33 WindowGlobal
34     <section collapsed>
36 3) timeout2 async-callstack-scopes.html:53
37 Scope variables sidebar pane:
38 Local
39     innerTimeout2: innerTimeout2()
40     localInTimeout2: "timeout2"
41     this: Window
42 WindowGlobal
43     <section collapsed>
45 4) innerTimeout1 async-callstack-scopes.html:40
46 Scope variables sidebar pane:
47 Local
48     localInInnerTimeout1: "innerTimeout1"
49     this: Window
50 Closure
51     localInTimeout1: "timeout1"
52 WindowGlobal
53     <section collapsed>
55 5) innerFunction async-callstack-scopes.html:18
56 Scope variables sidebar pane:
57 Local
58     arguments: Arguments[1]
59     innerFunctionLocalVar: 102
60     this: Window
61     x: 100
62 Closure
63     callback: innerTimeout1()
64     makeClosureLocalVar: "local.1"
65     n: 1
66     withScope: Object
67 WindowGlobal
68     <section collapsed>
70 6) timeout1 async-callstack-scopes.html:42
71 Scope variables sidebar pane:
72 Local
73     innerTimeout1: innerTimeout1()
74     localInTimeout1: "timeout1"
75     this: Window
76 WindowGlobal
77     <section collapsed>
79 7) testFunction async-callstack-scopes.html:31
80 Scope variables sidebar pane:
81 Local
82     delay1: 0
83     this: Window
84 WindowGlobal
85     <section collapsed>