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