/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | iterators.cpp | 39 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() 166 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step() 182 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 136 pg_->StoreConst(node_, innerResultType, Constant::JS_HOLE); in Close() 178 pg_->StoreConst(node, done_, Constant::JS_FALSE); in DestructuringIterator() 179 pg_->StoreConst(node, result_, Constant::JS_UNDEFINED); in DestructuringIterator() 194 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step() 209 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 164 pg_->StoreConst(node, receivedValue, Constant::JS_UNDEFINED); in YieldStar() 171 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar() 205 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 89 pg_->StoreConst(node, done, Constant::JS_FALSE); in AsyncYield() 197 pg_->StoreConst(node, receivedValue, Constant::JS_UNDEFINED); in YieldStar() 204 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar() 238 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
H A D | asyncGeneratorFunctionBuilder.cpp | 63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn() 90 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | tryStatement.cpp | 53 pg->StoreConst(this, exception, compiler::Constant::JS_HOLE); in CompileFinally()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.cpp | 193 pg_->StoreConst(tryStmt_, finalizerRun_, Constant::JS_UNDEFINED); in InitFinalizer()
|
H A D | pandagen.h | 304 void StoreConst(const ir::AstNode *node, VReg reg, Constant id);
|
H A D | pandagen.cpp | 725 void PandaGen::StoreConst(const ir::AstNode *node, VReg reg, Constant id) in StoreConst() function in panda::es2panda::compiler::PandaGen 1201 StoreConst(node, hole, Constant::JS_HOLE); in EmitRethrow()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | dynamicContext.cpp | 159 pg->StoreConst(tryStmt_, finalizerRun_, Constant::JS_UNDEFINED); in InitFinalizer()
|
H A D | pandagen.h | 81 void StoreConst(const ir::AstNode *node, VReg reg, Constant id);
|
H A D | JSCompiler.cpp | 560 pg->StoreConst(expr, argStart, compiler::Constant::JS_UNDEFINED); in CompileSuperExprWithoutSpread() 628 pg->StoreConst(expr, thisReg, compiler::Constant::JS_UNDEFINED); in Compile() 1585 pg->StoreConst(st, exception, compiler::Constant::JS_HOLE); in CompileFinally()
|
H A D | pandagen.cpp | 367 void PandaGen::StoreConst(const ir::AstNode *node, VReg reg, Constant id) in StoreConst() function in ark::es2panda::compiler::PandaGen
|