Searched refs:PrintContext (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource5.symbols | 11 export class PrintContext { 12 >PrintContext : Symbol(PrintContext, Decl(parserRealSource5.ts, 5, 19)) 15 >builder : Symbol(PrintContext.builder, Decl(parserRealSource5.ts, 7, 31)) 18 >indent1 : Symbol(PrintContext.indent1, Decl(parserRealSource5.ts, 8, 28)) 21 >indentStrings : Symbol(PrintContext.indentStrings, Decl(parserRealSource5.ts, 9, 30)) 24 >indentAmt : Symbol(PrintContext.indentAmt, Decl(parserRealSource5.ts, 10, 44)) 27 >outfile : Symbol(PrintContext.outfile, Decl(parserRealSource5.ts, 13, 21)) 29 >parser : Symbol(PrintContext.parser, Decl(parserRealSource5.ts, 13, 49)) 33 >increaseIndent : Symbol(PrintContext.increaseIndent, Decl(parserRealSource5.ts, 14, 9)) 36 >this.indentAmt : Symbol(PrintContext.indentAmt, Decl(parserRealSource5.ts, 10, 44)) [all …]
|
D | parserRealSource5.js | 9 export class PrintContext { 54 var pc: PrintContext = <PrintContext>walker.state; 63 var pc: PrintContext = <PrintContext>walker.state; 76 var PrintContext = /** @class */ (function () { class 77 function PrintContext(outfile, parser) { class in anonymousFunction0c2835ce0100.PrintContext 85 PrintContext.prototype.increaseIndent = function () { class 88 PrintContext.prototype.decreaseIndent = function () { 91 PrintContext.prototype.startLine = function () { 105 PrintContext.prototype.write = function (s) { 108 PrintContext.prototype.writeLine = function (s) { [all …]
|
D | parserRealSource5.types | 11 export class PrintContext { 12 >PrintContext : PrintContext 183 var pc: PrintContext = <PrintContext>walker.state; 184 >pc : PrintContext 185 ><PrintContext>walker.state : PrintContext 195 >pc : PrintContext 200 >pc : PrintContext 214 var pc: PrintContext = <PrintContext>walker.state; 215 >pc : PrintContext 216 ><PrintContext>walker.state : PrintContext [all …]
|
D | parserRealSource5.errors.txt | 22 export class PrintContext { 77 var pc: PrintContext = <PrintContext>walker.state; 92 var pc: PrintContext = <PrintContext>walker.state;
|
D | parserRealSource11.errors.txt | 31 …ce/parser/ecmascript5/parserRealSource11.ts(119,31): error TS2304: Cannot find name 'PrintContext'. 693 public print(context: PrintContext) { 695 !!! error TS2304: Cannot find name 'PrintContext'.
|
D | parserRealSource11.js | 120 public print(context: PrintContext) {
|
D | parserRealSource11.types | 479 public print(context: PrintContext) {
|
D | parserRealSource11.symbols | 262 public print(context: PrintContext) {
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource5.ts | 8 export class PrintContext { class 53 var pc: PrintContext = <PrintContext>walker.state; 62 var pc: PrintContext = <PrintContext>walker.state;
|
D | parserRealSource11.ts | 119 public print(context: PrintContext) {
|