• bmeurer's avatar
    [runtime] Kill %Arguments and %ArgumentsLength. · 98aec4a7
    bmeurer authored
    This removes support for the %Arguments and %ArgumentsLength runtime
    entries and their intrinsic counterparts. If you need variable arguments
    in any builtin, either use (strict) arguments object or rest parameters,
    which are both compositional across inlining (in TurboFan), and not that
    much slower compared to the %_Arguments hackery.
    
    R=jarin@chromium.org
    
    Review URL: https://codereview.chromium.org/1688163004
    
    Cr-Commit-Position: refs/heads/master@{#33943}
    98aec4a7
inline-arguments.js 7.71 KB