Comment #55 on issue 3330 by [email protected]: Implement ES6 classes https://code.google.com/p/v8/issues/detail?id=3330#c55
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254
commit 5b3f9ec76d1dd5ef16177c0389fb50390c43e254 Author: [email protected] <[email protected]> Date: Wed Oct 29 11:45:57 2014 Classes: Add super support in methods and accessors This is done by installing the [[HomeObject]] on the method and the accessor functions. BUG=v8:3330 LOG=Y [email protected] Review URL: https://codereview.chromium.org/683893002 Cr-Commit-Position: refs/heads/master@{#24976}git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24976 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
[modify] https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254/src/arm/full-codegen-arm.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254/src/arm64/full-codegen-arm64.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254/src/ia32/full-codegen-ia32.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254/src/runtime/runtime-classes.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254/src/runtime/runtime.h [modify] https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254/src/x64/full-codegen-x64.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/5b3f9ec76d1dd5ef16177c0389fb50390c43e254/test/mjsunit/harmony/classes.js
--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.
