pub fn dom_closest( it: &mut Interp, this: Value, a: &[Value], ) -> Result<Value, Value>
closest(selector): 自身を含め祖先方向へ最初にマッチする要素。無ければ null。