Home
last modified time | relevance | path

Searched refs:SetBlocking (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dstream_wrap.h103 static void SetBlocking(const v8::FunctionCallbackInfo<v8::Value>& args);
Dstream_wrap.cc141 env->SetProtoMethod(tmpl, "setBlocking", SetBlocking); in GetConstructorTemplate()
291 void LibuvStreamWrap::SetBlocking(const FunctionCallbackInfo<Value>& args) { in SetBlocking() function in node::LibuvStreamWrap