Home
last modified time | relevance | path

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

/third_party/node/lib/internal/worker/
Dio.js70 const MessagePortPrototype = ObjectCreate( constant
78 MessagePort.prototype.ref = MessagePortPrototype.ref;
79 MessagePort.prototype.unref = MessagePortPrototype.unref;
139 FunctionPrototypeCall(MessagePortPrototype.close, this);
150 ref = FunctionPrototypeCall(MessagePortPrototype.hasRef, this);
189 FunctionPrototypeCall(MessagePortPrototype.start, port);