Searched refs:JS_TRUE (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | iterators.cpp | 92 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/ |
D | booleanLiteral.cpp | 33 pg->LoadConst(this, boolean_ ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | asyncGeneratorFunctionBuilder.cpp | 63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn() 90 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
|
D | functionBuilder.cpp | 239 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
D | iterators.cpp | 185 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/ |
D | unaryExpression.cpp | 74 pg->LoadConst(this, compiler::Constant::JS_TRUE); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | codeGen.h | 33 JS_TRUE, enumerator
|
D | pandagen.cpp | 405 case Constant::JS_TRUE: { in LoadConst() 1305 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
|
D | JSCompiler.cpp | 1268 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/ |
D | js_serializer.h | 45 JS_TRUE, enumerator
|
D | js_serializer.cpp | 91 return WriteType(SerializationUID::JS_TRUE); in WritePrimitiveValue() 1119 case SerializationUID::JS_TRUE: in DeserializeJSTaggedValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
D | functionBuilder.cpp | 205 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 530 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()
|
D | pandagen.h | 60 JS_TRUE, enumerator
|