DescriptionEnsure appropriate bounds checking for Array subclass concat
When an Array subclass is used as the receiver for concat, or with
certain usages of @@species, the output that's constructed is of
a different type with new slow path logic. This slow path still
made references to elements, so it's important that bounds checking
for a too-long result still be done. This patch repairs that bounds
checking.
R=cbruni
LOG=Y
BUG=chromium:592340
Committed: https://crrev.com/ca5deb1ff889cf0ffb48543402f3b930a017aa13
Cr-Commit-Position: refs/heads/master@{#34636}
Patch Set 1 #
Messages
Total messages: 14 (6 generated)
|