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

Unified Diff: src/objects-printer.cc

Issue 11802003: Add API for access checks on observed objects (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 11 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/objects-inl.h ('k') | src/runtime.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 9a1a58ef82a91415cbc6719a2632f04a0ea9f3ae..f56db687a29dc3e15e8f4b1ada5d5d9c6d4876d9 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -904,6 +904,8 @@ void AccessCheckInfo::AccessCheckInfoPrint(FILE* out) {
named_callback()->ShortPrint(out);
PrintF(out, "\n - indexed_callback: ");
indexed_callback()->ShortPrint(out);
+ PrintF(out, "\n - observe_callback: ");
+ observe_callback()->ShortPrint(out);
PrintF(out, "\n - data: ");
data()->ShortPrint(out);
}
« no previous file with comments | « src/objects-inl.h ('k') | src/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698