Lines Matching defs:ref
116 MessagePort.prototype.ref = MessagePortPrototype.ref;
276 let ref;
280 ref = FunctionPrototypeCall(MessagePortPrototype.hasRef, this);
283 ref === undefined ? {
287 refed: ref,
295 // If there are some, ref() the channel so it keeps the event loop alive.
318 port.ref();
351 this[kPort].ref();
378 this[kPort].ref();
499 // The ref() method is Node.js specific and not part of the standard
501 // Platform APIs with Node.js specific methods but ref and unref
506 ref() {
510 this[kHandle].ref();
516 // Platform APIs with Node.js specific methods but ref and unref