Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp39 pg_->StoreConst(node_, closed_, Constant::JS_FALSE); in Iterator()
92 pg_->StoreConst(node_, closed_, Constant::JS_TRUE); in Close()
93 pg_->StoreConst(node_, innerResult, Constant::JS_UNDEFINED); in Close()
94 pg_->StoreConst(node_, innerException, Constant::JS_HOLE); in Close()
149 pg_->StoreConst(node, done_, Constant::JS_FALSE); in DestructuringIterator()
150 pg_->StoreConst(node, result_, Constant::JS_UNDEFINED); in DestructuringIterator()
165 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
180 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp86 pg_->StoreConst(node, done, Constant::JS_FALSE); in AsyncYield()
195 pg_->StoreConst(node, receivedValue, Constant::JS_UNDEFINED); in YieldStar()
202 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar()
236 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
DasyncGeneratorFunctionBuilder.cpp63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn()
86 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp53 pg->StoreConst(this, exception, compiler::Constant::JS_HOLE); in CompileFinally()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp192 pg_->StoreConst(tryStmt_, finalizerRun_, Constant::JS_UNDEFINED); in InitFinalizer()
Dpandagen.h321 void StoreConst(const ir::AstNode *node, VReg reg, Constant id);
Dpandagen.cpp664 void PandaGen::StoreConst(const ir::AstNode *node, VReg reg, Constant id) in StoreConst() function in panda::es2panda::compiler::PandaGen
1127 StoreConst(node, hole, Constant::JS_HOLE); in EmitRethrow()