Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
js
/
script-tests
/
const-without-initializer.js
blob: 80e74c28bdf122a1cdc4e7dcb128ce92fffc10a1 [
file
] [
log
] [
blame
]
description
(
'Tests that declaring a const variable without initializing has the correct behavior and does not crash'
);
shouldThrow
(
"const f"
);