Lines Matching refs:channel
54 ProtocolChannel *channel = nullptr;
55 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
63 ProtocolChannel *channel = nullptr;
64 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
73 ProtocolChannel *channel = nullptr;
74 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
85 ProtocolChannel *channel = nullptr;
86 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
95 ProtocolChannel *channel = nullptr;
97 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
105 ProtocolChannel *channel = nullptr;
107 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
115 ProtocolChannel *channel = nullptr;
116 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
124 ProtocolChannel *channel = nullptr;
125 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
132 ProtocolChannel *channel = nullptr;
133 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
140 ProtocolChannel *channel = nullptr;
141 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
148 ProtocolChannel *channel = nullptr;
149 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
159 ProtocolChannel *channel = nullptr;
160 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
167 ProtocolChannel *channel = nullptr;
168 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
175 ProtocolChannel *channel = nullptr;
176 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
186 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
187 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
188 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
196 if (channel) {
197 delete channel;
198 channel = nullptr;
208 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
209 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
210 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
214 if (channel) {
215 delete channel;
216 channel = nullptr;
226 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
227 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
228 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
232 if (channel) {
233 delete channel;
234 channel = nullptr;
244 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
245 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
246 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
254 if (channel) {
255 delete channel;
256 channel = nullptr;
267 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
268 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
269 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
273 if (channel) {
274 delete channel;
275 channel = nullptr;
285 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
286 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
287 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
295 if (channel) {
296 delete channel;
297 channel = nullptr;
307 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
308 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
309 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
313 if (channel) {
314 delete channel;
315 channel = nullptr;
325 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
326 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
327 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
331 if (channel) {
332 delete channel;
333 channel = nullptr;
343 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
344 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
345 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
349 if (channel) {
350 delete channel;
351 channel = nullptr;
361 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
362 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
363 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
367 if (channel) {
368 delete channel;
369 channel = nullptr;
379 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
380 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
381 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
385 if (channel) {
386 delete channel;
387 channel = nullptr;
397 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
398 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
399 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
403 if (channel) {
404 delete channel;
405 channel = nullptr;
415 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
416 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
417 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
421 if (channel) {
422 delete channel;
423 channel = nullptr;
433 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
434 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
435 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
439 if (channel) {
440 delete channel;
441 channel = nullptr;
451 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
452 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel);
453 auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
461 if (channel) {
462 delete channel;
463 channel = nullptr;
473 ProtocolChannel *channel = nullptr;
474 auto frontend = std::make_unique<ProfilerImpl::Frontend>(channel);
477 if (!channel) {
478 channel = new ProtocolHandler(callback, ecmaVm);
480 auto frontend1 = std::make_unique<ProfilerImpl::Frontend>(channel);
482 if (channel) {
483 delete channel;
484 channel = nullptr;