Lines Matching refs:Agent
62 // Protects the Agent* stored in start_io_thread_async.data.
73 static_cast<Agent*>(handle->data)->StartIoThread();
88 Agent* agent = static_cast<Agent*>(start_io_thread_async.data);
148 Agent* agent = static_cast<Agent*>(start_io_thread_async.data);
682 Agent::Agent(Environment* env)
687 Agent::~Agent() {}
689 bool Agent::Start(const std::string& path,
726 Agent* agent = static_cast<Environment*>(env)->inspector_agent();
752 bool Agent::StartIoThread() {
774 void Agent::Stop() {
778 std::unique_ptr<InspectorSession> Agent::Connect(
794 std::unique_ptr<InspectorSession> Agent::ConnectToMainThread(
810 void Agent::WaitForDisconnect() {
834 void Agent::ReportUncaughtException(Local<Value> error,
842 void Agent::PauseOnNextJavascriptStatement(const std::string& reason) {
846 void Agent::RegisterAsyncHook(Isolate* isolate,
862 void Agent::EnableAsyncHook() {
875 void Agent::DisableAsyncHook() {
888 void Agent::ToggleAsyncHook(Isolate* isolate, Local<Function> fn) {
902 OnFatalError("\nnode::inspector::Agent::ToggleAsyncHook",
907 void Agent::AsyncTaskScheduled(const StringView& task_name, void* task,
912 void Agent::AsyncTaskCanceled(void* task) {
916 void Agent::AsyncTaskStarted(void* task) {
920 void Agent::AsyncTaskFinished(void* task) {
924 void Agent::AllAsyncTasksCanceled() {
928 void Agent::RequestIoThreadStart() {
945 void Agent::ContextCreated(Local<Context> context, const ContextInfo& info) {
951 bool Agent::IsActive() {
957 void Agent::SetParentHandle(
962 std::unique_ptr<ParentInspectorHandle> Agent::GetParentHandle(
977 void Agent::WaitForConnect() {
987 std::shared_ptr<WorkerManager> Agent::GetWorkerManager() {
997 std::string Agent::GetWsUrl() const {