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

Side by Side Diff: src/debug/debug-interface.h

Issue 2653293003: [inspector] introduced memory size limit for console message storage (Closed)
Patch Set: addressed comments 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 the V8 project authors. All rights reserved. 1 // Copyright 2016 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_DEBUG_DEBUG_INTERFACE_H_ 5 #ifndef V8_DEBUG_DEBUG_INTERFACE_H_
6 #define V8_DEBUG_DEBUG_INTERFACE_H_ 6 #define V8_DEBUG_DEBUG_INTERFACE_H_
7 7
8 #include <functional> 8 #include <functional>
9 9
10 #include "include/v8-debug.h" 10 #include "include/v8-debug.h"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 const debug::Location& end) { 166 const debug::Location& end) {
167 return false; 167 return false;
168 } 168 }
169 }; 169 };
170 170
171 void SetDebugDelegate(Isolate* isolate, DebugDelegate* listener); 171 void SetDebugDelegate(Isolate* isolate, DebugDelegate* listener);
172 172
173 void ResetBlackboxedStateCache(Isolate* isolate, 173 void ResetBlackboxedStateCache(Isolate* isolate,
174 v8::Local<debug::Script> script); 174 v8::Local<debug::Script> script);
175 175
176 int EstimatedValueSize(Isolate* isolate, v8::Local<v8::Value> value);
177
176 } // namespace debug 178 } // namespace debug
177 } // namespace v8 179 } // namespace v8
178 180
179 #endif // V8_DEBUG_DEBUG_INTERFACE_H_ 181 #endif // V8_DEBUG_DEBUG_INTERFACE_H_
OLDNEW
« src/api.cc ('K') | « 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