• arv's avatar
    ES6 computed property names · cc568d1b
    arv authored
    This adds support for computed property names, under the flag
    --harmony-computed-property-names, for both object literals and
    classes.
    
    This is a revert of the revert, a76419f0.
    
    This changes to do an early bailout in
    HOptimizedGraphBuilder::VisitObjectLiteral instead of doing that in the later
    loop.
    
    BUG=v8:3754
    LOG=Y
    TBR=dslomov@chromium.org
    
    Review URL: https://codereview.chromium.org/792233008
    
    Cr-Commit-Position: refs/heads/master@{#25868}
    cc568d1b
builtins.h 16.8 KB