Lines Matching refs:owner_symbol
55 const { owner_symbol } = require('internal/async_hooks').symbols;
124 const owner = this[owner_symbol];
140 const owner = this[owner_symbol];
158 const owner = this[owner_symbol];
193 const owner = this[owner_symbol];
280 const owner = this[owner_symbol];
290 const owner = this[owner_symbol];
322 const owner = this[owner_symbol];
354 const owner = this[owner_symbol];
385 this[owner_symbol].emit('keylog', line);
390 this[owner_symbol].emit('OCSPResponse', resp);
394 const owner = this[owner_symbol];
548 if (this[owner_symbol]) {
549 ssl = this[owner_symbol].ssl;
550 this[owner_symbol].ssl = null;
589 handle[owner_symbol] = this;