Home
last modified time | relevance | path

Searched defs:PrintContext (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource5.js76 var PrintContext = /** @class */ (function () { class
77 function PrintContext(outfile, parser) { class in anonymousFunction6d94240f0100.PrintContext
85 PrintContext.prototype.increaseIndent = function () { class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource5.ts8 export class PrintContext { class