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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 11414211: Expose transferable constructor to Int8List (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« runtime/lib/byte_array.dart ('K') | « runtime/lib/byte_array.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index fad33c91bf5245f6dc56f29defd51e4f89c846df..75ea80a8b99e6e6501bf4a852d4872cb4da3bafb 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -126,6 +126,7 @@ namespace dart {
V(ByteArray_setFloat64, 3) \
V(ByteArray_setRange, 5) \
V(Int8Array_new, 1) \
+ V(Int8Array_newTransferrable, 1) \
V(Int8Array_getIndexed, 2) \
V(Int8Array_setIndexed, 3) \
V(Uint8Array_new, 1) \
« runtime/lib/byte_array.dart ('K') | « runtime/lib/byte_array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698