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

Unified Diff: src/hydrogen.h

Issue 996133002: correctly invalidate global cells (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: weak cell check Created 5 years, 9 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/heap/heap.cc ('k') | src/hydrogen.cc » ('j') | src/hydrogen.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index c454a2840beaab01d769098d6726f7046b5ac948..b0db552caa3c1c4a3505cc616da39e9c814dacc3 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2624,7 +2624,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
}
void NotFound() {
lookup_type_ = NOT_FOUND;
- details_ = PropertyDetails(NONE, DATA, 0);
+ details_ = PropertyDetails(NONE, DATA, 0, PropertyCellType::kInvalid);
}
Representation representation() const {
DCHECK(IsFound());
« no previous file with comments | « src/heap/heap.cc ('k') | src/hydrogen.cc » ('j') | src/hydrogen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698