Version 3.23.3

Fixed compilation with GCC 4.8. (issue 2767, 2149)

Added explicit Isolate parameter to External::New. (Chromium issue 266838)

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@17690 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/objects-printer.cc b/src/objects-printer.cc
index 37ae9b6..6d2811b 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -523,6 +523,7 @@
   PrintF(out, " - hash: %d\n", Hash());
   PrintF(out, " - name: ");
   name()->ShortPrint();
+  PrintF(out, " - private: %d\n", is_private());
   PrintF(out, "\n");
 }