How to iterate through objects

How can I iterate through all the MovieClips in a MovieClip ?

for ( ??? ) { … }

Thanks