Sign in
webkit
/
WebKit
/
dd9931074fb7e5ae3be0279ead0eeaae76d5ad40
/
.
/
LayoutTests
/
fast
/
js
/
script-tests
/
invalid-callframe-during-unwind.js
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
;