Searched refs:GetSendQueueSize (Results 1 – 2 of 2) sorted by relevance
148 static void GetSendQueueSize(const v8::FunctionCallbackInfo<v8::Value>& args);
209 SetProtoMethodNoSideEffect(isolate, t, "getSendQueueSize", GetSendQueueSize); in Initialize()789 void UDPWrap::GetSendQueueSize(const FunctionCallbackInfo<Value>& args) { in GetSendQueueSize() function in node::UDPWrap