@encharm/cws 4.4.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bindings/cws_darwin_arm64_node115.node +0 -0
- package/dist/bindings/cws_darwin_arm64_node127.node +0 -0
- package/dist/bindings/cws_linux_arm64_node115.node +0 -0
- package/dist/bindings/cws_linux_arm64_node127.node +0 -0
- package/dist/bindings/cws_linux_x64_node108.node +0 -0
- package/dist/bindings/cws_linux_x64_node115.node +0 -0
- package/dist/bindings/cws_linux_x64_node127.node +0 -0
- package/dist/bindings/cws_win32_x64_node108.node +0 -0
- package/dist/bindings/cws_win32_x64_node115.node +0 -0
- package/dist/bindings/cws_win32_x64_node127.node +0 -0
- package/dist/bindings/cws_win32_x64_node83.node +0 -0
- package/dist/bindings/cws_win32_x64_node93.node +0 -0
- package/package.json +1 -1
- package/src/Addon.h +20 -24
- package/src/Socket.h +0 -1
- package/src/headers/20/acorn_version.h +1 -1
- package/src/headers/20/connection_wrap.h +1 -0
- package/src/headers/20/crypto/crypto_keys.h +3 -0
- package/src/headers/20/crypto/crypto_tls.h +12 -3
- package/src/headers/20/crypto/crypto_util.h +3 -2
- package/src/headers/20/env_properties.h +3 -1
- package/src/headers/20/js_native_api.h +11 -1
- package/src/headers/20/js_native_api_v8.h +40 -3
- package/src/headers/20/js_native_api_v8_internals.h +6 -0
- package/src/headers/20/module_wrap.h +1 -1
- package/src/headers/20/node.h +2 -0
- package/src/headers/20/node_api.h +8 -7
- package/src/headers/20/node_constants.h +3 -0
- package/src/headers/20/node_contextify.h +24 -0
- package/src/headers/20/node_file-inl.h +32 -0
- package/src/headers/20/node_file.h +25 -12
- package/src/headers/20/node_options.h +9 -9
- package/src/headers/20/node_version.h +1 -1
- package/src/headers/20/permission/child_process_permission.h +2 -1
- package/src/headers/20/permission/fs_permission.h +11 -9
- package/src/headers/20/permission/inspector_permission.h +29 -0
- package/src/headers/20/permission/permission.h +4 -1
- package/src/headers/20/permission/permission_base.h +6 -2
- package/src/headers/20/permission/worker_permission.h +2 -1
- package/src/headers/20/undici_version.h +2 -2
- package/src/headers/22/acorn_version.h +6 -0
- package/src/headers/22/aliased_buffer-inl.h +243 -0
- package/src/headers/22/aliased_buffer.h +206 -0
- package/src/headers/{18 → 22}/async_wrap-inl.h +8 -6
- package/src/headers/{18 → 22}/async_wrap.h +65 -59
- package/src/headers/{16 → 22}/base_object-inl.h +57 -117
- package/src/headers/{18 → 22}/base_object.h +58 -30
- package/src/headers/22/base_object_types.h +74 -0
- package/src/headers/22/blob_serializer_deserializer-inl.h +385 -0
- package/src/headers/22/blob_serializer_deserializer.h +132 -0
- package/src/headers/{16 → 22}/callback_queue.h +1 -0
- package/src/headers/{16 → 22}/cares_wrap.h +27 -20
- package/src/headers/22/cjs_module_lexer_version.h +6 -0
- package/src/headers/22/cleanup_queue-inl.h +62 -0
- package/src/headers/22/cleanup_queue.h +85 -0
- package/src/headers/22/compile_cache.h +104 -0
- package/src/headers/{18 → 22}/crypto/crypto_clienthello.h +1 -1
- package/src/headers/{18 → 22}/crypto/crypto_context.h +31 -7
- package/src/headers/{18 → 22}/crypto/crypto_keys.h +118 -148
- package/src/headers/{18 → 22}/crypto/crypto_tls.h +20 -5
- package/src/headers/{18 → 22}/crypto/crypto_util.h +219 -263
- package/src/headers/22/crypto/ncrypto.h +752 -0
- package/src/headers/{16 → 22}/debug_utils-inl.h +15 -7
- package/src/headers/{18 → 22}/debug_utils.h +25 -19
- package/src/headers/22/encoding_binding.h +59 -0
- package/src/headers/{14 → 22}/env-inl.h +276 -409
- package/src/headers/22/env.h +1266 -0
- package/src/headers/22/env_properties.h +497 -0
- package/src/headers/{18 → 22}/handle_wrap.h +2 -0
- package/src/headers/{18 → 22}/histogram.h +88 -48
- package/src/headers/{16 → 22}/inspector_agent.h +17 -1
- package/src/headers/{16 → 22}/inspector_profiler.h +15 -13
- package/src/headers/{18 → 22}/js_native_api.h +78 -30
- package/src/headers/{18 → 22}/js_native_api_types.h +46 -1
- package/src/headers/{18 → 22}/js_native_api_v8.h +206 -161
- package/src/headers/{18 → 22}/js_native_api_v8_internals.h +6 -0
- package/src/headers/22/json_parser.h +40 -0
- package/src/headers/{16 → 22}/json_utils.h +19 -8
- package/src/headers/{18 → 22}/memory_tracker-inl.h +16 -13
- package/src/headers/{14 → 22}/memory_tracker.h +13 -8
- package/src/headers/{16 → 22}/module_wrap.h +49 -19
- package/src/headers/22/ncrypto/ncrypto.h +752 -0
- package/src/headers/{18 → 22}/node.h +465 -68
- package/src/headers/{18 → 22}/node_api.h +66 -81
- package/src/headers/{18 → 22}/node_api_internals.h +8 -4
- package/src/headers/{18 → 22}/node_api_types.h +5 -0
- package/src/headers/22/node_binding.h +154 -0
- package/src/headers/{18 → 22}/node_blob.h +46 -78
- package/src/headers/{18 → 22}/node_bob-inl.h +1 -2
- package/src/headers/{18 → 22}/node_bob.h +2 -6
- package/src/headers/{18 → 22}/node_buffer.h +1 -1
- package/src/headers/22/node_builtins.h +220 -0
- package/src/headers/{18 → 22}/node_constants.h +3 -5
- package/src/headers/22/node_context_data.h +168 -0
- package/src/headers/22/node_contextify.h +199 -0
- package/src/headers/{16 → 22}/node_crypto.h +1 -2
- package/src/headers/22/node_dotenv.h +45 -0
- package/src/headers/{18 → 22}/node_errors.h +86 -27
- package/src/headers/22/node_exit_code.h +54 -0
- package/src/headers/22/node_external_reference.h +249 -0
- package/src/headers/{18 → 22}/node_file-inl.h +127 -30
- package/src/headers/{16 → 22}/node_file.h +122 -11
- package/src/headers/{18 → 22}/node_http2.h +28 -11
- package/src/headers/{16 → 22}/node_http2_state.h +34 -25
- package/src/headers/{18 → 22}/node_http_common-inl.h +2 -1
- package/src/headers/{18 → 22}/node_http_common.h +56 -55
- package/src/headers/{16 → 22}/node_i18n.h +5 -18
- package/src/headers/{18 → 22}/node_internals.h +121 -59
- package/src/headers/{18 → 22}/node_main_instance.h +4 -31
- package/src/headers/{18 → 22}/node_messaging.h +27 -10
- package/src/headers/{18 → 22}/node_metadata.h +23 -1
- package/src/headers/{18 → 22}/node_options-inl.h +24 -11
- package/src/headers/{18 → 22}/node_options.h +124 -39
- package/src/headers/{18 → 22}/node_perf.h +0 -2
- package/src/headers/{18 → 22}/node_perf_common.h +20 -9
- package/src/headers/{18 → 22}/node_platform.h +11 -5
- package/src/headers/{18 → 22}/node_process.h +26 -14
- package/src/headers/22/node_realm-inl.h +145 -0
- package/src/headers/22/node_realm.h +184 -0
- package/src/headers/{16 → 22}/node_report.h +13 -17
- package/src/headers/{16 → 22}/node_revert.h +3 -3
- package/src/headers/{16 → 22}/node_root_certs.h +902 -461
- package/src/headers/22/node_sea.h +64 -0
- package/src/headers/22/node_shadow_realm.h +46 -0
- package/src/headers/22/node_snapshot_builder.h +57 -0
- package/src/headers/22/node_snapshotable.h +174 -0
- package/src/headers/{18 → 22}/node_sockaddr.h +2 -2
- package/src/headers/{16 → 22}/node_stat_watcher.h +2 -1
- package/src/headers/22/node_threadsafe_cow-inl.h +54 -0
- package/src/headers/22/node_threadsafe_cow.h +105 -0
- package/src/headers/22/node_union_bytes.h +81 -0
- package/src/headers/22/node_url.h +96 -0
- package/src/headers/22/node_v8.h +77 -0
- package/src/headers/{14 → 22}/node_v8_platform-inl.h +17 -6
- package/src/headers/{18 → 22}/node_version.h +20 -8
- package/src/headers/22/node_wasi.h +185 -0
- package/src/headers/{14 → 22}/node_watchdog.h +2 -0
- package/src/headers/{18 → 22}/node_worker.h +7 -2
- package/src/headers/22/permission/child_process_permission.h +31 -0
- package/src/headers/22/permission/fs_permission.h +167 -0
- package/src/headers/22/permission/inspector_permission.h +31 -0
- package/src/headers/22/permission/permission.h +99 -0
- package/src/headers/22/permission/permission_base.h +60 -0
- package/src/headers/22/permission/wasi_permission.h +31 -0
- package/src/headers/22/permission/worker_permission.h +31 -0
- package/src/headers/{16 → 22}/req_wrap-inl.h +7 -6
- package/src/headers/{14 → 22}/spawn_sync.h +3 -3
- package/src/headers/{18 → 22}/stream_base-inl.h +0 -135
- package/src/headers/{18 → 22}/stream_base.h +35 -16
- package/src/headers/{18 → 22}/stream_pipe.h +3 -4
- package/src/headers/{16 → 22}/stream_wrap.h +2 -1
- package/src/headers/{18 → 22}/string_bytes.h +5 -14
- package/src/headers/{14 → 22}/string_decoder-inl.h +0 -6
- package/src/headers/{16 → 22}/string_decoder.h +0 -1
- package/src/headers/{18 → 22}/tcp_wrap.h +1 -1
- package/src/headers/{18 → 22}/threadpoolwork-inl.h +14 -1
- package/src/headers/22/timers.h +76 -0
- package/src/headers/{18 → 22}/tracing/trace_event.h +7 -5
- package/src/headers/{16 → 22}/udp_wrap.h +8 -5
- package/src/headers/22/undici_version.h +6 -0
- package/src/headers/{18 → 22}/util-inl.h +97 -127
- package/src/headers/{18 → 22}/util.h +293 -106
- package/src/headers/{18 → 22}/v8-fast-api-calls.h +103 -58
- package/dist/bindings/cws_darwin_arm64_node83.node +0 -0
- package/dist/bindings/cws_darwin_arm64_node93.node +0 -0
- package/dist/bindings/cws_darwin_x64_node83.node +0 -0
- package/dist/bindings/cws_darwin_x64_node93.node +0 -0
- package/dist/bindings/cws_linux_arm64_node83.node +0 -0
- package/dist/bindings/cws_linux_arm64_node93.node +0 -0
- package/dist/bindings/cws_linux_x64_node83.node +0 -0
- package/dist/bindings/cws_linux_x64_node93.node +0 -0
- package/src/headers/14/aliased_buffer.h +0 -263
- package/src/headers/14/allocated_buffer-inl.h +0 -110
- package/src/headers/14/allocated_buffer.h +0 -73
- package/src/headers/14/async_wrap-inl.h +0 -94
- package/src/headers/14/async_wrap.h +0 -230
- package/src/headers/14/base64.h +0 -183
- package/src/headers/14/base_object-inl.h +0 -371
- package/src/headers/14/base_object.h +0 -281
- package/src/headers/14/callback_queue-inl.h +0 -97
- package/src/headers/14/callback_queue.h +0 -78
- package/src/headers/14/debug_utils-inl.h +0 -223
- package/src/headers/14/debug_utils.h +0 -181
- package/src/headers/14/env.h +0 -1388
- package/src/headers/14/handle_wrap.h +0 -117
- package/src/headers/14/histogram-inl.h +0 -83
- package/src/headers/14/histogram.h +0 -98
- package/src/headers/14/inspector_agent.h +0 -149
- package/src/headers/14/inspector_profiler.h +0 -137
- package/src/headers/14/js_native_api.h +0 -544
- package/src/headers/14/js_native_api_types.h +0 -143
- package/src/headers/14/js_native_api_v8.h +0 -301
- package/src/headers/14/js_native_api_v8_internals.h +0 -38
- package/src/headers/14/json_utils.h +0 -161
- package/src/headers/14/memory_tracker-inl.h +0 -355
- package/src/headers/14/module_wrap.h +0 -99
- package/src/headers/14/node.h +0 -1032
- package/src/headers/14/node_api.h +0 -255
- package/src/headers/14/node_api_types.h +0 -44
- package/src/headers/14/node_binding.h +0 -99
- package/src/headers/14/node_buffer.h +0 -92
- package/src/headers/14/node_constants.h +0 -84
- package/src/headers/14/node_context_data.h +0 -44
- package/src/headers/14/node_contextify.h +0 -161
- package/src/headers/14/node_crypto.h +0 -865
- package/src/headers/14/node_crypto_bio.h +0 -195
- package/src/headers/14/node_crypto_clienthello-inl.h +0 -91
- package/src/headers/14/node_crypto_clienthello.h +0 -132
- package/src/headers/14/node_crypto_common.h +0 -138
- package/src/headers/14/node_crypto_groups.h +0 -415
- package/src/headers/14/node_dtrace.h +0 -86
- package/src/headers/14/node_errors.h +0 -214
- package/src/headers/14/node_file-inl.h +0 -306
- package/src/headers/14/node_file.h +0 -417
- package/src/headers/14/node_http2.h +0 -1191
- package/src/headers/14/node_http2_state.h +0 -149
- package/src/headers/14/node_http_common-inl.h +0 -194
- package/src/headers/14/node_http_common.h +0 -529
- package/src/headers/14/node_i18n.h +0 -144
- package/src/headers/14/node_internals.h +0 -405
- package/src/headers/14/node_main_instance.h +0 -96
- package/src/headers/14/node_mem.h +0 -45
- package/src/headers/14/node_messaging.h +0 -303
- package/src/headers/14/node_metadata.h +0 -109
- package/src/headers/14/node_mutex.h +0 -247
- package/src/headers/14/node_native_module.h +0 -101
- package/src/headers/14/node_native_module_env.h +0 -66
- package/src/headers/14/node_options-inl.h +0 -451
- package/src/headers/14/node_options.h +0 -481
- package/src/headers/14/node_perf.h +0 -181
- package/src/headers/14/node_perf_common.h +0 -97
- package/src/headers/14/node_platform.h +0 -189
- package/src/headers/14/node_process.h +0 -40
- package/src/headers/14/node_report.h +0 -47
- package/src/headers/14/node_revert.h +0 -72
- package/src/headers/14/node_root_certs.h +0 -3458
- package/src/headers/14/node_sockaddr-inl.h +0 -170
- package/src/headers/14/node_sockaddr.h +0 -123
- package/src/headers/14/node_stat_watcher.h +0 -70
- package/src/headers/14/node_union_bytes.h +0 -103
- package/src/headers/14/node_url.h +0 -188
- package/src/headers/14/node_version.h +0 -98
- package/src/headers/14/node_wasi.h +0 -108
- package/src/headers/14/node_win32_etw_provider-inl.h +0 -287
- package/src/headers/14/node_win32_etw_provider.h +0 -99
- package/src/headers/14/node_worker.h +0 -141
- package/src/headers/14/pipe_wrap.h +0 -78
- package/src/headers/14/req_wrap-inl.h +0 -170
- package/src/headers/14/req_wrap.h +0 -77
- package/src/headers/14/stream_base-inl.h +0 -275
- package/src/headers/14/stream_base.h +0 -434
- package/src/headers/14/stream_pipe.h +0 -73
- package/src/headers/14/stream_wrap.h +0 -130
- package/src/headers/14/string_bytes.h +0 -129
- package/src/headers/14/string_decoder.h +0 -50
- package/src/headers/14/string_search.h +0 -638
- package/src/headers/14/tcp_wrap.h +0 -101
- package/src/headers/14/threadpoolwork-inl.h +0 -57
- package/src/headers/14/tls_wrap.h +0 -222
- package/src/headers/14/tracing/agent.h +0 -195
- package/src/headers/14/tracing/trace_event.h +0 -720
- package/src/headers/14/tty_wrap.h +0 -64
- package/src/headers/14/udp_wrap.h +0 -227
- package/src/headers/14/util-inl.h +0 -566
- package/src/headers/14/util.h +0 -804
- package/src/headers/14/v8abbr.h +0 -124
- package/src/headers/16/aliased_buffer.h +0 -315
- package/src/headers/16/aliased_struct-inl.h +0 -54
- package/src/headers/16/aliased_struct.h +0 -63
- package/src/headers/16/allocated_buffer-inl.h +0 -110
- package/src/headers/16/allocated_buffer.h +0 -73
- package/src/headers/16/async_wrap-inl.h +0 -94
- package/src/headers/16/async_wrap.h +0 -246
- package/src/headers/16/base64-inl.h +0 -189
- package/src/headers/16/base64.h +0 -69
- package/src/headers/16/base_object.h +0 -294
- package/src/headers/16/connect_wrap.h +0 -26
- package/src/headers/16/connection_wrap.h +0 -30
- package/src/headers/16/crypto/crypto_aes.h +0 -89
- package/src/headers/16/crypto/crypto_bio.h +0 -194
- package/src/headers/16/crypto/crypto_cipher.h +0 -286
- package/src/headers/16/crypto/crypto_clienthello-inl.h +0 -90
- package/src/headers/16/crypto/crypto_clienthello.h +0 -131
- package/src/headers/16/crypto/crypto_common.h +0 -187
- package/src/headers/16/crypto/crypto_context.h +0 -147
- package/src/headers/16/crypto/crypto_dh.h +0 -157
- package/src/headers/16/crypto/crypto_dsa.h +0 -76
- package/src/headers/16/crypto/crypto_ec.h +0 -169
- package/src/headers/16/crypto/crypto_groups.h +0 -415
- package/src/headers/16/crypto/crypto_hash.h +0 -89
- package/src/headers/16/crypto/crypto_hkdf.h +0 -66
- package/src/headers/16/crypto/crypto_hmac.h +0 -94
- package/src/headers/16/crypto/crypto_keygen.h +0 -301
- package/src/headers/16/crypto/crypto_keys.h +0 -412
- package/src/headers/16/crypto/crypto_pbkdf2.h +0 -76
- package/src/headers/16/crypto/crypto_random.h +0 -130
- package/src/headers/16/crypto/crypto_rsa.h +0 -141
- package/src/headers/16/crypto/crypto_scrypt.h +0 -87
- package/src/headers/16/crypto/crypto_sig.h +0 -167
- package/src/headers/16/crypto/crypto_spkac.h +0 -20
- package/src/headers/16/crypto/crypto_timing.h +0 -20
- package/src/headers/16/crypto/crypto_tls.h +0 -292
- package/src/headers/16/crypto/crypto_util.h +0 -736
- package/src/headers/16/crypto/crypto_x509.h +0 -141
- package/src/headers/16/debug_utils.h +0 -184
- package/src/headers/16/diagnosticfilename-inl.h +0 -33
- package/src/headers/16/env-inl.h +0 -1277
- package/src/headers/16/env.h +0 -1629
- package/src/headers/16/handle_wrap.h +0 -121
- package/src/headers/16/histogram-inl.h +0 -88
- package/src/headers/16/histogram.h +0 -216
- package/src/headers/16/inspector_io.h +0 -78
- package/src/headers/16/inspector_socket.h +0 -60
- package/src/headers/16/inspector_socket_server.h +0 -110
- package/src/headers/16/js_native_api.h +0 -561
- package/src/headers/16/js_native_api_types.h +0 -160
- package/src/headers/16/js_native_api_v8.h +0 -451
- package/src/headers/16/js_native_api_v8_internals.h +0 -39
- package/src/headers/16/js_stream.h +0 -52
- package/src/headers/16/memory_tracker-inl.h +0 -356
- package/src/headers/16/memory_tracker.h +0 -284
- package/src/headers/16/node.d +0 -315
- package/src/headers/16/node.h +0 -1132
- package/src/headers/16/node.stp +0 -146
- package/src/headers/16/node_api.h +0 -275
- package/src/headers/16/node_api_internals.h +0 -30
- package/src/headers/16/node_api_types.h +0 -50
- package/src/headers/16/node_binding.h +0 -99
- package/src/headers/16/node_blob.h +0 -191
- package/src/headers/16/node_bob-inl.h +0 -37
- package/src/headers/16/node_bob.h +0 -111
- package/src/headers/16/node_buffer.h +0 -92
- package/src/headers/16/node_constants.h +0 -84
- package/src/headers/16/node_context_data.h +0 -44
- package/src/headers/16/node_contextify.h +0 -196
- package/src/headers/16/node_dir.h +0 -52
- package/src/headers/16/node_dtrace.h +0 -86
- package/src/headers/16/node_errors.h +0 -277
- package/src/headers/16/node_external_reference.h +0 -129
- package/src/headers/16/node_file-inl.h +0 -306
- package/src/headers/16/node_http2.h +0 -1140
- package/src/headers/16/node_http_common-inl.h +0 -200
- package/src/headers/16/node_http_common.h +0 -531
- package/src/headers/16/node_internals.h +0 -421
- package/src/headers/16/node_main_instance.h +0 -103
- package/src/headers/16/node_mem-inl.h +0 -112
- package/src/headers/16/node_messaging.h +0 -373
- package/src/headers/16/node_metadata.h +0 -122
- package/src/headers/16/node_native_module.h +0 -101
- package/src/headers/16/node_native_module_env.h +0 -68
- package/src/headers/16/node_object_wrap.h +0 -132
- package/src/headers/16/node_options-inl.h +0 -477
- package/src/headers/16/node_options.h +0 -494
- package/src/headers/16/node_perf.h +0 -185
- package/src/headers/16/node_perf_common.h +0 -89
- package/src/headers/16/node_platform.h +0 -192
- package/src/headers/16/node_process.h +0 -43
- package/src/headers/16/node_provider.d +0 -80
- package/src/headers/16/node_snapshotable.h +0 -137
- package/src/headers/16/node_sockaddr-inl.h +0 -266
- package/src/headers/16/node_sockaddr.h +0 -405
- package/src/headers/16/node_union_bytes.h +0 -103
- package/src/headers/16/node_url.h +0 -205
- package/src/headers/16/node_v8.h +0 -41
- package/src/headers/16/node_v8_platform-inl.h +0 -194
- package/src/headers/16/node_version.h +0 -98
- package/src/headers/16/node_wasi.h +0 -108
- package/src/headers/16/node_watchdog.h +0 -152
- package/src/headers/16/node_win32_etw_provider-inl.h +0 -288
- package/src/headers/16/node_win32_etw_provider.h +0 -99
- package/src/headers/16/node_worker.h +0 -145
- package/src/headers/16/req_wrap.h +0 -77
- package/src/headers/16/spawn_sync.h +0 -242
- package/src/headers/16/stream_base-inl.h +0 -303
- package/src/headers/16/stream_base.h +0 -454
- package/src/headers/16/stream_pipe.h +0 -73
- package/src/headers/16/string_bytes.h +0 -122
- package/src/headers/16/string_decoder-inl.h +0 -37
- package/src/headers/16/string_search.h +0 -638
- package/src/headers/16/tcp_wrap.h +0 -103
- package/src/headers/16/threadpoolwork-inl.h +0 -57
- package/src/headers/16/timer_wrap.h +0 -84
- package/src/headers/16/tracing/agent.h +0 -195
- package/src/headers/16/tracing/node_trace_buffer.h +0 -83
- package/src/headers/16/tracing/node_trace_writer.h +0 -75
- package/src/headers/16/tracing/trace_event.h +0 -720
- package/src/headers/16/tracing/trace_event_common.h +0 -1109
- package/src/headers/16/tracing/traced_value.h +0 -70
- package/src/headers/16/tty_wrap.h +0 -66
- package/src/headers/16/util-inl.h +0 -575
- package/src/headers/16/util.h +0 -824
- package/src/headers/16/v8abbr.h +0 -123
- package/src/headers/16/v8ustack.d +0 -695
- package/src/headers/18/aliased_buffer.h +0 -315
- package/src/headers/18/aliased_struct-inl.h +0 -54
- package/src/headers/18/aliased_struct.h +0 -63
- package/src/headers/18/base64-inl.h +0 -189
- package/src/headers/18/base64.h +0 -69
- package/src/headers/18/base_object-inl.h +0 -374
- package/src/headers/18/callback_queue-inl.h +0 -97
- package/src/headers/18/callback_queue.h +0 -78
- package/src/headers/18/cares_wrap.h +0 -523
- package/src/headers/18/connect_wrap.h +0 -26
- package/src/headers/18/connection_wrap.h +0 -30
- package/src/headers/18/crypto/crypto_aes.h +0 -89
- package/src/headers/18/crypto/crypto_bio.h +0 -194
- package/src/headers/18/crypto/crypto_cipher.h +0 -291
- package/src/headers/18/crypto/crypto_clienthello-inl.h +0 -90
- package/src/headers/18/crypto/crypto_common.h +0 -151
- package/src/headers/18/crypto/crypto_dh.h +0 -156
- package/src/headers/18/crypto/crypto_dsa.h +0 -77
- package/src/headers/18/crypto/crypto_ec.h +0 -170
- package/src/headers/18/crypto/crypto_groups.h +0 -415
- package/src/headers/18/crypto/crypto_hash.h +0 -89
- package/src/headers/18/crypto/crypto_hkdf.h +0 -65
- package/src/headers/18/crypto/crypto_hmac.h +0 -94
- package/src/headers/18/crypto/crypto_keygen.h +0 -305
- package/src/headers/18/crypto/crypto_pbkdf2.h +0 -76
- package/src/headers/18/crypto/crypto_random.h +0 -130
- package/src/headers/18/crypto/crypto_rsa.h +0 -141
- package/src/headers/18/crypto/crypto_scrypt.h +0 -87
- package/src/headers/18/crypto/crypto_sig.h +0 -168
- package/src/headers/18/crypto/crypto_spkac.h +0 -21
- package/src/headers/18/crypto/crypto_timing.h +0 -20
- package/src/headers/18/crypto/crypto_x509.h +0 -143
- package/src/headers/18/debug_utils-inl.h +0 -223
- package/src/headers/18/diagnosticfilename-inl.h +0 -33
- package/src/headers/18/env-inl.h +0 -1308
- package/src/headers/18/env.h +0 -1667
- package/src/headers/18/inspector_agent.h +0 -144
- package/src/headers/18/inspector_io.h +0 -78
- package/src/headers/18/inspector_profiler.h +0 -149
- package/src/headers/18/inspector_socket.h +0 -60
- package/src/headers/18/inspector_socket_server.h +0 -110
- package/src/headers/18/js_stream.h +0 -52
- package/src/headers/18/json_utils.h +0 -161
- package/src/headers/18/memory_tracker.h +0 -284
- package/src/headers/18/module_wrap.h +0 -116
- package/src/headers/18/node_binding.h +0 -99
- package/src/headers/18/node_context_data.h +0 -44
- package/src/headers/18/node_contextify.h +0 -196
- package/src/headers/18/node_crypto.h +0 -57
- package/src/headers/18/node_dir.h +0 -52
- package/src/headers/18/node_dtrace.h +0 -86
- package/src/headers/18/node_external_reference.h +0 -145
- package/src/headers/18/node_file.h +0 -426
- package/src/headers/18/node_http2_state.h +0 -149
- package/src/headers/18/node_i18n.h +0 -145
- package/src/headers/18/node_mem-inl.h +0 -112
- package/src/headers/18/node_mem.h +0 -45
- package/src/headers/18/node_mutex.h +0 -323
- package/src/headers/18/node_native_module.h +0 -109
- package/src/headers/18/node_native_module_env.h +0 -71
- package/src/headers/18/node_object_wrap.h +0 -132
- package/src/headers/18/node_process-inl.h +0 -26
- package/src/headers/18/node_report.h +0 -47
- package/src/headers/18/node_revert.h +0 -82
- package/src/headers/18/node_root_certs.h +0 -3246
- package/src/headers/18/node_snapshot_builder.h +0 -43
- package/src/headers/18/node_snapshotable.h +0 -130
- package/src/headers/18/node_stat_watcher.h +0 -72
- package/src/headers/18/node_union_bytes.h +0 -103
- package/src/headers/18/node_url.h +0 -205
- package/src/headers/18/node_v8.h +0 -41
- package/src/headers/18/node_v8_platform-inl.h +0 -194
- package/src/headers/18/node_wasi.h +0 -108
- package/src/headers/18/node_watchdog.h +0 -152
- package/src/headers/18/node_win32_etw_provider-inl.h +0 -288
- package/src/headers/18/node_win32_etw_provider.h +0 -99
- package/src/headers/18/pipe_wrap.h +0 -80
- package/src/headers/18/req_wrap-inl.h +0 -170
- package/src/headers/18/spawn_sync.h +0 -242
- package/src/headers/18/stream_wrap.h +0 -133
- package/src/headers/18/string_decoder-inl.h +0 -37
- package/src/headers/18/string_decoder.h +0 -50
- package/src/headers/18/string_search.h +0 -638
- package/src/headers/18/tracing/node_trace_buffer.h +0 -83
- package/src/headers/18/tracing/node_trace_writer.h +0 -75
- package/src/headers/18/tracing/trace_event_common.h +0 -1109
- package/src/headers/18/tracing/traced_value.h +0 -70
- package/src/headers/18/udp_wrap.h +0 -227
- package/src/headers/18/v8abbr.h +0 -123
- /package/src/headers/{14 → 20}/tracing/node_trace_buffer.h +0 -0
- /package/src/headers/{14 → 20}/tracing/node_trace_writer.h +0 -0
- /package/src/headers/{14 → 20}/tracing/traced_value.h +0 -0
- /package/src/headers/{14 → 22}/aliased_struct-inl.h +0 -0
- /package/src/headers/{14 → 22}/aliased_struct.h +0 -0
- /package/src/headers/{16 → 22}/callback_queue-inl.h +0 -0
- /package/src/headers/{14 → 22}/connect_wrap.h +0 -0
- /package/src/headers/{14 → 22}/connection_wrap.h +0 -0
- /package/src/headers/{14 → 22}/diagnosticfilename-inl.h +0 -0
- /package/src/headers/{18 → 22}/histogram-inl.h +0 -0
- /package/src/headers/{14 → 22}/inspector_io.h +0 -0
- /package/src/headers/{14 → 22}/inspector_socket.h +0 -0
- /package/src/headers/{14 → 22}/inspector_socket_server.h +0 -0
- /package/src/headers/{14 → 22}/js_stream.h +0 -0
- /package/src/headers/{14 → 22}/node_dir.h +0 -0
- /package/src/headers/{14 → 22}/node_mem-inl.h +0 -0
- /package/src/headers/{16 → 22}/node_mem.h +0 -0
- /package/src/headers/{16 → 22}/node_mutex.h +0 -0
- /package/src/headers/{14 → 22}/node_object_wrap.h +0 -0
- /package/src/headers/{16 → 22}/node_process-inl.h +0 -0
- /package/src/headers/{18 → 22}/node_sockaddr-inl.h +0 -0
- /package/src/headers/{18 → 22}/node_wasm_web_api.h +0 -0
- /package/src/headers/{16 → 22}/pipe_wrap.h +0 -0
- /package/src/headers/{18 → 22}/req_wrap.h +0 -0
- /package/src/headers/{18 → 22}/timer_wrap-inl.h +0 -0
- /package/src/headers/{18 → 22}/timer_wrap.h +0 -0
- /package/src/headers/{18 → 22}/tracing/agent.h +0 -0
- /package/src/headers/{14 → 22}/tracing/trace_event_common.h +0 -0
- /package/src/headers/{18 → 22}/tty_wrap.h +0 -0
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
// Copyright Joyent, Inc. and other Node contributors.
|
|
2
|
-
//
|
|
3
|
-
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
4
|
-
// copy of this software and associated documentation files (the
|
|
5
|
-
// "Software"), to deal in the Software without restriction, including
|
|
6
|
-
// without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
-
// distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
8
|
-
// persons to whom the Software is furnished to do so, subject to the
|
|
9
|
-
// following conditions:
|
|
10
|
-
//
|
|
11
|
-
// The above copyright notice and this permission notice shall be included
|
|
12
|
-
// in all copies or substantial portions of the Software.
|
|
13
|
-
//
|
|
14
|
-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
15
|
-
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
-
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
17
|
-
// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
18
|
-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
19
|
-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
20
|
-
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21
|
-
|
|
22
|
-
#ifndef SRC_NODE_I18N_H_
|
|
23
|
-
#define SRC_NODE_I18N_H_
|
|
24
|
-
|
|
25
|
-
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
26
|
-
|
|
27
|
-
#if defined(NODE_HAVE_I18N_SUPPORT)
|
|
28
|
-
|
|
29
|
-
#include "base_object.h"
|
|
30
|
-
#include "env.h"
|
|
31
|
-
#include "util.h"
|
|
32
|
-
#include "v8.h"
|
|
33
|
-
|
|
34
|
-
#include <unicode/ucnv.h>
|
|
35
|
-
|
|
36
|
-
#include <string>
|
|
37
|
-
|
|
38
|
-
namespace node {
|
|
39
|
-
namespace i18n {
|
|
40
|
-
|
|
41
|
-
bool InitializeICUDirectory(const std::string& path);
|
|
42
|
-
|
|
43
|
-
void SetDefaultTimeZone(const char* tzid);
|
|
44
|
-
|
|
45
|
-
enum idna_mode {
|
|
46
|
-
// Default mode for maximum compatibility.
|
|
47
|
-
IDNA_DEFAULT,
|
|
48
|
-
// Ignore all errors in IDNA conversion, if possible.
|
|
49
|
-
IDNA_LENIENT,
|
|
50
|
-
// Enforce STD3 rules (UseSTD3ASCIIRules) and DNS length restrictions
|
|
51
|
-
// (VerifyDnsLength). Corresponds to `beStrict` flag in the "domain to ASCII"
|
|
52
|
-
// algorithm.
|
|
53
|
-
IDNA_STRICT
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
// Implements the WHATWG URL Standard "domain to ASCII" algorithm.
|
|
57
|
-
// https://url.spec.whatwg.org/#concept-domain-to-ascii
|
|
58
|
-
int32_t ToASCII(MaybeStackBuffer<char>* buf,
|
|
59
|
-
const char* input,
|
|
60
|
-
size_t length,
|
|
61
|
-
enum idna_mode mode = IDNA_DEFAULT);
|
|
62
|
-
|
|
63
|
-
// Implements the WHATWG URL Standard "domain to Unicode" algorithm.
|
|
64
|
-
// https://url.spec.whatwg.org/#concept-domain-to-unicode
|
|
65
|
-
int32_t ToUnicode(MaybeStackBuffer<char>* buf,
|
|
66
|
-
const char* input,
|
|
67
|
-
size_t length);
|
|
68
|
-
|
|
69
|
-
struct ConverterDeleter {
|
|
70
|
-
void operator()(UConverter* pointer) const { ucnv_close(pointer); }
|
|
71
|
-
};
|
|
72
|
-
using ConverterPointer = std::unique_ptr<UConverter, ConverterDeleter>;
|
|
73
|
-
|
|
74
|
-
class Converter {
|
|
75
|
-
public:
|
|
76
|
-
explicit Converter(const char* name, const char* sub = nullptr);
|
|
77
|
-
explicit Converter(UConverter* converter, const char* sub = nullptr);
|
|
78
|
-
|
|
79
|
-
UConverter* conv() const { return conv_.get(); }
|
|
80
|
-
|
|
81
|
-
size_t max_char_size() const;
|
|
82
|
-
size_t min_char_size() const;
|
|
83
|
-
void reset();
|
|
84
|
-
void set_subst_chars(const char* sub = nullptr);
|
|
85
|
-
|
|
86
|
-
private:
|
|
87
|
-
ConverterPointer conv_;
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
class ConverterObject : public BaseObject, Converter {
|
|
91
|
-
public:
|
|
92
|
-
enum ConverterFlags {
|
|
93
|
-
CONVERTER_FLAGS_FLUSH = 0x1,
|
|
94
|
-
CONVERTER_FLAGS_FATAL = 0x2,
|
|
95
|
-
CONVERTER_FLAGS_IGNORE_BOM = 0x4,
|
|
96
|
-
CONVERTER_FLAGS_UNICODE = 0x8,
|
|
97
|
-
CONVERTER_FLAGS_BOM_SEEN = 0x10,
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
static void Create(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
101
|
-
static void Decode(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
102
|
-
static void Has(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
103
|
-
|
|
104
|
-
SET_NO_MEMORY_INFO()
|
|
105
|
-
SET_MEMORY_INFO_NAME(ConverterObject)
|
|
106
|
-
SET_SELF_SIZE(ConverterObject)
|
|
107
|
-
|
|
108
|
-
protected:
|
|
109
|
-
ConverterObject(Environment* env,
|
|
110
|
-
v8::Local<v8::Object> wrap,
|
|
111
|
-
UConverter* converter,
|
|
112
|
-
int flags,
|
|
113
|
-
const char* sub = nullptr);
|
|
114
|
-
|
|
115
|
-
void set_bom_seen(bool seen) {
|
|
116
|
-
if (seen)
|
|
117
|
-
flags_ |= CONVERTER_FLAGS_BOM_SEEN;
|
|
118
|
-
else
|
|
119
|
-
flags_ &= ~CONVERTER_FLAGS_BOM_SEEN;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
bool bom_seen() const {
|
|
123
|
-
return (flags_ & CONVERTER_FLAGS_BOM_SEEN) == CONVERTER_FLAGS_BOM_SEEN;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
bool unicode() const {
|
|
127
|
-
return (flags_ & CONVERTER_FLAGS_UNICODE) == CONVERTER_FLAGS_UNICODE;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
bool ignore_bom() const {
|
|
131
|
-
return (flags_ & CONVERTER_FLAGS_IGNORE_BOM) == CONVERTER_FLAGS_IGNORE_BOM;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
private:
|
|
135
|
-
int flags_ = 0;
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
} // namespace i18n
|
|
139
|
-
} // namespace node
|
|
140
|
-
|
|
141
|
-
#endif // NODE_HAVE_I18N_SUPPORT
|
|
142
|
-
|
|
143
|
-
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
144
|
-
|
|
145
|
-
#endif // SRC_NODE_I18N_H_
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
#ifndef SRC_NODE_MEM_INL_H_
|
|
2
|
-
#define SRC_NODE_MEM_INL_H_
|
|
3
|
-
|
|
4
|
-
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
5
|
-
|
|
6
|
-
#include "node_mem.h"
|
|
7
|
-
#include "node_internals.h"
|
|
8
|
-
|
|
9
|
-
namespace node {
|
|
10
|
-
namespace mem {
|
|
11
|
-
|
|
12
|
-
template <typename Class, typename AllocatorStruct>
|
|
13
|
-
AllocatorStruct NgLibMemoryManager<Class, AllocatorStruct>::MakeAllocator() {
|
|
14
|
-
return AllocatorStruct {
|
|
15
|
-
static_cast<void*>(static_cast<Class*>(this)),
|
|
16
|
-
MallocImpl,
|
|
17
|
-
FreeImpl,
|
|
18
|
-
CallocImpl,
|
|
19
|
-
ReallocImpl
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
template <typename Class, typename T>
|
|
24
|
-
void* NgLibMemoryManager<Class, T>::ReallocImpl(void* ptr,
|
|
25
|
-
size_t size,
|
|
26
|
-
void* user_data) {
|
|
27
|
-
Class* manager = static_cast<Class*>(user_data);
|
|
28
|
-
|
|
29
|
-
size_t previous_size = 0;
|
|
30
|
-
char* original_ptr = nullptr;
|
|
31
|
-
|
|
32
|
-
// We prepend each allocated buffer with a size_t containing the full
|
|
33
|
-
// size of the allocation.
|
|
34
|
-
if (size > 0) size += sizeof(size_t);
|
|
35
|
-
|
|
36
|
-
if (ptr != nullptr) {
|
|
37
|
-
// We are free()ing or re-allocating.
|
|
38
|
-
original_ptr = static_cast<char*>(ptr) - sizeof(size_t);
|
|
39
|
-
previous_size = *reinterpret_cast<size_t*>(original_ptr);
|
|
40
|
-
// This means we called StopTracking() on this pointer before.
|
|
41
|
-
if (previous_size == 0) {
|
|
42
|
-
// Fall back to the standard Realloc() function.
|
|
43
|
-
char* ret = UncheckedRealloc(original_ptr, size);
|
|
44
|
-
if (ret != nullptr)
|
|
45
|
-
ret += sizeof(size_t);
|
|
46
|
-
return ret;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
manager->CheckAllocatedSize(previous_size);
|
|
51
|
-
|
|
52
|
-
char* mem = UncheckedRealloc(original_ptr, size);
|
|
53
|
-
|
|
54
|
-
if (mem != nullptr) {
|
|
55
|
-
// Adjust the memory info counter.
|
|
56
|
-
// TODO(addaleax): Avoid the double bookkeeping we do with
|
|
57
|
-
// current_nghttp2_memory_ + AdjustAmountOfExternalAllocatedMemory
|
|
58
|
-
// and provide versions of our memory allocation utilities that take an
|
|
59
|
-
// Environment*/Isolate* parameter and call the V8 method transparently.
|
|
60
|
-
const int64_t new_size = size - previous_size;
|
|
61
|
-
manager->IncreaseAllocatedSize(new_size);
|
|
62
|
-
manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory(
|
|
63
|
-
new_size);
|
|
64
|
-
*reinterpret_cast<size_t*>(mem) = size;
|
|
65
|
-
mem += sizeof(size_t);
|
|
66
|
-
} else if (size == 0) {
|
|
67
|
-
manager->DecreaseAllocatedSize(previous_size);
|
|
68
|
-
manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory(
|
|
69
|
-
-static_cast<int64_t>(previous_size));
|
|
70
|
-
}
|
|
71
|
-
return mem;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
template <typename Class, typename T>
|
|
75
|
-
void* NgLibMemoryManager<Class, T>::MallocImpl(size_t size, void* user_data) {
|
|
76
|
-
return ReallocImpl(nullptr, size, user_data);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
template <typename Class, typename T>
|
|
80
|
-
void NgLibMemoryManager<Class, T>::FreeImpl(void* ptr, void* user_data) {
|
|
81
|
-
if (ptr == nullptr) return;
|
|
82
|
-
CHECK_NULL(ReallocImpl(ptr, 0, user_data));
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
template <typename Class, typename T>
|
|
86
|
-
void* NgLibMemoryManager<Class, T>::CallocImpl(size_t nmemb,
|
|
87
|
-
size_t size,
|
|
88
|
-
void* user_data) {
|
|
89
|
-
size_t real_size = MultiplyWithOverflowCheck(nmemb, size);
|
|
90
|
-
void* mem = MallocImpl(real_size, user_data);
|
|
91
|
-
if (mem != nullptr)
|
|
92
|
-
memset(mem, 0, real_size);
|
|
93
|
-
return mem;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
template <typename Class, typename T>
|
|
97
|
-
void NgLibMemoryManager<Class, T>::StopTrackingMemory(void* ptr) {
|
|
98
|
-
size_t* original_ptr = reinterpret_cast<size_t*>(
|
|
99
|
-
static_cast<char*>(ptr) - sizeof(size_t));
|
|
100
|
-
Class* manager = static_cast<Class*>(this);
|
|
101
|
-
manager->DecreaseAllocatedSize(*original_ptr);
|
|
102
|
-
manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory(
|
|
103
|
-
-static_cast<int64_t>(*original_ptr));
|
|
104
|
-
*original_ptr = 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
} // namespace mem
|
|
108
|
-
} // namespace node
|
|
109
|
-
|
|
110
|
-
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
111
|
-
|
|
112
|
-
#endif // SRC_NODE_MEM_INL_H_
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
#ifndef SRC_NODE_MEM_H_
|
|
2
|
-
#define SRC_NODE_MEM_H_
|
|
3
|
-
|
|
4
|
-
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
5
|
-
|
|
6
|
-
#include <cstddef>
|
|
7
|
-
|
|
8
|
-
namespace node {
|
|
9
|
-
namespace mem {
|
|
10
|
-
|
|
11
|
-
// nghttp2 allows custom allocators that
|
|
12
|
-
// follow exactly the same structure and behavior, but
|
|
13
|
-
// use different struct names. To allow for code re-use,
|
|
14
|
-
// the NgLibMemoryManager template class can be used for both.
|
|
15
|
-
|
|
16
|
-
struct NgLibMemoryManagerBase {
|
|
17
|
-
virtual void StopTrackingMemory(void* ptr) = 0;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
template <typename Class, typename AllocatorStructName>
|
|
21
|
-
class NgLibMemoryManager : public NgLibMemoryManagerBase {
|
|
22
|
-
public:
|
|
23
|
-
// Class needs to provide these methods:
|
|
24
|
-
// void CheckAllocatedSize(size_t previous_size) const;
|
|
25
|
-
// void IncreaseAllocatedSize(size_t size);
|
|
26
|
-
// void DecreaseAllocatedSize(size_t size);
|
|
27
|
-
// Environment* env() const;
|
|
28
|
-
|
|
29
|
-
AllocatorStructName MakeAllocator();
|
|
30
|
-
|
|
31
|
-
void StopTrackingMemory(void* ptr) override;
|
|
32
|
-
|
|
33
|
-
private:
|
|
34
|
-
static void* ReallocImpl(void* ptr, size_t size, void* user_data);
|
|
35
|
-
static void* MallocImpl(size_t size, void* user_data);
|
|
36
|
-
static void FreeImpl(void* ptr, void* user_data);
|
|
37
|
-
static void* CallocImpl(size_t nmemb, size_t size, void* user_data);
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
} // namespace mem
|
|
41
|
-
} // namespace node
|
|
42
|
-
|
|
43
|
-
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
44
|
-
|
|
45
|
-
#endif // SRC_NODE_MEM_H_
|
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
#ifndef SRC_NODE_MUTEX_H_
|
|
2
|
-
#define SRC_NODE_MUTEX_H_
|
|
3
|
-
|
|
4
|
-
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
5
|
-
|
|
6
|
-
#include "util.h"
|
|
7
|
-
#include "uv.h"
|
|
8
|
-
|
|
9
|
-
#include <memory> // std::shared_ptr<T>
|
|
10
|
-
#include <utility> // std::forward<T>
|
|
11
|
-
|
|
12
|
-
namespace node {
|
|
13
|
-
|
|
14
|
-
template <typename Traits> class ConditionVariableBase;
|
|
15
|
-
template <typename Traits> class MutexBase;
|
|
16
|
-
struct LibuvMutexTraits;
|
|
17
|
-
struct LibuvRwlockTraits;
|
|
18
|
-
|
|
19
|
-
using ConditionVariable = ConditionVariableBase<LibuvMutexTraits>;
|
|
20
|
-
using Mutex = MutexBase<LibuvMutexTraits>;
|
|
21
|
-
using RwLock = MutexBase<LibuvRwlockTraits>;
|
|
22
|
-
|
|
23
|
-
template <typename T, typename MutexT = Mutex>
|
|
24
|
-
class ExclusiveAccess {
|
|
25
|
-
public:
|
|
26
|
-
ExclusiveAccess() = default;
|
|
27
|
-
|
|
28
|
-
template <typename... Args>
|
|
29
|
-
explicit ExclusiveAccess(Args&&... args)
|
|
30
|
-
: item_(std::forward<Args>(args)...) {}
|
|
31
|
-
|
|
32
|
-
ExclusiveAccess(const ExclusiveAccess&) = delete;
|
|
33
|
-
ExclusiveAccess& operator=(const ExclusiveAccess&) = delete;
|
|
34
|
-
|
|
35
|
-
class Scoped {
|
|
36
|
-
public:
|
|
37
|
-
// ExclusiveAccess will commonly be used in conjunction with std::shared_ptr
|
|
38
|
-
// and without this constructor it's too easy to forget to keep a reference
|
|
39
|
-
// around to the shared_ptr while operating on the ExclusiveAccess object.
|
|
40
|
-
explicit Scoped(const std::shared_ptr<ExclusiveAccess>& shared)
|
|
41
|
-
: shared_(shared)
|
|
42
|
-
, scoped_lock_(shared->mutex_)
|
|
43
|
-
, pointer_(&shared->item_) {}
|
|
44
|
-
|
|
45
|
-
explicit Scoped(ExclusiveAccess* exclusive_access)
|
|
46
|
-
: shared_()
|
|
47
|
-
, scoped_lock_(exclusive_access->mutex_)
|
|
48
|
-
, pointer_(&exclusive_access->item_) {}
|
|
49
|
-
|
|
50
|
-
T& operator*() const { return *pointer_; }
|
|
51
|
-
T* operator->() const { return pointer_; }
|
|
52
|
-
|
|
53
|
-
Scoped(const Scoped&) = delete;
|
|
54
|
-
Scoped& operator=(const Scoped&) = delete;
|
|
55
|
-
|
|
56
|
-
private:
|
|
57
|
-
std::shared_ptr<ExclusiveAccess> shared_;
|
|
58
|
-
typename MutexT::ScopedLock scoped_lock_;
|
|
59
|
-
T* const pointer_;
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
private:
|
|
63
|
-
friend class ScopedLock;
|
|
64
|
-
MutexT mutex_;
|
|
65
|
-
T item_;
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
template <typename Traits>
|
|
69
|
-
class MutexBase {
|
|
70
|
-
public:
|
|
71
|
-
inline MutexBase();
|
|
72
|
-
inline ~MutexBase();
|
|
73
|
-
inline void Lock();
|
|
74
|
-
inline void Unlock();
|
|
75
|
-
inline void RdLock();
|
|
76
|
-
inline void RdUnlock();
|
|
77
|
-
|
|
78
|
-
MutexBase(const MutexBase&) = delete;
|
|
79
|
-
MutexBase& operator=(const MutexBase&) = delete;
|
|
80
|
-
|
|
81
|
-
class ScopedLock;
|
|
82
|
-
class ScopedUnlock;
|
|
83
|
-
|
|
84
|
-
class ScopedLock {
|
|
85
|
-
public:
|
|
86
|
-
inline explicit ScopedLock(const MutexBase& mutex);
|
|
87
|
-
inline explicit ScopedLock(const ScopedUnlock& scoped_unlock);
|
|
88
|
-
inline ~ScopedLock();
|
|
89
|
-
|
|
90
|
-
ScopedLock(const ScopedLock&) = delete;
|
|
91
|
-
ScopedLock& operator=(const ScopedLock&) = delete;
|
|
92
|
-
|
|
93
|
-
private:
|
|
94
|
-
template <typename> friend class ConditionVariableBase;
|
|
95
|
-
friend class ScopedUnlock;
|
|
96
|
-
const MutexBase& mutex_;
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
class ScopedReadLock {
|
|
100
|
-
public:
|
|
101
|
-
inline explicit ScopedReadLock(const MutexBase& mutex);
|
|
102
|
-
inline ~ScopedReadLock();
|
|
103
|
-
|
|
104
|
-
ScopedReadLock(const ScopedReadLock&) = delete;
|
|
105
|
-
ScopedReadLock& operator=(const ScopedReadLock&) = delete;
|
|
106
|
-
|
|
107
|
-
private:
|
|
108
|
-
template <typename> friend class ConditionVariableBase;
|
|
109
|
-
const MutexBase& mutex_;
|
|
110
|
-
};
|
|
111
|
-
|
|
112
|
-
using ScopedWriteLock = ScopedLock;
|
|
113
|
-
|
|
114
|
-
class ScopedUnlock {
|
|
115
|
-
public:
|
|
116
|
-
inline explicit ScopedUnlock(const ScopedLock& scoped_lock);
|
|
117
|
-
inline ~ScopedUnlock();
|
|
118
|
-
|
|
119
|
-
ScopedUnlock(const ScopedUnlock&) = delete;
|
|
120
|
-
ScopedUnlock& operator=(const ScopedUnlock&) = delete;
|
|
121
|
-
|
|
122
|
-
private:
|
|
123
|
-
friend class ScopedLock;
|
|
124
|
-
const MutexBase& mutex_;
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
private:
|
|
128
|
-
template <typename> friend class ConditionVariableBase;
|
|
129
|
-
mutable typename Traits::MutexT mutex_;
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
template <typename Traits>
|
|
133
|
-
class ConditionVariableBase {
|
|
134
|
-
public:
|
|
135
|
-
using ScopedLock = typename MutexBase<Traits>::ScopedLock;
|
|
136
|
-
|
|
137
|
-
inline ConditionVariableBase();
|
|
138
|
-
inline ~ConditionVariableBase();
|
|
139
|
-
inline void Broadcast(const ScopedLock&);
|
|
140
|
-
inline void Signal(const ScopedLock&);
|
|
141
|
-
inline void Wait(const ScopedLock& scoped_lock);
|
|
142
|
-
|
|
143
|
-
ConditionVariableBase(const ConditionVariableBase&) = delete;
|
|
144
|
-
ConditionVariableBase& operator=(const ConditionVariableBase&) = delete;
|
|
145
|
-
|
|
146
|
-
private:
|
|
147
|
-
typename Traits::CondT cond_;
|
|
148
|
-
};
|
|
149
|
-
|
|
150
|
-
struct LibuvMutexTraits {
|
|
151
|
-
using CondT = uv_cond_t;
|
|
152
|
-
using MutexT = uv_mutex_t;
|
|
153
|
-
|
|
154
|
-
static inline int cond_init(CondT* cond) {
|
|
155
|
-
return uv_cond_init(cond);
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
static inline int mutex_init(MutexT* mutex) {
|
|
159
|
-
return uv_mutex_init(mutex);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
static inline void cond_broadcast(CondT* cond) {
|
|
163
|
-
uv_cond_broadcast(cond);
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
static inline void cond_destroy(CondT* cond) {
|
|
167
|
-
uv_cond_destroy(cond);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
static inline void cond_signal(CondT* cond) {
|
|
171
|
-
uv_cond_signal(cond);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
static inline void cond_wait(CondT* cond, MutexT* mutex) {
|
|
175
|
-
uv_cond_wait(cond, mutex);
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
static inline void mutex_destroy(MutexT* mutex) {
|
|
179
|
-
uv_mutex_destroy(mutex);
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
static inline void mutex_lock(MutexT* mutex) {
|
|
183
|
-
uv_mutex_lock(mutex);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
static inline void mutex_unlock(MutexT* mutex) {
|
|
187
|
-
uv_mutex_unlock(mutex);
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
static inline void mutex_rdlock(MutexT* mutex) {
|
|
191
|
-
uv_mutex_lock(mutex);
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
static inline void mutex_rdunlock(MutexT* mutex) {
|
|
195
|
-
uv_mutex_unlock(mutex);
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
|
|
199
|
-
struct LibuvRwlockTraits {
|
|
200
|
-
using MutexT = uv_rwlock_t;
|
|
201
|
-
|
|
202
|
-
static inline int mutex_init(MutexT* mutex) {
|
|
203
|
-
return uv_rwlock_init(mutex);
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
static inline void mutex_destroy(MutexT* mutex) {
|
|
207
|
-
uv_rwlock_destroy(mutex);
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
static inline void mutex_lock(MutexT* mutex) {
|
|
211
|
-
uv_rwlock_wrlock(mutex);
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
static inline void mutex_unlock(MutexT* mutex) {
|
|
215
|
-
uv_rwlock_wrunlock(mutex);
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
static inline void mutex_rdlock(MutexT* mutex) {
|
|
219
|
-
uv_rwlock_rdlock(mutex);
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
static inline void mutex_rdunlock(MutexT* mutex) {
|
|
223
|
-
uv_rwlock_rdunlock(mutex);
|
|
224
|
-
}
|
|
225
|
-
};
|
|
226
|
-
|
|
227
|
-
template <typename Traits>
|
|
228
|
-
ConditionVariableBase<Traits>::ConditionVariableBase() {
|
|
229
|
-
CHECK_EQ(0, Traits::cond_init(&cond_));
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
template <typename Traits>
|
|
233
|
-
ConditionVariableBase<Traits>::~ConditionVariableBase() {
|
|
234
|
-
Traits::cond_destroy(&cond_);
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
template <typename Traits>
|
|
238
|
-
void ConditionVariableBase<Traits>::Broadcast(const ScopedLock&) {
|
|
239
|
-
Traits::cond_broadcast(&cond_);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
template <typename Traits>
|
|
243
|
-
void ConditionVariableBase<Traits>::Signal(const ScopedLock&) {
|
|
244
|
-
Traits::cond_signal(&cond_);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
template <typename Traits>
|
|
248
|
-
void ConditionVariableBase<Traits>::Wait(const ScopedLock& scoped_lock) {
|
|
249
|
-
Traits::cond_wait(&cond_, &scoped_lock.mutex_.mutex_);
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
template <typename Traits>
|
|
253
|
-
MutexBase<Traits>::MutexBase() {
|
|
254
|
-
CHECK_EQ(0, Traits::mutex_init(&mutex_));
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
template <typename Traits>
|
|
258
|
-
MutexBase<Traits>::~MutexBase() {
|
|
259
|
-
Traits::mutex_destroy(&mutex_);
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
template <typename Traits>
|
|
263
|
-
void MutexBase<Traits>::Lock() {
|
|
264
|
-
Traits::mutex_lock(&mutex_);
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
template <typename Traits>
|
|
268
|
-
void MutexBase<Traits>::Unlock() {
|
|
269
|
-
Traits::mutex_unlock(&mutex_);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
template <typename Traits>
|
|
273
|
-
void MutexBase<Traits>::RdLock() {
|
|
274
|
-
Traits::mutex_rdlock(&mutex_);
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
template <typename Traits>
|
|
278
|
-
void MutexBase<Traits>::RdUnlock() {
|
|
279
|
-
Traits::mutex_rdunlock(&mutex_);
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
template <typename Traits>
|
|
283
|
-
MutexBase<Traits>::ScopedLock::ScopedLock(const MutexBase& mutex)
|
|
284
|
-
: mutex_(mutex) {
|
|
285
|
-
Traits::mutex_lock(&mutex_.mutex_);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
template <typename Traits>
|
|
289
|
-
MutexBase<Traits>::ScopedLock::ScopedLock(const ScopedUnlock& scoped_unlock)
|
|
290
|
-
: MutexBase(scoped_unlock.mutex_) {}
|
|
291
|
-
|
|
292
|
-
template <typename Traits>
|
|
293
|
-
MutexBase<Traits>::ScopedLock::~ScopedLock() {
|
|
294
|
-
Traits::mutex_unlock(&mutex_.mutex_);
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
template <typename Traits>
|
|
298
|
-
MutexBase<Traits>::ScopedReadLock::ScopedReadLock(const MutexBase& mutex)
|
|
299
|
-
: mutex_(mutex) {
|
|
300
|
-
Traits::mutex_rdlock(&mutex_.mutex_);
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
template <typename Traits>
|
|
304
|
-
MutexBase<Traits>::ScopedReadLock::~ScopedReadLock() {
|
|
305
|
-
Traits::mutex_rdunlock(&mutex_.mutex_);
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
template <typename Traits>
|
|
309
|
-
MutexBase<Traits>::ScopedUnlock::ScopedUnlock(const ScopedLock& scoped_lock)
|
|
310
|
-
: mutex_(scoped_lock.mutex_) {
|
|
311
|
-
Traits::mutex_unlock(&mutex_.mutex_);
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
template <typename Traits>
|
|
315
|
-
MutexBase<Traits>::ScopedUnlock::~ScopedUnlock() {
|
|
316
|
-
Traits::mutex_lock(&mutex_.mutex_);
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
} // namespace node
|
|
320
|
-
|
|
321
|
-
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
322
|
-
|
|
323
|
-
#endif // SRC_NODE_MUTEX_H_
|