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

Unified Diff: src/messages.h

Issue 1617503003: [Atomics] code stubs for atomic operations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove unnecessary CSA additions Created 4 years, 10 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 af1538a1aa44a7e03509531c4eb0145d6a95bd0b..7e531e96a7b8a3fc79450b6f78c2323113c5bbcd 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -132,6 +132,7 @@ class CallSite {
"Expecting a function in instanceof check, but got %") \
T(InstanceofNonobjectProto, \
"Function has non-object prototype '%' in instanceof check") \
+ T(InvalidAtomicAccessIndex, "Invalid atomic access index") \
T(InvalidArgument, "invalid_argument") \
T(InvalidInOperatorUse, "Cannot use 'in' operator to search for '%' in %") \
T(InvalidSimdOperation, "% is not a valid type for this SIMD operation.") \

Powered by Google App Engine
This is Rietveld 408576698