Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DSparseArrayValue.ts17 sparseArrayType: SparseArrayType; property in SparseArrayValue
23 this.sparseArrayType = StmtType;
27 if (this.sparseArrayType === SparseArrayType.NEW_ARRAY) {
29 } else if (this.sparseArrayType === SparseArrayType.ARRAY_RIGHT) {
31 } else if (this.sparseArrayType === SparseArrayType.ARRAY_LEFT) {