• bmeurer's avatar
    [runtime] Kill the %NumberToIntegerMapMinusZero runtime entry. · 4b235ade
    bmeurer authored
    This was initially used to special case some weird date.js behavior, but
    has since been abused in other areas. In case of the string character
    access, everything that is outside the Smi range cannot be a valid
    string index anyways, so %NumberToSmi is perfect here in either case,
    and for ToPositiveInteger it's better to just use ToInteger adding +0 to
    turn -0 into +0.
    
    R=ishell@chromium.org
    BUG=v8:5049
    
    Review-Url: https://codereview.chromium.org/2010183003
    Cr-Commit-Position: refs/heads/master@{#36545}
    4b235ade
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
full-codegen.cc Loading commit data...
full-codegen.h Loading commit data...