(flags, name)
| 19878 | } |
| 19879 | ts.getLeftmostExpression = getLeftmostExpression; |
| 19880 | function Symbol(flags, name) { |
| 19881 | this.flags = flags; |
| 19882 | this.escapedName = name; |
| 19883 | this.declarations = undefined; |
| 19884 | this.valueDeclaration = undefined; |
| 19885 | this.id = undefined; |
| 19886 | this.mergeId = undefined; |
| 19887 | this.parent = undefined; |
| 19888 | } |
| 19889 | function Type(checker, flags) { |
| 19890 | this.flags = flags; |
| 19891 | if (ts.Debug.isDebugging || ts.tracing) { |
no outgoing calls
no test coverage detected
searching dependent graphs…