Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp92 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/
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()
86 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
DfunctionBuilder.cpp236 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp74 pg->LoadConst(this, compiler::Constant::JS_TRUE); in Compile()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h45 JS_TRUE, enumerator
Djs_serializer.cpp89 return WriteType(SerializationUID::JS_TRUE); in WritePrimitiveValue()
1116 case SerializationUID::JS_TRUE: in DeserializeJSTaggedValue()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp478 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()
Dpandagen.h60 JS_TRUE, enumerator