DescriptionFix @@isConcatSpreadable in ArrayConcat builtin
The ArrayConcat builtin didn't respect @@isConcatSpreadable, which,
surprisingly, is observable if you modify an Array's Symbol.isConcatSpreadable
property. This patch bails out of the ArrayConcat builtin if any argument's
Symbol.isConcatSpreadable property is set to false, but continues otherwise,
meeting the spec's requirements.
BUG=v8:4317
LOG=N
Patch Set 1 #Patch Set 2 : Fix builtin rather than removing it #
Total comments: 1
Messages
Total messages: 10 (4 generated)
|