Searched defs:includeComments (Results 1 – 2 of 2) sorted by relevance
| /third_party/typescript/lib/ |
| D | tsc.js | 15723 function getStartPositionOfRange(range, sourceFile, includeComments) { argument 15727 …LinesBetweenPositionAndPrecedingNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 15733 …n getLinesBetweenPositionAndNextNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 100224 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndPrecedin… argument 100244 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument 100271 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndNextNonW… argument 100327 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument
|
| D | typingsInstaller.js | 19932 function getStartPositionOfRange(range, sourceFile, includeComments) { argument 19936 …LinesBetweenPositionAndPrecedingNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 19942 …n getLinesBetweenPositionAndNextNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 120853 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndPrecedin… argument 120874 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument 120908 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndNextNonW… argument 120980 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument
|