Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dliteral.test.ts98 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 …]
Dcall.test.ts115 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),
Dnew.test.ts123 let arrayInstance = new VReg(); variable
130 new Sta(arrayInstance),
135 new Starrayspread(arrayInstance, elemIdxReg),
137 new Lda(arrayInstance),