Searched defs:includeComments (Results 1 – 2 of 2) sorted by relevance
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 19737 function getStartPositionOfRange(range, sourceFile, includeComments) { argument 19741 …LinesBetweenPositionAndPrecedingNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 19747 …n getLinesBetweenPositionAndNextNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 119004 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndPrecedin… argument 119025 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument 119059 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndNextNonW… argument 119131 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument
|
| D | tsc.js | 15569 function getStartPositionOfRange(range, sourceFile, includeComments) { argument 15573 …LinesBetweenPositionAndPrecedingNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 15579 …n getLinesBetweenPositionAndNextNonWhitespaceCharacter(pos, stopPos, sourceFile, includeComments) { argument 98608 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndPrecedin… argument 98628 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument 98655 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenPositionAndNextNonW… argument 98711 …return getEffectiveLines(function (includeComments) { return ts.getLinesBetweenRangeEndAndRangeSta… argument
|