Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Ostroukhov <eostroukhov@chromium.org>2016-12-13 04:08:31 +0300
committerAnna Henningsen <anna@addaleax.net>2017-05-23 20:45:48 +0300
commit60390cd7fb674865d9c8af89d5a2fecdae1c7ec0 (patch)
tree909dbc1791f997bb0bbd4ecb42e11233cb54fdcb /src/inspector_agent.h
parentc0d858f8bb8ba5212548da2fba6a7bc02db0462b (diff)
inspector: JavaScript bindings for the inspector
PR-URL: https://github.com/nodejs/node/pull/12263 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Josh Gavant <josh.gavant@outlook.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'src/inspector_agent.h')
-rw-r--r--src/inspector_agent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspector_agent.h b/src/inspector_agent.h
index c42a40772f3..08c4af9a9cc 100644
--- a/src/inspector_agent.h
+++ b/src/inspector_agent.h
@@ -59,6 +59,7 @@ class Agent {
void FatalException(v8::Local<v8::Value> error,
v8::Local<v8::Message> message);
void Connect(InspectorSessionDelegate* delegate);
+ InspectorSessionDelegate* delegate();
void Disconnect();
void Dispatch(const v8_inspector::StringView& message);
void RunMessageLoop();