11Tests that evaluating 'console.log()' in the console will have access to its outer scope variables. Bug 60547.
22
33
44Running: testSnippet1
5console-eval-scoped.js:72 with: Object property value
5console-eval-scoped.js:67 with: Object property value
66VM:1 eval in with: Object property value
77
88Running: testSnippet2
1818 enumerable : true
1919 get : {
2020 className : "Function"
21 description : "get getter() { }"
21 description : "function getter() { }"
2222 objectId : <string>
2323 type : "function"
2424 }
3838 name : "setter"
3939 set : {
4040 className : "Function"
41 description : "set setter(_) { }"
41 description : "function setter(_) { }"
4242 objectId : <string>
4343 type : "function"
4444 }