Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
v8
/
test
/
message
/
fail
/
destructuring-undefined-string-property.out
blob: 238aae974a5343cc17412ff472ca1108fddb29c2 [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
5
:
TypeError
:
Cannot
destructure
property
`x`
of
'undefined'
or
'null'
.
var
{
x
}
=
undefined
;
^
TypeError
:
Cannot
destructure
property
`x`
of
'undefined'
or
'null'
.
at
*%(
basename
)
s
:
5
:
5