Skip to main content

iterator_to_array

Function iterator_to_array 

Source
pub fn iterator_to_array(
    _it: &mut Interp,
    this: Value,
    _a: &[Value],
) -> Result<Value, Value>
Expand description

Iterator.prototype.toArray()(ES2025)。