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

Unified Diff: src/objects.h

Issue 23453019: Allow uncacheable identifiers to go generic. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Adding test Created 7 years, 3 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/ic.cc ('k') | src/objects.cc » ('j') | src/objects-inl.h » ('J')
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 bf0d240266fecda50c338350c15c5d72a820b959..b55049bec37a0917cd63433c6798eac92b7b8675 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -7995,6 +7995,8 @@ class Name: public HeapObject {
// Casting.
static inline Name* cast(Object* obj);
+ inline bool IsCacheable(Isolate* isolate);
+
DECLARE_PRINTER(Name)
// Layout description.
« no previous file with comments | « src/ic.cc ('k') | src/objects.cc » ('j') | src/objects-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698