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

Unified Diff: runtime/vm/symbols.h

Issue 14386011: Fix recognition of factories (for setting result cid) and add them to checks. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « runtime/vm/object.cc ('k') | no next file » | 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 22079)
+++ runtime/vm/symbols.h (working copy)
@@ -153,17 +153,29 @@
V(Float64List, "Float64List") \
V(Float64ListFactory, "Float64List.") \
V(_Int8Array, "_Int8Array") \
+ V(_Int8ArrayFactory, "_Int8Array.") \
V(_Uint8Array, "_Uint8Array") \
+ V(_Uint8ArrayFactory, "_Uint8Array.") \
V(_Uint8ClampedArray, "_Uint8ClampedArray") \
+ V(_Uint8ClampedArrayFactory, "_Uint8ClampedArray.") \
V(_Int16Array, "_Int16Array") \
+ V(_Int16ArrayFactory, "_Int16Array.") \
V(_Uint16Array, "_Uint16Array") \
+ V(_Uint16ArrayFactory, "_Uint16Array.") \
V(_Int32Array, "_Int32Array") \
+ V(_Int32ArrayFactory, "_Int32Array.") \
V(_Uint32Array, "_Uint32Array") \
+ V(_Uint32ArrayFactory, "_Uint32Array.") \
V(_Int64Array, "_Int64Array") \
+ V(_Int64ArrayFactory, "_Int64Array.") \
V(_Uint64Array, "_Uint64Array") \
+ V(_Uint64ArrayFactory, "_Uint64Array.") \
V(_Float32x4Array, "_Float32x4Array") \
+ V(_Float32x4ArrayFactory, "_Float32x4Array.") \
V(_Float32Array, "_Float32Array") \
+ V(_Float32ArrayFactory, "_Float32Array.") \
V(_Float64Array, "_Float64Array") \
+ V(_Float64ArrayFactory, "_Float64Array.") \
V(_Int8ArrayView, "_Int8ArrayView") \
V(_Uint8ArrayView, "_Uint8ArrayView") \
V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698