blob: 59c61aeead156a8f32b9c73bfe69388fd8a7f072 [file] [log] [blame]
PASS 'use strict'; "foo"[0] = 1 threw exception of type TypeError.
PASS "foo"[0] = 1 is 1
PASS true === true
PASS 'use strict'; delete "foo"[0] threw exception of type TypeError.
PASS delete "foo"[0] is false
PASS true === true
PASSED!
PASS successfullyParsed is true
TEST COMPLETE