@@ -600,51 +600,45 @@ The DebugContext will be removed in V8 soon and will not be available in Node
600
600
601
601
* Note* : DebugContext was an experimental API.
602
602
603
- [ alloc ] : buffer.html#buffer_class_method_buffer_alloc_size_fill_encoding
604
- [ alloc_unsafe_size ] : buffer.html#buffer_class_method_buffer_allocunsafe_size
605
603
[ `Buffer.allocUnsafeSlow(size)` ] : buffer.html#buffer_class_method_buffer_allocunsafeslow_size
606
- [ `Buffer.isBuffer()` ] : buffer.html#buffer_class_method_buffer_isbuffer_obj
607
604
[ `Buffer.from(array)` ] : buffer.html#buffer_class_method_buffer_from_array
608
- [ from_arraybuffer ] : buffer.html#buffer_class_method_buffer_from_arraybuffer_byteoffset_length
609
605
[ `Buffer.from(buffer)` ] : buffer.html#buffer_class_method_buffer_from_buffer
610
- [ from_string_encoding ] : buffer.html#buffer_class_method_buffer_from_string_encoding
606
+ [ `Buffer.isBuffer()` ] : buffer.html#buffer_class_method_buffer_isbuffer_obj
607
+ [ `Domain.dispose()` ] : domain.html#domain_domain_dispose
608
+ [ `EventEmitter.listenerCount(emitter, eventName)` ] : events.html#events_eventemitter_listenercount_emitter_eventname
609
+ [ `Server.connections` ] : net.html#net_server_connections
610
+ [ `Server.getConnections()` ] : net.html#net_server_getconnections_callback
611
+ [ `Server.listen({fd: <number>})` ] : net.html#net_server_listen_handle_backlog_callback
611
612
[ `SlowBuffer` ] : buffer.html#buffer_class_slowbuffer
612
613
[ `child_process` ] : child_process.html
613
614
[ `console.error()` ] : console.html#console_console_error_data_args
614
615
[ `console.log()` ] : console.html#console_console_log_data_args
615
616
[ `crypto.createCredentials()` ] : crypto.html#crypto_crypto_createcredentials_details
616
617
[ `crypto.pbkdf2()` ] : crypto.html#crypto_crypto_pbkdf2_password_salt_iterations_keylen_digest_callback
617
618
[ `domain` ] : domain.html
618
- [ `Domain.dispose()` ] : domain.html#domain_domain_dispose
619
619
[ `ecdh.setPublicKey()` ] : crypto.html#crypto_ecdh_setpublickey_public_key_encoding
620
620
[ `emitter.listenerCount(eventName)` ] : events.html#events_emitter_listenercount_eventname
621
- [ `EventEmitter.listenerCount(emitter, eventName)` ] : events.html#events_eventemitter_listenercount_emitter_eventname
622
- [ `fs.exists(path, callback)` ] : fs.html#fs_fs_exists_path_callback
623
- [ `fs.stat()` ] : fs.html#fs_fs_stat_path_callback
624
621
[ `fs.access()` ] : fs.html#fs_fs_access_path_mode_callback
622
+ [ `fs.exists(path, callback)` ] : fs.html#fs_fs_exists_path_callback
625
623
[ `fs.lchmod(path, mode, callback)` ] : fs.html#fs_fs_lchmod_path_mode_callback
626
624
[ `fs.lchmodSync(path, mode)` ] : fs.html#fs_fs_lchmodsync_path_mode
627
625
[ `fs.lchown(path, uid, gid, callback)` ] : fs.html#fs_fs_lchown_path_uid_gid_callback
628
626
[ `fs.lchownSync(path, uid, gid)` ] : fs.html#fs_fs_lchownsync_path_uid_gid
629
627
[ `fs.read()` ] : fs.html#fs_fs_read_fd_buffer_offset_length_position_callback
630
628
[ `fs.readSync()` ] : fs.html#fs_fs_readsync_fd_buffer_offset_length_position
631
- [ `Server.connections` ] : net.html#net_server_connections
632
- [ `Server.getConnections()` ] : net.html#net_server_getconnections_callback
633
- [ `Server.listen({fd: <number>})` ] : net.html#net_server_listen_handle_backlog_callback
629
+ [ `fs.stat()` ] : fs.html#fs_fs_stat_path_callback
634
630
[ `os.networkInterfaces` ] : os.html#os_os_networkinterfaces
635
631
[ `os.tmpdir()` ] : os.html#os_os_tmpdir
636
632
[ `punycode` ] : punycode.html
637
633
[ `require.extensions` ] : globals.html#globals_require_extensions
638
- [ `tls.TLSSocket` ] : tls.html#tls_class_tls_tlssocket
639
634
[ `tls.CryptoStream` ] : tls.html#tls_class_cryptostream
640
- [ `tls.SecurePair` ] : tls.html#tls_class_securepair
641
635
[ `tls.SecureContext` ] : tls.html#tls_tls_createsecurecontext_options
636
+ [ `tls.SecurePair` ] : tls.html#tls_class_securepair
637
+ [ `tls.TLSSocket` ] : tls.html#tls_class_tls_tlssocket
642
638
[ `tls.createSecureContext()` ] : tls.html#tls_tls_createsecurecontext_options
643
- [ `util` ] : util.html
639
+ [ `util._extend() ` ] : util.html#util_util_extend_target_source
644
640
[ `util.debug()` ] : util.html#util_util_debug_string
645
641
[ `util.error()` ] : util.html#util_util_error_strings
646
- [ `util.puts()` ] : util.html#util_util_puts_strings
647
- [ `util.print()` ] : util.html#util_util_print_strings
648
642
[ `util.isArray()` ] : util.html#util_util_isarray_object
649
643
[ `util.isBoolean()` ] : util.html#util_util_isboolean_object
650
644
[ `util.isBuffer()` ] : util.html#util_util_isbuffer_object
@@ -661,6 +655,12 @@ The DebugContext will be removed in V8 soon and will not be available in Node
661
655
[ `util.isSymbol()` ] : util.html#util_util_issymbol_object
662
656
[ `util.isUndefined()` ] : util.html#util_util_isundefined_object
663
657
[ `util.log()` ] : util.html#util_util_log_string
664
- [ `util._extend()` ] : util.html#util_util_extend_target_source
665
- [ `worker.suicide` ] : cluster.html#cluster_worker_suicide
658
+ [ `util.print()` ] : util.html#util_util_print_strings
659
+ [ `util.puts()` ] : util.html#util_util_puts_strings
660
+ [ `util` ] : util.html
666
661
[ `worker.exitedAfterDisconnect` ] : cluster.html#cluster_worker_exitedafterdisconnect
662
+ [ `worker.suicide` ] : cluster.html#cluster_worker_suicide
663
+ [ alloc ] : buffer.html#buffer_class_method_buffer_alloc_size_fill_encoding
664
+ [ alloc_unsafe_size ] : buffer.html#buffer_class_method_buffer_allocunsafe_size
665
+ [ from_arraybuffer ] : buffer.html#buffer_class_method_buffer_from_arraybuffer_byteoffset_length
666
+ [ from_string_encoding ] : buffer.html#buffer_class_method_buffer_from_string_encoding
0 commit comments