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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 1056353004: Add List.unmodifiable constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove left-over debug coide. Created 5 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
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index f0ff4622d71f9ca8c716d53253b840bb97a6a125..0d9d021b82ee1458e2788adb1c8c57d5b48a376d 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -350,6 +350,7 @@ namespace dart {
V(GrowableList_setLength, 2) \
V(GrowableList_setData, 2) \
V(Internal_makeListFixedLength, 1) \
+ V(Internal_makeFixedListUnmodifiable, 1) \
V(LinkedHashMap_allocate, 1) \
V(LinkedHashMap_getLength, 1) \
V(LinkedHashMap_insertOrUpdate, 3) \

Powered by Google App Engine
This is Rietveld 408576698