Home
last modified time | relevance | path

Searched refs:port_list (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_messaging.cc143 Local<Value>* port_list) { in Deserialize()
147 if (port_list != nullptr && !transferables_.empty()) { in Deserialize()
150 *port_list = Array::New(env->isolate()); in Deserialize()
174 if (port_list != nullptr) { in Deserialize()
179 DCHECK((*port_list)->IsArray()); in Deserialize()
180 Local<Array> port_list_array = port_list->As<Array>(); in Deserialize()
720 Local<Value>* port_list) { in ReceiveMessage()
752 return received->Deserialize(env(), context, port_list); in ReceiveMessage()
792 Local<Value> port_list = Undefined(env()->isolate()); in OnMessage() local
800 if (!ReceiveMessage(context, mode, &port_list) in OnMessage()
141 Deserialize(Environment* env, Local<Context> context, Local<Value>* port_list) Deserialize() argument
718 ReceiveMessage(Local<Context> context, MessageProcessingMode mode, Local<Value>* port_list) ReceiveMessage() argument
[all...]
H A Dnode_messaging.h68 v8::Local<v8::Value>* port_list = nullptr);
308 v8::Local<v8::Value>* port_list = nullptr);
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2929 port_list: *mut ::c_int, in port_sendn()

Completed in 13 milliseconds