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

Unified Diff: src/objects-printer.cc

Issue 1474353002: Remove easy to remove calls to Isolate::Current() from api.cc (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update Created 5 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
Index: src/objects-printer.cc
diff --git a/src/objects-printer.cc b/src/objects-printer.cc
index 9f809d7e3853e90618152dcdbe7d2daaf06b4e80..f70763b340d6b27a7a796e1883324eef5e873085 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -1081,13 +1081,6 @@ void ObjectTemplateInfo::ObjectTemplateInfoPrint(std::ostream& os) { // NOLINT
}
-void TypeSwitchInfo::TypeSwitchInfoPrint(std::ostream& os) { // NOLINT
- HeapObject::PrintHeader(os, "TypeSwitchInfo");
- os << "\n - types: " << Brief(types());
- os << "\n";
-}
-
-
void AllocationSite::AllocationSitePrint(std::ostream& os) { // NOLINT
HeapObject::PrintHeader(os, "AllocationSite");
os << " - weak_next: " << Brief(weak_next());
« include/v8.h ('K') | « src/objects-inl.h ('k') | src/profiler/heap-profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698