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