• littledan's avatar
    Update to ES2015 == semantics for Symbol/SIMD wrappers · b436635a
    littledan authored
    When == is invoked on a Symbol or SIMD vector and an object, the object should
    be converted to a primitive with ToPrimitive and then compared again. This means,
    for example, that for a Symbol or SIMD vector s, s == Object(s). This patch makes
    that change in the implementation of ==. Only the runtime function needed to be
    changed, as the code stubs and compiler specializations don't operate on Symbols
    or SIMD vectors, and on these types, a fallback to the runtime function is always
    used.
    
    BUG=v8:3593
    LOG=Y
    R=adamk
    
    Review URL: https://codereview.chromium.org/1421413002
    
    Cr-Commit-Position: refs/heads/master@{#31614}
    b436635a
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...