log javascript di mana fungsi dipanggil

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