Access the NodeList of the selected options directly
return dojo.query("option",this.containerNode).filter(function(n){ return n.selected; // Boolean });