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