Home
last modified time | relevance | path

Searched refs:MessagePortPrototype (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/worker/
Dio.js107 const MessagePortPrototype = ObjectCreate( constant
115 MessagePort.prototype.ref = MessagePortPrototype.ref;
116 MessagePort.prototype.unref = MessagePortPrototype.unref;
118 return !!FunctionPrototypeCall(MessagePortPrototype.hasRef, this);
267 FunctionPrototypeCall(MessagePortPrototype.close, this);
279 ref = FunctionPrototypeCall(MessagePortPrototype.hasRef, this);
318 FunctionPrototypeCall(MessagePortPrototype.start, port);