blob: 4bfb60b684eefe26f8ef145bac77da9bcf3f245d [file] [log] [blame]
description("Test to ensure we have a valid callframe midway through unwinding");
function testUnwind(){with({}){ arguments; throw "threw successfully";}}
shouldThrow("testUnwind()")
var successfullyParsed = true;