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

Unified Diff: src/objects.h

Issue 14581005: Implement TypedArray.set function. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: CR feedback Created 7 years, 7 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 d83d29108fcacf2106b085790d59faeb32e0e1b0..a07984f224ae8315e5d05ca651c04d12700e25b2 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8733,6 +8733,7 @@ class JSTypedArray: public JSObject {
static inline JSTypedArray* cast(Object* obj);
ExternalArrayType type();
+ size_t element_size();
// Dispatched behavior.
DECLARE_PRINTER(JSTypedArray)
« no previous file with comments | « src/messages.js ('k') | src/objects.cc » ('j') | test/mjsunit/harmony/typedarrays.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698