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
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to