OLD | NEW |
1 CONSOLE MESSAGE: line 4: with: Object property value | 1 CONSOLE MESSAGE: line 4: with: Object property value |
2 CONSOLE MESSAGE: line 1: eval in with: Object property value | 2 CONSOLE MESSAGE: line 1: eval in with: Object property value |
3 CONSOLE MESSAGE: line 1: eval in function: Function parameter | 3 CONSOLE MESSAGE: line 1: eval in function: Function parameter |
4 Tests that evaluating 'console.log()' in the console will have access to its out
er scope variables. Bug 60547. | 4 Tests that evaluating 'console.log()' in the console will have access to its out
er scope variables. Bug 60547. |
5 | 5 |
6 with: Object property value [VM] (scriptId):4 | 6 with: Object property value VM:4 |
7 eval in with: Object property value [VM] (scriptId):1 | 7 eval in with: Object property value VM:1 |
8 eval in function: Function parameter [VM] (scriptId):1 | 8 eval in function: Function parameter VM:1 |
9 | 9 |
OLD | NEW |