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

Unified Diff: runtime/vm/symbols.h

Issue 12937010: Handle TypedDataView objects in Dart_TypedDataAcquireData and (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 | « runtime/vm/snapshot.cc ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
===================================================================
--- runtime/vm/symbols.h (revision 20452)
+++ runtime/vm/symbols.h (working copy)
@@ -163,6 +163,17 @@
V(_Float32x4Array, "_Float32x4Array") \
V(_Float32Array, "_Float32Array") \
V(_Float64Array, "_Float64Array") \
+ V(_Int8ArrayView, "_Int8ArrayView") \
+ V(_Uint8ArrayView, "_Uint8ArrayView") \
+ V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \
+ V(_Int16ArrayView, "_Int16ArrayView") \
+ V(_Uint16ArrayView, "_Uint16ArrayView") \
+ V(_Int32ArrayView, "_Int32ArrayView") \
+ V(_Uint32ArrayView, "_Uint32ArrayView") \
+ V(_Int64ArrayView, "_Int64ArrayView") \
+ V(_Uint64ArrayView, "_Uint64ArrayView") \
+ V(_Float32ArrayView, "_Float32ArrayView") \
+ V(_Float64ArrayView, "_Float64ArrayView") \
V(_ExternalInt8Array, "_ExternalInt8Array") \
V(_ExternalUint8Array, "_ExternalUint8Array") \
V(_ExternalUint8ClampedArray, "_ExternalUint8ClampedArray") \
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698