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

Unified Diff: src/factory.h

Issue 2788413004: [inspector] cache stack frame for call sites (Closed)
Patch Set: rebased Created 3 years, 8 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/factory.h
diff --git a/src/factory.h b/src/factory.h
index e7e4fd4325ec3c91580e525ae7348e8c3db8238c..ecaffcd1493b2bf28a1414ce3f083630e6192012 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -325,6 +325,10 @@ class V8_EXPORT_PRIVATE Factory final {
Handle<StackFrameInfo> NewStackFrameInfo();
Handle<StackTraceInfo> NewStackTraceInfo(
Handle<FixedArray> frames, StackTrace::StackTraceOptions options);
+ Handle<SourcePositionTableWithFrameCache>
+ NewSourcePositionTableWithFrameCache(
+ Handle<ByteArray> source_position_table,
+ Handle<UnseededNumberDictionary> stack_frame_cache);
// Foreign objects are pretenured when allocated by the bootstrapper.
Handle<Foreign> NewForeign(Address addr,
« src/api.cc ('K') | « src/extensions/statistics-extension.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698