Home
last modified time | relevance | path

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

/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/base/
H A Diterators.cpp39 pg_->StoreConst(node_, closed_, Constant::JS_FALSE); in Iterator()
149 pg_->StoreConst(node, done_, Constant::JS_FALSE); in DestructuringIterator()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DgeneratorFunctionBuilder.cpp74 pg_->LoadConst(node, Constant::JS_FALSE); in Yield()
H A DfunctionBuilder.cpp89 pg_->StoreConst(node, done, Constant::JS_FALSE); in AsyncYield()
204 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp60 pg->LoadConst(this, compiler::Constant::JS_FALSE); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp178 pg_->StoreConst(node, done_, Constant::JS_FALSE); in DestructuringIterator()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.h34 JS_FALSE, member in ark::es2panda::compiler::Constant
H A Dpandagen.cpp408 case Constant::JS_FALSE: { in LoadConst()
1346 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
H A DJSCompiler.cpp1129 pg->LoadConst(expr, compiler::Constant::JS_FALSE); 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.cpp171 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp523 LoadConst(node, compiler::Constant::JS_FALSE); in LoadObjByNameViaDebugger()
766 case Constant::JS_FALSE: { in LoadConst()
1448 LoadConst(node, Constant::JS_FALSE); in Negate()
1586 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
H A Dpandagen.h63 JS_FALSE, member in panda::es2panda::compiler::Constant

Completed in 14 milliseconds