(data)
| 767 | } |
| 768 | |
| 769 | createTextNode(data) { |
| 770 | return Text.createImpl(this._globalObject, [], { |
| 771 | ownerDocument: this, |
| 772 | data |
| 773 | }); |
| 774 | } |
| 775 | |
| 776 | createComment(data) { |
| 777 | return Comment.createImpl(this._globalObject, [], { |
no outgoing calls
no test coverage detected