summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/token.h')
-rw-r--r--src/3rdparty/v8/src/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/v8/src/token.h b/src/3rdparty/v8/src/token.h
index 3036e55..863ba62 100644
--- a/src/3rdparty/v8/src/token.h
+++ b/src/3rdparty/v8/src/token.h
@@ -99,6 +99,7 @@ namespace internal {
T(SHL, "<<", 11) \
T(SAR, ">>", 11) \
T(SHR, ">>>", 11) \
+ T(ROR, "rotate right", 11) /* only used by Crankshaft */ \
T(ADD, "+", 12) \
T(SUB, "-", 12) \
T(MUL, "*", 13) \