Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp29 bool boolValue = GetCallArg(argv, 0)->ToBoolean(); in BooleanConstructor() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp299 bool boolValue = elem->AsBooleanLiteral()->Value(); in ProcessArrayExpressionInLiteralArray() local
965 bool boolValue = value->AsBooleanLiteral()->Value(); in CreateAnnotationProp() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp619 bool boolValue = elem->AsBooleanLiteral()->Value(); in ProcessArrayElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp668 GateRef boolValue = ConvertTaggedBooleanToBool(value); in LowerCheckTaggedBoolAndConvert() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2037 auto boolValue = inst->GetInput(0).GetInst()->GetInput(0).GetInst(); in TrySimplifyCompareNegation() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1733 Local<BooleanRef> boolValue = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0() local