antonm@chromium.org
|
e8e35eccac
|
Properly process arrays with overridden prototype in various Array's functions.
Bailout to JS Array builtins if array's prototype is different from
Array.prototype. Otherwise there might be inherited elements coming
from this prototype.
Review URL: http://codereview.chromium.org/2037008
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4649 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-05-12 12:22:09 +00:00 |
|
antonm@chromium.org
|
d4cb1ba3c5
|
Faster moving FixedArray elements around.
Review URL: http://codereview.chromium.org/660245
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3987 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-03-01 15:33:30 +00:00 |
|
antonm@chromium.org
|
a346644121
|
Adding checks for the cases when array grows too big.
Review URL: http://codereview.chromium.org/601092
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3887 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-02-17 13:04:30 +00:00 |
|
antonm@chromium.org
|
e02a5aa602
|
Introduce builtin for Array.unshift function.
Review URL: http://codereview.chromium.org/600124
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3859 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-02-15 13:25:06 +00:00 |
|