Revision: 23206
Author:   [email protected]
Date:     Tue Aug 19 15:42:47 2014 UTC
Log:      Pass allow_classes to reusable_preparser

[email protected], [email protected]

Review URL: https://codereview.chromium.org/471603004
http://code.google.com/p/v8/source/detail?r=23206

Modified:
 /branches/bleeding_edge/src/parser.cc

=======================================
--- /branches/bleeding_edge/src/parser.cc       Mon Aug 18 12:35:34 2014 UTC
+++ /branches/bleeding_edge/src/parser.cc       Tue Aug 19 15:42:47 2014 UTC
@@ -3749,6 +3749,7 @@
reusable_preparser_->set_allow_arrow_functions(allow_arrow_functions());
     reusable_preparser_->set_allow_harmony_numeric_literals(
         allow_harmony_numeric_literals());
+    reusable_preparser_->set_allow_classes(allow_classes());
   }
   PreParser::PreParseResult result =
       reusable_preparser_->PreParseLazyFunction(strict_mode(),

--
--
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.

Reply via email to