Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
es6
/
class_anonymous_class.js
blob: 761b5c6b9e32a822bb3cfddf03e16aa79aa7c7d8 [
file
] [
edit
]
function
test
()
{
return
typeof
class
{}
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);