DescriptionFix Array.filter to use internal array for result.
In built-in code we use arrays for internal computations. This makes it
possible to affect the built-in code by putting getters or setters on
the array prototype chain. Using internal arrays prevents those issues.
Related to: http://code.google.com/p/v8/source/detail?r=7040
R=svenpanne@chromium.org
TEST=test262/15.4.4.20-9-b-6
Committed: http://code.google.com/p/v8/source/detail?r=9707
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|