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 | 3 |
4 Running: evaluateInConsole | 4 Running: evaluateInConsole |
5 | 5 |
6 Running: testRuntimeAgentCallFunctionOn | 6 Running: testRuntimeAgentCallFunctionOn |
7 | 7 |
8 Running: dumpConsoleMessages | 8 Running: dumpConsoleMessages |
9 testOverriddenArrayPushAndMathMax() | 9 testOverriddenArrayPushAndMathMax() |
| 10 [1, 2, 3] |
10 testOverriddenConstructorName() | 11 testOverriddenConstructorName() |
| 12 Object {constructor: Object} |
11 testThrowConstructorName() | 13 testThrowConstructorName() |
12 [1, 2, 3] | |
13 Object {constructor: Object} | |
14 Object {constructor: (...)} | 14 Object {constructor: (...)} |
| 15 testOverriddenIsFinite() |
| 16 ["arg1", "arg2"] |
15 | 17 |
OLD | NEW |