Sign in
webkit
/
WebKit
/
e0dc16a522ef373cb01a123d3af713236760799b
/
.
/
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()"
)