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

Unified Diff: src/code-stubs.h

Issue 2551353003: [stubs] Ensure that the stubs are recompiled in respective tests. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | src/code-stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 48edffc23e8fbbba49c4b8b963f5c7fb04963185..41fc8eaf3e38df11d5413ad0c047275a54990d40 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -290,6 +290,8 @@ class CodeStub BASE_EMBEDDED {
Isolate* isolate() const { return isolate_; }
+ void DeleteStubFromCacheForTesting();
+
protected:
CodeStub(uint32_t key, Isolate* isolate)
: minor_key_(MinorKeyFromKey(key)), isolate_(isolate) {}
« no previous file with comments | « no previous file | src/code-stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698