Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index e3265084e41162f9431953480c6a31e2d6f079ff..650d19a25799f292f64417358f9102a5926c2a4c 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -224,6 +224,7 @@ |
V(NumberClz32) \ |
V(NumberCeil) \ |
V(NumberCos) \ |
+ V(NumberCosh) \ |
V(NumberFloor) \ |
V(NumberFround) \ |
V(NumberAtan) \ |
@@ -239,8 +240,10 @@ |
V(NumberPow) \ |
V(NumberRound) \ |
V(NumberSin) \ |
+ V(NumberSinh) \ |
V(NumberSqrt) \ |
V(NumberTan) \ |
+ V(NumberTanh) \ |
V(NumberTrunc) \ |
V(NumberToInt32) \ |
V(NumberToUint32) \ |
@@ -397,6 +400,7 @@ |
V(Float64Atanh) \ |
V(Float64Cbrt) \ |
V(Float64Cos) \ |
+ V(Float64Cosh) \ |
V(Float64Exp) \ |
V(Float64Expm1) \ |
V(Float64Log) \ |
@@ -405,8 +409,10 @@ |
V(Float64Log2) \ |
V(Float64Pow) \ |
V(Float64Sin) \ |
+ V(Float64Sinh) \ |
V(Float64Sqrt) \ |
V(Float64Tan) \ |
+ V(Float64Tanh) \ |
V(Float64RoundDown) \ |
V(Float32RoundUp) \ |
V(Float64RoundUp) \ |