Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 7ec14570c0f164cccdb743366ad6b016d56598be..4286cec178123759004060f42a0a60da3add5fa3 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -322,6 +322,10 @@ class V8_EXPORT_PRIVATE Factory final { |
Handle<BreakPointInfo> NewBreakPointInfo(int source_position); |
Handle<StackFrameInfo> NewStackFrameInfo(); |
+ 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, |