Lines Matching defs:wrap
214 // functions, and thus does not wrap them properly.
606 // Push the read wrap back to the freelist, or let it be destroyed
661 FileHandleCloseWrap* wrap = static_cast<FileHandleCloseWrap*>(req_wrap);
664 FS_ASYNC_TRACE_BEGIN0(UV_FS_CLOSE, wrap)
665 wrap->Dispatch(uv_fs_close, fd_, uv_fs_callback_t{[](uv_fs_t* req) {
666 FileHandleCloseWrap* wrap = static_cast<FileHandleCloseWrap*>(
669 req->fs_type, wrap, "result", static_cast<int>(req->result))
670 FileHandle* handle = static_cast<FileHandle*>(wrap->stream());
675 wrap->Done(result);
714 FSReqAfterScope::FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req)
715 : wrap_(wrap),
717 handle_scope_(wrap->env()->isolate()),
718 context_scope_(wrap->env()->context()) {
744 BaseObjectPtr<FSReqBase> wrap { wrap_ };
752 wrap->Reject(exception);
2620 BindingData::BindingData(Realm* realm, v8::Local<v8::Object> wrap)
2621 : SnapshotableObject(realm, wrap, type_int),
2628 wrap->Set(context,
2633 wrap->Set(context,
2638 wrap->Set(context,
2643 wrap->Set(context,