@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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/src/Addon.h
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#define NODE_API_DEFAULT_MODULE_API_VERSION
|
|
1
|
+
#define NODE_API_DEFAULT_MODULE_API_VERSION 127
|
|
2
2
|
|
|
3
3
|
#include <node.h>
|
|
4
4
|
#include <node_buffer.h>
|
|
@@ -7,38 +7,23 @@
|
|
|
7
7
|
#include <uv.h>
|
|
8
8
|
#include <cstring>
|
|
9
9
|
|
|
10
|
-
// TODO: remove below
|
|
11
|
-
#if NODE_MAJOR_VERSION>=10
|
|
12
10
|
#define NODE_WANT_INTERNALS 1
|
|
13
11
|
|
|
14
|
-
#if NODE_MAJOR_VERSION==14
|
|
15
|
-
#include "headers/14/tls_wrap.h"
|
|
16
|
-
#include "headers/14/base_object-inl.h"
|
|
17
|
-
#endif
|
|
18
|
-
|
|
19
|
-
#if NODE_MAJOR_VERSION==16
|
|
20
|
-
#include "headers/16/crypto/crypto_tls.h"
|
|
21
|
-
#include "headers/16/base_object-inl.h"
|
|
22
|
-
#endif
|
|
23
|
-
|
|
24
|
-
#if NODE_MAJOR_VERSION==18
|
|
25
|
-
#include "headers/18/crypto/crypto_tls.h"
|
|
26
|
-
#include "headers/18/base_object-inl.h"
|
|
27
|
-
#endif
|
|
28
|
-
|
|
29
12
|
#if NODE_MAJOR_VERSION==20
|
|
30
13
|
#include "headers/20/crypto/crypto_tls.h"
|
|
31
14
|
#include "headers/20/base_object-inl.h"
|
|
32
15
|
#endif
|
|
33
16
|
|
|
17
|
+
#if NODE_MAJOR_VERSION==22
|
|
18
|
+
#include "headers/22/crypto/crypto_tls.h"
|
|
19
|
+
#include "headers/22/base_object-inl.h"
|
|
20
|
+
#endif
|
|
21
|
+
|
|
34
22
|
#include <tcp_wrap.h>
|
|
35
23
|
|
|
36
24
|
using BaseObject = node::BaseObject;
|
|
37
|
-
#if NODE_MAJOR_VERSION==16 || NODE_MAJOR_VERSION==18 || NODE_MAJOR_VERSION==20
|
|
38
25
|
using TLSWrap = node::crypto::TLSWrap;
|
|
39
|
-
|
|
40
|
-
using TLSWrap = node::TLSWrap;
|
|
41
|
-
#endif
|
|
26
|
+
|
|
42
27
|
class TLSWrapSSLGetter : public TLSWrap {
|
|
43
28
|
public:
|
|
44
29
|
void setSSL(const v8::FunctionCallbackInfo<v8::Value> &info){
|
|
@@ -67,7 +52,7 @@ public:
|
|
|
67
52
|
#endif
|
|
68
53
|
|
|
69
54
|
#undef NODE_WANT_INTERNALS
|
|
70
|
-
|
|
55
|
+
|
|
71
56
|
|
|
72
57
|
using namespace std;
|
|
73
58
|
using namespace v8;
|
|
@@ -331,12 +316,23 @@ void upgrade(const FunctionCallbackInfo<Value> &args) {
|
|
|
331
316
|
NativeString secKey(isolate, args[2]);
|
|
332
317
|
NativeString extensions(isolate, args[3]);
|
|
333
318
|
NativeString subprotocol(isolate, args[4]);
|
|
334
|
-
|
|
335
319
|
// todo: move this check into core!
|
|
336
320
|
if (ticket->fd != INVALID_SOCKET) {
|
|
321
|
+
/*
|
|
322
|
+
This is required for ui_uring support
|
|
323
|
+
TODO: investigate further. My theory is that the original FD is set up for IO uring.
|
|
324
|
+
We need to clone the FD to set the same socket for epoll.
|
|
325
|
+
*/
|
|
326
|
+
#if defined(__linux) && NODE_MAJOR_VERSION >= 20
|
|
327
|
+
int oldFd = ticket->fd;
|
|
328
|
+
ticket->fd = dup(ticket->fd);
|
|
329
|
+
#endif
|
|
337
330
|
hub.upgrade(ticket->fd, secKey.getData(), ticket->ssl, extensions.getData(),
|
|
338
331
|
extensions.getLength(), subprotocol.getData(),
|
|
339
332
|
subprotocol.getLength(), serverGroup);
|
|
333
|
+
#if defined(__linux) && NODE_MAJOR_VERSION >= 20
|
|
334
|
+
close(oldFd);
|
|
335
|
+
#endif
|
|
340
336
|
} else {
|
|
341
337
|
if (ticket->ssl) {
|
|
342
338
|
SSL_free(ticket->ssl);
|
package/src/Socket.h
CHANGED
|
@@ -407,7 +407,6 @@ protected:
|
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
} else {
|
|
410
|
-
printf("Enqueue\n");
|
|
411
410
|
Queue::Message *messagePtr = allocMessage(estimatedLength - sizeof(Queue::Message));
|
|
412
411
|
messagePtr->length = T::transform(message, (char *) messagePtr->data, length, transformData);
|
|
413
412
|
messagePtr->callback = callback;
|
|
@@ -15,6 +15,7 @@ class ConnectionWrap : public LibuvStreamWrap {
|
|
|
15
15
|
static void OnConnection(uv_stream_t* handle, int status);
|
|
16
16
|
static void AfterConnect(uv_connect_t* req, int status);
|
|
17
17
|
|
|
18
|
+
protected:
|
|
18
19
|
ConnectionWrap(Environment* env,
|
|
19
20
|
v8::Local<v8::Object> object,
|
|
20
21
|
ProviderType provider);
|
|
@@ -193,6 +193,9 @@ class KeyObjectHandle : public BaseObject {
|
|
|
193
193
|
const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
194
194
|
v8::Local<v8::Value> GetAsymmetricKeyType() const;
|
|
195
195
|
|
|
196
|
+
static void CheckEcKeyData(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
197
|
+
bool CheckEcKeyData() const;
|
|
198
|
+
|
|
196
199
|
static void GetSymmetricKeySize(
|
|
197
200
|
const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
198
201
|
|
|
@@ -48,6 +48,8 @@ class TLSWrap : public AsyncWrap,
|
|
|
48
48
|
kServer
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
+
enum class UnderlyingStreamWriteStatus { kHasActive, kVacancy };
|
|
52
|
+
|
|
51
53
|
static void Initialize(v8::Local<v8::Object> target,
|
|
52
54
|
v8::Local<v8::Value> unused,
|
|
53
55
|
v8::Local<v8::Context> context,
|
|
@@ -103,7 +105,7 @@ class TLSWrap : public AsyncWrap,
|
|
|
103
105
|
|
|
104
106
|
std::string diagnostic_name() const override;
|
|
105
107
|
|
|
106
|
-
|
|
108
|
+
private:
|
|
107
109
|
// OpenSSL structures are opaque. Estimate SSL memory size for OpenSSL 1.1.1b:
|
|
108
110
|
// SSL: 6224
|
|
109
111
|
// SSL->SSL3_STATE: 1040
|
|
@@ -136,7 +138,8 @@ class TLSWrap : public AsyncWrap,
|
|
|
136
138
|
v8::Local<v8::Object> obj,
|
|
137
139
|
Kind kind,
|
|
138
140
|
StreamBase* stream,
|
|
139
|
-
SecureContext* sc
|
|
141
|
+
SecureContext* sc,
|
|
142
|
+
UnderlyingStreamWriteStatus under_stream_ws);
|
|
140
143
|
|
|
141
144
|
static void SSLInfoCallback(const SSL* ssl_, int where, int ret);
|
|
142
145
|
void InitSSL();
|
|
@@ -172,6 +175,7 @@ class TLSWrap : public AsyncWrap,
|
|
|
172
175
|
static void CertCbDone(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
173
176
|
static void DestroySSL(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
174
177
|
static void EnableCertCb(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
178
|
+
static void EnableALPNCb(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
175
179
|
static void EnableKeylogCallback(
|
|
176
180
|
const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
177
181
|
static void EnableSessionCallbacks(
|
|
@@ -216,6 +220,8 @@ class TLSWrap : public AsyncWrap,
|
|
|
216
220
|
static void Start(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
217
221
|
static void VerifyError(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
218
222
|
static void Wrap(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
223
|
+
static void WritesIssuedByPrevListenerDone(
|
|
224
|
+
const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
219
225
|
|
|
220
226
|
#ifdef SSL_set_max_send_fragment
|
|
221
227
|
static void SetMaxSendFragment(
|
|
@@ -238,7 +244,7 @@ class TLSWrap : public AsyncWrap,
|
|
|
238
244
|
unsigned char* psk,
|
|
239
245
|
unsigned int max_psk_len);
|
|
240
246
|
#endif
|
|
241
|
-
|
|
247
|
+
public:
|
|
242
248
|
Environment* const env_;
|
|
243
249
|
Kind kind_;
|
|
244
250
|
SSLSessionPointer next_sess_;
|
|
@@ -283,8 +289,11 @@ class TLSWrap : public AsyncWrap,
|
|
|
283
289
|
|
|
284
290
|
BIOPointer bio_trace_;
|
|
285
291
|
|
|
292
|
+
bool has_active_write_issued_by_prev_listener_ = false;
|
|
293
|
+
|
|
286
294
|
public:
|
|
287
295
|
std::vector<unsigned char> alpn_protos_; // Accessed by SelectALPNCallback.
|
|
296
|
+
bool alpn_callback_enabled_ = false; // Accessed by SelectALPNCallback.
|
|
288
297
|
};
|
|
289
298
|
|
|
290
299
|
} // namespace crypto
|
|
@@ -676,7 +676,8 @@ void array_push_back(const TypeName* evp_ref,
|
|
|
676
676
|
}
|
|
677
677
|
#endif
|
|
678
678
|
|
|
679
|
-
|
|
679
|
+
// WebIDL AllowSharedBufferSource.
|
|
680
|
+
inline bool IsAnyBufferSource(v8::Local<v8::Value> arg) {
|
|
680
681
|
return arg->IsArrayBufferView() ||
|
|
681
682
|
arg->IsArrayBuffer() ||
|
|
682
683
|
arg->IsSharedArrayBuffer();
|
|
@@ -694,7 +695,7 @@ class ArrayBufferOrViewContents {
|
|
|
694
695
|
return;
|
|
695
696
|
}
|
|
696
697
|
|
|
697
|
-
CHECK(
|
|
698
|
+
CHECK(IsAnyBufferSource(buf));
|
|
698
699
|
if (buf->IsArrayBufferView()) {
|
|
699
700
|
auto view = buf.As<v8::ArrayBufferView>();
|
|
700
701
|
offset_ = view->ByteOffset();
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
// Symbols are per-isolate primitives but Environment proxies them
|
|
32
32
|
// for the sake of convenience.
|
|
33
33
|
#define PER_ISOLATE_SYMBOL_PROPERTIES(V) \
|
|
34
|
+
V(default_host_defined_options, "default_host_defined_options") \
|
|
34
35
|
V(fs_use_promises_symbol, "fs_use_promises_symbol") \
|
|
35
36
|
V(async_id_symbol, "async_id_symbol") \
|
|
36
37
|
V(handle_onclose_symbol, "handle_onclose") \
|
|
@@ -43,7 +44,8 @@
|
|
|
43
44
|
V(owner_symbol, "owner_symbol") \
|
|
44
45
|
V(onpskexchange_symbol, "onpskexchange") \
|
|
45
46
|
V(resource_symbol, "resource_symbol") \
|
|
46
|
-
V(trigger_async_id_symbol, "trigger_async_id_symbol")
|
|
47
|
+
V(trigger_async_id_symbol, "trigger_async_id_symbol") \
|
|
48
|
+
V(vm_dynamic_import_missing_flag, "vm_dynamic_import_missing_flag")
|
|
47
49
|
|
|
48
50
|
// Strings are per-isolate primitives but Environment proxies them
|
|
49
51
|
// for the sake of convenience. Strings should be ASCII-only.
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
#ifndef NAPI_EXTERN
|
|
29
29
|
#ifdef _WIN32
|
|
30
30
|
#define NAPI_EXTERN __declspec(dllexport)
|
|
31
|
-
#elif defined(
|
|
31
|
+
#elif defined(__wasm__)
|
|
32
32
|
#define NAPI_EXTERN \
|
|
33
33
|
__attribute__((visibility("default"))) \
|
|
34
34
|
__attribute__((__import_module__("napi")))
|
|
@@ -517,6 +517,16 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
|
|
|
517
517
|
|
|
518
518
|
#endif // NAPI_VERSION >= 5
|
|
519
519
|
|
|
520
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
521
|
+
|
|
522
|
+
NAPI_EXTERN napi_status NAPI_CDECL
|
|
523
|
+
node_api_post_finalizer(napi_env env,
|
|
524
|
+
napi_finalize finalize_cb,
|
|
525
|
+
void* finalize_data,
|
|
526
|
+
void* finalize_hint);
|
|
527
|
+
|
|
528
|
+
#endif // NAPI_EXPERIMENTAL
|
|
529
|
+
|
|
520
530
|
#if NAPI_VERSION >= 6
|
|
521
531
|
|
|
522
532
|
// BigInt
|
|
@@ -105,6 +105,9 @@ struct napi_env__ {
|
|
|
105
105
|
CallIntoModule([&](napi_env env) { cb(env, data, hint); });
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
+
// Invoke finalizer from V8 garbage collector.
|
|
109
|
+
void InvokeFinalizerFromGC(v8impl::RefTracker* finalizer);
|
|
110
|
+
|
|
108
111
|
// Enqueue the finalizer to the napi_env's own queue of the second pass
|
|
109
112
|
// weak callback.
|
|
110
113
|
// Implementation should drain the queue at the time it is safe to call
|
|
@@ -130,6 +133,19 @@ struct napi_env__ {
|
|
|
130
133
|
delete this;
|
|
131
134
|
}
|
|
132
135
|
|
|
136
|
+
void CheckGCAccess() {
|
|
137
|
+
if (module_api_version == NAPI_VERSION_EXPERIMENTAL && in_gc_finalizer) {
|
|
138
|
+
v8impl::OnFatalError(
|
|
139
|
+
nullptr,
|
|
140
|
+
"Finalizer is calling a function that may affect GC state.\n"
|
|
141
|
+
"The finalizers are run directly from GC and must not affect GC "
|
|
142
|
+
"state.\n"
|
|
143
|
+
"Use `node_api_post_finalizer` from inside of the finalizer to work "
|
|
144
|
+
"around this issue.\n"
|
|
145
|
+
"It schedules the call as a new task in the event loop.");
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
133
149
|
v8::Isolate* const isolate; // Shortcut for context()->GetIsolate()
|
|
134
150
|
v8impl::Persistent<v8::Context> context_persistent;
|
|
135
151
|
|
|
@@ -148,6 +164,7 @@ struct napi_env__ {
|
|
|
148
164
|
int refs = 1;
|
|
149
165
|
void* instance_data = nullptr;
|
|
150
166
|
int32_t module_api_version = NODE_API_DEFAULT_MODULE_API_VERSION;
|
|
167
|
+
bool in_gc_finalizer = false;
|
|
151
168
|
|
|
152
169
|
protected:
|
|
153
170
|
// Should not be deleted directly. Delete with `napi_env__::DeleteMe()`
|
|
@@ -211,6 +228,7 @@ inline napi_status napi_set_last_error(napi_env env,
|
|
|
211
228
|
// NAPI_PREAMBLE is not wrapped in do..while: try_catch must have function scope
|
|
212
229
|
#define NAPI_PREAMBLE(env) \
|
|
213
230
|
CHECK_ENV((env)); \
|
|
231
|
+
(env)->CheckGCAccess(); \
|
|
214
232
|
RETURN_STATUS_IF_FALSE( \
|
|
215
233
|
(env), (env)->last_exception.IsEmpty(), napi_pending_exception); \
|
|
216
234
|
RETURN_STATUS_IF_FALSE((env), \
|
|
@@ -355,8 +373,28 @@ enum class Ownership {
|
|
|
355
373
|
kUserland,
|
|
356
374
|
};
|
|
357
375
|
|
|
358
|
-
// Wrapper around Finalizer that
|
|
359
|
-
class
|
|
376
|
+
// Wrapper around Finalizer that can be tracked.
|
|
377
|
+
class TrackedFinalizer : public Finalizer, public RefTracker {
|
|
378
|
+
protected:
|
|
379
|
+
TrackedFinalizer(napi_env env,
|
|
380
|
+
napi_finalize finalize_callback,
|
|
381
|
+
void* finalize_data,
|
|
382
|
+
void* finalize_hint);
|
|
383
|
+
|
|
384
|
+
public:
|
|
385
|
+
static TrackedFinalizer* New(napi_env env,
|
|
386
|
+
napi_finalize finalize_callback,
|
|
387
|
+
void* finalize_data,
|
|
388
|
+
void* finalize_hint);
|
|
389
|
+
~TrackedFinalizer() override;
|
|
390
|
+
|
|
391
|
+
protected:
|
|
392
|
+
void Finalize() override;
|
|
393
|
+
void FinalizeCore(bool deleteMe);
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
// Wrapper around TrackedFinalizer that implements reference counting.
|
|
397
|
+
class RefBase : public TrackedFinalizer {
|
|
360
398
|
protected:
|
|
361
399
|
RefBase(napi_env env,
|
|
362
400
|
uint32_t initial_refcount,
|
|
@@ -372,7 +410,6 @@ class RefBase : public Finalizer, public RefTracker {
|
|
|
372
410
|
napi_finalize finalize_callback,
|
|
373
411
|
void* finalize_data,
|
|
374
412
|
void* finalize_hint);
|
|
375
|
-
virtual ~RefBase();
|
|
376
413
|
|
|
377
414
|
void* Data();
|
|
378
415
|
uint32_t Ref();
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
#include "env.h"
|
|
19
19
|
#include "gtest/gtest_prod.h"
|
|
20
|
+
#include "node_errors.h"
|
|
20
21
|
#include "node_internals.h"
|
|
21
22
|
|
|
22
23
|
#define NAPI_ARRAYSIZE(array) node::arraysize((array))
|
|
@@ -34,6 +35,11 @@ using Persistent = v8::Global<T>;
|
|
|
34
35
|
|
|
35
36
|
using PersistentToLocal = node::PersistentToLocal;
|
|
36
37
|
|
|
38
|
+
[[noreturn]] inline void OnFatalError(const char* location,
|
|
39
|
+
const char* message) {
|
|
40
|
+
node::OnFatalError(location, message);
|
|
41
|
+
}
|
|
42
|
+
|
|
37
43
|
} // end of namespace v8impl
|
|
38
44
|
|
|
39
45
|
#endif // SRC_JS_NATIVE_API_V8_INTERNALS_H_
|
|
@@ -97,7 +97,7 @@ class ModuleWrap : public BaseObject {
|
|
|
97
97
|
static v8::MaybeLocal<v8::Module> ResolveModuleCallback(
|
|
98
98
|
v8::Local<v8::Context> context,
|
|
99
99
|
v8::Local<v8::String> specifier,
|
|
100
|
-
v8::Local<v8::FixedArray>
|
|
100
|
+
v8::Local<v8::FixedArray> import_attributes,
|
|
101
101
|
v8::Local<v8::Module> referrer);
|
|
102
102
|
static ModuleWrap* GetFromModule(node::Environment*, v8::Local<v8::Module>);
|
|
103
103
|
|
package/src/headers/20/node.h
CHANGED
|
@@ -265,6 +265,8 @@ enum Flags : uint32_t {
|
|
|
265
265
|
// cppgc::InitializeProcess() before creating a Node.js environment
|
|
266
266
|
// and call cppgc::ShutdownProcess() before process shutdown.
|
|
267
267
|
kNoInitializeCppgc = 1 << 13,
|
|
268
|
+
// Initialize the process for predictable snapshot generation.
|
|
269
|
+
kGeneratePredictableSnapshot = 1 << 14,
|
|
268
270
|
|
|
269
271
|
// Emulate the behavior of InitializeNodeWithArgs() when passing
|
|
270
272
|
// a flags argument to the InitializeOncePerProcess() replacement
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#ifndef SRC_NODE_API_H_
|
|
2
2
|
#define SRC_NODE_API_H_
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#if defined(BUILDING_NODE_EXTENSION) && !defined(NAPI_EXTERN)
|
|
5
5
|
#ifdef _WIN32
|
|
6
6
|
// Building native addon against node
|
|
7
7
|
#define NAPI_EXTERN __declspec(dllimport)
|
|
8
|
-
#elif defined(
|
|
8
|
+
#elif defined(__wasm__)
|
|
9
9
|
#define NAPI_EXTERN __attribute__((__import_module__("napi")))
|
|
10
10
|
#endif
|
|
11
11
|
#endif
|
|
@@ -17,8 +17,13 @@ struct uv_loop_s; // Forward declaration.
|
|
|
17
17
|
#ifdef _WIN32
|
|
18
18
|
#define NAPI_MODULE_EXPORT __declspec(dllexport)
|
|
19
19
|
#else
|
|
20
|
+
#ifdef __EMSCRIPTEN__
|
|
21
|
+
#define NAPI_MODULE_EXPORT \
|
|
22
|
+
__attribute__((visibility("default"))) __attribute__((used))
|
|
23
|
+
#else
|
|
20
24
|
#define NAPI_MODULE_EXPORT __attribute__((visibility("default")))
|
|
21
25
|
#endif
|
|
26
|
+
#endif
|
|
22
27
|
|
|
23
28
|
#if defined(__GNUC__)
|
|
24
29
|
#define NAPI_NO_RETURN __attribute__((noreturn))
|
|
@@ -49,7 +54,7 @@ typedef struct napi_module {
|
|
|
49
54
|
NAPI_MODULE_INITIALIZER_X_HELPER(base, version)
|
|
50
55
|
#define NAPI_MODULE_INITIALIZER_X_HELPER(base, version) base##version
|
|
51
56
|
|
|
52
|
-
#ifdef
|
|
57
|
+
#ifdef __wasm__
|
|
53
58
|
#define NAPI_MODULE_INITIALIZER_BASE napi_register_wasm_v
|
|
54
59
|
#else
|
|
55
60
|
#define NAPI_MODULE_INITIALIZER_BASE napi_register_module_v
|
|
@@ -143,7 +148,6 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_buffer_info(napi_env env,
|
|
|
143
148
|
void** data,
|
|
144
149
|
size_t* length);
|
|
145
150
|
|
|
146
|
-
#ifndef __wasm32__
|
|
147
151
|
// Methods to manage simple async operations
|
|
148
152
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
149
153
|
napi_create_async_work(napi_env env,
|
|
@@ -159,7 +163,6 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_queue_async_work(napi_env env,
|
|
|
159
163
|
napi_async_work work);
|
|
160
164
|
NAPI_EXTERN napi_status NAPI_CDECL napi_cancel_async_work(napi_env env,
|
|
161
165
|
napi_async_work work);
|
|
162
|
-
#endif // __wasm32__
|
|
163
166
|
|
|
164
167
|
// version management
|
|
165
168
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
@@ -197,7 +200,6 @@ napi_close_callback_scope(napi_env env, napi_callback_scope scope);
|
|
|
197
200
|
|
|
198
201
|
#if NAPI_VERSION >= 4
|
|
199
202
|
|
|
200
|
-
#ifndef __wasm32__
|
|
201
203
|
// Calling into JS from other threads
|
|
202
204
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
203
205
|
napi_create_threadsafe_function(napi_env env,
|
|
@@ -231,7 +233,6 @@ napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func);
|
|
|
231
233
|
|
|
232
234
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
233
235
|
napi_ref_threadsafe_function(napi_env env, napi_threadsafe_function func);
|
|
234
|
-
#endif // __wasm32__
|
|
235
236
|
|
|
236
237
|
#endif // NAPI_VERSION >= 4
|
|
237
238
|
|
|
@@ -83,6 +83,30 @@ class ContextifyContext : public BaseObject {
|
|
|
83
83
|
static void IsContext(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
84
84
|
static void CompileFunction(
|
|
85
85
|
const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
86
|
+
static v8::Local<v8::Object> CompileFunctionAndCacheResult(
|
|
87
|
+
Environment* env,
|
|
88
|
+
v8::Local<v8::Context> parsing_context,
|
|
89
|
+
v8::ScriptCompiler::Source* source,
|
|
90
|
+
std::vector<v8::Local<v8::String>> params,
|
|
91
|
+
std::vector<v8::Local<v8::Object>> context_extensions,
|
|
92
|
+
v8::ScriptCompiler::CompileOptions options,
|
|
93
|
+
bool produce_cached_data,
|
|
94
|
+
v8::Local<v8::Symbol> id_symbol,
|
|
95
|
+
const errors::TryCatchScope& try_catch);
|
|
96
|
+
static v8::Local<v8::PrimitiveArray> GetHostDefinedOptions(
|
|
97
|
+
v8::Isolate* isolate, v8::Local<v8::Symbol> id_symbol);
|
|
98
|
+
static v8::ScriptCompiler::Source GetCommonJSSourceInstance(
|
|
99
|
+
v8::Isolate* isolate,
|
|
100
|
+
v8::Local<v8::String> code,
|
|
101
|
+
v8::Local<v8::String> filename,
|
|
102
|
+
int line_offset,
|
|
103
|
+
int column_offset,
|
|
104
|
+
v8::Local<v8::PrimitiveArray> host_defined_options,
|
|
105
|
+
v8::ScriptCompiler::CachedData* cached_data);
|
|
106
|
+
static v8::ScriptCompiler::CompileOptions GetCompileOptions(
|
|
107
|
+
const v8::ScriptCompiler::Source& source);
|
|
108
|
+
static void ContainsModuleSyntax(
|
|
109
|
+
const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
86
110
|
static void WeakCallback(
|
|
87
111
|
const v8::WeakCallbackInfo<ContextifyContext>& data);
|
|
88
112
|
static void PropertyGetterCallback(
|
|
@@ -349,6 +349,38 @@ int SyncCall(Environment* env, v8::Local<v8::Value> ctx,
|
|
|
349
349
|
return err;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
+
// Similar to SyncCall but throws immediately if there is an error.
|
|
353
|
+
template <typename Predicate, typename Func, typename... Args>
|
|
354
|
+
int SyncCallAndThrowIf(Predicate should_throw,
|
|
355
|
+
Environment* env,
|
|
356
|
+
FSReqWrapSync* req_wrap,
|
|
357
|
+
Func fn,
|
|
358
|
+
Args... args) {
|
|
359
|
+
env->PrintSyncTrace();
|
|
360
|
+
int result = fn(nullptr, &(req_wrap->req), args..., nullptr);
|
|
361
|
+
if (should_throw(result)) {
|
|
362
|
+
env->ThrowUVException(result,
|
|
363
|
+
req_wrap->syscall_p,
|
|
364
|
+
nullptr,
|
|
365
|
+
req_wrap->path_p,
|
|
366
|
+
req_wrap->dest_p);
|
|
367
|
+
}
|
|
368
|
+
return result;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
constexpr bool is_uv_error(int result) {
|
|
372
|
+
return result < 0;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// Similar to SyncCall but throws immediately if there is an error.
|
|
376
|
+
template <typename Func, typename... Args>
|
|
377
|
+
int SyncCallAndThrowOnError(Environment* env,
|
|
378
|
+
FSReqWrapSync* req_wrap,
|
|
379
|
+
Func fn,
|
|
380
|
+
Args... args) {
|
|
381
|
+
return SyncCallAndThrowIf(is_uv_error, env, req_wrap, fn, args...);
|
|
382
|
+
}
|
|
383
|
+
|
|
352
384
|
} // namespace fs
|
|
353
385
|
} // namespace node
|
|
354
386
|
|
|
@@ -102,14 +102,6 @@ class BindingData : public SnapshotableObject {
|
|
|
102
102
|
|
|
103
103
|
static FilePathIsFileReturnType FilePathIsFile(Environment* env,
|
|
104
104
|
const std::string& file_path);
|
|
105
|
-
|
|
106
|
-
static const std::array<std::string, 10> legacy_main_extensions;
|
|
107
|
-
// define the final index of the algorithm resolution
|
|
108
|
-
// when packageConfig.main is defined.
|
|
109
|
-
static const uint8_t legacy_main_extensions_with_main_end = 7;
|
|
110
|
-
// define the final index of the algorithm resolution
|
|
111
|
-
// when packageConfig.main is NOT defined
|
|
112
|
-
static const uint8_t legacy_main_extensions_package_fallback_end = 10;
|
|
113
105
|
};
|
|
114
106
|
|
|
115
107
|
// structure used to store state during a complex operation, e.g., mkdirp.
|
|
@@ -465,10 +457,22 @@ int MKDirpSync(uv_loop_t* loop,
|
|
|
465
457
|
|
|
466
458
|
class FSReqWrapSync {
|
|
467
459
|
public:
|
|
468
|
-
FSReqWrapSync(
|
|
460
|
+
FSReqWrapSync(const char* syscall = nullptr,
|
|
461
|
+
const char* path = nullptr,
|
|
462
|
+
const char* dest = nullptr)
|
|
463
|
+
: syscall_p(syscall), path_p(path), dest_p(dest) {}
|
|
469
464
|
~FSReqWrapSync() { uv_fs_req_cleanup(&req); }
|
|
465
|
+
|
|
470
466
|
uv_fs_t req;
|
|
467
|
+
const char* syscall_p;
|
|
468
|
+
const char* path_p;
|
|
469
|
+
const char* dest_p;
|
|
470
|
+
|
|
471
|
+
FSReqWrapSync(const FSReqWrapSync&) = delete;
|
|
472
|
+
FSReqWrapSync& operator=(const FSReqWrapSync&) = delete;
|
|
471
473
|
|
|
474
|
+
// TODO(joyeecheung): move these out of FSReqWrapSync and into a special
|
|
475
|
+
// class for mkdirp
|
|
472
476
|
FSContinuationData* continuation_data() const {
|
|
473
477
|
return continuation_data_.get();
|
|
474
478
|
}
|
|
@@ -476,9 +480,6 @@ class FSReqWrapSync {
|
|
|
476
480
|
continuation_data_ = std::move(data);
|
|
477
481
|
}
|
|
478
482
|
|
|
479
|
-
FSReqWrapSync(const FSReqWrapSync&) = delete;
|
|
480
|
-
FSReqWrapSync& operator=(const FSReqWrapSync&) = delete;
|
|
481
|
-
|
|
482
483
|
private:
|
|
483
484
|
std::unique_ptr<FSContinuationData> continuation_data_;
|
|
484
485
|
};
|
|
@@ -515,6 +516,18 @@ inline int SyncCall(Environment* env, v8::Local<v8::Value> ctx,
|
|
|
515
516
|
FSReqWrapSync* req_wrap, const char* syscall,
|
|
516
517
|
Func fn, Args... args);
|
|
517
518
|
|
|
519
|
+
// Similar to SyncCall but throws immediately if there is an error.
|
|
520
|
+
template <typename Predicate, typename Func, typename... Args>
|
|
521
|
+
int SyncCallAndThrowIf(Predicate should_throw,
|
|
522
|
+
Environment* env,
|
|
523
|
+
FSReqWrapSync* req_wrap,
|
|
524
|
+
Func fn,
|
|
525
|
+
Args... args);
|
|
526
|
+
template <typename Func, typename... Args>
|
|
527
|
+
int SyncCallAndThrowOnError(Environment* env,
|
|
528
|
+
FSReqWrapSync* req_wrap,
|
|
529
|
+
Func fn,
|
|
530
|
+
Args... args);
|
|
518
531
|
} // namespace fs
|
|
519
532
|
|
|
520
533
|
} // namespace node
|