Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
v8
/
test
/
message
/
fail
/
destructuring-undefined-string-property.out
blob: bd0520ba6d90b7cf8ca65cd456473f8c3459df2b [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
5
:
TypeError
:
Cannot
destructure
property
'x'
of
'undefined'
as
it
is
undefined
.
var
{
x
}
=
undefined
;
^
TypeError
:
Cannot
destructure
property
'x'
of
'undefined'
as
it
is
undefined
.
at
*%(
basename
)
s
:
5
:
7