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

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

Issue 2514353005: Add support for "??" to summaries. (Closed)
Patch Set: Created 4 years, 1 month 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 baf782af05c92e494c2877e9e9f3818633dd791c..443019ee87b406e0dfde08dc0579c1922737def2 100644
--- a/pkg/analyzer/lib/src/summary/format.fbs
+++ b/pkg/analyzer/lib/src/summary/format.fbs
@@ -758,7 +758,14 @@ enum UnlinkedExprOperation : byte {
* the nth enclosing function element. Then, push the mth local function of
* that element onto the stack.
*/
- pushLocalFunctionReference
+ pushLocalFunctionReference,
+
+ /**
+ * Pop the top two values from the stack. If the first value is non-null,
+ * keep it and discard the second. Otherwise, keep the second and discard the
+ * first.
+ */
+ ifNull
}
/**
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/idl.dart » ('j') | pkg/analyzer/test/src/summary/resynthesize_common.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698