Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 FAIL 'use strict'; var a = arr(); a.length = 2; a should throw an instance of Ty peError | 1 PASS 'use strict'; var a = arr(); a.length = 2; a threw exception of type TypeEr ror. |
| 2 PASS true === true | 2 PASS true === true |
| 3 FAIL 'use strict'; var a = addx(arr()); a.length = 2; a should throw an instance of TypeError | 3 PASS 'use strict'; var a = addx(arr()); a.length = 2; a threw exception of type TypeError. |
| 4 PASS true === true | 4 PASS true === true |
| 5 PASSED! | 5 PASSED! |
| 6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 | 9 |
| OLD | NEW |