Re: "with" statement, extending prototype
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: "with" statement, extending prototype

From: RobG <rgqld@iinet.net.au>
Date: Wed Apr 05 2006 - 23:26:48 CEST

Thomas 'PointedEars' Lahn wrote:
> RobG wrote:
[...]
>>One difference is that Gecko's JS engine assigns a name attribute to the
>>function's arguments object. If the function is anonymous, the name
>>attribute is empty. Not so for a function declaration, which must have
>>an identifier (IE doesn't provide an arguments.name property).
>
>
> `name' attribute of the arguments object? What the heck are you talking
> about?

Ooops, I meant arguments.callee.name.

-- 
Rob
Received on Mon May 1 04:43:41 2006