Searched refs:arrayInstance (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | literal.test.ts | 98 let arrayInstance = new VReg(); variable 102 new Sta(arrayInstance), 103 new Lda(arrayInstance), 113 let arrayInstance = new VReg(); variable 117 new Sta(arrayInstance), 128 let arrayInstance = new VReg(); variable 132 new Sta(arrayInstance), 133 new Lda(arrayInstance), 144 let arrayInstance = new VReg(); variable 148 new Sta(arrayInstance), [all …]
|
D | call.test.ts | 115 let arrayInstance = new VReg(); variable 119 new Sta(arrayInstance), 120 new Lda(arrayInstance), 127 new Sta(arrayInstance), 131 new Starrayspread(arrayInstance, lengthReg), 133 new Lda(arrayInstance), 136 new Apply(new Imm(5), globalEnv, arrayInstance),
|
D | new.test.ts | 123 let arrayInstance = new VReg(); variable 130 new Sta(arrayInstance), 135 new Starrayspread(arrayInstance, elemIdxReg), 137 new Lda(arrayInstance),
|