Lines Matching defs:object
230 // The FileHandle object wraps a file descriptor and will close it on garbage
371 "Closing a FileHandle object on garbage collection is deprecated. "
433 // closing the FD object even tho the object will attempt to close
441 object()->GetInternalField(FileHandle::kClosingPromiseSlot).As<Value>();
462 object()->SetInternalField(FileHandle::kClosingPromiseSlot, promise);
464 CloseReq* req = new CloseReq(env(), close_req_obj, promise, object());
558 env()->context(), env()->handle_string(), read_wrap->object()));
652 ShutdownWrap* FileHandle::CreateShutdownWrap(Local<Object> object) {
653 return new FileHandleCloseWrap(this, object);
734 // TODO(joyeecheung): create a normal context object, and
818 req_wrap->Resolve(fd->object());
1964 args.GetReturnValue().Set(fd->object());