Searched refs:scriptTextNode (Results 1 – 1 of 1) sorted by relevance
26 const scriptTextNode = opts.treeAdapter.getChildNodes(scriptElement)[0]; constant27 … const script = scriptTextNode ? opts.treeAdapter.getTextNodeContent(scriptTextNode) : '';