blob: 1af8826364cdf8143deee89796ee71a58c8ebf63 [file] [log] [blame]
// |jit-test| error: 987
var obj = {length: -1, 0: 0};
Array.prototype.map.call(obj, function () {
throw 987;
});