pub fn dom_prepend( it: &mut Interp, this: Value, a: &[Value], ) -> Result<Value, Value>
element.prepend(…nodes):先頭に複数追加(順序保持)。