Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts629 const start = nthIndexOf(str, substring, options ? options.index : 0);
715 const start = nthIndexOf(str, substring, options ? options.index : 0);
728 function nthIndexOf(str: string, substr: string, n: number): number { function