Log JavaScript onde a função foi chamada

function Hello() {
    alert("caller is " + Hello.caller);
}
Jolly Jackal