{
  "clientrequest._finish": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L374",
  "clientrequest._implicitHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L400",
  "clientrequest.abort": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L408",
  "clientrequest.destroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L417",
  "clientrequest.onSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L865",
  "clientrequest._deferToConnect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L908",
  "clientrequest.setTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L935",
  "clientrequest.setNoDelay": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L963",
  "clientrequest.setSocketKeepAlive": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L967",
  "clientrequest.clearTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_client.js#L972",
  "_tls_wrap.createServer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_tls_wrap.js#L1384",
  "_tls_wrap.connect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_tls_wrap.js#L1739",
  "_tls_wrap.TLSSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_tls_wrap.js#L512",
  "_tls_wrap.Server": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_tls_wrap.js#L1319",
  "http.createServer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/http.js#L63",
  "http.request": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/http.js#L102",
  "http.get": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/http.js#L113",
  "dns.lookup": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dns.js#L140",
  "dns.lookupService": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dns.js#L255",
  "dns.defaultResolverSetServers": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dns.js#L292",
  "fs.access": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L227",
  "fs.accessSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L249",
  "fs.exists": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L262",
  "fs.existsSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L294",
  "fs.readFile": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L372",
  "fs.readFileSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L448",
  "fs.close": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L517",
  "fs.closeSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L531",
  "fs.open": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L546",
  "fs.openSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L577",
  "fs.openAsBlob": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L594",
  "fs.read": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L619",
  "fs.readSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L712",
  "fs.readv": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L771",
  "fs.readvSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L801",
  "fs.write": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L825",
  "fs.writeSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L898",
  "fs.writev": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L950",
  "fs.writevSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L987",
  "fs.rename": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1009",
  "fs.renameSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1028",
  "fs.truncate": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1044",
  "fs.truncateSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1077",
  "fs.ftruncate": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1105",
  "fs.ftruncateSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1125",
  "fs.rmdir": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1155",
  "fs.rmdirSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1202",
  "fs.rm": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1232",
  "fs.rmSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1260",
  "fs.fdatasync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1276",
  "fs.fdatasyncSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1289",
  "fs.fsync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1300",
  "fs.fsyncSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1312",
  "fs.mkdir": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1326",
  "fs.mkdirSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1359",
  "fs.readdir": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1458",
  "fs.readdirSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1497",
  "fs.fstat": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1528",
  "fs.lstat": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1551",
  "fs.stat": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1574",
  "fs.statfs": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1587",
  "fs.fstatSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1614",
  "fs.lstatSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1632",
  "fs.statSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1657",
  "fs.statfsSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1671",
  "fs.readlink": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1688",
  "fs.readlinkSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1704",
  "fs.symlink": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1721",
  "fs.symlinkSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1787",
  "fs.link": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1822",
  "fs.linkSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1843",
  "fs.unlink": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1859",
  "fs.unlinkSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1872",
  "fs.fchmod": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1884",
  "fs.fchmodSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1899",
  "fs.chmod": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1958",
  "fs.chmodSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1974",
  "fs.lchown": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L1992",
  "fs.lchownSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2009",
  "fs.fchown": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2028",
  "fs.fchownSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2045",
  "fs.chown": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2061",
  "fs.chownSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2080",
  "fs.utimes": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2100",
  "fs.utimesSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2120",
  "fs.futimes": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2138",
  "fs.futimesSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2157",
  "fs.lutimes": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2174",
  "fs.lutimesSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2194",
  "fs.writeFile": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2271",
  "fs.writeFileSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2322",
  "fs.appendFile": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2387",
  "fs.appendFileSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2412",
  "fs.watch": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2440",
  "fs.watchFile": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2506",
  "fs.unwatchFile": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2548",
  "fs.realpathSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2625",
  "fs.realpath": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2782",
  "fs.mkdtemp": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2939",
  "fs.mkdtempSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2957",
  "fs.copyFile": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L2974",
  "fs.copyFileSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L3001",
  "fs.cp": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L3021",
  "fs.cpSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L3042",
  "fs.createReadStream": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L3077",
  "fs.createWriteStream": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/fs.js#L3100",
  "tls.convertALPNProtocols": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tls.js#L145",
  "tls.checkServerIdentity": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tls.js#L280",
  "outgoingmessage._renderHeaders": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L299",
  "outgoingmessage.cork": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L319",
  "outgoingmessage.uncork": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L326",
  "outgoingmessage.setTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L361",
  "outgoingmessage.destroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L381",
  "outgoingmessage._send": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L402",
  "outgoingmessage._writeRaw": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L428",
  "outgoingmessage._storeHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L458",
  "outgoingmessage.setHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L701",
  "outgoingmessage.setHeaders": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L716",
  "outgoingmessage.appendHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L757",
  "outgoingmessage.getHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L788",
  "outgoingmessage.getHeaderNames": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L801",
  "outgoingmessage.getRawHeaderNames": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L807",
  "outgoingmessage.getHeaders": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L824",
  "outgoingmessage.hasHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L841",
  "outgoingmessage.removeHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L848",
  "outgoingmessage._implicitHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L878",
  "outgoingmessage.write": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L902",
  "outgoingmessage.addTrailers": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1034",
  "outgoingmessage.end": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1084",
  "outgoingmessage._finish": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1167",
  "outgoingmessage._flush": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1192",
  "outgoingmessage._flushOutput": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1209",
  "outgoingmessage.flushHeaders": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1233",
  "outgoingmessage.pipe": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1242",
  "outgoingmessage[undefined]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_outgoing.js#L1247",
  "child_process.fork": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L123",
  "child_process._forkChild": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L175",
  "child_process.exec": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L232",
  "child_process.execFile": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L328",
  "child_process.spawn": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L753",
  "child_process.spawnSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L831",
  "child_process.execFileSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L915",
  "child_process.execSync": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/child_process.js#L953",
  "Agent.defaultMaxSockets": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_agent.js#L213",
  "agent.createConnection": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L139",
  "agent.getName": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L234",
  "agent.addRequest": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_agent.js#L240",
  "agent.createSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_agent.js#L310",
  "agent.removeSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_agent.js#L428",
  "agent.keepSocketAlive": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_agent.js#L486",
  "agent.reuseSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_agent.js#L515",
  "agent.destroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_agent.js#L522",
  "QueryString": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/querystring.js#L45",
  "WASI": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/wasi.js#L46",
  "new WASI": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/wasi.js#L47",
  "wASI.start": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/wasi.js#L122",
  "wASI.initialize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/wasi.js#L147",
  "wASI.getImportObject": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/wasi.js#L164",
  "url.Url": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L69",
  "url.urlParse": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L126",
  "url.parse": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L169",
  "url.urlFormat": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L572",
  "url.format": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L631",
  "url.urlResolve": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L717",
  "url.resolve": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L721",
  "url.urlResolveObject": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L725",
  "url.resolveObject": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L730",
  "url.parseHost": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L1007",
  "url.pathToFileURL": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/url.js#L1023",
  "https.Server": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L62",
  "server.closeAllConnections": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L571",
  "server.closeIdleConnections": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L583",
  "server.setTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L599",
  "server.close": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2249",
  "server[SymbolAsyncDispose]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2289",
  "https.createServer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L132",
  "https.Agent": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L204",
  "agent._getSession": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L320",
  "agent._cacheSession": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L324",
  "agent._evictSession": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L346",
  "https.request": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L362",
  "https.get": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/https.js#L414",
  "zlib.Deflate": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L749",
  "zlib.Inflate": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L757",
  "zlib.Gzip": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L765",
  "zlib.Gunzip": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L773",
  "zlib.DeflateRaw": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L781",
  "zlib.InflateRaw": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L790",
  "zlib.Unzip": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L798",
  "zlib.BrotliCompress": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L874",
  "zlib.BrotliDecompress": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/zlib.js#L882",
  "os.loadavg": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L121",
  "os.cpus": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L141",
  "os.arch": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L165",
  "os.platform": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L173",
  "os.tmpdir": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L181",
  "os.endianness": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L206",
  "os.networkInterfaces": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L276",
  "os.setPriority": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L311",
  "os.getPriority": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L330",
  "os.userInfo": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/os.js#L357",
  "events.EventEmitter": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/events.js#L220",
  "events.getEventListeners": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/events.js#L924",
  "events.getMaxListeners": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/events.js#L953",
  "events.once": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/events.js#L973",
  "events.on": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/events.js#L1060",
  "events.addAbortListener": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/events.js#L1233",
  "Buffer.prototype": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L131",
  "Buffer.poolSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L149",
  "buffer.Buffer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L265",
  "Buffer.from": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L292",
  "Buffer.copyBytesFrom": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L334",
  "Buffer.of": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L380",
  "Buffer.alloc": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L388",
  "Buffer.allocUnsafe": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L401",
  "Buffer.allocUnsafeSlow": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L411",
  "buffer.SlowBuffer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L418",
  "Buffer.isBuffer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L537",
  "Buffer.compare": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L541",
  "Buffer.isEncoding": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L557",
  "Buffer[kIsEncodingSymbol]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L561",
  "Buffer.concat": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L563",
  "Buffer.byteLength": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L756",
  "buf.copy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L802",
  "buf.toString": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L811",
  "buf.equals": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L843",
  "buf[customInspectSymbol]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L860",
  "buf.inspect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L892",
  "buf.compare": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L894",
  "buf.indexOf": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L988",
  "buf.lastIndexOf": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L992",
  "buf.includes": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L996",
  "buf.fill": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1004",
  "buf.write": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1079",
  "buf.toJSON": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1117",
  "buf.subarray": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1144",
  "buf.slice": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1152",
  "buf.swap16": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1162",
  "buf.swap32": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1177",
  "buf.swap64": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1194",
  "buf.toLocaleString": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1213",
  "buffer.btoa": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1246",
  "buffer.atob": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1284",
  "buffer.isUtf8": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1343",
  "buffer.isAscii": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/buffer.js#L1351",
  "Channel": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L167",
  "new Channel": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L168",
  "channel.SymbolHasInstance": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L176",
  "channel.subscribe": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L182",
  "channel.unsubscribe": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L187",
  "channel.bindStore": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L191",
  "channel.unbindStore": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L196",
  "channel.publish": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L204",
  "channel.runStores": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L206",
  "diagnostics_channel.channel": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L213",
  "diagnostics_channel.subscribe": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L224",
  "diagnostics_channel.unsubscribe": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L228",
  "diagnostics_channel.hasSubscribers": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L232",
  "diagnostics_channel.tracingChannel": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/diagnostics_channel.js#L399",
  "trace_events.createTracing": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/trace_events.js#L84",
  "vm.isContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L77",
  "Script": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L83",
  "new Script": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L84",
  "script.runInThisContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L131",
  "script.runInContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L139",
  "script.runInNewContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L151",
  "vm.createContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L224",
  "vm.createScript": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L267",
  "vm.runInContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L289",
  "vm.runInNewContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L303",
  "vm.runInThisContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L312",
  "vm.compileFunction": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L319",
  "vm.measureMemory": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/vm.js#L380",
  "Stream": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L54",
  "Stream.isDestroyed": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L56",
  "Stream.isDisturbed": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L57",
  "Stream.isErrored": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L58",
  "Stream.isReadable": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L59",
  "Stream.isWritable": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L60",
  "Stream.Readable": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L62",
  "Stream.Writable": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L99",
  "Stream.Duplex": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L100",
  "Stream.Transform": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L101",
  "Stream.PassThrough": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L102",
  "Stream.pipeline": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L103",
  "Stream.addAbortSignal": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L105",
  "Stream.finished": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L106",
  "Stream.destroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L107",
  "Stream.compose": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L108",
  "Stream.setDefaultHighWaterMark": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L109",
  "Stream.getDefaultHighWaterMark": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L110",
  "Stream.Stream": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L138",
  "Stream._isUint8Array": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L140",
  "Stream._uint8ArrayToBuffer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/stream.js#L141",
  "tty.isatty": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L42",
  "tty.ReadStream": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L47",
  "readstream.setRawMode": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L73",
  "tty.WriteStream": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L84",
  "writestream.isTTY": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L120",
  "writestream.getColorDepth": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L122",
  "writestream.hasColors": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L124",
  "writestream._refreshSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L126",
  "writestream.cursorTo": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L144",
  "writestream.moveCursor": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L148",
  "writestream.clearLine": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L152",
  "writestream.clearScreenDown": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L156",
  "writestream.getWindowSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/tty.js#L160",
  "sea.getRawAsset": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/sea.js#L23",
  "sea.getAsset": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/sea.js#L46",
  "sea.getAssetAsBlob": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/sea.js#L66",
  "async_hooks.createHook": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L153",
  "AsyncResource": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L162",
  "new AsyncResource": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L163",
  "asyncResource.runInAsyncScope": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L200",
  "asyncResource.emitDestroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L215",
  "asyncResource.asyncId": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L223",
  "asyncResource.triggerAsyncId": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L227",
  "asyncResource.bind": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L267",
  "AsyncLocalStorage": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L284",
  "new AsyncLocalStorage": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L285",
  "asyncLocalStorage.bind": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L290",
  "asyncLocalStorage.snapshot": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L294",
  "asyncLocalStorage.disable": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L298",
  "asyncLocalStorage._enable": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L310",
  "asyncLocalStorage._propagate": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L319",
  "asyncLocalStorage.enterWith": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L326",
  "asyncLocalStorage.run": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L332",
  "asyncLocalStorage.exit": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L352",
  "asyncLocalStorage.getStore": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/async_hooks.js#L364",
  "readline.Interface": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L101",
  "interface.question": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L133",
  "readline.createInterface": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L211",
  "interface._setRawMode": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L428",
  "interface._onLine": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L429",
  "interface._writeToOutput": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L430",
  "interface._addHistory": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L431",
  "interface._refreshLine": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L432",
  "interface._normalWrite": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L433",
  "interface._insertString": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L434",
  "interface._tabComplete": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L435",
  "interface._wordLeft": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L451",
  "interface._wordRight": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L452",
  "interface._deleteLeft": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L453",
  "interface._deleteRight": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L454",
  "interface._deleteWordLeft": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L455",
  "interface._deleteWordRight": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L456",
  "interface._deleteLineLeft": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L457",
  "interface._deleteLineRight": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L458",
  "interface._line": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L459",
  "interface._historyNext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L460",
  "interface._historyPrev": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L461",
  "interface._getDisplayPos": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L462",
  "interface._getCursorPos": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L463",
  "interface._moveCursor": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L464",
  "interface._ttyWrite": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/readline.js#L465",
  "repl.REPLServer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L257",
  "repl.start": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1068",
  "replserver.setupHistory": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1073",
  "replserver.clearBufferedCommand": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1077",
  "replserver.close": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1081",
  "replserver.createContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1095",
  "replserver.resetContext": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1151",
  "replserver.displayPrompt": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1190",
  "replserver.setPrompt": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1205",
  "replserver.complete": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1277",
  "replserver.completeOnEditorMode": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1619",
  "replserver.defineCommand": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1632",
  "repl.Recoverable": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/repl.js#L1837",
  "string_decoder.StringDecoder": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/string_decoder.js#L81",
  "v8.writeHeapSnapshot": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L77",
  "v8.getHeapSnapshot": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L95",
  "v8.setFlagsFromString": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L155",
  "v8.getHeapStatistics": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L176",
  "v8.getHeapSpaceStatistics": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L209",
  "v8.getHeapCodeStatistics": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L236",
  "v8.setHeapSnapshotNearHeapLimit": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L249",
  "serializer._getDataCloneError": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L263",
  "deserializer.readRawBytes": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L270",
  "DefaultSerializer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L314",
  "new DefaultSerializer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L315",
  "defaultSerializer._writeHostObject": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L327",
  "DefaultDeserializer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L351",
  "defaultDeserializer._readHostObject": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L357",
  "v8.serialize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L385",
  "v8.deserialize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L398",
  "GCProfiler": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L404",
  "gCProfiler.start": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L407",
  "gCProfiler.stop": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/v8.js#L414",
  "assert": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L113",
  "assert.fail": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L136",
  "assert.AssertionError": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L179",
  "assert.ok": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L418",
  "assert.equal": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L431",
  "assert.notEqual": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L455",
  "assert.deepEqual": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L478",
  "assert.notDeepEqual": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L501",
  "assert.deepStrictEqual": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L526",
  "assert.notDeepStrictEqual": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L551",
  "assert.strictEqual": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L574",
  "assert.notStrictEqual": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L596",
  "assert.throws": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L910",
  "assert.rejects": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L920",
  "assert.doesNotThrow": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L930",
  "assert.doesNotReject": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L940",
  "assert.ifError": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L949",
  "assert.match": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L1046",
  "assert.doesNotMatch": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L1057",
  "assert.CallTracker": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L1061",
  "assert.strict": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/assert.js#L1072",
  "util.isBoolean": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L99",
  "util.isNull": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L108",
  "util.isNullOrUndefined": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L117",
  "util.isNumber": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L126",
  "util.isString": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L134",
  "util.isSymbol": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L143",
  "util.isUndefined": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L152",
  "util.isObject": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L161",
  "util.isError": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L170",
  "util.isFunction": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L179",
  "util.isPrimitive": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L188",
  "util.styleText": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L206",
  "util.log": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L237",
  "util.inherits": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L258",
  "util._extend": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L287",
  "util.callbackify": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L319",
  "util.getSystemErrorName": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L359",
  "util._errnoException": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L367",
  "util._exceptionWithHostPort": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L379",
  "util.parseEnv": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/util.js#L396",
  "crypto.createHash": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L138",
  "crypto.createCipheriv": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L146",
  "crypto.createDecipheriv": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L154",
  "crypto.createDiffieHellman": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L158",
  "crypto.createDiffieHellmanGroup": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L162",
  "crypto.createECDH": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L166",
  "crypto.createHmac": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L170",
  "crypto.createSign": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L174",
  "crypto.createVerify": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L178",
  "crypto.getFips": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L251",
  "crypto.setFips": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/crypto.js#L255",
  "Session": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L47",
  "session.connect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L56",
  "session.connectToMainThread": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L67",
  "session.onMessage": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L77",
  "session.post": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L108",
  "session.disconnect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L141",
  "inspector.inspectorOpen": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L162",
  "inspector.inspectorWaitForDebugger": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/inspector.js#L186",
  "serverresponse._finish": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L232",
  "serverresponse.statusCode": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L255",
  "serverresponse.statusMessage": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L256",
  "serverresponse.assignSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L282",
  "serverresponse.detachSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L293",
  "serverresponse.writeContinue": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L300",
  "serverresponse.writeProcessing": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L305",
  "serverresponse.writeEarlyHints": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L309",
  "serverresponse._implicitHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L337",
  "serverresponse.writeHead": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L342",
  "serverresponse.writeHeader": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_server.js#L428",
  "server[undefined]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2318",
  "timers.setTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/timers.js#L142",
  "timers.clearTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/timers.js#L187",
  "timers.setInterval": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/timers.js#L212",
  "timers.clearInterval": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/timers.js#L247",
  "timers.setImmediate": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/timers.js#L285",
  "timers.clearImmediate": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/timers.js#L326",
  "net.createServer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L204",
  "net.connect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L221",
  "net.getDefaultAutoSelectFamily": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L239",
  "net.setDefaultAutoSelectFamily": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L243",
  "net.getDefaultAutoSelectFamilyAttemptTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L248",
  "net.setDefaultAutoSelectFamilyAttemptTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L252",
  "net.normalizeArgs": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L272",
  "net.Socket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L353",
  "socket._unrefTimer": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L505",
  "socket._final": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L515",
  "socket.setTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L572",
  "socket._onTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L575",
  "socket.setNoDelay": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L593",
  "socket.setKeepAlive": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L611",
  "socket.address": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L770",
  "socket._read": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L705",
  "socket.end": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L721",
  "socket.resetAndDestroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L727",
  "socket.pause": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L743",
  "socket.resume": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L757",
  "socket.read": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L766",
  "socket.destroySoon": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L783",
  "socket._destroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L794",
  "socket._reset": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L848",
  "socket._getpeername": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L854",
  "socket._getsockname": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L892",
  "socket[kAfterAsyncWrite]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L917",
  "socket._writeGeneric": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L921",
  "socket._writev": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L958",
  "socket._write": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L963",
  "socket.connect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L378",
  "socket[kReinitializeHandle]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L1258",
  "socket.ref": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L952",
  "socket.unref": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L962",
  "net.Server": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L1731",
  "net.createServerHandle": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L1792",
  "server._listen2": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L1921",
  "server.listen": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L1982",
  "server.address": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2124",
  "server.getConnections": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2211",
  "server._emitCloseIfDrained": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2296",
  "server._setupWorker": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2345",
  "server.ref": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2354",
  "server.unref": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/net.js#L2363",
  "dgram.Socket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L104",
  "dgram.createSocket": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L163",
  "socket.bind": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L237",
  "socket.disconnect": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L454",
  "socket.sendto": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L468",
  "socket.send": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L577",
  "socket.close": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L733",
  "socket[SymbolAsyncDispose]": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L757",
  "socket.remoteAddress": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L782",
  "socket.setBroadcast": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L798",
  "socket.setTTL": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L806",
  "socket.setMulticastTTL": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L818",
  "socket.setMulticastLoopback": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L830",
  "socket.setMulticastInterface": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L840",
  "socket.addMembership": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L850",
  "socket.dropMembership": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L866",
  "socket.addSourceSpecificMembership": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L881",
  "socket.dropSourceSpecificMembership": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L899",
  "socket.setRecvBufferSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L972",
  "socket.setSendBufferSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L977",
  "socket.getRecvBufferSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L982",
  "socket.getSendBufferSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L987",
  "socket.getSendQueueSize": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L991",
  "socket.getSendQueueCount": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L995",
  "socket._healthCheck": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L1055",
  "socket._stopReceiving": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/dgram.js#L1060",
  "incomingmessage.setTimeout": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_incoming.js#L190",
  "incomingmessage._read": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_incoming.js#L205",
  "incomingmessage._destroy": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_incoming.js#L221",
  "incomingmessage._addHeaderLines": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_incoming.js#L247",
  "incomingmessage._addHeaderLine": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_incoming.js#L385",
  "incomingmessage._addHeaderLineDistinct": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_incoming.js#L420",
  "incomingmessage._dump": "https://github.com/nodejs/node/blob/d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2/lib/_http_incoming.js#L432"
}