Searched refs:JS_FALSE (Results 1 – 9 of 9) sorted by relevance
/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/base/ |
D | iterators.cpp | 39 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/ |
D | generatorFunctionBuilder.cpp | 72 pg_->LoadConst(node, Constant::JS_FALSE); in Yield()
|
D | functionBuilder.cpp | 86 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/ |
D | unaryExpression.cpp | 60 pg->LoadConst(this, compiler::Constant::JS_FALSE); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.h | 46 JS_FALSE, enumerator
|
D | js_serializer.cpp | 92 return WriteType(SerializationUID::JS_FALSE); in WritePrimitiveValue() 1118 case SerializationUID::JS_FALSE: in DeserializeJSTaggedValue()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 480 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()
|
D | pandagen.h | 61 JS_FALSE, enumerator
|