Converting AS3 code that uses the `:: name qualifier` operator

I’m trying to convert some AS3 code that uses the :: name qualifier operator. For example:-

if(this.flash_proxy::isAttribute(name))

What is the Haxe equivalent of this operator?