Sign in
webkit
/
WebKit
/
2e2cb00ac8a118644a070f63a7b5ac6a2db0e0aa
/
.
/
JSTests
/
es6
/
function_name_property_new_Function.js
blob: 2407e51fa0799624efe280ba58cae520b3e29b0a [
file
] [
log
] [
blame
]
function
test
()
{
return
(
new
Function
).
name
===
"anonymous"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);