Lines Matching refs:channel
54 ProtocolChannel *channel = nullptr;
55 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
67 ProtocolChannel *channel = nullptr;
68 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
76 ProtocolChannel *channel = nullptr;
77 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
85 ProtocolChannel *channel = nullptr;
86 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
99 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
100 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
101 auto dispatcherImpl = std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing));
109 if (channel) {
110 delete channel;
111 channel = nullptr;
121 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
122 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
123 auto dispatcherImpl = std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing));
127 if (channel) {
128 delete channel;
129 channel = nullptr;
139 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
140 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
141 auto dispatcherImpl = std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing));
145 if (channel) {
146 delete channel;
147 channel = nullptr;
157 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
158 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
159 auto dispatcherImpl = std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing));
163 if (channel) {
164 delete channel;
165 channel = nullptr;
175 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
176 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
177 auto dispatcherImpl = std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing));
181 if (channel) {
182 delete channel;
183 channel = nullptr;
193 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
194 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel);
195 auto dispatcherImpl = std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing));
199 if (channel) {
200 delete channel;
201 channel = nullptr;
211 ProtocolChannel *channel = nullptr;
212 auto frontend = std::make_unique<TracingImpl::Frontend>(channel);
215 if (!channel) {
216 channel = new ProtocolHandler(callback, ecmaVm);
218 auto frontend1 = std::make_unique<TracingImpl::Frontend>(channel);
220 if (channel) {
221 delete channel;
222 channel = nullptr;
242 ProtocolChannel *channel = nullptr;
243 auto frontend = std::make_unique<TracingImpl::Frontend>(channel);
246 if (!channel) {
247 channel = new ProtocolHandler(callback, ecmaVm);
249 auto frontend1 = std::make_unique<TracingImpl::Frontend>(channel);
253 if (channel) {
254 delete channel;
255 channel = nullptr;
265 ProtocolChannel *channel = nullptr;
266 auto frontend = std::make_unique<TracingImpl::Frontend>(channel);
269 if (!channel) {
270 channel = new ProtocolHandler(callback, ecmaVm);
272 auto frontend1 = std::make_unique<TracingImpl::Frontend>(channel);
274 if (channel) {
275 delete channel;
276 channel = nullptr;