-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathnodejs-docs-apilinks.json
482 lines (482 loc) · 57.1 KB
/
nodejs-docs-apilinks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
{
"Agent.defaultMaxSockets": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_agent.js#L111",
"agent.createConnection": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L90",
"agent.getName": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L155",
"agent.addRequest": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_agent.js#L138",
"agent.createSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_agent.js#L196",
"agent.removeSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_agent.js#L284",
"agent.keepSocketAlive": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_agent.js#L316",
"agent.reuseSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_agent.js#L323",
"agent.destroy": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_agent.js#L328",
"clientrequest._finish": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L286",
"clientrequest._implicitHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L291",
"clientrequest.abort": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L299",
"clientrequest.onSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L687",
"clientrequest._deferToConnect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L705",
"clientrequest.setTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L735",
"clientrequest.setNoDelay": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L759",
"clientrequest.setSocketKeepAlive": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L763",
"clientrequest.clearTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_client.js#L768",
"incomingmessage.setTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_incoming.js#L78",
"incomingmessage._read": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_incoming.js#L86",
"incomingmessage.destroy": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_incoming.js#L103",
"incomingmessage._addHeaderLines": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_incoming.js#L110",
"incomingmessage._addHeaderLine": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_incoming.js#L277",
"incomingmessage._dump": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_incoming.js#L304",
"outgoingmessage._renderHeaders": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L161",
"outgoingmessage.setTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L180",
"outgoingmessage.destroy": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L200",
"outgoingmessage._send": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L212",
"outgoingmessage._writeRaw": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L241",
"outgoingmessage._storeHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L285",
"outgoingmessage.setHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L480",
"outgoingmessage.getHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L495",
"outgoingmessage.getHeaderNames": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L508",
"outgoingmessage.getHeaders": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L514",
"outgoingmessage.hasHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L529",
"outgoingmessage.removeHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L536",
"outgoingmessage._implicitHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L566",
"outgoingmessage.write": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L578",
"outgoingmessage.addTrailers": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L657",
"outgoingmessage.end": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L686",
"outgoingmessage._finish": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L750",
"outgoingmessage._flush": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L775",
"outgoingmessage._flushOutput": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L793",
"outgoingmessage.flushHeaders": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L818",
"outgoingmessage.flush": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L827",
"outgoingmessage.pipe": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_outgoing.js#L831",
"serverresponse._finish": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L141",
"serverresponse.statusCode": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L147",
"serverresponse.statusMessage": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L148",
"serverresponse.assignSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L172",
"serverresponse.detachSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L182",
"serverresponse.writeContinue": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L189",
"serverresponse.writeProcessing": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L194",
"serverresponse._implicitHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L198",
"serverresponse.writeHead": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L203",
"serverresponse.writeHeader": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_http_server.js#L274",
"server.setTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L81",
"_tls_common.createSecureContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_tls_common.js#L92",
"_tls_common.translatePeerCertificate": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_tls_common.js#L241",
"_tls_common.SecureContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_tls_common.js#L52",
"_tls_wrap.createServer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_tls_wrap.js#L877",
"_tls_wrap.connect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_tls_wrap.js#L1189",
"_tls_wrap.TLSSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_tls_wrap.js#L291",
"_tls_wrap.Server": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/_tls_wrap.js#L829",
"assert": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L73",
"assert.fail": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L89",
"assert.AssertionError": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L134",
"assert.ok": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L357",
"assert.equal": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L364",
"assert.notEqual": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L379",
"assert.deepEqual": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L393",
"assert.notDeepEqual": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L407",
"assert.deepStrictEqual": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L421",
"assert.notDeepStrictEqual": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L435",
"assert.strictEqual": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L448",
"assert.notStrictEqual": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L460",
"assert.throws": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L693",
"assert.rejects": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L697",
"assert.doesNotThrow": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L701",
"assert.doesNotReject": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L705",
"assert.ifError": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L709",
"assert.strict": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/assert.js#L761",
"async_hooks.createHook": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L121",
"AsyncResource": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L141",
"new AsyncResource": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L142",
"asyncResource.emitBefore": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L172",
"asyncResource.emitAfter": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L178",
"asyncResource.runInAsyncScope": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L184",
"asyncResource.emitDestroy": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L195",
"asyncResource.asyncId": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L201",
"asyncResource.triggerAsyncId": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/async_hooks.js#L205",
"Buffer.prototype": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L76",
"Buffer.poolSize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L95",
"buffer.Buffer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L166",
"Buffer.from": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L192",
"Buffer.of": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L244",
"Buffer.alloc": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L270",
"Buffer.allocUnsafe": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L283",
"Buffer.allocUnsafeSlow": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L293",
"buffer.SlowBuffer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L300",
"Buffer.isBuffer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L423",
"Buffer.compare": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L427",
"Buffer.isEncoding": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L443",
"Buffer[kIsEncodingSymbol]": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L447",
"Buffer.concat": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L449",
"Buffer.byteLength": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L503",
"buf.copy": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L628",
"buf.toString": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L637",
"buf.equals": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L661",
"buf[customInspectSymbol]": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L673",
"buf.inspect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L682",
"buf.compare": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L684",
"buf.indexOf": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L805",
"buf.lastIndexOf": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L809",
"buf.includes": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L813",
"buf.fill": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L821",
"buf.write": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L889",
"buf.toJSON": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L972",
"buf.slice": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L999",
"buf.swap16": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L1013",
"buf.swap32": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L1028",
"buf.swap64": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L1045",
"buf.toLocaleString": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/buffer.js#L1064",
"child_process.fork": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L61",
"child_process._forkChild": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L117",
"child_process.exec": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L150",
"child_process.execFile": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L178",
"child_process.spawn": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L537",
"child_process.spawnSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L560",
"child_process.execFileSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L631",
"child_process.execSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/child_process.js#L650",
"console.Console": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L69",
"console[kGetInspectOptions]": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L186",
"console[kFormatForStdout]": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L197",
"console[kFormatForStderr]": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L202",
"console.log": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L207",
"console.debug": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L214",
"console.info": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L215",
"console.dirxml": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L216",
"console.warn": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L218",
"console.error": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L225",
"console.dir": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L227",
"console.time": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L240",
"console.timeEnd": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L251",
"console.timeLog": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L261",
"console.trace": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L285",
"console.assert": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L294",
"console.clear": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L302",
"console.count": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L315",
"console.countReset": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L331",
"console.group": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L341",
"console.groupCollapsed": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L347",
"console.groupEnd": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L349",
"console.table": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/console.js#L363",
"crypto.createHash": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L104",
"crypto.createCipheriv": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L112",
"crypto.createDecipheriv": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L120",
"crypto.createDiffieHellman": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L124",
"crypto.createDiffieHellmanGroup": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L128",
"crypto.createECDH": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L132",
"crypto.createHmac": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L136",
"crypto.createSign": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L140",
"crypto.createVerify": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/crypto.js#L144",
"dgram.Socket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L77",
"dgram.createSocket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L114",
"socket.bind": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L186",
"socket.sendto": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L316",
"socket.send": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L410",
"socket.close": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L533",
"socket.address": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L478",
"socket.setBroadcast": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L576",
"socket.setTTL": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L584",
"socket.setMulticastTTL": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L596",
"socket.setMulticastLoopback": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L608",
"socket.setMulticastInterface": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L618",
"socket.addMembership": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L628",
"socket.dropMembership": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L644",
"socket.ref": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1020",
"socket.unref": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1034",
"socket.setRecvBufferSize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L709",
"socket.setSendBufferSize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L714",
"socket.getRecvBufferSize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L719",
"socket.getSendBufferSize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L724",
"socket._healthCheck": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L780",
"socket._stopReceiving": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dgram.js#L785",
"dns.lookup": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L87",
"dns.lookupService": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L163",
"resolver.resolveAny": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L231",
"resolver.resolve4": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L232",
"resolver.resolve6": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L233",
"resolver.resolveCname": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L234",
"resolver.resolveMx": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L235",
"resolver.resolveNs": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L236",
"resolver.resolveTxt": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L237",
"resolver.resolveSrv": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L238",
"resolver.resolvePtr": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L239",
"resolver.resolveNaptr": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L240",
"resolver.resolveSoa": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L241",
"resolver.reverse": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L242",
"resolver.resolve": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L246",
"dns.defaultResolverSetServers": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/dns.js#L264",
"events.EventEmitter": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/events.js#L26",
"fs.access": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L173",
"fs.accessSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L188",
"fs.exists": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L202",
"fs.existsSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L228",
"fs.readFile": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L283",
"fs.readFileSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L347",
"fs.close": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L398",
"fs.closeSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L405",
"fs.open": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L413",
"fs.openSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L440",
"fs.read": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L454",
"fs.readSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L492",
"fs.write": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L524",
"fs.writeSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L569",
"fs.rename": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L595",
"fs.renameSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L608",
"fs.truncate": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L619",
"fs.truncateSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L645",
"fs.ftruncate": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L666",
"fs.ftruncateSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L679",
"fs.rmdir": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L688",
"fs.rmdirSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L697",
"fs.fdatasync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L705",
"fs.fdatasyncSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L712",
"fs.fsync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L719",
"fs.fsyncSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L726",
"fs.mkdir": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L733",
"fs.mkdirSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L757",
"fs.readdir": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L778",
"fs.readdirSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L800",
"fs.fstat": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L812",
"fs.lstat": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L823",
"fs.stat": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L836",
"fs.fstatSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L849",
"fs.lstatSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L857",
"fs.statSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L867",
"fs.readlink": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L877",
"fs.readlinkSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L887",
"fs.symlink": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L898",
"fs.symlinkSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L915",
"fs.link": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L930",
"fs.linkSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L946",
"fs.unlink": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L960",
"fs.unlinkSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L969",
"fs.fchmod": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L977",
"fs.fchmodSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L987",
"fs.chmod": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1027",
"fs.chmodSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1038",
"fs.lchown": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1048",
"fs.lchownSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1059",
"fs.fchown": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1069",
"fs.fchownSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1079",
"fs.chown": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1089",
"fs.chownSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1101",
"fs.utimes": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1111",
"fs.utimesSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1124",
"fs.futimes": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1134",
"fs.futimesSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1143",
"fs.writeFile": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1180",
"fs.writeFileSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1207",
"fs.appendFile": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1234",
"fs.appendFileSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1248",
"fs.watch": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1261",
"fs.watchFile": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1291",
"fs.unwatchFile": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1330",
"fs.realpathSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1398",
"fs.realpath": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1544",
"fs.mkdtemp": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1684",
"fs.mkdtempSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1697",
"fs.copyFile": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1712",
"fs.copyFileSync": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1734",
"fs.createReadStream": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1756",
"fs.createWriteStream": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/fs.js#L1761",
"http.createServer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/http.js#L37",
"http.request": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/http.js#L41",
"http.get": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/http.js#L45",
"https.Server": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L42",
"https.createServer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L83",
"https.Agent": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L136",
"agent._getSession": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L229",
"agent._cacheSession": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L233",
"agent._evictSession": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L255",
"https.request": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L267",
"https.get": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/https.js#L303",
"Session": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/inspector.js#L25",
"new Session": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/inspector.js#L26",
"session.connect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/inspector.js#L33",
"session.onMessageSymbol": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/inspector.js#L44",
"session.post": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/inspector.js#L61",
"session.disconnect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/inspector.js#L88",
"net.createServer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L135",
"net.connect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L152",
"net.normalizeArgs": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L176",
"net.Socket": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L230",
"socket._unrefTimer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L338",
"socket._final": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L348",
"socket.setTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L408",
"socket._onTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L432",
"socket.setNoDelay": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L450",
"socket.setKeepAlive": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L465",
"socket._read": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L530",
"socket.end": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L547",
"socket.destroySoon": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L577",
"socket._destroy": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L588",
"socket._getpeername": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L628",
"socket._getsockname": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L666",
"socket[kAfterAsyncWrite]": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L690",
"socket._writeGeneric": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L694",
"socket._writev": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L726",
"socket._write": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L731",
"socket.connect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L863",
"net.Server": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1096",
"net.createServerHandle": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1148",
"server._listen2": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1279",
"server.listen": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1335",
"server.address": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1456",
"server.getConnections": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1504",
"server.close": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1542",
"server._emitCloseIfDrained": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1581",
"server.listenFD": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1611",
"server._setupWorker": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1616",
"server.ref": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1625",
"server.unref": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/net.js#L1634",
"os.loadavg": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L86",
"os.cpus": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L91",
"os.arch": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L110",
"os.platform": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L115",
"os.tmpdir": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L120",
"os.endianness": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L141",
"os.networkInterfaces": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L195",
"os.setPriority": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L209",
"os.getPriority": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L224",
"os.userInfo": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/os.js#L239",
"PerformanceObserver": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/perf_hooks.js#L278",
"new PerformanceObserver": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/perf_hooks.js#L279",
"performanceObserver.disconnect": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/perf_hooks.js#L314",
"performanceObserver.observe": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/perf_hooks.js#L327",
"QueryString": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/querystring.js#L32",
"readline.createInterface": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L74",
"readline.Interface": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L79",
"interface.setPrompt": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L260",
"interface._setRawMode": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L265",
"interface.prompt": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L276",
"interface.question": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L287",
"interface._onLine": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L301",
"interface._writeToOutput": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L312",
"interface._addHistory": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L320",
"interface._refreshLine": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L347",
"interface.close": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L388",
"interface.pause": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L399",
"interface.resume": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L408",
"interface.write": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L417",
"interface._normalWrite": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L422",
"interface._insertString": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L456",
"interface._tabComplete": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L478",
"interface._wordLeft": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L570",
"interface._wordRight": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L579",
"interface._deleteLeft": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L588",
"interface._deleteRight": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L599",
"interface._deleteWordLeft": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L606",
"interface._deleteWordRight": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L618",
"interface._deleteLineLeft": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L629",
"interface._deleteLineRight": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L636",
"interface.clearLine": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L642",
"interface._line": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L651",
"interface._historyNext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L658",
"interface._historyPrev": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L674",
"interface._getDisplayPos": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L686",
"interface._getCursorPos": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L719",
"interface._moveCursor": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L739",
"interface._ttyWrite": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L772",
"interface[undefined]": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L1003",
"readline.emitKeypressEvents": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L1042",
"readline.cursorTo": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L1117",
"readline.moveCursor": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L1138",
"readline.clearLine": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L1162",
"readline.clearScreenDown": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/readline.js#L1182",
"repl.writer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/repl.js#L132",
"repl.start": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/repl.js#L756",
"function hasOwnProperty() { [native code] }": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/repl.js#L125",
"repl.REPLServer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/repl.js#L137",
"repl.Recoverable": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/repl.js#L1505",
"Stream": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L30",
"Stream.Readable": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L32",
"Stream.Writable": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L33",
"Stream.Duplex": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L34",
"Stream.Transform": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L35",
"Stream.PassThrough": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L36",
"Stream.pipeline": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L38",
"Stream.finished": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L39",
"Stream.Stream": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/stream.js#L42",
"string_decoder.StringDecoder": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/string_decoder.js#L64",
"timers.active": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L180",
"timers._unrefActive": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L186",
"timers.clearTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L468",
"timers.setInterval": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L476",
"timers.clearInterval": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L508",
"timers.clearImmediate": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L731",
"timers.unenroll": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L364",
"timers.enroll": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L405",
"timers.setTimeout": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L427",
"timers.setImmediate": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/timers.js#L696",
"tls.convertALPNProtocols": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tls.js#L88",
"tls.checkServerIdentity": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tls.js#L173",
"trace_events.createTracing": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/trace_events.js#L72",
"tty.isatty": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L34",
"tty.ReadStream": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L38",
"readstream.setRawMode": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L64",
"tty.WriteStream": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L75",
"writestream.isTTY": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L109",
"writestream.getColorDepth": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L111",
"writestream._refreshSize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L113",
"writestream.cursorTo": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L131",
"writestream.moveCursor": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L135",
"writestream.clearLine": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L139",
"writestream.clearScreenDown": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L143",
"writestream.getWindowSize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/tty.js#L147",
"url.Url": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L54",
"url.urlParse": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L145",
"url.parse": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L153",
"url.urlFormat": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L534",
"url.format": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L570",
"url.urlResolve": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L657",
"url.resolve": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L661",
"url.urlResolveObject": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L665",
"url.resolveObject": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L670",
"url.parseHost": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/url.js#L948",
"util.format": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L77",
"util.formatWithOptions": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L81",
"util.debuglog": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L208",
"util.isBoolean": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L225",
"util.isNull": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L229",
"util.isNullOrUndefined": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L233",
"util.isNumber": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L237",
"util.isString": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L241",
"util.isSymbol": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L245",
"util.isUndefined": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L249",
"util.isObject": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L253",
"util.isFunction": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L257",
"util.isPrimitive": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L261",
"util.log": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L283",
"util.inherits": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L302",
"util._extend": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L322",
"util.callbackify": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L372",
"util.getSystemErrorName": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/util.js#L399",
"Serializer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L30",
"Deserializer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L32",
"v8.setFlagsFromString": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L68",
"v8.getHeapStatistics": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L73",
"v8.getHeapSpaceStatistics": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L91",
"serializer._getDataCloneError": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L113",
"deserializer.readRawBytes": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L115",
"DefaultSerializer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L147",
"new DefaultSerializer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L148",
"defaultSerializer._writeHostObject": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L154",
"DefaultDeserializer": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L174",
"defaultDeserializer._readHostObject": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L175",
"v8.serialize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L198",
"v8.deserialize": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/v8.js#L205",
"Script": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L46",
"new Script": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L47",
"script.runInThisContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L118",
"script.runInContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L127",
"script.runInNewContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L138",
"vm.isContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L223",
"vm.createContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L231",
"vm.createScript": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L263",
"vm.runInContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L285",
"vm.runInNewContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L299",
"vm.runInThisContext": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L308",
"vm.compileFunction": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/vm.js#L315",
"zlib.Deflate": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/zlib.js#L646",
"zlib.Inflate": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/zlib.js#L653",
"zlib.Gzip": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/zlib.js#L660",
"zlib.Gunzip": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/zlib.js#L667",
"zlib.DeflateRaw": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/zlib.js#L674",
"zlib.InflateRaw": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/zlib.js#L682",
"zlib.Unzip": "https://github.com/nodejs/node/blob/968e901aff38a343b1de4addebf79fd8fa991c59/lib/zlib.js#L689"
}