Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 98351eaa39562a57e22a25812f8cbd866d96cf8b..c71450328dbb7b7f4be918095a3cd49a3f0bdc8a 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6756,7 +6756,8 @@ class Script: public Struct { |
V(Math, imul, MathImul) \ |
V(Math, clz32, MathClz32) \ |
V(Math, fround, MathFround) \ |
- V(Math, trunc, MathTrunc) |
+ V(Math, trunc, MathTrunc) \ |
+ V(Number, parseInt, NumberParseInt) |
#define ATOMIC_FUNCTIONS_WITH_ID_LIST(V) \ |
V(Atomics, load, AtomicsLoad) \ |