{
  "clientrequest._finish": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L337",
  "clientrequest._implicitHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L342",
  "clientrequest.abort": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L350",
  "clientrequest.destroy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L359",
  "clientrequest.onSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L778",
  "clientrequest._deferToConnect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L821",
  "clientrequest.setTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L848",
  "clientrequest.setNoDelay": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L876",
  "clientrequest.setSocketKeepAlive": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L880",
  "clientrequest.clearTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_client.js#L885",
  "Channel": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L66",
  "new Channel": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L67",
  "channel.SymbolHasInstance": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L72",
  "channel.subscribe": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L78",
  "channel.unsubscribe": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L84",
  "channel.publish": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L92",
  "diagnostics_channel.channel": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L97",
  "diagnostics_channel.hasSubscribers": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/diagnostics_channel.js#L112",
  "net.createServer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L176",
  "net.connect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L193",
  "net.normalizeArgs": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L217",
  "net.Socket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L283",
  "socket._unrefTimer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L417",
  "socket._final": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L427",
  "socket.setTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L484",
  "socket._onTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L487",
  "socket.setNoDelay": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L505",
  "socket.setKeepAlive": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L523",
  "socket.address": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L767",
  "socket._read": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L596",
  "socket.end": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L608",
  "socket.pause": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L616",
  "socket.resume": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L630",
  "socket.read": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L639",
  "socket.destroySoon": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L656",
  "socket._destroy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L667",
  "socket._getpeername": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L707",
  "socket._getsockname": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L743",
  "socket[kAfterAsyncWrite]": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L765",
  "socket._writeGeneric": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L769",
  "socket._writev": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L801",
  "socket._write": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L806",
  "socket.connect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L372",
  "socket.ref": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L943",
  "socket.unref": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L953",
  "net.Server": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1187",
  "net.createServerHandle": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1225",
  "server._listen2": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1354",
  "server.listen": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1410",
  "server.address": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1530",
  "server.getConnections": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1582",
  "server.close": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1620",
  "server._emitCloseIfDrained": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1659",
  "server[undefined]": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L412",
  "server._setupWorker": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1706",
  "server.ref": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1715",
  "server.unref": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/net.js#L1724",
  "fs.access": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L222",
  "fs.accessSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L244",
  "fs.exists": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L259",
  "fs.existsSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L290",
  "fs.readFile": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L373",
  "fs.readFileSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L450",
  "fs.close": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L511",
  "fs.closeSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L526",
  "fs.open": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L545",
  "fs.openSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L576",
  "fs.read": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L603",
  "fs.readSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L684",
  "fs.readv": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L740",
  "fs.readvSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L770",
  "fs.write": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L798",
  "fs.writeSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L858",
  "fs.writev": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L901",
  "fs.writevSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L932",
  "fs.rename": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L955",
  "fs.renameSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L974",
  "fs.truncate": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L990",
  "fs.truncateSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1023",
  "fs.ftruncate": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1051",
  "fs.ftruncateSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1072",
  "fs.rmdir": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1105",
  "fs.rmdirSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1151",
  "fs.rm": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1183",
  "fs.rmSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1211",
  "fs.fdatasync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1227",
  "fs.fdatasyncSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1241",
  "fs.fsync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1255",
  "fs.fsyncSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1268",
  "fs.mkdir": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1285",
  "fs.mkdirSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1318",
  "fs.readdir": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1355",
  "fs.readdirSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1385",
  "fs.fstat": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1407",
  "fs.lstat": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1431",
  "fs.stat": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1454",
  "fs.fstatSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1490",
  "fs.lstatSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1508",
  "fs.statSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1530",
  "fs.readlink": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1553",
  "fs.readlinkSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1569",
  "fs.symlink": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1587",
  "fs.symlinkSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1637",
  "fs.link": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1664",
  "fs.linkSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1685",
  "fs.unlink": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1703",
  "fs.unlinkSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1716",
  "fs.fchmod": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1730",
  "fs.fchmodSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1746",
  "fs.chmod": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1806",
  "fs.chmodSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1822",
  "fs.lchown": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1839",
  "fs.lchownSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1856",
  "fs.fchown": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1873",
  "fs.fchownSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1891",
  "fs.chown": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1910",
  "fs.chownSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1929",
  "fs.utimes": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1947",
  "fs.utimesSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1967",
  "fs.futimes": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L1985",
  "fs.futimesSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2005",
  "fs.lutimes": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2023",
  "fs.lutimesSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2043",
  "fs.writeFile": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2102",
  "fs.writeFileSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2144",
  "fs.appendFile": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2182",
  "fs.appendFileSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2207",
  "fs.watch": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2235",
  "fs.watchFile": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2289",
  "fs.unwatchFile": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2331",
  "fs.realpathSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2410",
  "fs.realpath": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2567",
  "fs.mkdtemp": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2724",
  "fs.mkdtempSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2742",
  "fs.copyFile": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2765",
  "fs.copyFileSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2792",
  "fs.cp": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2814",
  "fs.cpSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2835",
  "fs.createReadStream": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2869",
  "fs.createWriteStream": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/fs.js#L2889",
  "_tls_wrap.createServer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_tls_wrap.js#L1242",
  "_tls_wrap.connect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_tls_wrap.js#L1597",
  "_tls_wrap.TLSSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_tls_wrap.js#L462",
  "_tls_wrap.Server": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_tls_wrap.js#L1177",
  "dns.lookup": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L98",
  "dns.lookupService": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L194",
  "resolver.resolveAny": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L259",
  "resolver.resolve4": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L260",
  "resolver.resolve6": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L261",
  "resolver.resolveCaa": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L262",
  "resolver.resolveCname": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L263",
  "resolver.resolveMx": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L264",
  "resolver.resolveNs": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L265",
  "resolver.resolveTxt": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L266",
  "resolver.resolveSrv": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L267",
  "resolver.resolvePtr": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L268",
  "resolver.resolveNaptr": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L269",
  "resolver.resolveSoa": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L270",
  "resolver.reverse": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L271",
  "resolver.resolve": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L275",
  "dns.defaultResolverSetServers": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dns.js#L292",
  "tls.convertALPNProtocols": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tls.js#L139",
  "tls.checkServerIdentity": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tls.js#L230",
  "outgoingmessage._renderHeaders": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L244",
  "outgoingmessage.cork": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L264",
  "outgoingmessage.uncork": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L272",
  "outgoingmessage.setTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L280",
  "outgoingmessage.destroy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L300",
  "outgoingmessage._send": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L319",
  "outgoingmessage._writeRaw": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L344",
  "outgoingmessage._storeHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L374",
  "outgoingmessage.setHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L574",
  "outgoingmessage.getHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L590",
  "outgoingmessage.getHeaderNames": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L603",
  "outgoingmessage.getRawHeaderNames": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L609",
  "outgoingmessage.getHeaders": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L626",
  "outgoingmessage.hasHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L643",
  "outgoingmessage.removeHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L650",
  "outgoingmessage._implicitHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L680",
  "outgoingmessage.write": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L701",
  "outgoingmessage.addTrailers": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L801",
  "outgoingmessage.end": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L833",
  "outgoingmessage._finish": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L909",
  "outgoingmessage._flush": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L934",
  "outgoingmessage._flushOutput": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L951",
  "outgoingmessage.flushHeaders": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L980",
  "outgoingmessage.pipe": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L989",
  "outgoingmessage[undefined]": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_outgoing.js#L994",
  "child_process.fork": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L114",
  "child_process._forkChild": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L170",
  "child_process.exec": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L224",
  "child_process.execFile": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L279",
  "child_process.spawn": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L690",
  "child_process.spawnSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L768",
  "child_process.execFileSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L854",
  "child_process.execSync": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/child_process.js#L891",
  "Agent.defaultMaxSockets": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_agent.js#L215",
  "agent.createConnection": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L111",
  "agent.getName": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L206",
  "agent.addRequest": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_agent.js#L242",
  "agent.createSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_agent.js#L313",
  "agent.removeSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_agent.js#L423",
  "agent.keepSocketAlive": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_agent.js#L481",
  "agent.reuseSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_agent.js#L493",
  "agent.destroy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_agent.js#L500",
  "tty.isatty": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L42",
  "tty.ReadStream": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L47",
  "readstream.setRawMode": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L73",
  "tty.WriteStream": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L84",
  "writestream.isTTY": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L120",
  "writestream.getColorDepth": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L122",
  "writestream.hasColors": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L124",
  "writestream._refreshSize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L126",
  "writestream.cursorTo": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L144",
  "writestream.moveCursor": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L148",
  "writestream.clearLine": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L152",
  "writestream.clearScreenDown": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L156",
  "writestream.getWindowSize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/tty.js#L160",
  "QueryString": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/querystring.js#L46",
  "async_hooks.createHook": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L148",
  "AsyncResource": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L157",
  "new AsyncResource": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L158",
  "asyncResource.runInAsyncScope": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L195",
  "asyncResource.emitDestroy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L210",
  "asyncResource.asyncId": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L218",
  "asyncResource.triggerAsyncId": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L222",
  "asyncResource.bind": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L251",
  "AsyncLocalStorage": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L268",
  "new AsyncLocalStorage": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L269",
  "asyncLocalStorage.disable": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L274",
  "asyncLocalStorage._enable": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L286",
  "asyncLocalStorage._propagate": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L295",
  "asyncLocalStorage.enterWith": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L302",
  "asyncLocalStorage.run": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L308",
  "asyncLocalStorage.exit": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L328",
  "asyncLocalStorage.getStore": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/async_hooks.js#L340",
  "url.Url": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L61",
  "url.urlParse": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L153",
  "url.parse": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L183",
  "url.urlFormat": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L578",
  "url.format": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L614",
  "url.urlResolve": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L700",
  "url.resolve": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L704",
  "url.urlResolveObject": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L708",
  "url.resolveObject": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L713",
  "url.parseHost": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/url.js#L990",
  "https.Server": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L52",
  "server.setTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L405",
  "https.createServer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L104",
  "https.Agent": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L176",
  "agent._getSession": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L292",
  "agent._cacheSession": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L296",
  "agent._evictSession": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L318",
  "https.request": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L334",
  "https.get": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/https.js#L386",
  "zlib.Deflate": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L731",
  "zlib.Inflate": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L739",
  "zlib.Gzip": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L747",
  "zlib.Gunzip": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L755",
  "zlib.DeflateRaw": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L763",
  "zlib.InflateRaw": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L772",
  "zlib.Unzip": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L780",
  "zlib.BrotliCompress": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L856",
  "zlib.BrotliDecompress": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/zlib.js#L864",
  "events.EventEmitter": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/events.js#L84",
  "events.getEventListeners": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/events.js#L777",
  "events.once": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/events.js#L809",
  "events.on": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/events.js#L887",
  "Buffer.prototype": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L127",
  "Buffer.poolSize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L143",
  "buffer.Buffer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L269",
  "Buffer.from": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L295",
  "Buffer.of": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L341",
  "Buffer.alloc": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L359",
  "Buffer.allocUnsafe": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L372",
  "Buffer.allocUnsafeSlow": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L382",
  "buffer.SlowBuffer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L389",
  "Buffer.isBuffer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L509",
  "Buffer.compare": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L513",
  "Buffer.isEncoding": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L529",
  "Buffer[kIsEncodingSymbol]": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L533",
  "Buffer.concat": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L535",
  "Buffer.byteLength": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L728",
  "buf.copy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L773",
  "buf.toString": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L782",
  "buf.equals": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L814",
  "buf[customInspectSymbol]": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L831",
  "buf.inspect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L863",
  "buf.compare": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L865",
  "buf.indexOf": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L959",
  "buf.lastIndexOf": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L963",
  "buf.includes": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L967",
  "buf.fill": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L975",
  "buf.write": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1050",
  "buf.toJSON": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1088",
  "buf.slice": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1115",
  "buf.swap16": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1129",
  "buf.swap32": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1144",
  "buf.swap64": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1161",
  "buf.toLocaleString": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1180",
  "buffer.btoa": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1213",
  "buffer.atob": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/buffer.js#L1229",
  "trace_events.createTracing": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/trace_events.js#L85",
  "Stream": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L41",
  "Stream.isDisturbed": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L42",
  "Stream.isErrored": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L43",
  "Stream.Readable": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L44",
  "Stream.Writable": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L45",
  "Stream.Duplex": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L46",
  "Stream.Transform": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L47",
  "Stream.PassThrough": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L48",
  "Stream.pipeline": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L49",
  "Stream.addAbortSignal": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L51",
  "Stream.finished": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L52",
  "Stream.destroy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L53",
  "Stream.compose": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L54",
  "Stream.Stream": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L79",
  "Stream._isUint8Array": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L81",
  "Stream._uint8ArrayToBuffer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/stream.js#L82",
  "Script": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L65",
  "new Script": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L66",
  "script.runInThisContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L124",
  "script.runInContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L132",
  "script.runInNewContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L142",
  "vm.isContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L208",
  "vm.createContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L215",
  "vm.createScript": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L256",
  "vm.runInContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L278",
  "vm.runInNewContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L292",
  "vm.runInThisContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L301",
  "vm.compileFunction": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L308",
  "vm.measureMemory": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/vm.js#L398",
  "incomingmessage.setTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_incoming.js#L145",
  "incomingmessage._read": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_incoming.js#L160",
  "incomingmessage._destroy": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_incoming.js#L176",
  "incomingmessage._addHeaderLines": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_incoming.js#L202",
  "incomingmessage._addHeaderLine": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_incoming.js#L340",
  "incomingmessage._dump": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_incoming.js#L367",
  "util.isBoolean": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L87",
  "util.isNull": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L96",
  "util.isNullOrUndefined": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L105",
  "util.isNumber": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L114",
  "util.isString": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L122",
  "util.isSymbol": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L131",
  "util.isUndefined": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L140",
  "util.isObject": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L149",
  "util.isError": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L158",
  "util.isFunction": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L167",
  "util.isPrimitive": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L176",
  "util.log": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L211",
  "util.inherits": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L233",
  "util._extend": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L261",
  "util.callbackify": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L292",
  "util.getSystemErrorName": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/util.js#L326",
  "Session": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L48",
  "new Session": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L49",
  "session.connect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L60",
  "session.connectToMainThread": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L72",
  "session.onMessageSymbol": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L82",
  "session.post": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L112",
  "session.disconnect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L145",
  "inspector.inspectorOpen": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L166",
  "inspector.inspectorWaitForDebugger": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/inspector.js#L181",
  "readline.Interface": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L95",
  "interface.question": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L129",
  "readline.createInterface": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L203",
  "interface._setRawMode": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L390",
  "interface._onLine": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L391",
  "interface._writeToOutput": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L392",
  "interface._addHistory": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L393",
  "interface._refreshLine": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L394",
  "interface._normalWrite": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L395",
  "interface._insertString": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L396",
  "interface._tabComplete": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L397",
  "interface._wordLeft": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L413",
  "interface._wordRight": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L414",
  "interface._deleteLeft": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L415",
  "interface._deleteRight": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L416",
  "interface._deleteWordLeft": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L417",
  "interface._deleteWordRight": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L418",
  "interface._deleteLineLeft": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L419",
  "interface._deleteLineRight": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L420",
  "interface._line": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L421",
  "interface._historyNext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L422",
  "interface._historyPrev": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L423",
  "interface._getDisplayPos": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L424",
  "interface._getCursorPos": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L425",
  "interface._moveCursor": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L426",
  "interface._ttyWrite": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/readline.js#L427",
  "repl.REPLServer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L223",
  "repl.start": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1031",
  "replserver.setupHistory": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1036",
  "replserver.clearBufferedCommand": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1040",
  "replserver.close": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1044",
  "replserver.createContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1058",
  "replserver.resetContext": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1108",
  "replserver.displayPrompt": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1145",
  "replserver.setPrompt": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1160",
  "replserver.complete": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1232",
  "replserver.completeOnEditorMode": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1568",
  "replserver.defineCommand": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1581",
  "repl.Recoverable": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/repl.js#L1781",
  "string_decoder.StringDecoder": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/string_decoder.js#L71",
  "v8.writeHeapSnapshot": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L68",
  "v8.getHeapSnapshot": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L81",
  "v8.setFlagsFromString": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L131",
  "v8.getHeapStatistics": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L152",
  "v8.getHeapSpaceStatistics": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L182",
  "v8.getHeapCodeStatistics": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L208",
  "serializer._getDataCloneError": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L222",
  "deserializer.readRawBytes": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L229",
  "DefaultSerializer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L262",
  "new DefaultSerializer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L263",
  "defaultSerializer._writeHostObject": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L275",
  "DefaultDeserializer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L296",
  "defaultDeserializer._readHostObject": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L302",
  "v8.serialize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L330",
  "v8.deserialize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/v8.js#L343",
  "assert": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L110",
  "assert.fail": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L133",
  "assert.AssertionError": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L176",
  "assert.ok": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L409",
  "assert.equal": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L422",
  "assert.notEqual": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L446",
  "assert.deepEqual": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L469",
  "assert.notDeepEqual": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L492",
  "assert.deepStrictEqual": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L517",
  "assert.notDeepStrictEqual": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L542",
  "assert.strictEqual": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L565",
  "assert.notStrictEqual": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L587",
  "assert.throws": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L901",
  "assert.rejects": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L911",
  "assert.doesNotThrow": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L921",
  "assert.doesNotReject": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L931",
  "assert.ifError": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L940",
  "assert.match": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L1037",
  "assert.doesNotMatch": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L1048",
  "assert.CallTracker": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L1052",
  "assert.strict": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/assert.js#L1063",
  "WASI": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/wasi.js#L57",
  "new WASI": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/wasi.js#L58",
  "wASI.start": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/wasi.js#L113",
  "wASI.initialize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/wasi.js#L138",
  "crypto.createHash": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L129",
  "crypto.createCipheriv": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L137",
  "crypto.createDecipheriv": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L145",
  "crypto.createDiffieHellman": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L149",
  "crypto.createDiffieHellmanGroup": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L153",
  "crypto.createECDH": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L157",
  "crypto.createHmac": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L161",
  "crypto.createSign": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L165",
  "crypto.createVerify": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/crypto.js#L169",
  "serverresponse._finish": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L203",
  "serverresponse.statusCode": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L210",
  "serverresponse.statusMessage": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L211",
  "serverresponse.assignSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L237",
  "serverresponse.detachSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L246",
  "serverresponse.writeContinue": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L253",
  "serverresponse.writeProcessing": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L258",
  "serverresponse._implicitHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L262",
  "serverresponse.writeHead": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L267",
  "serverresponse.writeHeader": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/_http_server.js#L351",
  "http.createServer": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/http.js#L58",
  "http.request": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/http.js#L95",
  "http.get": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/http.js#L106",
  "os.loadavg": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L112",
  "os.cpus": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L133",
  "os.arch": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L157",
  "os.platform": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L165",
  "os.tmpdir": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L173",
  "os.endianness": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L198",
  "os.networkInterfaces": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L258",
  "os.setPriority": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L293",
  "os.getPriority": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L312",
  "os.userInfo": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/os.js#L339",
  "dgram.Socket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L99",
  "dgram.createSocket": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L153",
  "socket.bind": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L227",
  "socket.disconnect": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L448",
  "socket.sendto": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L462",
  "socket.send": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L581",
  "socket.close": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L737",
  "socket.remoteAddress": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L779",
  "socket.setBroadcast": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L795",
  "socket.setTTL": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L803",
  "socket.setMulticastTTL": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L815",
  "socket.setMulticastLoopback": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L827",
  "socket.setMulticastInterface": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L837",
  "socket.addMembership": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L847",
  "socket.dropMembership": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L863",
  "socket.addSourceSpecificMembership": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L878",
  "socket.dropSourceSpecificMembership": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L896",
  "socket.setRecvBufferSize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L963",
  "socket.setSendBufferSize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L968",
  "socket.getRecvBufferSize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L973",
  "socket.getSendBufferSize": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L978",
  "socket._healthCheck": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L1034",
  "socket._stopReceiving": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/dgram.js#L1039",
  "timers.setTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/timers.js#L142",
  "timers.clearTimeout": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/timers.js#L186",
  "timers.setInterval": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/timers.js#L211",
  "timers.clearInterval": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/timers.js#L246",
  "timers.setImmediate": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/timers.js#L280",
  "timers.clearImmediate": "https://github.com/nodejs/node/blob/e5873d786249d9b6aa1d8c422f856036c2c53e5e/lib/timers.js#L320"
}