Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: runtime/vm/parser.h

Issue 3003583002: [VM, Precompiler] PoC Obfuscator (Closed)
Patch Set: Fix bad refactoring in NewAtomicRename Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/object_store.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « runtime/vm/object_store.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698