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

Unified Diff: pkg/compiler/lib/src/serialization/keys.dart

Issue 2255163002: Support serialization of ambiguous elements. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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
Index: pkg/compiler/lib/src/serialization/keys.dart
diff --git a/pkg/compiler/lib/src/serialization/keys.dart b/pkg/compiler/lib/src/serialization/keys.dart
index 0fa501ab399cc24acd766d5df6a94993339b3aab..928bbc72b3ecc1ea03d7055333b697826e373f6d 100644
--- a/pkg/compiler/lib/src/serialization/keys.dart
+++ b/pkg/compiler/lib/src/serialization/keys.dart
@@ -35,6 +35,7 @@ class Key {
static const Key ELEMENTS = const Key('elements');
static const Key ENCLOSING = const Key('enclosing');
static const Key EXECUTABLE_CONTEXT = const Key('executable-context');
+ static const Key EXISTING = const Key('existing');
static const Key EXPORTS = const Key('exports');
static const Key EXPORT_SCOPE = const Key('export-scope');
static const Key EXPRESSION = const Key('expression');
@@ -102,6 +103,7 @@ class Key {
static const Key NAMED_PARAMETER_TYPES = const Key('named-parameter-types');
static const Key NATIVE = const Key('native');
static const Key NESTING_LEVEL = const Key('nestingLevel');
+ static const Key NEW = const Key('new');
static const Key NEW_STRUCTURE = const Key('newStructure');
static const Key NODE = const Key('node');
static const Key OFFSET = const Key('offset');
« no previous file with comments | « pkg/compiler/lib/src/serialization/element_serialization.dart ('k') | tests/compiler/dart2js/serialization/test_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698