Sign in
cobalt
/
cobalt
/
2a8c847d785c1602f60915c8e0112e0aec6a15a5
/
.
/
src
/
v8
/
test
/
message
/
fail
/
destructuring-undefined-computed-property.out
blob: 27baf9a2d6e98a2b6ad84114d58c9ede5fc2b7b3 [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
5
:
TypeError
:
Cannot
destructure
'undefined'
or
'null'
.
var
{
[
x
]
:
y
}
=
undefined
;
^
TypeError
:
Cannot
destructure
'undefined'
or
'null'
.
at
*%(
basename
)
s
:
5
:
19