Searched defs:emitResult (Results 1 – 3 of 3) sorted by relevance
31 emitResult: ts.EmitResult; property65 const emitResult = program.emit(undefined, undefined, undefined, true, { constant
130 const { emitResult, checkResult } = declgen.run(); constant
123 bool emitResult = true; in GenerateProgramsByWorkers() local