| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 436412dbcdb87560882f8552ac001b962acf4735..a7a27dbd994b2c9e319894150f683ac32fa90837 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -487,10 +487,12 @@ class Parser : public ValueObject {
|
| const Instance& EvaluateConstExpr(TokenPosition expr_pos, AstNode* expr);
|
| StaticGetterNode* RunStaticFieldInitializer(const Field& field,
|
| TokenPosition field_ref_pos);
|
| - RawObject* EvaluateConstConstructorCall(const Class& type_class,
|
| - const TypeArguments& type_arguments,
|
| - const Function& constructor,
|
| - ArgumentListNode* arguments);
|
| + RawObject* EvaluateConstConstructorCall(
|
| + const Class& type_class,
|
| + const TypeArguments& type_arguments,
|
| + const Function& constructor,
|
| + ArgumentListNode* arguments,
|
| + bool obfuscate_symbol_instances = true);
|
| LiteralNode* FoldConstExpr(TokenPosition expr_pos, AstNode* expr);
|
|
|
| // Support for parsing of scripts.
|
|
|