Index: include/v8-testing.h |
=================================================================== |
--- include/v8-testing.h (revision 7118) |
+++ include/v8-testing.h (working copy) |
@@ -87,6 +87,11 @@ |
* should be between 0 and one less than the result from GetStressRuns() |
*/ |
static void PrepareStressRun(int run); |
+ |
+ /** |
+ * Force deoptimization of all functions. |
+ */ |
+ static void DeoptimizeAll(); |
}; |