Home
last modified time | relevance | path

Searched refs:JS_FALSE (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbooleanLiteral.cpp33 pg->LoadConst(this, boolean_ ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/base/
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/
DgeneratorFunctionBuilder.cpp72 pg_->LoadConst(node, Constant::JS_FALSE); in Yield()
DfunctionBuilder.cpp86 pg_->StoreConst(node, done, Constant::JS_FALSE); in AsyncYield()
202 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp60 pg->LoadConst(this, compiler::Constant::JS_FALSE); in Compile()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h46 JS_FALSE, enumerator
Djs_serializer.cpp92 return WriteType(SerializationUID::JS_FALSE); in WritePrimitiveValue()
1118 case SerializationUID::JS_FALSE: in DeserializeJSTaggedValue()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp480 LoadConst(node, compiler::Constant::JS_FALSE); in LoadObjByNameViaDebugger()
705 case Constant::JS_FALSE: { in LoadConst()
1363 LoadConst(node, Constant::JS_FALSE); in Negate()
1509 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
Dpandagen.h61 JS_FALSE, enumerator