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

Unified Diff: runtime/vm/parser.h

Issue 1311613005: Add ParameterMirror.isInitializingFormal to dart:mirrors Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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/lib/mirrors_impl.dart ('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 ece272949ccec809dd1b83eb9ede6f3e32515ac2..df1a167eaa7699ddce3bfea5b1fd59e92668040c 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -226,6 +226,7 @@ class Parser : public ValueObject {
kParameterIsFinalOffset,
kParameterDefaultValueOffset,
kParameterMetadataOffset,
+ kParameterIsFieldInitializorOffset,
kParameterEntrySize,
};
static RawObject* ParseFunctionParameters(const Function& func);
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698