Home | History | Annotate | Download | only in common

Lines Matching refs:innerNode

1291       var innerNode = this.makeBranchNode_(cvox.SemanticAttr.Type.SUBSCRIPT,
1293 innerNode.role = center.role;
1294 children = [innerNode, children[2]];
1305 var innerNode = this.makeBranchNode_(cvox.SemanticAttr.Type.UNDERSCORE,
1307 innerNode.role = center.role;
1308 children = [innerNode, children[2]];