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:
10 localInInnerTimeout2: "innerTimeout2"
15 2) innerFunction async-callstack-scopes.html:18
16 Scope variables sidebar pane:
20 e: Error: An exception
21 at innerFunction (...)
24 arguments: Arguments[1]
25 innerFunctionLocalVar: 202
29 callback: innerTimeout2()
30 makeClosureLocalVar: "local.2"
36 3) timeout2 async-callstack-scopes.html:53
37 Scope variables sidebar pane:
39 innerTimeout2: innerTimeout2()
40 localInTimeout2: "timeout2"
45 4) innerTimeout1 async-callstack-scopes.html:40
46 Scope variables sidebar pane:
48 localInInnerTimeout1: "innerTimeout1"
51 localInTimeout1: "timeout1"
55 5) innerFunction async-callstack-scopes.html:18
56 Scope variables sidebar pane:
58 arguments: Arguments[1]
59 innerFunctionLocalVar: 102
63 callback: innerTimeout1()
64 makeClosureLocalVar: "local.1"
70 6) timeout1 async-callstack-scopes.html:42
71 Scope variables sidebar pane:
73 innerTimeout1: innerTimeout1()
74 localInTimeout1: "timeout1"
79 7) testFunction async-callstack-scopes.html:31
80 Scope variables sidebar pane: