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

Unified Diff: src/debug/debug-interface.h

Issue 2653293003: [inspector] introduced memory size limit for console message storage (Closed)
Patch Set: Created 3 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
Index: src/debug/debug-interface.h
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
index 6f72aba80449c53275a6887fef8ccc3aaac6848e..b1507ae550f571c327d0cba27bd26670e0b02efb 100644
--- a/src/debug/debug-interface.h
+++ b/src/debug/debug-interface.h
@@ -173,6 +173,8 @@ void SetDebugDelegate(Isolate* isolate, DebugDelegate* listener);
void ResetBlackboxedStateCache(Isolate* isolate,
v8::Local<debug::Script> script);
+int ValueSize(Isolate* isolate, v8::Local<v8::Value> value);
+
} // namespace debug
} // namespace v8

Powered by Google App Engine
This is Rietveld 408576698