In reviewing the spec. I was reminded that arguments.callee is disabled within 
strict mode functions.  Do you recall why you wanted to do this, other than 
general dislike of arguments.  It occurs to me, that using arguments.callee is 
the only way  to express recursion within a function created using the Function 
constructor and that use of the Function constructor (rather than eval) should 
probably be encouraged for dynamically constructing functions from source code.

Allen
_______________________________________________
Es-discuss mailing list
Es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to