Home
last modified time | relevance | path

Searched defs:selectionRange (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/extract/
Dranges.ts6 const selectionRange = t.ranges.get("selection"); constant
20 const selectionRange = t.ranges.get("selection"); constant
Dhelpers.ts81 const selectionRange = t.ranges.get("selection")!; constant
150 const selectionRange = t.ranges.get("selection"); constant
/third_party/typescript/src/testRunner/unittests/services/
DconvertToAsyncFunction.ts312 const selectionRange = t.ranges.get("selection")!; constant
341 … span: { start: selectionRange.pos, length: selectionRange.end - selectionRange.pos }, constant
/third_party/typescript/src/server/
Dsession.ts2766 const selectionRange = languageService.getSmartSelectionRange(file, pos); constant