OLD | NEW |
1 Tests that overriding global methods (like Array.prototype.push, Math.max) will
not break the inspector. | 1 Tests that overriding global methods (like Array.prototype.push, Math.max) will
not break the inspector. |
2 | 2 |
3 foo() | 3 |
| 4 Running: evaluateInConsole |
| 5 |
| 6 Running: testRuntimeAgentCallFunctionOn |
| 7 |
| 8 Running: dumpConsoleMessages |
| 9 testOverriddenArrayPushAndMathMax() |
4 testOverriddenConstructorName() | 10 testOverriddenConstructorName() |
5 testThrowConstructorName() | 11 testThrowConstructorName() |
6 [1, 2, 3] | 12 [1, 2, 3] |
7 Object {constructor: Object} | 13 Object {constructor: Object} |
8 Object {constructor: (...)} | 14 Object {constructor: (...)} |
9 | 15 |
OLD | NEW |