1 CONSOLE MESSAGE: line 4: 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
4 Tests that evaluating 'console.log()' in the console will have access to its outer scope variables. Bug 60547.
8 VM:4 with: Object property value
9 VM:1 eval in with: Object property value
12 VM:1 eval in function: Function parameter
14 Running: testConsoleEvalPrimitiveValue
18 Running: testConsoleEvalObject
23 className : "Function"
24 description : "function getter() { }"
43 className : "Function"
44 description : "function setter(_) { }"
67 description : "Object"
74 Running: testGetEventListenersDoesNotThrow
75 getEventListeners(document.body.firstChild)