Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts686 unionedTypeArray: Array<number> = []; property in UnionType
703 this.fillInUnionArray(typeNode, this.unionedTypeArray);
720 fillInUnionArray(typeNode: ts.Node, unionedTypeArray: Array<number>): void {
724 unionedTypeArray.push(typeIndex!);
732 unionTypeLiterals.push(new Literal(LiteralTag.INTEGER, this.unionedTypeArray.length));
733 for (let type of this.unionedTypeArray) {