node-aix-ppc64 16.18.1 → 16.19.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/CHANGELOG.md +152 -0
- package/LICENSE +124 -51
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -6
- package/include/node/config.gypi +5 -1
- package/include/node/js_native_api.h +2 -0
- package/include/node/js_native_api_types.h +2 -1
- package/include/node/node.exp +72 -66
- package/include/node/node_api.h +3 -1
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/bnerr.h +2 -1
- package/include/node/openssl/cmserr.h +1 -0
- package/include/node/openssl/opensslv.h +2 -2
- package/include/node/openssl/x509v3.h +2 -2
- package/package.json +1 -1
- package/share/systemtap/tapset/node.stp +146 -0
package/include/node/node.exp
CHANGED
|
@@ -4900,15 +4900,15 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
|
4900
4900
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
4901
4901
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
4902
4902
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
4903
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
4904
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
4905
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
4906
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
4907
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
4908
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
4909
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
4910
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
4911
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
4903
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0x946b49a1881fe617
|
|
4904
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0xe0e7666f7bd63a5b
|
|
4905
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xee38ebe9ef4bfe02
|
|
4906
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x75eb72b579f2b4b9
|
|
4907
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0x7ded9d46f895408d
|
|
4908
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x40363fbb30851de8
|
|
4909
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0x816b735eae703acd
|
|
4910
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xa0eda6640749a564
|
|
4911
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0xb49324e1c17f56b
|
|
4912
4912
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
4913
4913
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
4914
4914
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -5788,9 +5788,6 @@ _GLOBAL__I_65535_0__ZN4node13ParseEncodingEPKcNS_8encodingE
|
|
|
5788
5788
|
_GLOBAL__I_65535_0__ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
|
|
5789
5789
|
_GLOBAL__I_65535_0__ZN4node13SpinEventLoopEPNS_11EnvironmentE
|
|
5790
5790
|
_GLOBAL__I_65535_0__ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
|
|
5791
|
-
_GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader20LoadJavaScriptSourceEv
|
|
5792
|
-
_GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader9instance_E
|
|
5793
|
-
_GLOBAL__I_65535_0__ZN4node13native_module7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
|
|
5794
5791
|
_GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
|
|
5795
5792
|
_GLOBAL__I_65535_0__ZN4node14unbase64_tableE
|
|
5796
5793
|
_GLOBAL__I_65535_0__ZN4node15DefineConstantsEPN2v87IsolateENS0_5LocalINS0_6ObjectEEE
|
|
@@ -5857,6 +5854,9 @@ _GLOBAL__I_65535_0__ZN4node8JSStreamC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectE
|
|
|
5857
5854
|
_GLOBAL__I_65535_0__ZN4node8PipeWrap11InstantiateEPNS_11EnvironmentEPNS_9AsyncWrapENS0_10SocketTypeE
|
|
5858
5855
|
_GLOBAL__I_65535_0__ZN4node8SendWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEEb
|
|
5859
5856
|
_GLOBAL__I_65535_0__ZN4node8WatchdogC2EPN2v87IsolateEmPb
|
|
5857
|
+
_GLOBAL__I_65535_0__ZN4node8builtins13BuiltinLoader20LoadJavaScriptSourceEv
|
|
5858
|
+
_GLOBAL__I_65535_0__ZN4node8builtins13BuiltinLoader9instance_E
|
|
5859
|
+
_GLOBAL__I_65535_0__ZN4node8builtins7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
|
|
5860
5860
|
_GLOBAL__I_65535_0__ZN4node8profiler20V8ProfilerConnectionC2EPNS_11EnvironmentE
|
|
5861
5861
|
_GLOBAL__I_65535_0__ZN4node8v8_utils11BindingDataC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
5862
5862
|
_GLOBAL__I_65535_0__ZN4node9AsyncWrap23DestroyAsyncIdsCallbackEPNS_11EnvironmentE
|
|
@@ -5906,10 +5906,10 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
|
|
|
5906
5906
|
_GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
5907
5907
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
5908
5908
|
_GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
|
|
5909
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
5910
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
5911
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.
|
|
5912
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
5909
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0xc21d1608bb2cab2c
|
|
5910
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x800cf4d9152a72fc
|
|
5911
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0x1df2da0c925f8513
|
|
5912
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x81ac354d477060dd
|
|
5913
5913
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
5914
5914
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
5915
5915
|
_HZData_71
|
|
@@ -5966,6 +5966,7 @@ _Z16ucasemap_mapUTF8ijPN6icu_7113BreakIteratorEPKciPFvijS1_PKhiRNS_8ByteSinkEPNS
|
|
|
5966
5966
|
_Z16ucasemap_mapUTF8ijPN6icu_7113BreakIteratorEPciPKciPFvijS1_PKhiRNS_8ByteSinkEPNS_5EditsER10UErrorCodeESA_SC_
|
|
5967
5967
|
_Z17_register_optionsv
|
|
5968
5968
|
_Z17_register_symbolsv
|
|
5969
|
+
_Z18_register_builtinsv
|
|
5969
5970
|
_Z18_register_profilerv
|
|
5970
5971
|
_Z18_register_tcp_wrapv
|
|
5971
5972
|
_Z18_register_tls_wrapv
|
|
@@ -6001,7 +6002,6 @@ _Z22_register_process_wrapv
|
|
|
6001
6002
|
_Z22_register_trace_eventsv
|
|
6002
6003
|
_Z22ulocimp_getLanguage_71PKcPS0_R10UErrorCode
|
|
6003
6004
|
_Z23_register_fs_event_wrapv
|
|
6004
|
-
_Z23_register_native_modulev
|
|
6005
6005
|
_Z23_v8_internal_Get_ObjectPv
|
|
6006
6006
|
_Z23_v8_internal_Node_PrintPv
|
|
6007
6007
|
_Z23_v8_internal_Print_CodePv
|
|
@@ -6036,6 +6036,7 @@ _Z35_register_external_reference_workerPN4node25ExternalReferenceRegistryE
|
|
|
6036
6036
|
_Z36_register_external_reference_bindingPN4node25ExternalReferenceRegistryE
|
|
6037
6037
|
_Z36_register_external_reference_env_varPN4node25ExternalReferenceRegistryE
|
|
6038
6038
|
_Z36_register_external_reference_optionsPN4node25ExternalReferenceRegistryE
|
|
6039
|
+
_Z37_register_external_reference_builtinsPN4node25ExternalReferenceRegistryE
|
|
6039
6040
|
_Z37_register_external_reference_profilerPN4node25ExternalReferenceRegistryE
|
|
6040
6041
|
_Z37_register_external_reference_tcp_wrapPN4node25ExternalReferenceRegistryE
|
|
6041
6042
|
_Z37_register_external_reference_tls_wrapPN4node25ExternalReferenceRegistryE
|
|
@@ -6055,7 +6056,6 @@ _Z40_register_external_reference_signal_wrapPN4node25ExternalReferenceRegistryE
|
|
|
6055
6056
|
_Z40_register_external_reference_stream_wrapPN4node25ExternalReferenceRegistryE
|
|
6056
6057
|
_Z41_register_external_reference_trace_eventsPN4node25ExternalReferenceRegistryE
|
|
6057
6058
|
_Z42_register_external_reference_fs_event_wrapPN4node25ExternalReferenceRegistryE
|
|
6058
|
-
_Z42_register_external_reference_native_modulePN4node25ExternalReferenceRegistryE
|
|
6059
6059
|
_Z43_register_external_reference_process_objectPN4node25ExternalReferenceRegistryE
|
|
6060
6060
|
_Z43_register_external_reference_string_decoderPN4node25ExternalReferenceRegistryE
|
|
6061
6061
|
_Z44_register_external_reference_process_methodsPN4node25ExternalReferenceRegistryE
|
|
@@ -18631,6 +18631,7 @@ _ZN2v88internal22ExternalReferenceTable9ref_name_E
|
|
|
18631
18631
|
_ZN2v88internal22FLAG_clear_free_memoryE
|
|
18632
18632
|
_ZN2v88internal22FLAG_compilation_cacheE
|
|
18633
18633
|
_ZN2v88internal22FLAG_dump_counters_nvpE
|
|
18634
|
+
_ZN2v88internal22FLAG_expose_statisticsE
|
|
18634
18635
|
_ZN2v88internal22FLAG_icu_timezone_dataE
|
|
18635
18636
|
_ZN2v88internal22FLAG_initial_heap_sizeE
|
|
18636
18637
|
_ZN2v88internal22FLAG_move_object_startE
|
|
@@ -42950,12 +42951,10 @@ _ZN4node11Environment10RunCleanupEv
|
|
|
42950
42951
|
_ZN4node11Environment12TryLoadAddonEPKciRKSt8functionIFbPNS_7binding4DLibEEE
|
|
42951
42952
|
_ZN4node11Environment13BootstrapNodeEv
|
|
42952
42953
|
_ZN4node11Environment13ScheduleTimerEl
|
|
42953
|
-
_ZN4node11Environment13SetFastMethodEN2v85LocalINS1_6ObjectEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEEPKNS1_9CFunctionE
|
|
42954
42954
|
_ZN4node11Environment14AddUnmanagedFdEi
|
|
42955
42955
|
_ZN4node11Environment14CheckImmediateEP10uv_check_s
|
|
42956
42956
|
_ZN4node11Environment14CleanupHandlesEv
|
|
42957
42957
|
_ZN4node11Environment14GetBindingDataINS_2fs11BindingDataEEEPT_N2v85LocalINS6_7ContextEEE
|
|
42958
|
-
_ZN4node11Environment14SetProtoMethodEN2v85LocalINS1_16FunctionTemplateEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
|
|
42959
42958
|
_ZN4node11Environment14ToggleTimerRefEb
|
|
42960
42959
|
_ZN4node11Environment15AssignToContextEN2v85LocalINS1_7ContextEEERKNS_11ContextInfoE
|
|
42961
42960
|
_ZN4node11Environment15InitializeLibuvEv
|
|
@@ -42963,25 +42962,20 @@ _ZN4node11Environment16CreatePropertiesEv
|
|
|
42963
42962
|
_ZN4node11Environment16RunBootstrappingEv
|
|
42964
42963
|
_ZN4node11Environment17RemoveUnmanagedFdEi
|
|
42965
42964
|
_ZN4node11Environment17RunWeakRefCleanupEv
|
|
42966
|
-
_ZN4node11Environment17SetInstanceMethodEN2v85LocalINS1_16FunctionTemplateEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
|
|
42967
42965
|
_ZN4node11Environment18BuildEmbedderGraphEPN2v87IsolateEPNS1_13EmbedderGraphEPv
|
|
42968
42966
|
_ZN4node11Environment18RunAtExitCallbacksEv
|
|
42969
42967
|
_ZN4node11Environment18ToggleImmediateRefEb
|
|
42970
42968
|
_ZN4node11Environment19InitializeInspectorESt10unique_ptrINS_9inspector21ParentInspectorHandleESt14default_deleteIS3_EE
|
|
42971
|
-
_ZN4node11Environment19NewFunctionTemplateEPFvRKN2v820FunctionCallbackInfoINS1_5ValueEEEENS1_5LocalINS1_9SignatureEEENS1_19ConstructorBehaviorENS1_14SideEffectTypeEPKNS1_9CFunctionE
|
|
42972
42969
|
_ZN4node11Environment19PrintAllBaseObjectsEv
|
|
42973
42970
|
_ZN4node11Environment21DeserializePropertiesEPKNS_16EnvSerializeInfoE
|
|
42974
42971
|
_ZN4node11Environment21InitializeDiagnosticsEv
|
|
42975
42972
|
_ZN4node11Environment21InitializeMainContextEN2v85LocalINS1_7ContextEEEPKNS_16EnvSerializeInfoE
|
|
42976
42973
|
_ZN4node11Environment21NearHeapLimitCallbackEPvmm
|
|
42977
42974
|
_ZN4node11Environment21RunAndClearInterruptsEv
|
|
42978
|
-
_ZN4node11Environment21SetMethodNoSideEffectEN2v85LocalINS1_6ObjectEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
|
|
42979
42975
|
_ZN4node11Environment22CollectUVExceptionInfoEN2v85LocalINS1_5ValueEEEiPKcS6_S6_S6_
|
|
42980
42976
|
_ZN4node11Environment22RegisterHandleCleanupsEv
|
|
42981
42977
|
_ZN4node11Environment22RequestInterruptFromV8Ev
|
|
42982
42978
|
_ZN4node11Environment22RunDeserializeRequestsEv
|
|
42983
|
-
_ZN4node11Environment22SetConstructorFunctionEN2v85LocalINS1_6ObjectEEENS2_INS1_6StringEEENS2_INS1_16FunctionTemplateEEENS0_26SetConstructorFunctionFlagE
|
|
42984
|
-
_ZN4node11Environment22SetConstructorFunctionEN2v85LocalINS1_6ObjectEEEPKcNS2_INS1_16FunctionTemplateEEENS0_26SetConstructorFunctionFlagE
|
|
42985
42979
|
_ZN4node11Environment22release_managed_bufferERK8uv_buf_t
|
|
42986
42980
|
_ZN4node11Environment23allocate_managed_bufferEm
|
|
42987
42981
|
_ZN4node11Environment24BootstrapInternalLoadersEv
|
|
@@ -42989,7 +42983,6 @@ _ZN4node11Environment24stop_sub_worker_contextsEv
|
|
|
42989
42983
|
_ZN4node11Environment25EnqueueDeserializeRequestEPFvN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEEiPNS_17InternalFieldInfoEES6_iS8_
|
|
42990
42984
|
_ZN4node11Environment25StartProfilerIdleNotifierEv
|
|
42991
42985
|
_ZN4node11Environment25VerifyNoStrongBaseObjectsEv
|
|
42992
|
-
_ZN4node11Environment26SetProtoMethodNoSideEffectEN2v85LocalINS1_16FunctionTemplateEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
|
|
42993
42986
|
_ZN4node11Environment27PrintInfoForSnapshotIfDebugEv
|
|
42994
42987
|
_ZN4node11Environment27RunAndClearNativeImmediatesEb
|
|
42995
42988
|
_ZN4node11Environment4ExitEi
|
|
@@ -43000,7 +42993,6 @@ _ZN4node11Environment7ExitEnvEv
|
|
|
43000
42993
|
_ZN4node11Environment8add_refsEl
|
|
43001
42994
|
_ZN4node11Environment9RunTimersEP10uv_timer_s
|
|
43002
42995
|
_ZN4node11Environment9SerializeEPN2v815SnapshotCreatorE
|
|
43003
|
-
_ZN4node11Environment9SetMethodEN2v85LocalINS1_6ObjectEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
|
|
43004
42996
|
_ZN4node11EnvironmentC1EPNS_11IsolateDataEN2v85LocalINS3_7ContextEEERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISD_EESH_PKNS_16EnvSerializeInfoENS_16EnvironmentFlags5FlagsENS_8ThreadIdE
|
|
43005
42997
|
_ZN4node11EnvironmentC1EPNS_11IsolateDataEPN2v87IsolateERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EESG_PKNS_16EnvSerializeInfoENS_16EnvironmentFlags5FlagsENS_8ThreadIdE
|
|
43006
42998
|
_ZN4node11EnvironmentC2EPNS_11IsolateDataEN2v85LocalINS3_7ContextEEERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISD_EESH_PKNS_16EnvSerializeInfoENS_16EnvironmentFlags5FlagsENS_8ThreadIdE
|
|
@@ -43381,6 +43373,7 @@ _ZN4node13MemoryTracker7AddNodeEPKcmS2_
|
|
|
43381
43373
|
_ZN4node13OneByteStringEPN2v87IsolateEPKci
|
|
43382
43374
|
_ZN4node13ParseEncodingEPKcNS_8encodingE
|
|
43383
43375
|
_ZN4node13ParseEncodingEPN2v87IsolateENS0_5LocalINS0_5ValueEEENS_8encodingE
|
|
43376
|
+
_ZN4node13SetFastMethodEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
|
|
43384
43377
|
_ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
|
|
43385
43378
|
_ZN4node13SocketAddress12FromPeerNameERK8uv_tcp_s
|
|
43386
43379
|
_ZN4node13SocketAddress12FromPeerNameERK8uv_udp_s
|
|
@@ -43395,42 +43388,6 @@ _ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
|
|
|
43395
43388
|
_ZN4node13StringDecoder9FlushDataEPN2v87IsolateE
|
|
43396
43389
|
_ZN4node13WriteFileSyncEPKc8uv_buf_t
|
|
43397
43390
|
_ZN4node13WriteFileSyncEPN2v87IsolateEPKcNS0_5LocalINS0_6StringEEE
|
|
43398
|
-
_ZN4node13native_module15NativeModuleEnv10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
43399
|
-
_ZN4node13native_module15NativeModuleEnv12RecordResultEPKcNS0_18NativeModuleLoader6ResultEPNS_11EnvironmentE
|
|
43400
|
-
_ZN4node13native_module15NativeModuleEnv13GetCacheUsageERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
43401
|
-
_ZN4node13native_module15NativeModuleEnv15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
43402
|
-
_ZN4node13native_module15NativeModuleEnv15GetConfigStringEPN2v87IsolateE
|
|
43403
|
-
_ZN4node13native_module15NativeModuleEnv15GetSourceObjectEN2v85LocalINS2_7ContextEEE
|
|
43404
|
-
_ZN4node13native_module15NativeModuleEnv15ModuleIdsGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
43405
|
-
_ZN4node13native_module15NativeModuleEnv16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS_11EnvironmentE
|
|
43406
|
-
_ZN4node13native_module15NativeModuleEnv18ConfigStringGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
43407
|
-
_ZN4node13native_module15NativeModuleEnv19GetModuleCategoriesEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
43408
|
-
_ZN4node13native_module15NativeModuleEnv26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
43409
|
-
_ZN4node13native_module15NativeModuleEnv3AddEPKcRKNS_10UnionBytesE
|
|
43410
|
-
_ZN4node13native_module15NativeModuleEnv6ExistsEPKc
|
|
43411
|
-
_ZN4node13native_module17HasCachedBuiltinsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
43412
|
-
_ZN4node13native_module18NativeModuleLoader10code_cacheB5cxx11Ev
|
|
43413
|
-
_ZN4node13native_module18NativeModuleLoader11GetInstanceEv
|
|
43414
|
-
_ZN4node13native_module18NativeModuleLoader12GetModuleIdsB5cxx11Ev
|
|
43415
|
-
_ZN4node13native_module18NativeModuleLoader13CanBeRequiredEPKc
|
|
43416
|
-
_ZN4node13native_module18NativeModuleLoader15CompileAsModuleEN2v85LocalINS2_7ContextEEEPKcPNS1_6ResultE
|
|
43417
|
-
_ZN4node13native_module18NativeModuleLoader15GetConfigStringEPN2v87IsolateE
|
|
43418
|
-
_ZN4node13native_module18NativeModuleLoader15GetSourceObjectEN2v85LocalINS2_7ContextEEE
|
|
43419
|
-
_ZN4node13native_module18NativeModuleLoader16CannotBeRequiredEPKc
|
|
43420
|
-
_ZN4node13native_module18NativeModuleLoader16GetCanBeRequiredB5cxx11Ev
|
|
43421
|
-
_ZN4node13native_module18NativeModuleLoader16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS1_6ResultE
|
|
43422
|
-
_ZN4node13native_module18NativeModuleLoader19GetCannotBeRequiredB5cxx11Ev
|
|
43423
|
-
_ZN4node13native_module18NativeModuleLoader20LoadJavaScriptSourceEv
|
|
43424
|
-
_ZN4node13native_module18NativeModuleLoader23LoadBuiltinModuleSourceEPN2v87IsolateEPKc
|
|
43425
|
-
_ZN4node13native_module18NativeModuleLoader26InitializeModuleCategoriesEv
|
|
43426
|
-
_ZN4node13native_module18NativeModuleLoader3AddEPKcRKNS_10UnionBytesE
|
|
43427
|
-
_ZN4node13native_module18NativeModuleLoader6ExistsEPKc
|
|
43428
|
-
_ZN4node13native_module18NativeModuleLoader9GetConfigEv
|
|
43429
|
-
_ZN4node13native_module18NativeModuleLoader9instance_E
|
|
43430
|
-
_ZN4node13native_module18NativeModuleLoaderC1Ev
|
|
43431
|
-
_ZN4node13native_module18NativeModuleLoaderC2Ev
|
|
43432
|
-
_ZN4node13native_module18NativeModuleLoaderD1Ev
|
|
43433
|
-
_ZN4node13native_module7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
|
|
43434
43391
|
_ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_si
|
|
43435
43392
|
_ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_si
|
|
43436
43393
|
_ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sEC1EPNS_11EnvironmentEN2v85LocalINS6_6ObjectEEENS_9AsyncWrap12ProviderTypeE
|
|
@@ -43450,6 +43407,7 @@ _ZN4node14NgRcBufPointerINS_5http226Http2RcBufferPointerTraitsEE8ExternalD1Ev
|
|
|
43450
43407
|
_ZN4node14NgRcBufPointerINS_5http226Http2RcBufferPointerTraitsEED0Ev
|
|
43451
43408
|
_ZN4node14NgRcBufPointerINS_5http226Http2RcBufferPointerTraitsEED1Ev
|
|
43452
43409
|
_ZN4node14PrintExceptionEPN2v87IsolateENS0_5LocalINS0_7ContextEEENS3_INS0_5ValueEEENS3_INS0_7MessageEEE
|
|
43410
|
+
_ZN4node14SetProtoMethodEPN2v87IsolateENS0_5LocalINS0_16FunctionTemplateEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
|
|
43453
43411
|
_ZN4node14SigintWatchdog12HandleSigintEv
|
|
43454
43412
|
_ZN4node14SigintWatchdogC1EPN2v87IsolateEPb
|
|
43455
43413
|
_ZN4node14SigintWatchdogC2EPN2v87IsolateEPb
|
|
@@ -43720,6 +43678,7 @@ _ZN4node17PerProcessOptionsD0Ev
|
|
|
43720
43678
|
_ZN4node17PerProcessOptionsD1Ev
|
|
43721
43679
|
_ZN4node17PersistentToLocal7DefaultIN2v86ObjectEEENS2_5LocalIT_EEPNS2_7IsolateERKNS2_14PersistentBaseIS5_EE
|
|
43722
43680
|
_ZN4node17ProcessGlobalArgsEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EES9_S9_NS_20OptionEnvvarSettingsE
|
|
43681
|
+
_ZN4node17SetInstanceMethodEPN2v87IsolateENS0_5LocalINS0_16FunctionTemplateEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
|
|
43723
43682
|
_ZN4node17SocketAddressBase10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
|
|
43724
43683
|
_ZN4node17SocketAddressBase11HasInstanceEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEE
|
|
43725
43684
|
_ZN4node17SocketAddressBase12GetFlowLabelERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -43811,6 +43770,7 @@ _ZN4node19ERR_STRING_TOO_LONGEPN2v87IsolateE
|
|
|
43811
43770
|
_ZN4node19ERR_STRING_TOO_LONGIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
43812
43771
|
_ZN4node19ExecuteBootstrapperEPNS_11EnvironmentEPKcPSt6vectorIN2v85LocalINS5_6StringEEESaIS8_EEPS4_INS6_INS5_5ValueEEESaISD_EE
|
|
43813
43772
|
_ZN4node19GetCurrentEventLoopEPN2v87IsolateE
|
|
43773
|
+
_ZN4node19NewFunctionTemplateEPN2v87IsolateEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEENS0_5LocalINS0_9SignatureEEENS0_19ConstructorBehaviorENS0_14SideEffectTypeEPKNS0_9CFunctionE
|
|
43814
43774
|
_ZN4node19SetIsolateUpForNodeEPN2v87IsolateE
|
|
43815
43775
|
_ZN4node19SetIsolateUpForNodeEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
43816
43776
|
_ZN4node19TraceSigintWatchdog12HandleSigintEv
|
|
@@ -43897,6 +43857,7 @@ _ZN4node21LowMemoryNotificationEv
|
|
|
43897
43857
|
_ZN4node21MarkBootstrapCompleteERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
43898
43858
|
_ZN4node21PromiseRejectCallbackEN2v820PromiseRejectMessageE
|
|
43899
43859
|
_ZN4node21RegisterSignalHandlerEiPFviP9siginfo_tPvEb
|
|
43860
|
+
_ZN4node21SetMethodNoSideEffectEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
|
|
43900
43861
|
_ZN4node21SetProcessExitHandlerEPNS_11EnvironmentEOSt8functionIFvS1_iEE
|
|
43901
43862
|
_ZN4node21ThrowErrStringTooLongEPN2v87IsolateE
|
|
43902
43863
|
_ZN4node21experimental_warningsB5cxx11E
|
|
@@ -43944,6 +43905,8 @@ _ZN4node22PerIsolatePlatformDataC2EPN2v87IsolateEP9uv_loop_s
|
|
|
43944
43905
|
_ZN4node22PerIsolatePlatformDataD0Ev
|
|
43945
43906
|
_ZN4node22PerIsolatePlatformDataD1Ev
|
|
43946
43907
|
_ZN4node22PerIsolatePlatformDataD2Ev
|
|
43908
|
+
_ZN4node22SetConstructorFunctionEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEENS1_INS0_6StringEEENS1_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
43909
|
+
_ZN4node22SetConstructorFunctionEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcNS1_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
43947
43910
|
_ZN4node22SetIsolateMiscHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
43948
43911
|
_ZN4node22SocketAddressBlockList16AddSocketAddressERKSt10shared_ptrINS_13SocketAddressEE
|
|
43949
43912
|
_ZN4node22SocketAddressBlockList17SocketAddressRule5ApplyERKSt10shared_ptrINS_13SocketAddressEE
|
|
@@ -44045,6 +44008,7 @@ _ZN4node26ERR_CRYPTO_INVALID_COUNTERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEP
|
|
|
44045
44008
|
_ZN4node26ERR_CRYPTO_INVALID_KEYPAIRIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
44046
44009
|
_ZN4node26ERR_CRYPTO_INVALID_KEYTYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
44047
44010
|
_ZN4node26ERR_VM_MODULE_LINK_FAILUREIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
|
|
44011
|
+
_ZN4node26SetProtoMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_16FunctionTemplateEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
|
|
44048
44012
|
_ZN4node26SocketAddressBlockListWrap10AddAddressERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
44049
44013
|
_ZN4node26SocketAddressBlockListWrap10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
44050
44014
|
_ZN4node26SocketAddressBlockListWrap11HasInstanceEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEE
|
|
@@ -45849,6 +45813,8 @@ _ZN4node7UDPWrap13SetMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE13uv_m
|
|
|
45849
45813
|
_ZN4node7UDPWrap14CreateSendWrapEm
|
|
45850
45814
|
_ZN4node7UDPWrap14DropMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45851
45815
|
_ZN4node7UDPWrap15SetMulticastTTLERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45816
|
+
_ZN4node7UDPWrap16GetSendQueueSizeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45817
|
+
_ZN4node7UDPWrap17GetSendQueueCountERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45852
45818
|
_ZN4node7UDPWrap19SetSourceMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE13uv_membership
|
|
45853
45819
|
_ZN4node7UDPWrap20SetMulticastLoopbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45854
45820
|
_ZN4node7UDPWrap21SetMulticastInterfaceERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -46053,6 +46019,42 @@ _ZN4node8WatchdogC1EPN2v87IsolateEmPb
|
|
|
46053
46019
|
_ZN4node8WatchdogC2EPN2v87IsolateEmPb
|
|
46054
46020
|
_ZN4node8WatchdogD1Ev
|
|
46055
46021
|
_ZN4node8WatchdogD2Ev
|
|
46022
|
+
_ZN4node8builtins10BuiltinEnv10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
46023
|
+
_ZN4node8builtins10BuiltinEnv12RecordResultEPKcNS0_13BuiltinLoader6ResultEPNS_11EnvironmentE
|
|
46024
|
+
_ZN4node8builtins10BuiltinEnv13GetCacheUsageERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46025
|
+
_ZN4node8builtins10BuiltinEnv15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46026
|
+
_ZN4node8builtins10BuiltinEnv15GetConfigStringEPN2v87IsolateE
|
|
46027
|
+
_ZN4node8builtins10BuiltinEnv15GetSourceObjectEN2v85LocalINS2_7ContextEEE
|
|
46028
|
+
_ZN4node8builtins10BuiltinEnv15ModuleIdsGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
46029
|
+
_ZN4node8builtins10BuiltinEnv16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS_11EnvironmentE
|
|
46030
|
+
_ZN4node8builtins10BuiltinEnv18ConfigStringGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
46031
|
+
_ZN4node8builtins10BuiltinEnv19GetModuleCategoriesEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
46032
|
+
_ZN4node8builtins10BuiltinEnv26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
46033
|
+
_ZN4node8builtins10BuiltinEnv3AddEPKcRKNS_10UnionBytesE
|
|
46034
|
+
_ZN4node8builtins10BuiltinEnv6ExistsEPKc
|
|
46035
|
+
_ZN4node8builtins13BuiltinLoader10code_cacheB5cxx11Ev
|
|
46036
|
+
_ZN4node8builtins13BuiltinLoader11GetInstanceEv
|
|
46037
|
+
_ZN4node8builtins13BuiltinLoader13CanBeRequiredEPKc
|
|
46038
|
+
_ZN4node8builtins13BuiltinLoader13GetBuiltinIdsB5cxx11Ev
|
|
46039
|
+
_ZN4node8builtins13BuiltinLoader15CompileAsModuleEN2v85LocalINS2_7ContextEEEPKcPNS1_6ResultE
|
|
46040
|
+
_ZN4node8builtins13BuiltinLoader15GetConfigStringEPN2v87IsolateE
|
|
46041
|
+
_ZN4node8builtins13BuiltinLoader15GetSourceObjectEN2v85LocalINS2_7ContextEEE
|
|
46042
|
+
_ZN4node8builtins13BuiltinLoader16CannotBeRequiredEPKc
|
|
46043
|
+
_ZN4node8builtins13BuiltinLoader16GetCanBeRequiredB5cxx11Ev
|
|
46044
|
+
_ZN4node8builtins13BuiltinLoader16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS1_6ResultE
|
|
46045
|
+
_ZN4node8builtins13BuiltinLoader17LoadBuiltinSourceEPN2v87IsolateEPKc
|
|
46046
|
+
_ZN4node8builtins13BuiltinLoader19GetCannotBeRequiredB5cxx11Ev
|
|
46047
|
+
_ZN4node8builtins13BuiltinLoader20LoadJavaScriptSourceEv
|
|
46048
|
+
_ZN4node8builtins13BuiltinLoader27InitializeBuiltinCategoriesEv
|
|
46049
|
+
_ZN4node8builtins13BuiltinLoader3AddEPKcRKNS_10UnionBytesE
|
|
46050
|
+
_ZN4node8builtins13BuiltinLoader6ExistsEPKc
|
|
46051
|
+
_ZN4node8builtins13BuiltinLoader9GetConfigEv
|
|
46052
|
+
_ZN4node8builtins13BuiltinLoader9instance_E
|
|
46053
|
+
_ZN4node8builtins13BuiltinLoaderC1Ev
|
|
46054
|
+
_ZN4node8builtins13BuiltinLoaderC2Ev
|
|
46055
|
+
_ZN4node8builtins13BuiltinLoaderD1Ev
|
|
46056
|
+
_ZN4node8builtins17HasCachedBuiltinsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
46057
|
+
_ZN4node8builtins7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
|
|
46056
46058
|
_ZN4node8profiler14StartProfilersEPNS_11EnvironmentE
|
|
46057
46059
|
_ZN4node8profiler20V8CoverageConnection10GetProfileEN2v85LocalINS2_6ObjectEEE
|
|
46058
46060
|
_ZN4node8profiler20V8CoverageConnection12StopCoverageEv
|
|
@@ -46159,6 +46161,7 @@ _ZN4node9MutexBaseINS_16LibuvMutexTraitsEEC1Ev
|
|
|
46159
46161
|
_ZN4node9MutexBaseINS_16LibuvMutexTraitsEED1Ev
|
|
46160
46162
|
_ZN4node9NgHeadersINS_5http218Http2HeadersTraitsEEC1EPNS_11EnvironmentEN2v85LocalINS6_5ArrayEEE
|
|
46161
46163
|
_ZN4node9RunAtExitEPNS_11EnvironmentE
|
|
46164
|
+
_ZN4node9SetMethodEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
|
|
46162
46165
|
_ZN4node9StreamReq7DisposeEv
|
|
46163
46166
|
_ZN4node9TaskQueueIN2v84TaskEE4PushESt10unique_ptrIS2_St14default_deleteIS2_EE
|
|
46164
46167
|
_ZN4node9TaskQueueIN2v84TaskEEC1Ev
|
|
@@ -46261,6 +46264,7 @@ _ZN4node9inspector19NodeInspectorClient23runIfWaitingForDebuggerEi
|
|
|
46261
46264
|
_ZN4node9inspector19NodeInspectorClient27ensureDefaultContextInGroupEi
|
|
46262
46265
|
_ZN4node9inspector19NodeInspectorClient29maxAsyncCallStackDepthChangedEi
|
|
46263
46266
|
_ZN4node9inspector19NodeInspectorClient31installAdditionalCommandLineAPIEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
46267
|
+
_ZN4node9inspector19NodeInspectorClientC1EPNS_11EnvironmentEb
|
|
46264
46268
|
_ZN4node9inspector19NodeInspectorClientD0Ev
|
|
46265
46269
|
_ZN4node9inspector19NodeInspectorClientD1Ev
|
|
46266
46270
|
_ZN4node9inspector21InspectorSocketServer12TargetExistsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -56972,6 +56976,7 @@ _ZNK4node11Environment13napi_type_tagEv
|
|
|
56972
56976
|
_ZNK4node11Environment14MemoryInfoNameB5cxx11Ev
|
|
56973
56977
|
_ZNK4node11Environment14PrintSyncTraceEv
|
|
56974
56978
|
_ZNK4node11Environment17worker_parent_envEv
|
|
56979
|
+
_ZNK4node11Environment22require_private_symbolEv
|
|
56975
56980
|
_ZNK4node11Environment24decorated_private_symbolEv
|
|
56976
56981
|
_ZNK4node11Environment26RunSnapshotDeserializeMainEv
|
|
56977
56982
|
_ZNK4node11Environment26alpn_buffer_private_symbolEv
|
|
@@ -57015,7 +57020,6 @@ _ZNK4node13SocketAddress4HashclERKS0_
|
|
|
57015
57020
|
_ZNK4node13SocketAddress7compareERKS0_
|
|
57016
57021
|
_ZNK4node13SocketAddress8SelfSizeEv
|
|
57017
57022
|
_ZNK4node13SocketAddress8is_matchERKS0_
|
|
57018
|
-
_ZNK4node13native_module18NativeModuleLoader12GetCodeCacheEPKc
|
|
57019
57023
|
_ZNK4node14MemoryRetainer10IsRootNodeEv
|
|
57020
57024
|
_ZNK4node14MemoryRetainer13WrappedObjectEv
|
|
57021
57025
|
_ZNK4node14NgRcBufPointerINS_5http226Http2RcBufferPointerTraitsEE10MemoryInfoEPNS_13MemoryTrackerE
|
|
@@ -57567,6 +57571,7 @@ _ZNK4node8SendWrap8SelfSizeEv
|
|
|
57567
57571
|
_ZNK4node8TickInfo10MemoryInfoEPNS_13MemoryTrackerE
|
|
57568
57572
|
_ZNK4node8TickInfo14MemoryInfoNameB5cxx11Ev
|
|
57569
57573
|
_ZNK4node8TickInfo8SelfSizeEv
|
|
57574
|
+
_ZNK4node8builtins13BuiltinLoader12GetCodeCacheEPKc
|
|
57570
57575
|
_ZNK4node8profiler20V8CoverageConnection11GetFilenameB5cxx11Ev
|
|
57571
57576
|
_ZNK4node8profiler20V8CoverageConnection12GetDirectoryB5cxx11Ev
|
|
57572
57577
|
_ZNK4node8profiler20V8CoverageConnection4typeEv
|
|
@@ -68022,11 +68027,11 @@ _ZZN4node7ReallocIcEEPT_S2_mE4args
|
|
|
68022
68027
|
_ZZN4node7ReallocIhEEPT_S2_mE4args
|
|
68023
68028
|
_ZZN4node7ReallocIjEEPT_S2_mE4args
|
|
68024
68029
|
_ZZN4node7ReallocItEEPT_S2_mE4args
|
|
68025
|
-
|
|
68030
|
+
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic355
|
|
68026
68031
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
|
|
68027
68032
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
|
|
68028
68033
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_1
|
|
68029
|
-
|
|
68034
|
+
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic355
|
|
68030
68035
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
|
|
68031
68036
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
|
|
68032
68037
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_1
|
|
@@ -70851,6 +70856,7 @@ openssl_lh_strcasehash
|
|
|
70851
70856
|
openssl_no_config_int
|
|
70852
70857
|
openssl_strerror_r
|
|
70853
70858
|
original_exepath
|
|
70859
|
+
ossl_bn_rsa_do_unblind
|
|
70854
70860
|
ossl_ctype_check
|
|
70855
70861
|
ossl_ec_key_gen
|
|
70856
70862
|
ossl_ecdh_compute_key
|
package/include/node/node_api.h
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ifdef BUILDING_NODE_EXTENSION
|
|
5
5
|
#ifdef _WIN32
|
|
6
|
-
// Building native
|
|
6
|
+
// Building native addon against node
|
|
7
7
|
#define NAPI_EXTERN __declspec(dllimport)
|
|
8
8
|
#elif defined(__wasm32__)
|
|
9
9
|
#define NAPI_EXTERN __attribute__((__import_module__("napi")))
|
|
@@ -153,6 +153,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_buffer(napi_env env,
|
|
|
153
153
|
size_t length,
|
|
154
154
|
void** data,
|
|
155
155
|
napi_value* result);
|
|
156
|
+
#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
156
157
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
157
158
|
napi_create_external_buffer(napi_env env,
|
|
158
159
|
size_t length,
|
|
@@ -160,6 +161,7 @@ napi_create_external_buffer(napi_env env,
|
|
|
160
161
|
napi_finalize finalize_cb,
|
|
161
162
|
void* finalize_hint,
|
|
162
163
|
napi_value* result);
|
|
164
|
+
#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
163
165
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_buffer_copy(napi_env env,
|
|
164
166
|
size_t length,
|
|
165
167
|
const void* data,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|