On Fri, Dec 17, 2010 at 8:43 PM, Asen Bozhilov <asen.bozhi...@gmail.com>wrote:

> Garrett Smith wrote:
>
>  Juriy Zaytsev wrote:
>>
>>
>>> var beget = (function() {
>>>  function F(){ };
>>>
>>>
>>
>> All good except for the extra empty statement there. AYK, semicolon is
>> not needed after the FD.
>>
>
Yes! Thanks for catching that.


>
>>
>
> I guess this is typo according knowledge of Juriy. Anyway, more important
> is discussion about setter of `__proto__'. Setter of internal [[Prototype]]
> is not a good idea. Breandan has pointed out this topic before. At least
> setter of [[Prototype]] is not very good from performance. [...]
>

__proto__ also appears to be marked as "deprecated" in current version of
corresponding MDN docs. I wouldn't be surprised to see it go soon (if that
doesn't break web too much).

[...]

-- 
kangax

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/jsmentors@jsmentors.com/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/jsmentors@googlegroups.com/

To unsubscribe from this group, send email to
jsmentors+unsubscr...@googlegroups.com

Reply via email to