V8の最近の改善だと
var f;f();
が昔は
undefined is not a function
だったのが今では
f is not a function
と出るようになった。
これだけでも倍以上わかりやすくなったと思う