Get name of function / event handler

Does anyone know if there is a way to get the name of the function that my code is running inside?


[left]_btn.onPress = function () {
	trace(something);
 }[/left]
   

this would then output “onPress” or something like it… hope you all understand what i’m searching for.

Thanks!