Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index df616be9dfc4addd4d233c7c6112c4b31ecbe5b6..0ed0c19b10e6e73bf00eb6009f4b15b858cbfef0 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -302,6 +302,7 @@ namespace internal { |
F(IS_VAR, 1, 1) \ |
F(GetFromCache, 2, 1) \ |
F(IncrementStatsCounter, 1, 1) \ |
+ F(GetCallerJSFunction, 0, 1) \ |
Michael Starzinger
2015/06/05 11:21:56
nit: Can we preserve same order as in the .cc-file
danno
2015/06/05 11:49:59
Done.
|
F(Likely, 1, 1) \ |
F(Unlikely, 1, 1) \ |
F(HarmonyToString, 0, 1) \ |