Searched refs:IsConvertSupport (Results 1 – 4 of 4) sorted by relevance
477 bool IsConvertSupport() const in IsConvertSupport() function
460 bool IsConvertSupport(GateRef gate) const;
438 bool GateAccessor::IsConvertSupport(GateRef gate) const in IsConvertSupport() function in panda::ecmascript::kungfu::GateAccessor444 return accessor.IsConvertSupport(); in IsConvertSupport()
517 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert()