Lines Matching refs:response
50 DispatchResponse response = runtime_->Enable(); in Enable() local
51 SendResponse(request, response); in Enable()
56 DispatchResponse response = runtime_->Disable(); in Disable() local
57 SendResponse(request, response); in Disable()
62 DispatchResponse response = runtime_->RunIfWaitingForDebugger(); in RunIfWaitingForDebugger() local
63 SendResponse(request, response); in RunIfWaitingForDebugger()
78 … DispatchResponse response = runtime_->GetProperties(*params, &outPropertyDesc, &outInternalDescs, in GetProperties() local
88 SendResponse(request, response, result); in GetProperties()
101 …DispatchResponse response = runtime_->CallFunctionOn(*params, &outRemoteObject, &outExceptionDetai… in CallFunctionOn() local
107 SendResponse(request, response); in CallFunctionOn()
112 SendResponse(request, response, result); in CallFunctionOn()
119 DispatchResponse response = runtime_->GetHeapUsage(&usedSize, &totalSize); in GetHeapUsage() local
121 SendResponse(request, response, result); in GetHeapUsage()