Searched refs:tokenIdx (Results 1 – 1 of 1) sorted by relevance
73 function reduceBody(token, newBody, processedCount, tokenIdx) { argument74 if (!data[processedCount - tokenIdx - 1].isPartial)99 function collectReducedBodies(token, newBody, processedCount, tokenIdx) { argument100 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--;