http://codereview.chromium.org/8306024/diff/1/src/parser.h File src/parser.h (right):
http://codereview.chromium.org/8306024/diff/1/src/parser.h#newcode165 src/parser.h:165: kHarmonyScoping = kAllowNativesSyntax * 2 Not sure there is a reason. In the preparser, the parser gets the harmony-scoping bool from the scanner, so it doesn't need an extra flag. http://codereview.chromium.org/8306024/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
