Searched refs:JS_TRUE (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | iterators.cpp | 92 pg_->StoreConst(node_, closed_, Constant::JS_TRUE); in Close() 165 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step() 180 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() 86 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
|
D | functionBuilder.cpp | 236 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | unaryExpression.cpp | 74 pg->LoadConst(this, compiler::Constant::JS_TRUE); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.h | 45 JS_TRUE, enumerator
|
D | js_serializer.cpp | 89 return WriteType(SerializationUID::JS_TRUE); in WritePrimitiveValue() 1116 case SerializationUID::JS_TRUE: in DeserializeJSTaggedValue()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 478 LoadConst(node, compiler::Constant::JS_TRUE); in LoadObjByNameViaDebugger() 701 case Constant::JS_TRUE: { in LoadConst() 1360 LoadConst(node, Constant::JS_TRUE); in Negate() 1509 LoadConst(node, setName ? Constant::JS_TRUE : Constant::JS_FALSE); in DefineGetterSetterByValue()
|
D | pandagen.h | 60 JS_TRUE, enumerator
|