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

Unified Diff: src/runtime.h

Issue 527963002: Implement loads and calls from 'super' (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: CR feedback Created 6 years, 3 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.h
diff --git a/src/runtime.h b/src/runtime.h
index ef42b523562c6d2d4ab66babe0dec97565311b67..0e44cb5b7bdc023fc59c658da47b9ccfb5210d73 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -183,7 +183,8 @@ namespace internal {
\
/* Classes support */ \
F(ToMethod, 2, 1) \
- F(HomeObjectSymbol, 0, 1)
+ F(HomeObjectSymbol, 0, 1) \
+ F(LoadFromSuper, 3, 1)
#define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \

Powered by Google App Engine
This is Rietveld 408576698