Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: src/runtime/runtime.h

Issue 1146963002: Add %GetCallerJSFunction intrinsic (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweaks Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) \

Powered by Google App Engine
This is Rietveld 408576698