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

Unified Diff: src/objects-debug.cc

Issue 2538693002: Revert of [ic] Use validity cells to protect keyed element stores against object's prototype chain… (Closed)
Patch Set: Created 4 years, 1 month 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/objects.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-debug.cc
diff --git a/src/objects-debug.cc b/src/objects-debug.cc
index ca23f201c8c31454ae83b61f7b70a51abb2efd5f..db50cfba75b5e5f64550075a8c0afa407ea8d8d0 100644
--- a/src/objects-debug.cc
+++ b/src/objects-debug.cc
@@ -1078,12 +1078,6 @@
CHECK(validity_cell()->IsCell() || validity_cell()->IsSmi());
}
-void Tuple2::Tuple2Verify() {
- CHECK(IsTuple2());
- VerifyObjectField(kValue1Offset);
- VerifyObjectField(kValue2Offset);
-}
-
void Tuple3::Tuple3Verify() {
CHECK(IsTuple3());
VerifyObjectField(kValue1Offset);
« no previous file with comments | « src/objects.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698