Home
last modified time | relevance | path

Searched defs:boolValue (Results 1 - 5 of 5) sorted by relevance

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

Completed in 16 milliseconds