Created attachment 259642 [details] test case. We usually display native functions as (anonymous functions) even when we know exactly what they are. We should do better. In the attached test case, one of the anonymous frames is actually EventTarget.dispatchEvent.
<rdar://problem/22383514>
Now we don't even see who dispatched the event. I don't know if this is a regression, but it does not show on Safari 9.1. Retitling.
In the case of this test case, I would expect the bottom call frame to be something like "Dispatched DOM Event". Clicking on the call frame wouldn't do anything since there is no source location. There are many other entry points, such as requestAnimationFrame, timers.