Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts961 containerArray: Array<number> = []; property in BuiltinContainerType
969 this.containerArray = builtinContainerSignature['typeArgIdxs'];
984 BuiltinContainerLiterals.push(new Literal(LiteralTag.INTEGER, this.containerArray.length));
985 for (let type of this.containerArray) {