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

Unified Diff: src/runtime.h

Issue 7799027: Lock the prototype of internal classes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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 91a19dfd453d592aec932b884862a06e3ff14ce0..5fc5252e3437ac8fa8f071929322e14aa09f6d5e 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -79,6 +79,7 @@ namespace internal {
F(PreventExtensions, 1, 1)\
\
/* Utilities */ \
Erik Corry 2011/08/31 05:46:04 We try to use 'assert' for things that only work i
Lasse Reichstein 2011/09/01 13:30:42 Changed to Check.
+ F(AssertIsBootstrapping, 0, 1) \
F(GetFunctionDelegate, 1, 1) \
F(GetConstructorDelegate, 1, 1) \
F(NewArgumentsFast, 3, 1) \

Powered by Google App Engine
This is Rietveld 408576698