contains method

JSBoolean contains(
  1. Node other
)

Whether the node contains another node.

Implementation

external JSBoolean contains(Node other);