Home
last modified time | relevance | path

Searched defs:boolValue (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp29 bool boolValue = GetCallArg(argv, 0)->ToBoolean(); in BooleanConstructor() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_get_static_field_by_name_bool_test.cpp153 ani_boolean boolValue {}; in TEST_F() local
Dclass_get_static_field_boolean_test.cpp201 ani_boolean boolValue {}; in TEST_F() local
/arkcompiler/runtime_core/taihe/test/ani_union/author/src/
Dtest_union.impl.cpp381 constexpr bool boolValue = true; in MakeUnion() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp313 bool boolValue = elem->AsBooleanLiteral()->Value(); in ProcessArrayExpressionInLiteralArray() local
979 bool boolValue = value->AsBooleanLiteral()->Value(); in CreateAnnotationProp() local
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp1538 bool boolValue = false; variable
1577 bool boolValue = false; variable
1599 bool boolValue = false; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp749 bool boolValue = elem->AsBooleanLiteral()->Value(); in ProcessArrayElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp705 GateRef boolValue = ConvertTaggedBooleanToBool(value); in LowerCheckTaggedBoolAndConvert() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2068 auto boolValue = inst->GetInput(0).GetInst()->GetInput(0).GetInst(); in TrySimplifyCompareNegation() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1781 Local<BooleanRef> boolValue = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0() local