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

Unified Diff: src/runtime.h

Issue 418143007: FYI Implementing 'super' keyword (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: one more test 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 381d4d57e73f5d1d9f59aea2e39443d09b8cff0a..b98a621a96fd8a6c2f63c5d581d8ad4ebfc4c4b1 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -177,6 +177,7 @@ namespace internal {
F(NumberToFixed, 2, 1) \
F(NumberToExponential, 2, 1) \
F(NumberToPrecision, 2, 1) \
+ F(ToMethod, 2, 1) \
F(IsValidSmi, 1, 1)

Powered by Google App Engine
This is Rietveld 408576698