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

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

Issue 2672213002: [inspector] introduced v8::debug::EntriesPreview for inspector (Closed)
Patch Set: rebased tests Created 3 years, 10 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 b25ad905508c067dea9353a031ebc28924432d6e..8aa00db80007bbf45a95aaca70148dc6fb920496 100644
--- a/src/debug/debug-interface.h
+++ b/src/debug/debug-interface.h
@@ -178,6 +178,10 @@ void ResetBlackboxedStateCache(Isolate* isolate,
int EstimatedValueSize(Isolate* isolate, v8::Local<v8::Value> value);
+v8::MaybeLocal<v8::Array> EntriesPreview(Isolate* isolate,
+ v8::Local<v8::Value> value,
+ bool* is_key_value);
+
} // namespace debug
} // namespace v8
« no previous file with comments | « src/api.cc ('k') | src/inspector/debugger-script.js » ('j') | src/runtime/runtime-collections.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698