Home
last modified time | relevance | path

Searched refs:indexOfX (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DjsdocTag.ts25 const indexOfX = file.content.indexOf("x"); constant
30 position: indexOfX,
290 const indexOfX = linkInParamTag.content.lastIndexOf("1"); constant
298 position: indexOfX,
DdynamicFiles.ts171 const indexOfX = file.content.indexOf("x"); constant
172 …ject.getLanguageService(/*ensureSynchronized*/ true).getQuickInfoAtPosition(file.path, indexOfX), {
175 textSpan: { start: indexOfX, length: 1 },