• 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
..
add.js Loading commit data...
and.js Loading commit data...
as-int-n.js Loading commit data...
basics.js Loading commit data...
comparisons.js Loading commit data...
dataview.js Loading commit data...
dec.js Loading commit data...
div.js Loading commit data...
exp.js Loading commit data...
inc.js Loading commit data...
json.js Loading commit data...
mod.js Loading commit data...
mul.js Loading commit data...
neg.js Loading commit data...
not.js Loading commit data...
or.js Loading commit data...
regress-tonumbercode.js Loading commit data...
regressions.js Loading commit data...
sar.js Loading commit data...
shl.js Loading commit data...
sub.js Loading commit data...
tonumber.js Loading commit data...
turbo.js Loading commit data...
typedarray.js Loading commit data...
xor.js Loading commit data...