Lines Matching defs:req_wrap
31 #include "req_wrap-inl.h"
337 LibuvShutdownWrap* req_wrap = static_cast<LibuvShutdownWrap*>(req_wrap_);
338 return req_wrap->Dispatch(uv_shutdown, stream(), AfterUvShutdown);
343 LibuvShutdownWrap* req_wrap = static_cast<LibuvShutdownWrap*>(
345 CHECK_NOT_NULL(req_wrap);
346 HandleScope scope(req_wrap->env()->isolate());
347 Context::Scope context_scope(req_wrap->env()->context());
348 req_wrap->Done(status);
392 int LibuvStreamWrap::DoWrite(WriteWrap* req_wrap,
396 LibuvWriteWrap* w = static_cast<LibuvWriteWrap*>(req_wrap);
408 LibuvWriteWrap* req_wrap = static_cast<LibuvWriteWrap*>(
410 CHECK_NOT_NULL(req_wrap);
411 HandleScope scope(req_wrap->env()->isolate());
412 Context::Scope context_scope(req_wrap->env()->context());
413 req_wrap->Done(status);