DescriptionRemove code optimizing for TypedArrays being @@isConcatSpreadable
In theory, a user could define the Symbol.isConcatSpreadable property
somewhere in the TypedArray class hierarchy. Array.prototype.concat
optimizes for this case and has templated code for fast concat over
TypedArrays. However, the default environment doesn't have this
property set (it would probably not be web-compatible) and there isn't
clear demand for this optimization. This patch removes that
special-case code.
R=adamk
Committed: https://crrev.com/a686f4f97c02056b984aff5312b57d9a9bf8d050
Cr-Commit-Position: refs/heads/master@{#34195}
Patch Set 1 #Patch Set 2 : Mark a case as unreachable #
Total comments: 1
Messages
Total messages: 16 (6 generated)
|