• bmeurer's avatar
    [runtime] Remove useless IN builtin. · 72d60a1e
    bmeurer authored
    Similar to DELETE, the IN builtin is just a thin wrapper for %HasElement
    and %HasProperty anyway, and cannot be optimized, plus it had a weird
    special fast case (which also involved at least one LOAD_IC plus some
    intrinsic magic).
    
    R=yangguo@chromium.org,jarin@chromium.org
    
    Review URL: https://codereview.chromium.org/1295433002
    
    Cr-Commit-Position: refs/heads/master@{#30154}
    72d60a1e
runtime-numbers.cc 16.1 KB