Home
last modified time | relevance | path

Searched refs:child_port_data_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_worker.h114 std::unique_ptr<MessagePortData> child_port_data_; variable
Dnode_worker.cc74 child_port_data_ = std::make_unique<MessagePortData>(nullptr); in Worker()
75 MessagePort::Entangle(parent_port, child_port_data_.get()); in Worker()
384 data = std::move(child_port_data_); in CreateEnvMessagePort()