Home
last modified time | relevance | path

Searched refs:JS_TRUE (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
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/
DbooleanLiteral.cpp33 pg->LoadConst(this, boolean_ ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncGeneratorFunctionBuilder.cpp63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn()
90 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
DfunctionBuilder.cpp239 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Diterators.cpp185 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
200 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp74 pg->LoadConst(this, compiler::Constant::JS_TRUE); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.h33 JS_TRUE, enumerator
Dpandagen.cpp405 case Constant::JS_TRUE: { in LoadConst()
1305 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
DJSCompiler.cpp1268 pg->LoadConst(expr, compiler::Constant::JS_TRUE); in Compile()
1355 pg->LoadConst(expr, expr->Value() ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h45 JS_TRUE, enumerator
Djs_serializer.cpp91 return WriteType(SerializationUID::JS_TRUE); in WritePrimitiveValue()
1119 case SerializationUID::JS_TRUE: in DeserializeJSTaggedValue()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.cpp205 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp530 LoadConst(node, compiler::Constant::JS_TRUE); in LoadObjByNameViaDebugger()
769 case Constant::JS_TRUE: { in LoadConst()
1434 LoadConst(node, Constant::JS_TRUE); in Negate()
1583 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
Dpandagen.h60 JS_TRUE, enumerator