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

Unified Diff: pkg/front_end/lib/src/fasta/parser/listener.dart

Issue 2676813002: Add helper methods for skipping Dart VM native bodies. (Closed)
Patch Set: Update documentation. Created 3 years, 10 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 | « pkg/front_end/lib/src/fasta/parser/error_kind.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/parser/listener.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
index 757fa946ac676f96e57c2188ee2accfb10fcc5fe..01d30edeffe24a2644c90eefa5f1623c944d4348 100644
--- a/pkg/front_end/lib/src/fasta/parser/listener.dart
+++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
@@ -406,6 +406,9 @@ class Listener {
logEvent("Member");
}
+ /// This event can be used to support non-compliant (with respect to Dart
+ /// Language Specification) Dart VM native clauses. See
+ /// [dart_vm_native.dart].
Link<Token> handleMemberName(Link<Token> identifiers) => identifiers;
/// Doesn't have a corresponding begin event, use [beginMember] instead.
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/error_kind.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698