Sign in
cobalt
/
cobalt
/
c9e19ca560c593f3612acbdcd0ca4da848fb7c3e
/
.
/
third_party
/
v8
/
test
/
message
/
fail
/
spread-construct-2.js
blob: fd68a58b179b477e589798151a868fc009a440ca [
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
=
undefined
;
function
p
()
{};
p
(
1
,
...
x
);