Searched refs:compilePrologue (Results 1 – 1 of 1) sorted by relevance
167 let recorder = this.compilePrologue(node, false, true);185 let recorder = this.compilePrologue(node, true, false);293 let recorder = this.compilePrologue(node, true, true);335 …private compilePrologue(node: ts.SourceFile, recordType: boolean, syntaxCheckStatus: boolean): Rec… method in CompilerDriver