• Benedikt Meurer's avatar
    [cleanup] Remove a lot of dead intrinsics/runtime functions. · 44c24bf8
    Benedikt Meurer authored
    The following runtime functions (and their intrinsic counter parts) are
    completely unused/obsolete by now
    
      - %ToInteger
      - %GeneratorGetInputOrDebugPos
    
    and in addition the intrinsics for %_ToNumber and %_IsJSProxy are also
    dead (according to code coverage and manual verification), so drop them
    as well (their runtime function counterparts are still somewhat used).
    
    Bug: v8:8015
    Change-Id: I60d53762dd9717fb43de38cb490b46676c467212
    Reviewed-on: https://chromium-review.googlesource.com/1235923Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56076}
    44c24bf8
Name
Last commit
Last update
..
OWNERS Loading commit data...
array.js Loading commit data...
intl.js Loading commit data...
macros.py Loading commit data...
prologue.js Loading commit data...
typedarray.js Loading commit data...