Searched refs:JS_TRUE (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | iterators.cpp | 92 pg_->StoreConst(node_, closed_, Constant::JS_TRUE); in Close() 166 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step() 182 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
H A D | booleanLiteral.cpp | 33 pg->LoadConst(this, boolean_ ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
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()
|
H A D | functionBuilder.cpp | 238 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 194 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step() 209 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | unaryExpression.cpp | 74 pg->LoadConst(this, compiler::Constant::JS_TRUE); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | codeGen.h | 33 JS_TRUE, member in ark::es2panda::compiler::Constant
|
H A D | pandagen.cpp | 404 case Constant::JS_TRUE: { in LoadConst() 1346 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
|
H A D | JSCompiler.cpp | 1142 pg->LoadConst(expr, compiler::Constant::JS_TRUE); in Compile() 1211 pg->LoadConst(expr, expr->Value() ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 205 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 521 LoadConst(node, compiler::Constant::JS_TRUE); in LoadObjByNameViaDebugger() 762 case Constant::JS_TRUE: { in LoadConst() 1445 LoadConst(node, Constant::JS_TRUE); in Negate() 1586 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
|
H A D | pandagen.h | 62 JS_TRUE, member in panda::es2panda::compiler::Constant
|
Completed in 14 milliseconds