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

Unified Diff: src/runtime.h

Issue 475423003: Implement Function.prototype.toMethod. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove stray change Created 6 years, 4 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 bcdbc60a86e9130ab308116754a48a530dac0b41..e062cd91ec38c1316ab805b9ddc8efe62105a942 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -179,7 +179,11 @@ namespace internal {
F(NumberToFixed, 2, 1) \
F(NumberToExponential, 2, 1) \
F(NumberToPrecision, 2, 1) \
- F(IsValidSmi, 1, 1)
+ F(IsValidSmi, 1, 1) \
+ \
+ /* Classes support */ \
+ F(ToMethod, 2, 1) \
+ F(HomeObjectSymbol, 0, 1)
#define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \

Powered by Google App Engine
This is Rietveld 408576698