Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
v8
/
test
/
message
/
fail
/
destructuring-undefined-computed-property.out
blob: 326bb30e3b52338a362f06368906f00693fe4809 [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
5
:
TypeError
:
Cannot
destructure
'undefined'
as
it
is
undefined
.
var
{
[
x
]
:
y
}
=
undefined
;
^
TypeError
:
Cannot
destructure
'undefined'
as
it
is
undefined
.
at
*%(
basename
)
s
:
5
:
5