• bmeurer's avatar
    [runtime] Remove useless DELETE builtin. · 3d01d31f
    bmeurer authored
    The DELETE builtin calls through to %DeleteProperty anyway, so we
    can as well skip the builtin completely and always call into the
    runtime directly.  Also add different entries depending on whether
    calling code is in sloppy or strict/strong mode.
    
    R=yangguo@chromium.org
    
    Review URL: https://codereview.chromium.org/1291973002
    
    Cr-Commit-Position: refs/heads/master@{#30148}
    3d01d31f
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest 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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...