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

Unified Diff: pkg/analyzer/lib/src/summary/format.fbs

Issue 2013093002: Summarize references to closure parameters properly. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
Index: pkg/analyzer/lib/src/summary/format.fbs
diff --git a/pkg/analyzer/lib/src/summary/format.fbs b/pkg/analyzer/lib/src/summary/format.fbs
index 29beae08b78276989b787b59866b75f9ec8bd7fc..26c625621d2246621ddefe8697d525457d38bd6e 100644
--- a/pkg/analyzer/lib/src/summary/format.fbs
+++ b/pkg/analyzer/lib/src/summary/format.fbs
@@ -284,10 +284,10 @@ enum UnlinkedConstOperation : byte {
pushNull,
/**
- * Push the value of the constant constructor parameter with
- * the name obtained from [UnlinkedConst.strings].
+ * Push the value of the function parameter with the name obtained from
+ * [UnlinkedConst.strings].
*/
- pushConstructorParameter,
+ pushParameter,
/**
* Evaluate a (potentially qualified) identifier expression and push the
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/idl.dart » ('j') | pkg/analyzer/lib/src/summary/summarize_ast.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698