Allen Wirfs-Brock wrote:
caller and arguments properties on functions are a non-standard extension,
Right you are:
js> Function.prototype.caller
null
js> Function.prototype.arguments
null
and of course this is heap not code, so strictness doesn't enter into it.
Still happy to change our implementation to remove these from
Function.prototype if that avoids perpetuating them and their poison
pill variants via arrows.
/be
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss