Sign in
cobalt
/
cobalt
/
3dc8b3855f2b32702936add58a952cac6687ac3d
/
.
/
third_party
/
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