| 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,
|
|
|