[][src]Function boa::js::array::concat

pub fn concat(this: &Value, args: &[Value], _: &Interpreter) -> ResultValue

Array.prototype.concat(...arguments)

When the concat method is called with zero or more arguments, it returns an array containing the array elements of the object followed by the array elements of each argument in order. https://tc39.es/ecma262/#sec-array.prototype.concat