summaryrefslogtreecommitdiff
path: root/deps/v8/src/inspector/injected-script.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/inspector/injected-script.h')
-rw-r--r--deps/v8/src/inspector/injected-script.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/v8/src/inspector/injected-script.h b/deps/v8/src/inspector/injected-script.h
index e5c393df5b..16938fb317 100644
--- a/deps/v8/src/inspector/injected-script.h
+++ b/deps/v8/src/inspector/injected-script.h
@@ -85,15 +85,6 @@ class InjectedScript final {
v8::Local<v8::Value>, const String16& groupName, bool forceValueType,
bool generatePreview,
std::unique_ptr<protocol::Runtime::RemoteObject>* result) const;
- Response wrapObjectProperty(v8::Local<v8::Object>, v8::Local<v8::Name> key,
- const String16& groupName,
- bool forceValueType = false,
- bool generatePreview = false) const;
- Response wrapPropertyInArray(v8::Local<v8::Array>,
- v8::Local<v8::String> property,
- const String16& groupName,
- bool forceValueType = false,
- bool generatePreview = false) const;
std::unique_ptr<protocol::Runtime::RemoteObject> wrapTable(
v8::Local<v8::Value> table, v8::Local<v8::Value> columns) const;