Searched defs:currentSpan (Results 1 – 2 of 2) sorted by relevance
201 const currentSpan = spans[j]; constant225 const textnode = currentSpan.tagName == 'SPAN' ? currentSpan.firstChild : currentSpan; constant
98 Span currentSpan = CurrentSpanUtils.getCurrentSpan(); in getCurrentSpan() local