| 1 | 1 | Tests that evaluating 'console.log()' in the console will have access to its outer scope variables. Bug 60547.
|
|---|
| 2 | 2 |
|
|---|
| 3 | 3 |
|
|---|
| 4 | 4 | Running: testSnippet1
|
|---|
| 5 | | console-eval-scoped.js:72 with: Object property value
|
|---|
| 5 | console-eval-scoped.js:67 with: Object property value
|
|---|
| 6 | 6 | VM:1 eval in with: Object property value
|
|---|
| 7 | 7 |
|
|---|
| 8 | 8 | Running: testSnippet2
|
|---|
|
|
| 18 | 18 | enumerable : true
|
|---|
| 19 | 19 | get : {
|
|---|
| 20 | 20 | className : "Function"
|
|---|
| 21 | | description : "get getter() { }"
|
|---|
| 21 | description : "function getter() { }"
|
|---|
| 22 | 22 | objectId : <string>
|
|---|
| 23 | 23 | type : "function"
|
|---|
| 24 | 24 | }
|
|---|
|
|
| 38 | 38 | name : "setter"
|
|---|
| 39 | 39 | set : {
|
|---|
| 40 | 40 | className : "Function"
|
|---|
| 41 | | description : "set setter(_) { }"
|
|---|
| 41 | description : "function setter(_) { }"
|
|---|
| 42 | 42 | objectId : <string>
|
|---|
| 43 | 43 | type : "function"
|
|---|
| 44 | 44 | }
|
|---|
|
|