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

Unified Diff: src/runtime/runtime.h

Issue 2090353003: Amend DataView, ArrayBuffer, and TypedArray methods to use ToIndex. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: enable test Created 4 years, 6 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/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 667a3b7824b6ff10ce6d43eca98b69e0587e62df..b1b73e335a7a79cb0cb69ef745add6880bb30c0d 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -422,6 +422,7 @@ namespace internal {
F(ToNumber, 1, 1) \
F(ToInteger, 1, 1) \
F(ToLength, 1, 1) \
+ F(ToIndex, 1, 1) \
F(ToString, 1, 1) \
F(ToName, 1, 1) \
F(SameValue, 2, 1) \

Powered by Google App Engine
This is Rietveld 408576698