Sign in
cobalt
/
cobalt
/
19.lts.1+
/
.
/
src
/
v8
/
test
/
message
/
fail
/
destructuring-array-non-iterable-object.js
blob: 03286e318ca0b8742f89d2f6017bdfb61b347b4f [
file
] [
log
] [
blame
]
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
var
x
=
{};
var
[
a
]
=
x
;