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