{ "Agent.defaultMaxSockets": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_agent.js#L111", "agent.createConnection": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L91", "agent.getName": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L156", "agent.addRequest": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_agent.js#L138", "agent.createSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_agent.js#L196", "agent.removeSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_agent.js#L284", "agent.keepSocketAlive": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_agent.js#L316", "agent.reuseSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_agent.js#L323", "agent.destroy": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_agent.js#L328", "clientrequest._finish": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L283", "clientrequest._implicitHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L289", "clientrequest.abort": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L297", "clientrequest.onSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L692", "clientrequest._deferToConnect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L710", "clientrequest.setTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L740", "clientrequest.setNoDelay": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L768", "clientrequest.setSocketKeepAlive": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L772", "clientrequest.clearTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_client.js#L777", "incomingmessage.setTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_incoming.js#L78", "incomingmessage._read": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_incoming.js#L86", "incomingmessage.destroy": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_incoming.js#L103", "incomingmessage._addHeaderLines": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_incoming.js#L110", "incomingmessage._addHeaderLine": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_incoming.js#L277", "incomingmessage._dump": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_incoming.js#L304", "outgoingmessage._renderHeaders": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L161", "outgoingmessage.setTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L180", "outgoingmessage.destroy": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L200", "outgoingmessage._send": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L212", "outgoingmessage._writeRaw": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L241", "outgoingmessage._storeHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L285", "outgoingmessage.setHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L468", "outgoingmessage.getHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L483", "outgoingmessage.getHeaderNames": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L496", "outgoingmessage.getHeaders": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L502", "outgoingmessage.hasHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L517", "outgoingmessage.removeHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L524", "outgoingmessage._implicitHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L554", "outgoingmessage.write": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L566", "outgoingmessage.addTrailers": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L645", "outgoingmessage.end": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L674", "outgoingmessage._finish": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L738", "outgoingmessage._flush": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L763", "outgoingmessage._flushOutput": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L781", "outgoingmessage.flushHeaders": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L806", "outgoingmessage.flush": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L815", "outgoingmessage.pipe": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_outgoing.js#L819", "serverresponse._finish": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L143", "serverresponse.statusCode": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L150", "serverresponse.statusMessage": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L151", "serverresponse.assignSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L175", "serverresponse.detachSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L185", "serverresponse.writeContinue": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L192", "serverresponse.writeProcessing": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L197", "serverresponse._implicitHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L201", "serverresponse.writeHead": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L206", "serverresponse.writeHeader": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_http_server.js#L279", "server.setTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L82", "_tls_common.createSecureContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_tls_common.js#L93", "_tls_common.translatePeerCertificate": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_tls_common.js#L239", "_tls_common.SecureContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_tls_common.js#L53", "_tls_wrap.createServer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_tls_wrap.js#L948", "_tls_wrap.connect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_tls_wrap.js#L1137", "_tls_wrap.TLSSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_tls_wrap.js#L305", "_tls_wrap.Server": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/_tls_wrap.js#L884", "assert": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L71", "assert.fail": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L87", "assert.AssertionError": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L132", "assert.ok": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L345", "assert.equal": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L352", "assert.notEqual": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L367", "assert.deepEqual": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L381", "assert.notDeepEqual": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L395", "assert.deepStrictEqual": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L409", "assert.notDeepStrictEqual": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L423", "assert.strictEqual": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L436", "assert.notStrictEqual": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L448", "assert.throws": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L678", "assert.rejects": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L682", "assert.doesNotThrow": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L686", "assert.doesNotReject": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L690", "assert.ifError": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L694", "assert.strict": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/assert.js#L746", "async_hooks.createHook": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L121", "AsyncResource": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L141", "new AsyncResource": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L142", "asyncResource.emitBefore": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L172", "asyncResource.emitAfter": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L178", "asyncResource.runInAsyncScope": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L184", "asyncResource.emitDestroy": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L195", "asyncResource.asyncId": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L201", "asyncResource.triggerAsyncId": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/async_hooks.js#L205", "Buffer.prototype": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L83", "Buffer.poolSize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L102", "buffer.Buffer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L173", "Buffer.from": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L199", "Buffer.of": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L251", "Buffer.alloc": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L277", "Buffer.allocUnsafe": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L290", "Buffer.allocUnsafeSlow": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L300", "buffer.SlowBuffer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L307", "Buffer.isBuffer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L429", "Buffer.compare": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L433", "Buffer.isEncoding": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L449", "Buffer[kIsEncodingSymbol]": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L453", "Buffer.concat": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L455", "Buffer.byteLength": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L509", "buf.copy": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L634", "buf.toString": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L643", "buf.equals": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L670", "buf[customInspectSymbol]": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L682", "buf.inspect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L690", "buf.compare": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L692", "buf.indexOf": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L812", "buf.lastIndexOf": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L816", "buf.includes": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L820", "buf.fill": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L828", "buf.write": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L896", "buf.toJSON": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L979", "buf.slice": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L1007", "buf.swap16": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L1021", "buf.swap32": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L1036", "buf.swap64": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L1053", "buf.toLocaleString": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/buffer.js#L1072", "child_process.fork": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L61", "child_process._forkChild": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L117", "child_process.exec": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L150", "child_process.execFile": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L178", "child_process.spawn": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L544", "child_process.spawnSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L567", "child_process.execFileSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L638", "child_process.execSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/child_process.js#L657", "console.Console": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L69", "console[kGetInspectOptions]": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L185", "console[kFormatForStdout]": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L196", "console[kFormatForStderr]": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L201", "console.log": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L206", "console.debug": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L213", "console.info": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L214", "console.dirxml": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L215", "console.warn": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L217", "console.error": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L224", "console.dir": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L226", "console.time": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L237", "console.timeEnd": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L244", "console.timeLog": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L254", "console.trace": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L278", "console.assert": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L287", "console.clear": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L295", "console.count": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L308", "console.countReset": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L327", "console.group": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L333", "console.groupCollapsed": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L339", "console.groupEnd": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L341", "console.table": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/console.js#L355", "crypto.createHash": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L100", "crypto.createCipher": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L104", "crypto.createCipheriv": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L108", "crypto.createDecipher": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L112", "crypto.createDecipheriv": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L116", "crypto.createDiffieHellman": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L120", "crypto.createDiffieHellmanGroup": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L124", "crypto.createECDH": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L128", "crypto.createHmac": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L132", "crypto.createSign": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L136", "crypto.createVerify": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/crypto.js#L140", "dgram.Socket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L70", "dgram.createSocket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L107", "socket.bind": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L158", "socket.sendto": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L258", "socket.send": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L352", "socket.close": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L475", "socket.address": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L475", "socket.setBroadcast": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L518", "socket.setTTL": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L526", "socket.setMulticastTTL": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L538", "socket.setMulticastLoopback": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L550", "socket.setMulticastInterface": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L560", "socket.addMembership": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L570", "socket.dropMembership": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L586", "socket.ref": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1045", "socket.unref": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1059", "socket.setRecvBufferSize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L652", "socket.setSendBufferSize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L657", "socket.getRecvBufferSize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L662", "socket.getSendBufferSize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L667", "socket._healthCheck": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L723", "socket._stopReceiving": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dgram.js#L728", "dns.lookup": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L86", "dns.lookupService": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L161", "resolver.resolveAny": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L229", "resolver.resolve4": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L230", "resolver.resolve6": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L231", "resolver.resolveCname": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L232", "resolver.resolveMx": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L233", "resolver.resolveNs": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L234", "resolver.resolveTxt": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L235", "resolver.resolveSrv": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L236", "resolver.resolvePtr": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L237", "resolver.resolveNaptr": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L238", "resolver.resolveSoa": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L239", "resolver.reverse": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L240", "resolver.resolve": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L244", "dns.defaultResolverSetServers": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/dns.js#L262", "events.EventEmitter": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/events.js#L26", "events.once": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/events.js#L487", "fs.access": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L166", "fs.accessSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L181", "fs.exists": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L195", "fs.existsSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L221", "fs.readFile": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L276", "fs.readFileSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L340", "fs.close": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L391", "fs.closeSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L398", "fs.open": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L406", "fs.openSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L433", "fs.read": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L447", "fs.readSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L479", "fs.write": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L506", "fs.writeSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L551", "fs.rename": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L577", "fs.renameSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L590", "fs.truncate": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L601", "fs.truncateSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L627", "fs.ftruncate": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L648", "fs.ftruncateSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L661", "fs.rmdir": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L670", "fs.rmdirSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L679", "fs.fdatasync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L687", "fs.fdatasyncSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L694", "fs.fsync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L701", "fs.fsyncSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L708", "fs.mkdir": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L715", "fs.mkdirSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L739", "fs.readdir": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L760", "fs.readdirSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L782", "fs.fstat": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L794", "fs.lstat": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L805", "fs.stat": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L818", "fs.fstatSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L831", "fs.lstatSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L839", "fs.statSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L849", "fs.readlink": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L859", "fs.readlinkSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L869", "fs.symlink": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L880", "fs.symlinkSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L897", "fs.link": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L912", "fs.linkSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L928", "fs.unlink": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L942", "fs.unlinkSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L951", "fs.fchmod": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L959", "fs.fchmodSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L969", "fs.chmod": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1009", "fs.chmodSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1020", "fs.lchown": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1030", "fs.lchownSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1041", "fs.fchown": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1051", "fs.fchownSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1061", "fs.chown": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1071", "fs.chownSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1083", "fs.utimes": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1093", "fs.utimesSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1106", "fs.futimes": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1116", "fs.futimesSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1125", "fs.writeFile": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1162", "fs.writeFileSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1189", "fs.appendFile": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1216", "fs.appendFileSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1230", "fs.watch": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1243", "fs.watchFile": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1273", "fs.unwatchFile": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1312", "fs.realpathSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1380", "fs.realpath": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1526", "fs.mkdtemp": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1666", "fs.mkdtempSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1679", "fs.copyFile": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1694", "fs.copyFileSync": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1716", "fs.createReadStream": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1731", "fs.createWriteStream": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/fs.js#L1735", "http.createServer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/http.js#L37", "http.request": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/http.js#L41", "http.get": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/http.js#L45", "https.Server": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L43", "https.createServer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L84", "https.Agent": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L137", "agent._getSession": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L230", "agent._cacheSession": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L234", "agent._evictSession": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L256", "https.request": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L267", "https.get": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/https.js#L292", "Session": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/inspector.js#L25", "new Session": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/inspector.js#L26", "session.connect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/inspector.js#L33", "session.onMessageSymbol": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/inspector.js#L44", "session.post": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/inspector.js#L61", "session.disconnect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/inspector.js#L88", "net.createServer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L130", "net.connect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L147", "net.normalizeArgs": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L171", "net.Socket": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L225", "socket._unrefTimer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L333", "socket._final": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L343", "socket.setTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L405", "socket._onTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L429", "socket.setNoDelay": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L447", "socket.setKeepAlive": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L462", "socket._read": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L527", "socket.end": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L544", "socket.destroySoon": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L574", "socket._destroy": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L585", "socket._getpeername": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L626", "socket._getsockname": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L664", "socket._writeGeneric": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L688", "socket._writev": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L720", "socket._write": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L725", "socket.connect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L888", "net.Server": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1121", "net.createServerHandle": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1173", "server._listen2": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1304", "server.listen": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1360", "server.address": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1475", "server.getConnections": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1524", "server.close": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1562", "server._emitCloseIfDrained": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1601", "server.listenFD": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1631", "server._setupWorker": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1636", "server.ref": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1645", "server.unref": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/net.js#L1654", "os.loadavg": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L87", "os.cpus": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L108", "os.arch": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L112", "os.platform": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L117", "os.tmpdir": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L122", "os.endianness": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L143", "os.networkInterfaces": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L197", "os.setPriority": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L211", "os.getPriority": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L226", "os.userInfo": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/os.js#L241", "PerformanceObserver": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/perf_hooks.js#L277", "new PerformanceObserver": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/perf_hooks.js#L278", "performanceObserver.disconnect": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/perf_hooks.js#L313", "performanceObserver.observe": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/perf_hooks.js#L326", "QueryString": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/querystring.js#L32", "readline.createInterface": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L74", "readline.Interface": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L79", "interface.setPrompt": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L260", "interface._setRawMode": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L265", "interface.prompt": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L276", "interface.question": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L287", "interface._onLine": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L301", "interface._writeToOutput": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L312", "interface._addHistory": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L322", "interface._refreshLine": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L349", "interface.close": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L390", "interface.pause": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L401", "interface.resume": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L410", "interface.write": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L419", "interface._normalWrite": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L424", "interface._insertString": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L458", "interface._tabComplete": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L480", "interface._wordLeft": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L572", "interface._wordRight": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L581", "interface._deleteLeft": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L590", "interface._deleteRight": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L601", "interface._deleteWordLeft": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L608", "interface._deleteWordRight": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L620", "interface._deleteLineLeft": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L631", "interface._deleteLineRight": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L638", "interface.clearLine": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L644", "interface._line": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L653", "interface._historyNext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L660", "interface._historyPrev": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L676", "interface._getDisplayPos": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L688", "interface._getCursorPos": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L721", "interface._moveCursor": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L741", "interface._ttyWrite": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L774", "interface[undefined]": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L1007", "readline.emitKeypressEvents": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L1044", "readline.cursorTo": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L1119", "readline.moveCursor": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L1140", "readline.clearLine": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L1164", "readline.clearScreenDown": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/readline.js#L1184", "repl.writer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/repl.js#L131", "repl.start": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/repl.js#L759", "function hasOwnProperty() { [native code] }": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/repl.js#L124", "repl.REPLServer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/repl.js#L137", "repl.Recoverable": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/repl.js#L1507", "Stream": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L30", "Stream.Readable": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L32", "Stream.Writable": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L33", "Stream.Duplex": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L34", "Stream.Transform": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L35", "Stream.PassThrough": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L36", "Stream.pipeline": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L38", "Stream.finished": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L39", "Stream.Stream": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/stream.js#L42", "string_decoder.StringDecoder": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/string_decoder.js#L64", "timers.active": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L151", "timers._unrefActive": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L157", "timers.clearTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L465", "timers.setInterval": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L477", "timers.clearInterval": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L509", "timers.clearImmediate": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L784", "timers.unenroll": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L339", "timers.enroll": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L366", "timers.setTimeout": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L388", "timers.setImmediate": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/timers.js#L749", "tls.convertALPNProtocols": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tls.js#L108", "tls.checkServerIdentity": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tls.js#L192", "trace_events.createTracing": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/trace_events.js#L71", "tty.isatty": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L37", "tty.ReadStream": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L41", "readstream.setRawMode": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L67", "tty.WriteStream": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L78", "writestream.isTTY": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L112", "writestream.getColorDepth": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L114", "writestream.hasColors": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L116", "writestream._refreshSize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L118", "writestream.cursorTo": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L136", "writestream.moveCursor": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L140", "writestream.clearLine": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L144", "writestream.clearScreenDown": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L148", "writestream.getWindowSize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/tty.js#L152", "url.Url": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L53", "url.urlParse": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L144", "url.parse": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L152", "url.urlFormat": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L535", "url.format": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L571", "url.urlResolve": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L658", "url.resolve": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L662", "url.urlResolveObject": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L666", "url.resolveObject": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L671", "url.parseHost": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/url.js#L949", "util.format": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L71", "util.formatWithOptions": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L75", "util.debuglog": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L181", "util.isBoolean": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L197", "util.isNull": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L201", "util.isNullOrUndefined": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L205", "util.isNumber": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L209", "util.isString": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L213", "util.isSymbol": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L217", "util.isUndefined": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L221", "util.isObject": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L225", "util.isFunction": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L229", "util.isPrimitive": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L233", "util.log": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L255", "util.inherits": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L274", "util._extend": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L290", "util.callbackify": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L340", "util.getSystemErrorName": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/util.js#L367", "Serializer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L30", "Deserializer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L32", "v8.setFlagsFromString": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L68", "v8.getHeapStatistics": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L74", "v8.getHeapSpaceStatistics": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L92", "serializer._getDataCloneError": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L114", "deserializer.readRawBytes": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L116", "DefaultSerializer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L148", "new DefaultSerializer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L149", "defaultSerializer._writeHostObject": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L155", "DefaultDeserializer": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L175", "defaultDeserializer._readHostObject": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L176", "v8.serialize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L199", "v8.deserialize": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/v8.js#L206", "Script": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L43", "new Script": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L44", "script.runInThisContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L117", "script.runInContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L126", "script.runInNewContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L137", "vm.isContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L235", "vm.createContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L243", "vm.createScript": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L276", "vm.runInContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L298", "vm.runInNewContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L314", "vm.runInThisContext": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L325", "vm.compileFunction": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/vm.js#L332", "zlib.Deflate": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L680", "zlib.Inflate": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L687", "zlib.Gzip": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L694", "zlib.Gunzip": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L701", "zlib.DeflateRaw": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L708", "zlib.InflateRaw": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L716", "zlib.Unzip": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L723", "zlib.BrotliCompress": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L793", "zlib.BrotliDecompress": "https://github.com/nodejs/node/blob/f08441edace023ab1a864bd8587026129d76a10f/lib/zlib.js#L801" }