Home
last modified time | relevance | path

Searched refs:LibuvStreamWrap (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Dstream_wrap.cc66 void LibuvStreamWrap::Initialize(Local<Object> target, in Initialize()
114 void LibuvStreamWrap::RegisterExternalReferences( in RegisterExternalReferences()
122 LibuvStreamWrap::LibuvStreamWrap(Environment* env, in LibuvStreamWrap() function in node::LibuvStreamWrap
136 Local<FunctionTemplate> LibuvStreamWrap::GetConstructorTemplate( in GetConstructorTemplate()
142 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(isolate, "LibuvStreamWrap")); in GetConstructorTemplate()
164 LibuvStreamWrap* LibuvStreamWrap::From(Environment* env, Local<Object> object) { in From()
167 return Unwrap<LibuvStreamWrap>(object); in From()
171 int LibuvStreamWrap
[all...]
H A Dstream_wrap.h36 class LibuvStreamWrap : public HandleWrap, public StreamBase { class
80 static LibuvStreamWrap* From(Environment* env, v8::Local<v8::Object> object);
83 LibuvStreamWrap(Environment* env,
H A Dtty_wrap.cc64 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
147 : LibuvStreamWrap(env, in TTYWrap()
H A Dconnection_wrap.h13 class ConnectionWrap : public LibuvStreamWrap {
H A Dtty_wrap.h35 class TTYWrap : public LibuvStreamWrap {
H A Dconnection_wrap.cc26 : LibuvStreamWrap(env, in ConnectionWrap()
H A Dpipe_wrap.cc77 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
H A Dprocess_wrap.cc97 uv_stream_t* stream = LibuvStreamWrap::From(env, handle)->stream(); in StreamForWrap()
H A Dtcp_wrap.cc88 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()

Completed in 4 milliseconds