Searched refs:CheckAndConvertToBool (Results 1 – 2 of 2) sorted by relevance
106 GateRef CheckAndConvertToBool(GateRef gate, GateType gateType);
279 return CheckAndConvertToBool(gate, GateType::BooleanType()); in ConvertTaggedToNJSValue()466 auto input = CheckAndConvertToBool(value, valueType); in VisitIsTrueOrFalse()506 input = CheckAndConvertToBool(value, GateType::BooleanType()); in VisitBooleanJump()604 GateRef NumberSpeculativeRetype::CheckAndConvertToBool(GateRef gate, GateType gateType) in CheckAndConvertToBool() function in panda::ecmascript::kungfu::NumberSpeculativeRetype