Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 9c416773a28752193eeaf5b80fa27385a11ecb62..26a2b9df2428d855a72c2d85b561e83e69b3f116 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -80,6 +80,7 @@ namespace internal { |
F(NewArgumentsFast, 3, 1) \ |
F(LazyCompile, 1, 1) \ |
F(SetNewFunctionAttributes, 1, 1) \ |
+ F(AllocateInNewSpace, 1, 1) \ |
\ |
/* Array join support */ \ |
F(PushIfAbsent, 2, 1) \ |