OLD | NEW |
1 Test that command line api does not mask values of scope variables while evaluat
ing on a call frame. | 1 Test that command line api does not mask values of scope variables while evaluat
ing on a call frame. |
2 | 2 |
3 Debugger was enabled. | |
4 Set timer for test function. | 3 Set timer for test function. |
5 Script execution paused. | 4 Script execution paused. |
6 Evaluated in console in the top frame context: dir + clear + inspect = "dirclear
inspect" | 5 Evaluated in console in the top frame context: dir + clear + inspect = "dirclear
inspect" |
7 Evaluated in console in the top frame context: typeof $$ = "function" | 6 Evaluated in console in the top frame context: typeof $$ = "function" |
8 Script execution resumed. | 7 Script execution resumed. |
9 Debugger was disabled. | |
10 | 8 |
OLD | NEW |