Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
v8
/
test
/
mjsunit
/
es6
/
array-concat-arity.js
blob: 4687d285f5b54d3a3a15ea5b17c9afe8d2ee47e1 [
file
] [
log
] [
blame
]
// Copyright 2014 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.
"use strict"
;
assertEquals
(
1
,
Array
.
prototype
.
concat
.
length
);