• arv's avatar
    Revert of ES6 computed property names (patchset #9 id:160001 of... · a76419f0
    arv authored
    Revert of ES6 computed property names (patchset #9 id:160001 of https://codereview.chromium.org/795573005/)
    
    Reason for revert:
    Crashes on Win32
    
    http://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%201/builds/1357
    
    Test: mjsunit/harmony/computed-property-names
    Flags: --stress-opt --always-opt
    Command: build\Release\d8.exe --test --random-seed=-233815021 --stress-opt --always-opt --nohard-abort --nodead-code-elimination --nofold-constants --harmony-computed-property-names test\mjsunit\mjsunit.js test\mjsunit\harmony\computed-property-names.js
    
    Run #1
    Exit code: -1073741819
    Result: CRASH
    Expected outcomes: PASS
    
    Run #2
    Exit code: -1073741819
    Result: CRASH
    Expected outcomes: PASS
    
    Run #3
    Exit code: -1073741819
    Result: CRASH
    Expected outcomes: PASS
    
    Original issue's description:
    > ES6 computed property names
    >
    > This adds support for computed property names, under the flag
    > --harmony-computed-property-names, for both object literals and
    > classes.
    >
    > BUG=v8:3754
    > LOG=Y
    
    TBR=dslomov@chromium.org,wingo@igalia.com
    NOTREECHECKS=true
    NOTRY=true
    BUG=v8:3754
    
    Review URL: https://codereview.chromium.org/809433002
    
    Cr-Commit-Position: refs/heads/master@{#25825}
    a76419f0
Name
Last commit
Last update
..
runtime-api.cc Loading commit data...
runtime-array.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-i18n.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-json.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-liveedit.cc Loading commit data...
runtime-maths.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-observe.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-uri.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...