OLD | NEW |
1 Tests that object's __proto__ property is present in object properties section w
hen script is paused on a breakpoint.Bug 41214 | 1 Tests that object's __proto__ property is present in object properties section w
hen script is paused on a breakpoint.Bug 41214 |
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 Expanded property: o.__proto__.__proto__ | 5 Expanded property: o.__proto__.__proto__ |
7 Expanded property: d.__proto__.__proto__.__proto__.__proto__.__proto__ | 6 Expanded property: d.__proto__.__proto__.__proto__.__proto__.__proto__ |
8 Script execution resumed. | 7 Script execution resumed. |
9 Debugger was disabled. | |
10 | 8 |
OLD | NEW |