Lines Matching refs:appendChild
317 nameElement.appendChild(document.createTextNode(name));
446 nameCell.appendChild(createIndentNode(indent + 1));
448 nameCell.appendChild(arrow);
449 nameCell.appendChild(createTypeNode(node.type));
450 nameCell.appendChild(createFunctionNode(node.name, node.codeId));
496 e.appendChild(option);
1009 cell.appendChild(div);
1010 cell.appendChild(document.createTextNode(" " + desc.text));
1018 this.currentCode.appendChild(document.createTextNode(currentCode.name));
1020 this.currentCode.appendChild(document.createTextNode("<none>"));
1041 modeBar.appendChild(div);
1134 textCell.appendChild(document.createTextNode(deopt.posText));
1137 reasonCell.appendChild(
1151 textCell.appendChild(createIndentNode(indent));
1153 textCell.appendChild(childArrow);
1154 textCell.appendChild(
1177 textCell.appendChild(
1195 textCell.appendChild(createIndentNode(indent));
1197 textCell.appendChild(arrow);
1198 textCell.appendChild(document.createTextNode(text));
1235 table.appendChild(rows);
1236 this.element.appendChild(table);