Home
last modified time | relevance | path

Searched refs:PrintContext (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource5.symbols11 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 …]
DparserRealSource5.js9 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 …]
DparserRealSource5.types11 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 …]
DparserRealSource5.errors.txt22 export class PrintContext {
77 var pc: PrintContext = <PrintContext>walker.state;
92 var pc: PrintContext = <PrintContext>walker.state;
DparserRealSource11.errors.txt31 …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'.
DparserRealSource11.js120 public print(context: PrintContext) {
DparserRealSource11.types479 public print(context: PrintContext) {
DparserRealSource11.symbols262 public print(context: PrintContext) {
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource5.ts8 export class PrintContext { class
53 var pc: PrintContext = <PrintContext>walker.state;
62 var pc: PrintContext = <PrintContext>walker.state;
DparserRealSource11.ts119 public print(context: PrintContext) {