(node, next, subj)
| 46996 | } |
| 46997 | |
| 46998 | function direct_parent(node, next, subj) { |
| 46999 | node = options.parent(node) |
| 47000 | |
| 47001 | return node && next(node, subj) ? node : null |
| 47002 | } |
| 47003 | |
| 47004 | function direct_sibling(node, next, subj) { |
| 47005 | var parent = options.parent(node) |