Lines Matching defs:spans
541 * spans: [0, #1, 6, #2, 14, #3, 15, #4]
550 * The {@code} spans array is an array of pairs. Even elements are the start
566 var spans = [];
579 spans[k << 1] = length++;
580 spans[(k++ << 1) | 1] = node;
592 spans[k << 1] = length;
594 spans[(k++ << 1) | 1] = node;
603 spans: spans
628 spans: null,
1182 var spans = job.spans;
1183 var nSpans = spans.length;
1184 // Index into spans after the last span which ends at or before sourceIndex.
1231 var spanStart = spans[spanIndex];
1232 var spanEnd = /** @type{number} */ (spans[spanIndex + 2])
1239 var textNode = /** @type{Node} */ (spans[spanIndex + 1]);
1242 // Don't introduce spans around empty text nodes.
1260 spans[spanIndex + 1] = textNode
1422 job.spans = sourceAndSpans.spans;
1474 spans: null,
1635 spans: null,