@@ -13,53 +13,82 @@ const jsPrimitives = {
13
13
'undefined' : 'Undefined'
14
14
} ;
15
15
const jsGlobalTypes = [
16
- 'Error ' , 'Object ' , 'Function ' , 'Array ' , 'TypedArray ' , 'Uint8Array ' ,
17
- 'Uint16Array ' , 'Uint32Array ' , 'Int8Array ' , 'Int16Array ' , 'Int32Array ' ,
18
- 'Uint8ClampedArray ' , 'Float32Array ' , 'Float64Array ' , 'Date ' , 'RegExp ' ,
19
- 'ArrayBuffer ' , 'DataView ' , 'Promise ' , 'EvalError ' , 'RangeError ' ,
20
- 'ReferenceError ' , 'SyntaxError' , 'TypeError' , 'URIError ' , 'Proxy' , 'Map ',
21
- 'Set ' , 'WeakMap ' , 'WeakSet ' , 'Generator ' , 'GeneratorFunction ' ,
22
- 'AsyncFunction' , 'SharedArrayBuffer '
16
+ 'Array ' , 'ArrayBuffer ' , 'AsyncFunction ' , 'DataView ' , 'Date ' , 'Error ' ,
17
+ 'EvalError ' , 'Float32Array ' , 'Float64Array ' , 'Function ' , 'Generator ' ,
18
+ 'GeneratorFunction ' , 'Int16Array ' , 'Int32Array ' , 'Int8Array ' , 'Map' , 'Object ',
19
+ 'Promise ' , 'Proxy ' , 'RangeError ' , 'ReferenceError ' , 'RegExp' , 'Set ',
20
+ 'SharedArrayBuffer ' , 'SyntaxError' , 'TypeError' , 'TypedArray ' , 'URIError ' ,
21
+ 'Uint16Array ' , 'Uint32Array ' , 'Uint8Array ' , 'Uint8ClampedArray ' , 'WeakMap ' ,
22
+ 'WeakSet '
23
23
] ;
24
24
const typeMap = {
25
25
'Iterable' :
26
26
`${ jsDocPrefix } Reference/Iteration_protocols#The_iterable_protocol` ,
27
27
'Iterator' :
28
28
`${ jsDocPrefix } Reference/Iteration_protocols#The_iterator_protocol` ,
29
29
30
+ 'this' : `${ jsDocPrefix } Reference/Operators/this` ,
31
+
32
+ 'AsyncHook' : 'async_hooks.html#async_hooks_async_hooks_createhook_callbacks' ,
33
+
30
34
'Buffer' : 'buffer.html#buffer_class_buffer' ,
31
35
32
36
'ChildProcess' : 'child_process.html#child_process_class_childprocess' ,
33
37
34
38
'cluster.Worker' : 'cluster.html#cluster_class_worker' ,
35
39
40
+ 'crypto.constants' : 'crypto.html#crypto_crypto_constants_1' ,
41
+
36
42
'dgram.Socket' : 'dgram.html#dgram_class_dgram_socket' ,
37
43
44
+ 'Domain' : 'domain.html#domain_class_domain' ,
45
+
38
46
'EventEmitter' : 'events.html#events_class_eventemitter' ,
39
47
48
+ 'fs.Stats' : 'fs.html#fs_class_fs_stats' ,
49
+
40
50
'http.Agent' : 'http.html#http_class_http_agent' ,
41
51
'http.ClientRequest' : 'http.html#http_class_http_clientrequest' ,
42
52
'http.IncomingMessage' : 'http.html#http_class_http_incomingmessage' ,
43
53
'http.Server' : 'http.html#http_class_http_server' ,
44
54
'http.ServerResponse' : 'http.html#http_class_http_serverresponse' ,
45
55
56
+ 'ClientHttp2Stream' : 'http2.html#http2_class_clienthttp2stream' ,
46
57
'HTTP2 Headers Object' : 'http2.html#http2_headers_object' ,
47
58
'HTTP2 Settings Object' : 'http2.html#http2_settings_object' ,
59
+ 'http2.Http2ServerRequest' : 'http2.html#http2_class_http2_http2serverrequest' ,
60
+ 'http2.Http2ServerResponse' :
61
+ 'http2.html#http2_class_http2_http2serverresponse' ,
62
+ 'Http2Server' : 'http2.html#http2_class_http2server' ,
63
+ 'Http2Session' : 'http2.html#http2_class_http2session' ,
64
+ 'Http2Stream' : 'http2.html#http2_class_http2stream' ,
65
+ 'ServerHttp2Stream' : 'http2.html#http2_class_serverhttp2stream' ,
48
66
49
67
'Handle' : 'net.html#net_server_listen_handle_backlog_callback' ,
68
+ 'net.Server' : 'net.html#net_class_net_server' ,
50
69
'net.Socket' : 'net.html#net_class_net_socket' ,
51
70
52
- 'ServerHttp2Stream' : 'http2.html#http2_class_serverhttp2stream' ,
71
+ 'os.constants.dlopen' : 'os.html#os_dlopen_constants' ,
72
+
73
+ 'PerformanceObserver' :
74
+ 'perf_hooks.html#perf_hooks_class_performanceobserver_callback' ,
75
+ 'PerformanceObserverEntryList' :
76
+ 'perf_hooks.html#perf_hooks_class_performanceobserverentrylist' ,
77
+
78
+ 'readline.Interface' : 'readline.html#readline_class_interface' ,
53
79
54
80
'Stream' : 'stream.html#stream_stream' ,
81
+ 'stream.Duplex' : 'stream.html#stream_class_stream_duplex' ,
55
82
'stream.Readable' : 'stream.html#stream_class_stream_readable' ,
56
83
'stream.Writable' : 'stream.html#stream_class_stream_writable' ,
57
- 'stream.Duplex' : 'stream.html#stream_class_stream_duplex' ,
58
-
59
- 'tls.TLSSocket' : 'tls.html#tls_class_tls_tlssocket' ,
60
84
85
+ 'Immediate' : 'timers.html#timers_class_immediate' ,
86
+ 'Timeout' : 'timers.html#timers_class_timeout' ,
61
87
'Timer' : 'timers.html#timers_timers' ,
62
88
89
+ 'tls.Server' : 'tls.html#tls_class_tls_server' ,
90
+ 'tls.TLSSocket' : 'tls.html#tls_class_tls_tlssocket' ,
91
+
63
92
'URL' : 'url.html#url_the_whatwg_url_api' ,
64
93
'URLSearchParams' : 'url.html#url_class_urlsearchparams'
65
94
} ;
0 commit comments