DescriptionRemove now-incorrect DataView accessor optimization
In ES2015, the "byteLength" and "byteOffset" properties of DataViews are
getters on the prototype, so the previously-used strategy of special-casing
them using only the receiver map is invalid.
A future CL will need to use the same strategy which will be taken for
TypedArray "length", "byteLength", and "byteOffset": adding a prototype
chain check.
BUG=v8:5018, chromium:593634
Committed: https://crrev.com/de7d47e22f6296417300f712b3ff3d1a1cd6dba8
Cr-Commit-Position: refs/heads/master@{#36382}
Patch Set 1 #
Messages
Total messages: 13 (6 generated)
|