commit | 44f0eee88ff00398ff7f715fab053374d808c90d | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu May 26 01:26:41 2011 +0100 |
committer | Steve Block <steveblock@google.com> | Thu Jun 02 15:09:56 2011 +0100 |
tree | addd100e906cd43f843f3aaf64b445f17f46fe0f | |
parent | 1b63b9ad386abd62f61af0e29246a687f5311b53 [diff] [blame] |
Update V8 to r7427: Initial merge by git As required by WebKit r82507 Change-Id: I7ae83ef3f689356043b4929255b7c1dd31d8c5df
diff --git a/include/v8-testing.h b/include/v8-testing.h index 4db30a4..245f74d 100644 --- a/include/v8-testing.h +++ b/include/v8-testing.h
@@ -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(); };