Chromium Code Reviews| Index: src/parsing/parser.cc |
| diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc |
| index 7e19346592b986a3e6c82a5ddc99d6be0b39ec33..0607cbe35ad55df83718cda924f6e3680ec43740 100644 |
| --- a/src/parsing/parser.cc |
| +++ b/src/parsing/parser.cc |
| @@ -552,6 +552,7 @@ Parser::Parser(ParseInfo* info) |
| set_allow_harmony_dynamic_import(FLAG_harmony_dynamic_import); |
| set_allow_harmony_async_iteration(FLAG_harmony_async_iteration); |
| set_allow_harmony_template_escapes(FLAG_harmony_template_escapes); |
| + |
|
adamk
2017/03/15 21:36:44
Is there supposed to be a runtime flag here?
gsathya
2017/03/16 00:59:25
Nope
|
| for (int feature = 0; feature < v8::Isolate::kUseCounterFeatureCount; |
| ++feature) { |
| use_counts_[feature] = 0; |