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

Unified Diff: src/objects.h

Issue 1187563011: Remove deprecated SharedFunctionInfo::dont_cache predicate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « src/compiler.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index ccf3506f272fb0b20101d8938aece144b51e4ec5..22b954d5a8ca554c037dabbc410b9c013e93e46c 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6855,9 +6855,6 @@ class SharedFunctionInfo: public HeapObject {
// Indicates that code for this function cannot be compiled with Crankshaft.
DECL_BOOLEAN_ACCESSORS(dont_crankshaft)
- // Indicates that code for this function cannot be cached.
- DECL_BOOLEAN_ACCESSORS(dont_cache)
-
// Indicates that code for this function cannot be flushed.
DECL_BOOLEAN_ACCESSORS(dont_flush)
@@ -7120,7 +7117,6 @@ class SharedFunctionInfo: public HeapObject {
kNameShouldPrintAsAnonymous,
kIsFunction,
kDontCrankshaft,
- kDontCache,
kDontFlush,
kIsArrow,
kIsGenerator,
« no previous file with comments | « src/compiler.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698