blob: aecdd2bc50adb137a29385634e74987d5f608e87 [file] [log] [blame]
//@ runDefault
// This test should not crash.
delete this.Function;
var test = function() {
Math.cos("0" instanceof arguments)
}
for (var k = 0; k < 10000; ++k) {
try {
test();
} catch (e) {
}
}