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