MCPcopy Index your code
hub / github.com/node-inspector/node-inspector / createTextNode

Function createTextNode

front-end/platform/DOMExtension.js:327–330  ·  view source on GitHub ↗

* @param {number|string} data * @return {!Text} * @suppressGlobalPropertiesCheck

(data)

Source from the content-addressed store, hash-verified

325 * @suppressGlobalPropertiesCheck
326 */
327function createTextNode(data)
328{
329 return document.createTextNode(data);
330}
331
332/**
333 * @param {string} elementName

Callers 12

appendFunction · 0.85
AuditFormatters.jsFile · 0.85
appendFunction · 0.85
TimelineUIUtils.jsFile · 0.85
ResourceUtils.jsFile · 0.85
TextPrompt.jsFile · 0.85
UIUtils.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected