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

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

Array.prototype.push ( ...items )

The arguments are appended to the end of the array, in the order in which they appear. The new length of the array is returned as the result of the call. https://tc39.es/ecma262/#sec-array.prototype.push