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