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

Function createElement

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

* @param {string} tagName * @return {!Element} * @suppressGlobalPropertiesCheck

(tagName)

Source from the content-addressed store, hash-verified

315 * @suppressGlobalPropertiesCheck
316 */
317function createElement(tagName)
318{
319 return document.createElement(tagName);
320}
321
322/**
323 * @param {number|string} data

Callers 15

HandlerRegistry.jsFile · 0.85
InspectorView.jsFile · 0.85
buildContentFunction · 0.85
ShortcutsScreen.jsFile · 0.85
didGetDetailsFunction · 0.85
showObjectPopoverFunction · 0.85
AuditFormatters.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected