Searched refs:storeConst (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/src/function/ |
D | asyncGeneratorFunctionBuilder.ts | 142 pg.storeConst(node, this.resumeVal, CacheList.UNDEFINED); 155 pg.storeConst(node, exitReturn, CacheList.FALSE); 189 pg.storeConst(node, exitReturn, CacheList.TRUE); 225 pg.storeConst(node, done, CacheList.FALSE);
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | iterator.ts | 123 pg.storeConst(this.node, exception, CacheList.HOLE);
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 1475 storeConst(node: ts.Node | NodeKind, dst: VReg, value: CacheList): void { method in PandaGen
|