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

Unified Diff: src/objects.h

Issue 1110393003: drop interalization of strings entering global constant slots (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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/lookup.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 7244d17b0cceaf663bb107656d6642062127ba68..12ee65958698ef1704ef6d13563a91c85e596807 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -9848,9 +9848,8 @@ class PropertyCell : public HeapObject {
static PropertyCellType UpdatedType(Handle<PropertyCell> cell,
Handle<Object> value,
PropertyDetails details);
- static Handle<Object> UpdateCell(Handle<NameDictionary> dictionary, int entry,
- Handle<Object> value,
- PropertyDetails details);
+ static void UpdateCell(Handle<NameDictionary> dictionary, int entry,
+ Handle<Object> value, PropertyDetails details);
static Handle<PropertyCell> InvalidateEntry(Handle<NameDictionary> dictionary,
int entry);
« no previous file with comments | « src/lookup.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698