Can the arity check be performed at compile time as in C++?
C++ can perform arity checks at compile time because C++ uses early binding. JavaScript uses late binding.
Geoff
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

