Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 37d98603ba21d4b3186a4bc0ab6ed4e6983e74a2..da1ae40ba068cb4c58e7a9ac5595f3dfc2f4e995 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -239,6 +239,7 @@ namespace internal { |
F(Apply, 5, 1) \ |
F(GetFunctionDelegate, 1, 1) \ |
F(GetConstructorDelegate, 1, 1) \ |
+ F(GetOriginalConstructor, 0, 1) \ |
F(CallFunction, -1 /* receiver + n args + function */, 1) \ |
F(IsConstructCall, 0, 1) \ |
F(IsFunction, 1, 1) |