Lines Matching refs:chunk
70 /** Pretty print a chunk of code.
425 // (4) /</ : A '<' that does not begin a larger chunk. Treated as 1
643 start, PR_TAG, // the open chunk
673 var chunk = source.substring(start, end);
674 var subDecorations = PR_TAG_LEXER(chunk, start);
779 var start, end, chunk, subDecs;
782 chunk = source.substring(start, end);
783 subDecs = styleLiteralIdentifierPuncRecognizer(chunk, start);
788 var subEnd = j + 2 < m ? subDecs[j + 2] : chunk.length;
971 var lastWasSpace = true; // the last text chunk emitted ended with a space.
999 // next chunk.