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

Unified Diff: src/messages.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: rebase 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/messages.h
diff --git a/src/messages.h b/src/messages.h
index 8bd41f325b0ec7d1cae43e525a22f456395e6288..d08f336d08614166bfa94f448a28429d9a4974fa 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -338,6 +338,7 @@ class CallSite {
T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \
T(InvalidTypedArrayLength, "Invalid typed array length") \
T(InvalidTypedArrayOffset, "Start offset is too large:") \
+ T(InvalidIndex, "Invalid index") \
Dan Ehrenberg 2016/06/28 23:50:14 The error message here could be better. Maybe Obje
bakkot 2016/06/29 19:01:45 Done.
T(InvalidSimdIndex, "Index out of bounds for SIMD operation") \
T(InvalidSimdLaneValue, "Lane value out of bounds for SIMD operation") \
T(LetInLexicalBinding, "let is disallowed as a lexically bound name") \
« no previous file with comments | « src/js/typedarray.js ('k') | src/objects.h » ('j') | test/mjsunit/harmony/dataview-accessors.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698