haikuwebkit/LayoutTests/js/mozilla/strict/15.4.5.1-expected.txt

10 lines
271 B
Plaintext

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