Function.prototype.alertAfterCall = function() { // ??? } function a() {} a.alertAfterCall(); a(); // срабатывает алерт