Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
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 "
);