Comment #63 on issue 3330 by [email protected]: Implement ES6 classes https://code.google.com/p/v8/issues/detail?id=3330#c63
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5
commit f3d5b13e04c9cedd1f020ce0beec64275fcc40d5 Author: arv <[email protected]> Date: Fri Nov 14 15:05:05 2014 Classes: Implement correct name binding Named class declarations and class expression have a const binding for the name that is in TDZ for the extends expression. BUG=v8:3330 LOG=Y [email protected], adamk Review URL: https://codereview.chromium.org/722793005 Cr-Commit-Position: refs/heads/master@{#25360}[modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/ast-numbering.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/ast.h [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/full-codegen.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/full-codegen.h [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/parser.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/parser.h [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/preparser.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/src/preparser.h [modify] https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5/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.
