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. | 4 Debugger was enabled. |
5 Evaluated script in console. | 5 Evaluated script in console. |
6 Script execution paused. | 6 Script execution paused. |
7 | 7 |
8 Dump scope sections: | 8 Dump scope sections: |
9 Catch | 9 Catch |
10 e: Error | 10 e: Error |
11 Local | 11 Local |
12 innerFunctionLocalVar: 2012 | 12 innerFunctionLocalVar: 2012 |
| 13 negInf: -Infinity |
| 14 negZero: -0 |
13 this: Window | 15 this: Window |
14 x: 2010 | 16 x: 2010 |
15 Closure | 17 Closure |
16 makeClosureLocalVar: "local.TextParam" | 18 makeClosureLocalVar: "local.TextParam" |
17 n: "TextParam" | 19 n: "TextParam" |
18 WindowGlobal | 20 WindowGlobal |
19 <section collapsed> | 21 <section collapsed> |
20 Script execution resumed. | 22 Script execution resumed. |
21 Debugger was disabled. | 23 Debugger was disabled. |
22 | 24 |
OLD | NEW |