Searched refs:getSourceFileConstructor (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/compiler/factory/ |
D | baseNodeFactory.ts | 37 …urceFileConstructor || (SourceFileConstructor = objectAllocator.getSourceFileConstructor()))(kind,…
|
/third_party/typescript/src/compiler/ |
D | debug.ts | 589 objectAllocator.getSourceFileConstructor()
|
D | utilities.ts | 5914 …getSourceFileConstructor(): new (kind: SyntaxKind.SourceFile, pos?: number, end?: number) => Sourc… method 5991 getSourceFileConstructor: () => <any>Node,
|
D | parser.ts | 28 …urceFileConstructor || (SourceFileConstructor = objectAllocator.getSourceFileConstructor()))(kind,… 950 SourceFileConstructor = objectAllocator.getSourceFileConstructor();
|
/third_party/typescript/src/services/ |
D | services.ts | 873 getSourceFileConstructor: () => SourceFileObject,
|
/third_party/typescript/lib/ |
D | tsc.js | 2279 ts.objectAllocator.getSourceFileConstructor() 14721 getSourceFileConstructor: function () { return Node; }, method 15867 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 22652 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 23393 SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor();
|
D | typingsInstaller.js | 2684 ts.objectAllocator.getSourceFileConstructor() 18715 getSourceFileConstructor: function () { return Node; }, method 20016 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 28123 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 29005 SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor();
|
D | tsserverlibrary.js | 2889 ts.objectAllocator.getSourceFileConstructor() 18920 getSourceFileConstructor: function () { return Node; }, method 20221 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 28328 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 29210 SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor(); 149725 getSourceFileConstructor: function () { return SourceFileObject; },
|
D | typescript.js | 2889 ts.objectAllocator.getSourceFileConstructor() 18920 getSourceFileConstructor: function () { return Node; }, method 20221 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 28328 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 29210 SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor(); 149725 getSourceFileConstructor: function () { return SourceFileObject; },
|
D | tsserver.js | 2695 ts.objectAllocator.getSourceFileConstructor() 18726 getSourceFileConstructor: function () { return Node; }, method 20027 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 28134 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 29016 SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor(); 149156 getSourceFileConstructor: function () { return SourceFileObject; },
|
D | typescriptServices.js | 2889 ts.objectAllocator.getSourceFileConstructor() 18920 getSourceFileConstructor: function () { return Node; }, method 20221 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 28328 …eFileConstructor || (SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor()))(kind,… 29210 SourceFileConstructor = ts.objectAllocator.getSourceFileConstructor(); 149725 getSourceFileConstructor: function () { return SourceFileObject; },
|