Sign in
webkit
/
WebKit
/
28c7100f9fd5b09396e1eac810c4d4c0ed80cd9e
/
.
/
LayoutTests
/
js
/
script-tests
/
invalid-callframe-during-unwind.js
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()"
)