Lines Matching refs:v8
108 static UDPWrapBase* FromObject(v8::Local<v8::Object> obj);
110 static void RecvStart(const v8::FunctionCallbackInfo<v8::Value>& args);
111 static void RecvStop(const v8::FunctionCallbackInfo<v8::Value>& args);
112 static void AddMethods(Environment* env, v8::Local<v8::FunctionTemplate> t);
125 static void Initialize(v8::Local<v8::Object> target,
126 v8::Local<v8::Value> unused,
127 v8::Local<v8::Context> context,
129 static void GetFD(const v8::FunctionCallbackInfo<v8::Value>& args);
130 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
131 static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);
132 static void Bind(const v8::FunctionCallbackInfo<v8::Value>& args);
133 static void Connect(const v8::FunctionCallbackInfo<v8::Value>& args);
134 static void Send(const v8::FunctionCallbackInfo<v8::Value>& args);
135 static void Bind6(const v8::FunctionCallbackInfo<v8::Value>& args);
136 static void Connect6(const v8::FunctionCallbackInfo<v8::Value>& args);
137 static void Send6(const v8::FunctionCallbackInfo<v8::Value>& args);
138 static void Disconnect(const v8::FunctionCallbackInfo<v8::Value>& args);
139 static void AddMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
140 static void DropMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
142 const v8::FunctionCallbackInfo<v8::Value>& args);
144 const v8::FunctionCallbackInfo<v8::Value>& args);
146 const v8::FunctionCallbackInfo<v8::Value>& args);
147 static void BufferSize(const v8::FunctionCallbackInfo<v8::Value>& args);
148 static void GetSendQueueSize(const v8::FunctionCallbackInfo<v8::Value>& args);
150 const v8::FunctionCallbackInfo<v8::Value>& args);
175 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
187 friend void GetSockOrPeerName(const v8::FunctionCallbackInfo<v8::Value>&);
189 UDPWrap(Environment* env, v8::Local<v8::Object> object);
191 static void DoBind(const v8::FunctionCallbackInfo<v8::Value>& args,
193 static void DoConnect(const v8::FunctionCallbackInfo<v8::Value>& args,
195 static void DoSend(const v8::FunctionCallbackInfo<v8::Value>& args,
197 static void SetMembership(const v8::FunctionCallbackInfo<v8::Value>& args,
200 const v8::FunctionCallbackInfo<v8::Value>& args,
215 v8::Local<v8::Object> current_send_req_wrap_;