Home | History | Annotate | Download | only in js

Lines Matching defs:basePos

755    * @param {number} basePos the index of sourceCode within the chunk of source
758 function appendDecorations(basePos, sourceCode, langHandler, out) {
762 basePos: basePos
850 * basePos: {int} position of job.source in the larger chunk of
855 var sourceCode = job.source, basePos = job.basePos;
861 var decorations = [basePos, PR_PLAIN];
907 decorations.push(basePos + tokenStart, style);
922 basePos + tokenStart,
927 basePos + tokenStart + embeddedSourceStart,
933 basePos + tokenStart + embeddedSourceEnd,
1230 * basePos: {int} the position of source in the larger source chunk.
1366 job.basePos = 0;