Lines Matching refs:_group
7111 var _group = buildMathML_buildGroup(expression[i], options);
7113 if (_group instanceof mathMLTree_MathNode && lastGroup instanceof mathMLTree_MathNode) {
7115 …if (_group.type === 'mtext' && lastGroup.type === 'mtext' && _group.getAttribute('mathvariant') ==…
7118 (_lastGroup$children = lastGroup.children).push.apply(_lastGroup$children, _group.children);
7121 } else if (_group.type === 'mn' && lastGroup.type === 'mn') {
7124 … (_lastGroup$children2 = lastGroup.children).push.apply(_lastGroup$children2, _group.children);
7127 } else if (_group.type === 'mi' && _group.children.length === 1 && lastGroup.type === 'mn') {
7128 var child = _group.children[0];
7133 … (_lastGroup$children3 = lastGroup.children).push.apply(_lastGroup$children3, _group.children);
7140 …Tree_TextNode && lastChild.text === "\u0338" && (_group.type === 'mo' || _group.type === 'mi' || _…
7141 var _child = _group.children[0];
7152 groups.push(_group);
7153 lastGroup = _group;