Home
last modified time | relevance | path

Searched refs:JS_TRUE (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.cpp92 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 DbooleanLiteral.cpp33 pg->LoadConst(this, boolean_ ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn()
90 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
H A DfunctionBuilder.cpp238 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp194 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 DunaryExpression.cpp74 pg->LoadConst(this, compiler::Constant::JS_TRUE); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.h33 JS_TRUE, member in ark::es2panda::compiler::Constant
H A Dpandagen.cpp404 case Constant::JS_TRUE: { in LoadConst()
1346 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
H A DJSCompiler.cpp1142 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 DfunctionBuilder.cpp205 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp521 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 Dpandagen.h62 JS_TRUE, member in panda::es2panda::compiler::Constant

Completed in 14 milliseconds