Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource5.ts11 public indentStrings: string[] = []; property in PrintContext
/third_party/typescript/tests/baselines/reference/
DparserRealSource5.js82 this.indentStrings = []; property in anonymousFunction1aab13f00100.PrintContext.PrintContext
/third_party/typescript/src/compiler/
Dutilities.ts4154 const indentStrings: string[] = ["", " "]; constant