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