Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dreduce-non-adjacent.js73 function reduceBody(token, newBody, processedCount, tokenIdx) { argument
74 if (!data[processedCount - tokenIdx - 1].isPartial)
99 function collectReducedBodies(token, newBody, processedCount, tokenIdx) { argument
100 if (tokenIdx === 0)
165 var tokenIdx = processedCount - 1;
167 while (tokenIdx >= 0) {
168 …if ((tokenIdx === 0 || (bodies[propertyIdx] && bodiesAsList[tokenIdx].indexOf(bodies[propertyIdx])…
174 context.callback(tokens[processedTokens[tokenIdx]], newBody, processedCount, tokenIdx);
176 tokenIdx--;