Searched refs:JS_FALSE (Results 1 - 12 of 12) sorted by relevance
/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/base/ |
H A D | iterators.cpp | 39 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 D | generatorFunctionBuilder.cpp | 74 pg_->LoadConst(node, Constant::JS_FALSE); in Yield()
|
H A D | functionBuilder.cpp | 89 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 D | unaryExpression.cpp | 60 pg->LoadConst(this, compiler::Constant::JS_FALSE); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 178 pg_->StoreConst(node, done_, Constant::JS_FALSE); in DestructuringIterator()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | codeGen.h | 34 JS_FALSE, member in ark::es2panda::compiler::Constant
|
H A D | pandagen.cpp | 408 case Constant::JS_FALSE: { in LoadConst() 1346 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
|
H A D | JSCompiler.cpp | 1129 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 D | functionBuilder.cpp | 171 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 523 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 D | pandagen.h | 63 JS_FALSE, member in panda::es2panda::compiler::Constant
|
Completed in 14 milliseconds