Searched refs:IsConvertSupport (Results 1 – 4 of 4) sorted by relevance
425 bool IsConvertSupport(GateRef gate) const;
232 bool GateAccessor::IsConvertSupport(GateRef gate) const in IsConvertSupport() function in panda::ecmascript::kungfu::GateAccessor238 return accessor.IsConvertSupport(); in IsConvertSupport()
873 bool IsConvertSupport() const in IsConvertSupport() function
426 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert()