Searched defs:createBaseNode (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/factory/ |
| D | baseNodeFactory.ts | 13 createBaseNode(kind: SyntaxKind): Node; method
|
| /third_party/typescript/lib/ |
| D | tsc.js | 15878 function createBaseNode(kind) { function 16733 function createBaseNode(kind) { function 20438 createBaseNode: function (kind) { return makeSynthetic(baseFactory.createBaseNode(kind)); }, method 22656 …createBaseNode: function (kind) { return new (NodeConstructor || (NodeConstructor = ts.objectAlloc… method 23274 createBaseNode: function (kind) { return countNode(new NodeConstructor(kind, 0, 0)); } method
|
| D | typingsInstaller.js | 20027 function createBaseNode(kind) { function 21039 function createBaseNode(kind) { function 25472 createBaseNode: function (kind) { return makeSynthetic(baseFactory.createBaseNode(kind)); }, method 28127 …createBaseNode: function (kind) { return new (NodeConstructor || (NodeConstructor = ts.objectAlloc… method 28807 …createBaseNode: function (kind) { return countNode(new NodeConstructor(kind, /*pos*/ 0, /*end*/ 0)… method
|
| D | typescript.js | 20232 function createBaseNode(kind) { function 21244 function createBaseNode(kind) { function 25677 createBaseNode: function (kind) { return makeSynthetic(baseFactory.createBaseNode(kind)); }, method 28332 …createBaseNode: function (kind) { return new (NodeConstructor || (NodeConstructor = ts.objectAlloc… method 29012 …createBaseNode: function (kind) { return countNode(new NodeConstructor(kind, /*pos*/ 0, /*end*/ 0)… method
|
| D | typescriptServices.js | 20232 function createBaseNode(kind) { function 21244 function createBaseNode(kind) { function 25677 createBaseNode: function (kind) { return makeSynthetic(baseFactory.createBaseNode(kind)); }, method 28332 …createBaseNode: function (kind) { return new (NodeConstructor || (NodeConstructor = ts.objectAlloc… method 29012 …createBaseNode: function (kind) { return countNode(new NodeConstructor(kind, /*pos*/ 0, /*end*/ 0)… method
|
| D | tsserverlibrary.js | 20232 function createBaseNode(kind) { function 21244 function createBaseNode(kind) { function 25677 createBaseNode: function (kind) { return makeSynthetic(baseFactory.createBaseNode(kind)); }, method 28332 …createBaseNode: function (kind) { return new (NodeConstructor || (NodeConstructor = ts.objectAlloc… method 29012 …createBaseNode: function (kind) { return countNode(new NodeConstructor(kind, /*pos*/ 0, /*end*/ 0)… method
|
| D | tsserver.js | 20038 function createBaseNode(kind) { function 21050 function createBaseNode(kind) { function 25483 createBaseNode: function (kind) { return makeSynthetic(baseFactory.createBaseNode(kind)); }, method 28138 …createBaseNode: function (kind) { return new (NodeConstructor || (NodeConstructor = ts.objectAlloc… method 28818 …createBaseNode: function (kind) { return countNode(new NodeConstructor(kind, /*pos*/ 0, /*end*/ 0)… method
|