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

Unified Diff: src/objects.h

Issue 14195034: First cut at API for native Typed Arrays. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Self-review 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index e32c41bb1337806246c39ba231138b23da064563..c46e98c799379ae82c6365ed3cc64ce471935b24 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8647,6 +8647,8 @@ class JSTypedArray: public JSObject {
// Casting.
static inline JSTypedArray* cast(Object* obj);
+ ExternalArrayType type();
+
// Dispatched behavior.
DECLARE_PRINTER(JSTypedArray)
DECLARE_VERIFIER(JSTypedArray)

Powered by Google App Engine
This is Rietveld 408576698