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

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

Issue 2667823004: Merged: [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
« no previous file with comments | « src/api.cc ('k') | src/inspector/v8-console-message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug-interface.h
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
index 6287e73765aa4a1a0d723d96ac52139c28e666e0..2e8abc6e54abfc00d3e64638ae3109f093c39ff1 100644
--- a/src/debug/debug-interface.h
+++ b/src/debug/debug-interface.h
@@ -210,6 +210,8 @@ typedef std::function<void(debug::PromiseDebugActionType type, int id,
void SetAsyncTaskListener(Isolate* isolate, AsyncTaskListener listener,
void* data);
+int EstimatedValueSize(Isolate* isolate, v8::Local<v8::Value> value);
+
} // namespace debug
} // namespace v8
« no previous file with comments | « src/api.cc ('k') | src/inspector/v8-console-message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698