Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 136c37446049b5e2ebb0f90a05ee271d0141d06a..e966779e54dfae00c8f8a9558770be6c0e1e2292 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -148,7 +148,6 @@ namespace internal { |
F(MathAcos, 1, 1) \ |
F(MathAsin, 1, 1) \ |
F(MathAtan, 1, 1) \ |
- F(MathFloorRT, 1, 1) \ |
F(MathAtan2, 2, 1) \ |
F(MathExpRT, 1, 1) \ |
F(RoundNumber, 1, 1) \ |
@@ -717,6 +716,7 @@ namespace internal { |
F(ConstructDouble, 2, 1) \ |
F(DoubleHi, 1, 1) \ |
F(DoubleLo, 1, 1) \ |
+ F(MathFloor, 1, 1) \ |
F(MathSqrtRT, 1, 1) \ |
F(MathLogRT, 1, 1) \ |
/* ES6 Collections */ \ |