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

Unified Diff: sdk/lib/_internal/js_runtime/lib/collection_patch.dart

Issue 2825793002: js_runtime: LinkedHashMap._makeEmpty may be removed (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/js_runtime/lib/collection_patch.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/collection_patch.dart b/sdk/lib/_internal/js_runtime/lib/collection_patch.dart
index c5206e4c46218afd003a29ff5df0bed11ba0ef09..019c75bd3c6d739496c84427850926e7825f3aa9 100644
--- a/sdk/lib/_internal/js_runtime/lib/collection_patch.dart
+++ b/sdk/lib/_internal/js_runtime/lib/collection_patch.dart
@@ -546,7 +546,9 @@ class LinkedHashMap<K, V> {
// Private factory static function called by generated code for map literals.
// This version is for map literals without type parameters.
+ @NoThrows()
@NoInline()
+ @NoSideEffects()
static _makeEmpty() => new JsLinkedHashMap();
// Private factory static function called by generated code for map literals.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698