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