pub(crate) fn tree_walker_next_node( it: &mut Interp, this: Value, _a: &[Value], ) -> Result<Value, Value>
TreeWalker.prototype.nextNode()。文書順で次のノードへ移動する(root を越えない)。
TreeWalker.prototype.nextNode()
root