• Benedikt Meurer's avatar
    [cleanup] Remove obsolete runtime functions. · 74adec5b
    Benedikt Meurer authored
    Remove %ToPrimitive, %ToPrimitive_Number, %SameValue and %SameValueZero,
    as these runtime functions were only used from tests. For the %SameValue
    we use Object.is() to test the internal algorithm (the actual one even),
    and for %SameValueZero we use Set#has() - this was already the case for
    most uses anyways.
    
    Also drop %IsDate and %ValueOf, which didn't have uses at all.
    
    Bug: v8:8015
    Change-Id: Ice26d25e68aed4d5d8adac0547c56aedf9826b13
    Reviewed-on: https://chromium-review.googlesource.com/1237677
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56127}
    74adec5b
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-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...