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

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

Array.prototype.pop ( )

The last element of the array is removed from the array and returned. https://tc39.es/ecma262/#sec-array.prototype.pop