Description[typedarray] Really check that the JSTypedArray::length is always a Smi.
Even after https://codereview.chromium.org/2371963002 we might still
create JSTypedArray instances where the length field is a HeapNumber,
especially when TurboFan no longer canonicalizes all values in Smi
range to Smis (which we try to achieve currently). This adds strict
checking for this fact now.
R=mstarzinger@chromium.org
Committed: https://crrev.com/bda4774c373738cf7489065d0240f1bc44436176
Cr-Commit-Position: refs/heads/master@{#39771}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|