Home
last modified time | relevance | path

Searched defs:ASTList (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js13 function getBaseTypeLinks(bases: ASTList, baseTypeLinks: TypeLink[]) {
DparserRealSource11.js2564 var ASTList = /** @class */ (function (_super) { class
2566 function ASTList() { class in anonymousFunction7ebaa5690600.ASTList
2572 ASTList.prototype.addToControlFlow = function (context) { class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts191 export class ASTList extends AST { class