Sign in
cobalt
/
cobalt
/
1e13b7264241820b30760ea1a4cf7db0d5c7123b
/
.
/
src
/
v8
/
test
/
message
/
destructuring-undefined-string-property.out
blob: 1ea1c6b26449ae2b19530b9333206965cbdbe830 [
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
:
13