Home
last modified time | relevance | path

Searched refs:TTYWrap (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dtty_wrap.cc45 void TTYWrap::RegisterExternalReferences(ExternalReferenceRegistry* registry) { in RegisterExternalReferences()
52 void TTYWrap::Initialize(Local<Object> target, in Initialize()
67 isolate, t, "getWindowSize", TTYWrap::GetWindowSize); in Initialize()
80 void TTYWrap::IsTTY(const FunctionCallbackInfo<Value>& args) { in IsTTY()
90 void TTYWrap::GetWindowSize(const FunctionCallbackInfo<Value>& args) { in GetWindowSize()
93 TTYWrap* wrap; in GetWindowSize()
112 void TTYWrap::SetRawMode(const FunctionCallbackInfo<Value>& args) { in SetRawMode()
113 TTYWrap* wrap; in SetRawMode()
122 void TTYWrap::New(const FunctionCallbackInfo<Value>& args) { in New()
135 new TTYWrap(en in New()
143 TTYWrap::TTYWrap(Environment* env, TTYWrap() function in node::TTYWrap
[all...]
H A Dtty_wrap.h35 class TTYWrap : public LibuvStreamWrap { class
44 SET_MEMORY_INFO_NAME(TTYWrap)
45 SET_SELF_SIZE(TTYWrap)
48 TTYWrap(Environment* env,

Completed in 1 milliseconds