Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 01823a38fb62b6a0ee47c2f9774c545090c7fff4..a9c65fe681c29af3bf3a4615c6d2a7b494a41b5f 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -342,6 +342,9 @@ class V8_EXPORT_PRIVATE Factory final { |
| Handle<Script> NewScript(Handle<String> source); |
| + Handle<BreakPoint> NewBreakPoint(Handle<Object> condition, |
| + Handle<Object> data); |
| + |
| Handle<BreakPointInfo> NewBreakPointInfo(int source_position); |
| // Foreign objects are pretenured when allocated by the bootstrapper. |