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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 9235067: Use ByteArray's native for Socket and File. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 3811)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -105,6 +105,7 @@
V(Clock_now, 0) \
V(Clock_frequency, 0) \
V(ByteArray_getLength, 1) \
+ V(ByteArray_setRange, 5) \
V(InternalByteArray_allocate, 1) \
V(InternalByteArray_getInt8, 2) \
V(InternalByteArray_setInt8, 3) \

Powered by Google App Engine
This is Rietveld 408576698