Home
last modified time | relevance | path

Searched refs:setUnionTypeMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts704 this.setUnionTypeMap(unionStr, this.shiftedTypeIndex);
716 setUnionTypeMap(unionStr: string, shiftedTypeIndex: number): void { method in UnionType
717 return this.typeRecorder.setUnionTypeMap(unionStr, shiftedTypeIndex);
/arkcompiler/ets_frontend/ts2panda/src/
DtypeRecorder.ts113 public setUnionTypeMap(unionStr: string, unionTypeIndex: number): void { method in TypeRecorder