MCPcopy
hub / github.com/jsdom/jsdom / createTextNode

Method createTextNode

lib/jsdom/living/nodes/Document-impl.js:769–774  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

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, [], {

Callers 15

node.jsFile · 0.80
createHTMLDocumentMethod · 0.80
splitTextMethod · 0.80
textContentMethod · 0.80
construction.jsFile · 0.80
misc2.jsFile · 0.80
jquery-1.11.0.jsFile · 0.80
core.jsFile · 0.80
html.jsFile · 0.80
xpath.jsFile · 0.80
hc_staff.xml.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected