Lines Matching refs:handle_
34 this.handle_ = null;
46 this.handle_ = ptrInfoOrHandle.handle;
48 this.handle_ = ptrInfoOrHandle;
53 return this.router_ !== null || this.handle_ !== null;
66 if (this.handle_) {
67 core.close(this.handle_);
68 this.handle_ = null;
86 this.router_.connector_.handle_, this.version);
87 this.router_.connector_.handle_ = null;
90 result = new types.InterfacePtrInfo(this.handle_, this.version);
91 this.handle_ = null;
109 if (!this.handle_)
112 this.router_ = new router.Router(this.handle_);
113 this.handle_ = null;
213 var result = new types.InterfaceRequest(this.router_.connector_.handle_);
214 this.router_.connector_.handle_ = null;