blob: 734831e140a8dd36c1e8a194a1a5a608fdfaa2de [file] [log] [blame]
PASS 'use strict'; var a = arr(); a.length = 2; a threw exception of type TypeError.
PASS true === true
PASS 'use strict'; var a = addx(arr()); a.length = 2; a threw exception of type TypeError.
PASS true === true
PASSED!
PASS successfullyParsed is true
TEST COMPLETE