Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index da1ae40ba068cb4c58e7a9ac5595f3dfc2f4e995..beb2274e21016e4c871ac6f0398f349a95ad5013 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -332,7 +332,8 @@ namespace internal { |
F(Unlikely, 1, 1) \ |
F(HarmonyToString, 0, 1) \ |
F(GetTypeFeedbackVector, 1, 1) \ |
- F(GetCallerJSFunction, 0, 1) |
+ F(GetCallerJSFunction, 0, 1) \ |
+ F(GetCodeStubExportsObject, 0, 1) |
#define FOR_EACH_INTRINSIC_JSON(F) \ |