Comment #1 on issue 3879 by [email protected]: super does not work with computed property names
https://code.google.com/p/v8/issues/detail?id=3879#c1
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/b5e235661f105cc47a1000b8554d7b15f8d25e44
commit b5e235661f105cc47a1000b8554d7b15f8d25e44 Author: arv <[email protected]> Date: Wed Feb 11 15:13:05 2015 Fix issue with super and computed property names We did not set up the [[HomeObject]] for properties created for computed property names. BUG=v8:3879 LOG=N [email protected] Review URL: https://codereview.chromium.org/914773002 Cr-Commit-Position: refs/heads/master@{#26586}[modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/arm/full-codegen-arm.cc [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/arm64/full-codegen-arm64.cc [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/ia32/full-codegen-ia32.cc [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/mips/full-codegen-mips.cc [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/mips64/full-codegen-mips64.cc [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/ppc/full-codegen-ppc.cc [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/x64/full-codegen-x64.cc [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/src/x87/full-codegen-x87.cc [add] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/test/mjsunit/harmony/class-computed-property-names-super.js [add] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/test/mjsunit/harmony/computed-property-names-super.js [modify] http://crrev.com/b5e235661f105cc47a1000b8554d7b15f8d25e44/test/mjsunit/mjsunit.status
--You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
