pub(crate) fn set_for_each( it: &mut Interp, this: Value, a: &[Value], ) -> Result<Value, Value>
Set.prototype.forEach(callback, thisArg)。Map.prototype.forEach と同じ thisArg 無視バグがこちらにもあった。
Set.prototype.forEach(callback, thisArg)
Map.prototype.forEach
thisArg