Comment constructor

Comment([
  1. dynamic context
])

Implementation

Comment([context]) : super(NodeType.COMMENT_NODE, context);