Lines Matching refs:v8
42 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
45 static void Initialize(v8::Local<v8::Object> target,
46 v8::Local<v8::Value> unused,
47 v8::Local<v8::Context> context,
69 friend void GetSockOrPeerName(const v8::FunctionCallbackInfo<v8::Value>&);
71 TCPWrap(Environment* env, v8::Local<v8::Object> object,
74 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
75 static void SetNoDelay(const v8::FunctionCallbackInfo<v8::Value>& args);
76 static void SetKeepAlive(const v8::FunctionCallbackInfo<v8::Value>& args);
77 static void Bind(const v8::FunctionCallbackInfo<v8::Value>& args);
78 static void Bind6(const v8::FunctionCallbackInfo<v8::Value>& args);
79 static void Listen(const v8::FunctionCallbackInfo<v8::Value>& args);
80 static void Connect(const v8::FunctionCallbackInfo<v8::Value>& args);
81 static void Connect6(const v8::FunctionCallbackInfo<v8::Value>& args);
83 static void Connect(const v8::FunctionCallbackInfo<v8::Value>& args,
85 static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);
88 const v8::FunctionCallbackInfo<v8::Value>& args,
91 static void Reset(const v8::FunctionCallbackInfo<v8::Value>& args);
92 int Reset(v8::Local<v8::Value> close_callback = v8::Local<v8::Value>());
96 const v8::FunctionCallbackInfo<v8::Value>& args);