1 PASS 'use strict'; var a = arr(); [a.pop(), a] threw exception of type TypeError.
2 PASS var a = arr(); [a.pop(), a] threw exception of type TypeError.
4 PASS 'use strict'; var o = obj(); [Array.prototype.pop.call(o), o] threw exception of type TypeError.
5 PASS var o = obj(); [Array.prototype.pop.call(o), o] threw exception of type TypeError.
8 PASS successfullyParsed is true