How to 'list' all objects in an MC


for (var obj:String in this)
{
    trace(obj)

}

This works perfectly for me in as2
It goes trough all the objects on the stage or mc

what is the as3 equivalent

Thanks