Searched refs:setUnionTypeMap (Results 1 – 2 of 2) sorted by relevance
704 this.setUnionTypeMap(unionStr, this.shiftedTypeIndex);716 setUnionTypeMap(unionStr: string, shiftedTypeIndex: number): void { method in UnionType717 return this.typeRecorder.setUnionTypeMap(unionStr, shiftedTypeIndex);
113 public setUnionTypeMap(unionStr: string, unionTypeIndex: number): void { method in TypeRecorder