blob: 5105d76d0c8ae5c2b34803532f7d42a62fa8878e [file] [log] [blame]
PASS 'use strict'; var a = arr(); [a.shift(), a] threw exception of type TypeError.
PASS var a = arr(); [a.shift(), a] threw exception of type TypeError.
PASS true === true
PASS 'use strict'; var o = obj(); [Array.prototype.shift.call(o), o] threw exception of type TypeError.
PASS var o = obj(); [Array.prototype.shift.call(o), o] threw exception of type TypeError.
PASS true === true
PASS 'use strict'; var a = agap(); [a.shift(), a] threw exception of type TypeError.
PASS var a = agap(); [a.shift(), a] threw exception of type TypeError.
PASS true === true
PASS 'use strict'; var o = ogap(); [Array.prototype.shift.call(o), o] threw exception of type TypeError.
PASS var o = ogap(); [Array.prototype.shift.call(o), o] threw exception of type TypeError.
PASS true === true
PASSED!
PASS successfullyParsed is true
TEST COMPLETE