Searched refs:AstWalker (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource12.symbols | 84 class AstWalker implements IAstWalker { 85 >AstWalker : Symbol(AstWalker, Decl(parserRealSource12.ts, 29, 5)) 90 >childrenWalkers : Symbol(AstWalker.childrenWalkers, Decl(parserRealSource12.ts, 32, 21)) 94 >pre : Symbol(AstWalker.pre, Decl(parserRealSource12.ts, 33, 56)) 98 >post : Symbol(AstWalker.post, Decl(parserRealSource12.ts, 34, 42)) 102 >options : Symbol(AstWalker.options, Decl(parserRealSource12.ts, 35, 43)) 106 >state : Symbol(AstWalker.state, Decl(parserRealSource12.ts, 36, 43)) 110 >walk : Symbol(AstWalker.walk, Decl(parserRealSource12.ts, 38, 9)) 119 >this.pre : Symbol(AstWalker.pre, Decl(parserRealSource12.ts, 33, 56)) 120 >this : Symbol(AstWalker, Decl(parserRealSource12.ts, 29, 5)) [all …]
|
D | parserRealSource12.types | 75 class AstWalker implements IAstWalker { 76 >AstWalker : AstWalker 288 return new AstWalker(this.childrenWalkers, pre, post, options, state); 289 >new AstWalker(this.childrenWalkers, pre, post, options, state) : AstWalker 290 >AstWalker : typeof AstWalker
|
D | parserRealSource12.errors.txt | 262 class AstWalker implements IAstWalker { 330 return new AstWalker(this.childrenWalkers, pre, post, options, state);
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource12.ts | 32 class AstWalker implements IAstWalker { class 90 return new AstWalker(this.childrenWalkers, pre, post, options, state);
|