pub(crate) fn arr_reduce(
it: &mut Interp,
t: Value,
a: &[Value],
) -> Result<Value, Value>Expand description
reduce/find/findIndex/some/every にも forEach/map/filter/indexOf/
includes と同型のジェネリックメソッド未対応バグがあった(this_items を直接
使っており array-like への .call() が常に「何もしない/見つからない」になっていた)。