OLD | NEW |
1 | 1 |
2 Test that sections representing scopes of the current call frame are expandable
and contain correct data. | 2 Test that sections representing scopes of the current call frame are expandable
and contain correct data. |
3 | 3 |
4 Debugger was enabled. | |
5 Evaluated script in console. | 4 Evaluated script in console. |
6 Script execution paused. | 5 Script execution paused. |
7 | 6 |
8 Dump scope sections: | 7 Dump scope sections: |
9 Catch | 8 Catch |
10 e: Error | 9 e: Error |
11 Local | 10 Local |
12 innerFunctionLocalVar: 2012 | 11 innerFunctionLocalVar: 2012 |
13 negInf: -Infinity | 12 negInf: -Infinity |
14 negZero: -0 | 13 negZero: -0 |
15 this: Window | 14 this: Window |
16 x: 2010 | 15 x: 2010 |
17 Closure | 16 Closure |
18 makeClosureLocalVar: "local.TextParam" | 17 makeClosureLocalVar: "local.TextParam" |
19 n: "TextParam" | 18 n: "TextParam" |
20 WindowGlobal | 19 WindowGlobal |
21 <section collapsed> | 20 <section collapsed> |
22 Script execution resumed. | 21 Script execution resumed. |
23 Debugger was disabled. | |
24 | 22 |
OLD | NEW |