Home
last modified time | relevance | path

Searched defs:currentSpan (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dcode-view.ts214 for (const currentSpan of spans) { constant
243 const textnode = currentSpan.tagName == 'SPAN' ? currentSpan.lastChild : currentSpan; constant
/third_party/typescript/src/harness/
DsourceMapRecorder.ts221 …const sourcePos = tsLineMap[currentSpan.sourceMapSpan.sourceLine!] + (currentSpan.sourceMapSpan.so… constant