Home
last modified time | relevance | path

Searched refs:currentSeparator (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js1623 var currentSeparator = parsed.expressions[separatorIndex];
1624 if (reversed && currentSeparator[combinatorIndex])
1625 currentSeparator[combinatorIndex].reverseCombinator = reverseCombinator(combinator);
1626 currentSeparator[++combinatorIndex] = {combinator: combinator, tag: '*'}; variable