Searched refs:DropMembership (Results 1 – 2 of 2) sorted by relevance
140 static void DropMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
193 SetProtoMethod(isolate, t, "dropMembership", DropMembership); in Initialize()447 void UDPWrap::DropMembership(const FunctionCallbackInfo<Value>& args) { in DropMembership() function in node::UDPWrap