Skip to main content

set_for_each

Function set_for_each 

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

Set.prototype.forEach(callback, thisArg)Map.prototype.forEach と同じ thisArg 無視バグがこちらにもあった。