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

Unified Diff: src/factory.h

Issue 15943002: v8 typed arrays: add DataView type (Closed)
Patch Set: v8 typed arrays: add DataView type, v2 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/factory.h
diff --git a/src/factory.h b/src/factory.h
index 233b3b01c824973f6376edccffa2d0aac131b89e..59a7f82b621612e03ce6dee4bec1d57a41f4addb 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -320,6 +320,8 @@ class Factory {
Handle<JSArrayBuffer> NewJSArrayBuffer();
+ Handle<JSDataView> NewJSDataView();
+
Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type);
Handle<JSProxy> NewJSProxy(Handle<Object> handler, Handle<Object> prototype);

Powered by Google App Engine
This is Rietveld 408576698