Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
Dproject.ts655 clearSourceMapperCache() {
656 this.languageService.clearSourceMapperCache();
1371 this.clearSourceMapperCache();
DeditorServices.ts1045 … private delayUpdateProjectGraphs(projects: readonly Project[], clearSourceMapperCache: boolean) {
1049 if (clearSourceMapperCache) project.clearSourceMapperCache();
/third_party/typescript/src/services/
Dtypes.ts510 clearSourceMapperCache(): void; method
Dservices.ts2593 clearSourceMapperCache: () => sourceMapper.clearCache(),
/third_party/typescript/src/harness/
Dclient.ts839 clearSourceMapperCache(): never {
DharnessLanguageService.ts620 clearSourceMapperCache(): never {
/third_party/typescript/lib/
Dtsserverlibrary.js151149 clearSourceMapperCache: function () { return sourceMapper.clearCache(); }, method
154357 Project.prototype.clearSourceMapperCache = function () { method in Project
154358 this.languageService.clearSourceMapperCache();
154995 _this.clearSourceMapperCache();
156512 … ProjectService.prototype.delayUpdateProjectGraphs = function (projects, clearSourceMapperCache) { argument
156517 if (clearSourceMapperCache)
156518 project.clearSourceMapperCache();
Dtsserver.js150580 clearSourceMapperCache: function () { return sourceMapper.clearCache(); }, method
154163 Project.prototype.clearSourceMapperCache = function () { method in Project
154164 this.languageService.clearSourceMapperCache();
154801 _this.clearSourceMapperCache();
156318 … ProjectService.prototype.delayUpdateProjectGraphs = function (projects, clearSourceMapperCache) { argument
156323 if (clearSourceMapperCache)
156324 project.clearSourceMapperCache();
Dtypescript.js151149 clearSourceMapperCache: function () { return sourceMapper.clearCache(); }, method
DtypescriptServices.js151149 clearSourceMapperCache: function () { return sourceMapper.clearCache(); }, method