Home
last modified time | relevance | path

Searched refs:ValueIsBooleanType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h101 bool ValueIsBooleanType() const in ValueIsBooleanType() function
Dtyped_bytecode_lowering.cpp421 if (tacc.ValueIsBooleanType() && TypeInfoAccessor::IsTrustedType(acc_, tacc.GetValue())) { in LowerConditionJump()
1198 if (!tacc.ValueIsPrimitiveNumberType() && !tacc.ValueIsBooleanType()) { in LowerTypedIsTrueOrFalse()