• Ulan Degenbaev's avatar
    [csa] Make LoadArrayElement generic. · 9c5a4abc
    Ulan Degenbaev authored
    Previosly, LoadArrayElement assumed that the array is a FixedArray.
    The PropertyArray and WeakFixedArray pretended to be a FixedArray and
    had static asserts about length offsets.
    
    This patch make LoadArrayElement generic and uses a new LoadArrayLength
    function to fetch the length of the array without hard-coding the length
    offset.
    
    Bug: v8:8486
    Change-Id: Ib27132bf3fcecc135ad632c4227c57ca0a05036f
    Reviewed-on: https://chromium-review.googlesource.com/c/1346498
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#57723}
    9c5a4abc
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...