Getting a list of all listeners in as2

is there an easy way to do this?

i tried:


for (i in _root) {
  trace(_root*);
}

but it didn’t show any listener objects… and it wouldn’t say function names, just [type Function].