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

Unified Diff: src/runtime.h

Issue 14581005: Implement TypedArray.set function. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixed a bug with throwing on invalid argument 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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index e6a9244a9961de1f1b348aeeda77fb3839e9d9b1..fcb6d008a305d45e6aa0314ebce5fb074fa70db2 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -361,6 +361,7 @@ namespace internal {
F(TypedArrayGetByteLength, 1, 1) \
F(TypedArrayGetByteOffset, 1, 1) \
F(TypedArrayGetLength, 1, 1) \
+ F(TypedArraySetSpecialCases, 3, 1) \
\
/* Statements */ \
F(NewClosure, 3, 1) \

Powered by Google App Engine
This is Rietveld 408576698