Searched refs:kPort (Results 1 – 5 of 5) sorted by relevance
/third_party/node/lib/internal/worker/ |
D | io.js | 50 const kPort = Symbol('kPort'); constant 205 this[kPort] = port; 211 if (--this[kPort][kWaitingStreams] === 0) 212 this[kPort].unref(); 220 if (this[kPort][kWaitingStreams]++ === 0) 221 this[kPort].ref(); 224 this[kPort].postMessage({ 234 this[kPort] = port; 240 this[kPort].postMessage({ 247 if (this[kPort][kWaitingStreams]++ === 0) [all …]
|
/third_party/node/lib/internal/ |
D | worker.js | 47 kPort, 205 this[kPort] = this[kHandle].messagePort; 206 this[kPort].on('message', (data) => this[kOnMessage](data)); 207 this[kPort].start(); 208 this[kPort].unref(); 209 this[kPort][kWaitingStreams] = 0; 214 stdin = new WritableWorkerStdio(this[kPort], 'stdin'); 215 const stdout = new ReadableWorkerStdio(this[kPort], 'stdout'); 220 const stderr = new ReadableWorkerStdio(this[kPort], 'stderr'); 239 this[kPort].postMessage({ [all …]
|
D | url.js | 98 kPort, 617 parse(port, kPort, null, ctx,
|
/third_party/node/src/ |
D | node_url.h | 26 XX(kPort) \
|
D | node_url.cc | 1252 state = kPort; in Parse() 1291 case kPort: in Parse()
|