[][src]Function boa::builtins::array::reverse

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

Array.prototype.reverse ( )

The elements of the array are rearranged so as to reverse their order. The object is returned as the result of the call. https://tc39.es/ecma262/#sec-array.prototype.reverse/