Lines Matching refs:channel

58     ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);

59 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, channel);
60 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
70 if (channel != nullptr) {
71 delete channel;
72 channel = nullptr;
81 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
82 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, channel);
83 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
89 if (channel != nullptr) {
90 delete channel;
91 channel = nullptr;
100 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
101 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, channel);
102 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
108 if (channel != nullptr) {
109 delete channel;
110 channel = nullptr;
119 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
120 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, channel);
121 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
127 if (channel != nullptr) {
128 delete channel;
129 channel = nullptr;
138 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
139 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, channel);
140 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
151 if (channel != nullptr) {
152 delete channel;
153 channel = nullptr;
162 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm);
163 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, channel);
164 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
171 if (channel != nullptr) {
172 delete channel;
173 channel = nullptr;