Searched refs:currentSeparator (Results 1 – 1 of 1) sorted by relevance
1623 var currentSeparator = parsed.expressions[separatorIndex];1624 if (reversed && currentSeparator[combinatorIndex])1625 currentSeparator[combinatorIndex].reverseCombinator = reverseCombinator(combinator);1626 currentSeparator[++combinatorIndex] = {combinator: combinator, tag: '*'}; variable