OLD | NEW |
1 CONSOLE MESSAGE: line 4: 0 | 1 CONSOLE MESSAGE: line 7: [object Object] |
2 Tests resolving variable names via source maps. | 2 Tests resolving this object name via source maps. |
3 | 3 |
4 Set timer for test function. | 4 Set timer for test function. |
5 Script execution paused. | 5 Script execution paused. |
6 | 6 |
7 Scope variables sidebar pane: | 7 Scope variables sidebar pane: |
8 Local | 8 Local |
9 pos: 10 | 9 this: Foo |
10 pos: 0 | 10 Closure (Foo.bar) |
11 this: Window | |
12 WindowGlobal | 11 WindowGlobal |
13 <section collapsed> | 12 <section collapsed> |
14 Script execution resumed. | 13 Script execution resumed. |
15 | 14 |
OLD | NEW |