Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/function/
DasyncGeneratorFunctionBuilder.ts142 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/
Diterator.ts123 pg.storeConst(this.node, exception, CacheList.HOLE);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts1475 storeConst(node: ts.Node | NodeKind, dst: VReg, value: CacheList): void { method in PandaGen