summaryrefslogtreecommitdiff
path: root/deps/v8/src/debug/liveedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/debug/liveedit.h')
-rw-r--r--deps/v8/src/debug/liveedit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/src/debug/liveedit.h b/deps/v8/src/debug/liveedit.h
index 4291efb2d0..5e06d3f2a3 100644
--- a/deps/v8/src/debug/liveedit.h
+++ b/deps/v8/src/debug/liveedit.h
@@ -56,11 +56,6 @@ struct SourceChangeRange {
class V8_EXPORT_PRIVATE LiveEdit : AllStatic {
public:
- static void InitializeThreadLocal(Debug* debug);
-
- // Restarts the call frame and completely drops all frames above it.
- static bool RestartFrame(JavaScriptFrame* frame);
-
static void CompareStrings(Isolate* isolate, Handle<String> a,
Handle<String> b,
std::vector<SourceChangeRange>* diffs);
@@ -69,8 +64,6 @@ class V8_EXPORT_PRIVATE LiveEdit : AllStatic {
static void PatchScript(Isolate* isolate, Handle<Script> script,
Handle<String> source, bool preview,
debug::LiveEditResult* result);
- // Architecture-specific constant.
- static const bool kFrameDropperSupported;
};
} // namespace internal
} // namespace v8