Comment #32 on issue 2198 by [email protected]: Implement block scoping https://code.google.com/p/v8/issues/detail?id=2198#c32
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/3973642c98501b3fc5a38c7cde6a908c15222edc
commit 3973642c98501b3fc5a38c7cde6a908c15222edc Author: arv <[email protected]> Date: Tue Jul 07 21:57:09 2015 Add a flag for legacy const semantics This flag is on by default but it will allow us to turn that off in favor of harmony-sloppy in the future. BUG=v8:3305, v8:2198 LOG=N [email protected], [email protected] Review URL: https://codereview.chromium.org/1218803006 Cr-Commit-Position: refs/heads/master@{#29526}[modify] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/src/flag-definitions.h [modify] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/src/parser.cc [modify] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/src/preparser.cc [modify] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/src/preparser.h [modify] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/test/cctest/test-parsing.cc [add] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/test/message/no-legacy-const-2.js [add] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/test/message/no-legacy-const-2.out [add] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/test/message/no-legacy-const-3.js [add] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/test/message/no-legacy-const-3.out [add] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/test/message/no-legacy-const.js [add] http://crrev.com/3973642c98501b3fc5a38c7cde6a908c15222edc/test/message/no-legacy-const.out
--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.
