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

Unified Diff: src/objects-printer.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-inl.h ('k') | src/type-feedback-vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-printer.cc
diff --git a/src/objects-printer.cc b/src/objects-printer.cc
index 9ddf31a14866df3870c2c8e0588eaa3446b5522c..45018be9a0490c19806c42f87e7b7d4803d92f77 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -1271,13 +1271,6 @@
os << "\n";
}
-void Tuple2::Tuple2Print(std::ostream& os) { // NOLINT
- HeapObject::PrintHeader(os, "Tuple2");
- os << "\n - value1: " << Brief(value1());
- os << "\n - value2: " << Brief(value2());
- os << "\n";
-}
-
void Tuple3::Tuple3Print(std::ostream& os) { // NOLINT
HeapObject::PrintHeader(os, "Tuple3");
os << "\n - value1: " << Brief(value1());
« no previous file with comments | « src/objects-inl.h ('k') | src/type-feedback-vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698