Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
JSTests
/
es6
/
class_anonymous_class.js
blob: 761b5c6b9e32a822bb3cfddf03e16aa79aa7c7d8 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
class
{}
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);