Searched refs:SetBlocking (Results 1 – 2 of 2) sorted by relevance
103 static void SetBlocking(const v8::FunctionCallbackInfo<v8::Value>& args);
141 env->SetProtoMethod(tmpl, "setBlocking", SetBlocking); in GetConstructorTemplate()291 void LibuvStreamWrap::SetBlocking(const FunctionCallbackInfo<Value>& args) { in SetBlocking() function in node::LibuvStreamWrap