Updates:
        Status: WorkingAsIntended

Comment #1 on issue 239 by [email protected]: v8 implementation of  
[Array.prototype.lastIndexOf] handling [Undefined] types in comparison to  
mozillas current JavaScript version
http://code.google.com/p/v8/issues/detail?id=239

This is working as intended.  The lastIndexOf function should only consider  
elements
that are present in the array.  Elided elements are not in the array:

2 in [2,3, ,4,5,6];  // false

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to