Skip to main content

tree_walker_next_node

Function tree_walker_next_node 

Source
pub(crate) fn tree_walker_next_node(
    it: &mut Interp,
    this: Value,
    _a: &[Value],
) -> Result<Value, Value>
Expand description

TreeWalker.prototype.nextNode()。文書順で次のノードへ移動する(root を越えない)。