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

Unified Diff: src/map-updater.h

Issue 2591233002: [runtime] Add PropertyConstness bit to PropertyDetails. (Closed)
Patch Set: Addressed comments, used better name: IsGeneralizableTo Created 3 years, 11 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/map-updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/map-updater.h
diff --git a/src/map-updater.h b/src/map-updater.h
index 68b720365b1e86aa741b3e17a5658f9ea3b598f4..39e432dd03f07316d8f5ba74faa2ff84532e3f23 100644
--- a/src/map-updater.h
+++ b/src/map-updater.h
@@ -157,6 +157,7 @@ class MapUpdater {
int modified_descriptor_ = -1;
PropertyKind new_kind_ = kData;
PropertyAttributes new_attributes_ = NONE;
+ PropertyConstness new_constness_ = kMutable;
PropertyLocation new_location_ = kField;
Representation new_representation_ = Representation::None();
« no previous file with comments | « src/lookup.cc ('k') | src/map-updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698