Skip to main content

iterator_for_each

Function iterator_for_each 

Source
pub fn iterator_for_each(
    it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

Iterator.prototype.forEach(fn)(ES2025)。