Sign in
webkit
/
WebKit
/
36b74c3900290f2598b1d40cf6065a7028fc4a34
/
.
/
LayoutTests
/
js
/
script-tests
/
exception-in.js
blob: 72673d7042db6e8bba87b57406b69abb24fbb3f8 [
file
] [
log
] [
blame
]
description
(
"Test for error messages for in"
);
shouldThrow
(
"20 in 'in in in' "
);
shouldThrow
(
"20 in true "
);
shouldThrow
(
"20 in {}.foo "
);
shouldThrow
(
"20 in 20 "
);
shouldThrow
(
"20 in null "
);