Sign in
cobalt
/
cobalt.git
/
f9bc0139df6e6eb149345ab9b6ffcc40603fc09f
/
.
/
third_party
/
v8
/
test
/
message
/
fail
/
spread-construct.js
blob: e45847d69c7651229ab32f563312062431c642e0 [
file
]
// Copyright 2019 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.
x
=
null
;
function
p
()
{};
new
p
(
1
,
...
x
);