Home
last modified time | relevance | path

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

/third_party/node/lib/internal/per_context/
Dmessageport.js16 const kCurrentlyReceivingPorts = constant
21 this[kCurrentlyReceivingPorts] = ports;
25 this[kCurrentlyReceivingPorts] = undefined;
/third_party/node/lib/internal/worker/
Dio.js83 const kCurrentlyReceivingPorts = constant
221 const ports = this[kCurrentlyReceivingPorts];
222 this[kCurrentlyReceivingPorts] = undefined;
234 this[kCurrentlyReceivingPorts] = undefined;