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

Unified Diff: src/messages.h

Issue 1302133002: [simd.js] Add SIMD load functions for Phase 1. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 5d56ceb1c8c499c0a5139ed53028e2e80bb8dfd3..b4abc186801a50d0d057d788ec1c7b5805ddd93f 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -265,6 +265,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(InvalidTypedArrayIndex, "The value of Index is invalid") \
bbudge 2015/08/20 18:23:34 You should add a test in test/mjsunit/messages.js
gdeepti 2015/08/20 22:09:24 Looks like I probably should not have added this t
T(LocaleMatcher, "Illegal value for localeMatcher:%") \
T(NormalizationForm, "The normalization form should be one of %.") \
T(NumberFormatRange, "% argument must be between 0 and 20") \

Powered by Google App Engine
This is Rietveld 408576698