pub(crate) fn promise_all_static( it: &mut Interp, _t: Value, a: &[Value], ) -> Result<Value, Value>
Promise.all: マイクロタスクを駆動して各入力を解決し、結果配列に集約する。