node-aix-ppc64 21.0.0 → 21.2.0
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 +304 -0
- package/LICENSE +21 -10
- package/README.md +9 -3
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +1 -2
- package/include/node/node.exp +186 -42
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/cmserr.h +2 -1
- package/include/node/openssl/evp.h +3 -1
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
package/include/node/node.exp
CHANGED
|
@@ -5962,24 +5962,24 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5962
5962
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5963
5963
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5964
5964
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5965
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
5966
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5967
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5968
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5969
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5970
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5971
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
5972
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
5973
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5974
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
5975
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5976
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
5977
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5978
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
5979
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
5980
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5981
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
5982
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5965
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_87E8306D_0x731705f552e6708
|
|
5966
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0xb888a26bc309936a
|
|
5967
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xa86c05ef788fd2ea
|
|
5968
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xb81031c9c68c4284
|
|
5969
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0x55125541d58886cc
|
|
5970
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x22689d39f8071cc9
|
|
5971
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x15e0952ba2186d
|
|
5972
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_FE345EE0_0x603608b5cc204bed
|
|
5973
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x95d3163a2e23b6c3
|
|
5974
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0xf497a6d359b9b37d
|
|
5975
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x7243c6429fc4a0b6
|
|
5976
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x4d8b81d2bd12df09
|
|
5977
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x93ec8bf49b5124e9
|
|
5978
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_87E8306D_0x56e371b55ab5f44a
|
|
5979
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xb08207e2578f5353
|
|
5980
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xfccb1f18c2b685a9
|
|
5981
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xca079d339ef33c99
|
|
5982
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x5c251816d22dcd9
|
|
5983
5983
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5984
5984
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5985
5985
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -7115,9 +7115,9 @@ _GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
|
|
|
7115
7115
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7116
7116
|
_GLOBAL__I_65535_0__ZNK4node4quic6Packet11destinationEv
|
|
7117
7117
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7118
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7119
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7120
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7118
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x7aa666290ad8e681
|
|
7119
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x4d5f0aee9e03b71a
|
|
7120
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0x39c40f2cb14c225
|
|
7121
7121
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7122
7122
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7123
7123
|
_HZData_73
|
|
@@ -7297,6 +7297,9 @@ _Z44_register_external_reference_process_methodsPN4node25ExternalReferenceRegist
|
|
|
7297
7297
|
_Z45_register_external_reference_encoding_bindingPN4node25ExternalReferenceRegistryE
|
|
7298
7298
|
_Z8V8_FatalPKcz
|
|
7299
7299
|
_Z9V8_DcheckPKciS0_
|
|
7300
|
+
_ZGVN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE0EE5EMPTYE
|
|
7301
|
+
_ZGVN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE1EE5EMPTYE
|
|
7302
|
+
_ZGVN3ada22url_search_params_iterISt4pairISt17basic_string_viewIcSt11char_traitsIcEES5_ELNS_27url_search_params_iter_typeE2EE5EMPTYE
|
|
7300
7303
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7301
7304
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7302
7305
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -21876,7 +21879,7 @@ _ZN2v88internal19TransitionsAccessor19PrintTransitionTreeERSoiPNS0_22Combination
|
|
|
21876
21879
|
_ZN2v88internal19TransitionsAccessor19PrintTransitionTreeEv
|
|
21877
21880
|
_ZN2v88internal19TransitionsAccessor21HasSimpleTransitionToENS0_6TaggedINS0_3MapEEE
|
|
21878
21881
|
_ZN2v88internal19TransitionsAccessor22CanHaveMoreTransitionsEPNS0_7IsolateENS0_6HandleINS0_3MapEEE
|
|
21879
|
-
|
|
21882
|
+
_ZN2v88internal19TransitionsAccessor22GetPrototypeTransitionEPNS0_7IsolateENS0_6HandleINS0_3MapEEENS4_INS0_6ObjectEEE
|
|
21880
21883
|
_ZN2v88internal19TransitionsAccessor22PutPrototypeTransitionEPNS0_7IsolateENS0_6HandleINS0_3MapEEENS4_INS0_6ObjectEEES6_
|
|
21881
21884
|
_ZN2v88internal19TransitionsAccessor23GetPrototypeTransitionsEPNS0_7IsolateENS0_6HandleINS0_3MapEEE
|
|
21882
21885
|
_ZN2v88internal19TransitionsAccessor23SetPrototypeTransitionsEPNS0_7IsolateENS0_6HandleINS0_3MapEEENS4_INS0_14WeakFixedArrayEEE
|
|
@@ -31074,7 +31077,6 @@ _ZN2v88internal3Map22CopyReplaceDescriptorsEPNS0_7IsolateENS0_6HandleIS1_EENS4_I
|
|
|
31074
31077
|
_ZN2v88internal3Map22GetConstructorFunctionENS0_6TaggedIS1_EENS2_INS0_7ContextEEE
|
|
31075
31078
|
_ZN2v88internal3Map22PrepareForDataPropertyEPNS0_7IsolateENS0_6HandleIS1_EENS0_13InternalIndexENS0_17PropertyConstnessENS4_INS0_6ObjectEEE
|
|
31076
31079
|
_ZN2v88internal3Map22SetInstanceDescriptorsEPNS0_7IsolateENS0_6TaggedINS0_15DescriptorArrayEEEi
|
|
31077
|
-
_ZN2v88internal3Map22TransitionToDerivedMapEPNS0_7IsolateENS0_6HandleIS1_EENS4_INS0_10HeapObjectEEE
|
|
31078
31080
|
_ZN2v88internal3Map23DeprecateTransitionTreeEPNS0_7IsolateE
|
|
31079
31081
|
_ZN2v88internal3Map24CopyForPreventExtensionsEPNS0_7IsolateENS0_6HandleIS1_EENS0_18PropertyAttributesENS4_INS0_6SymbolEEEPKcb
|
|
31080
31082
|
_ZN2v88internal3Map24CopyInitialMapNormalizedEPNS0_7IsolateENS0_6HandleIS1_EENS0_25PropertyNormalizationModeE
|
|
@@ -55785,6 +55787,7 @@ _ZN3ada11serializers4ipv6B5cxx11ERKSt5arrayItLm8EE
|
|
|
55785
55787
|
_ZN3ada14href_from_fileB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55786
55788
|
_ZN3ada14url_aggregator10parse_ipv4ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55787
55789
|
_ZN3ada14url_aggregator10parse_ipv6ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55790
|
+
_ZN3ada14url_aggregator10parse_portESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55788
55791
|
_ZN3ada14url_aggregator10parse_portESt17basic_string_viewIcSt11char_traitsIcEEb
|
|
55789
55792
|
_ZN3ada14url_aggregator10set_schemeESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55790
55793
|
_ZN3ada14url_aggregator10set_searchESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -55813,15 +55816,22 @@ _ZN3ada14url_aggregator21consume_prepared_pathESt17basic_string_viewIcSt11char_t
|
|
|
55813
55816
|
_ZN3ada14url_aggregator21update_base_authorityESt17basic_string_viewIcSt11char_traitsIcEERKNS_14url_componentsE
|
|
55814
55817
|
_ZN3ada14url_aggregator26update_unencoded_base_hashESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55815
55818
|
_ZN3ada14url_aggregator31add_authority_slashes_if_neededEv
|
|
55819
|
+
_ZN3ada14url_aggregator31set_scheme_from_view_with_colonESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55816
55820
|
_ZN3ada14url_aggregator8set_hashESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55817
55821
|
_ZN3ada14url_aggregator8set_hostESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55818
55822
|
_ZN3ada14url_aggregator8set_hrefESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55819
55823
|
_ZN3ada14url_aggregator8set_portESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55820
55824
|
_ZN3ada14url_aggregatorD0Ev
|
|
55821
55825
|
_ZN3ada14url_aggregatorD1Ev
|
|
55826
|
+
_ZN3ada17url_search_paramsD1Ev
|
|
55827
|
+
_ZN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE0EE5EMPTYE
|
|
55828
|
+
_ZN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE1EE5EMPTYE
|
|
55829
|
+
_ZN3ada22url_search_params_iterISt4pairISt17basic_string_viewIcSt11char_traitsIcEES5_ELNS_27url_search_params_iter_typeE2EE5EMPTYE
|
|
55822
55830
|
_ZN3ada3url10parse_ipv4ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55823
55831
|
_ZN3ada3url10parse_ipv6ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55832
|
+
_ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55824
55833
|
_ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEEb
|
|
55834
|
+
_ZN3ada3url10set_schemeEONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
55825
55835
|
_ZN3ada3url10set_searchESt17basic_string_viewIcSt11char_traitsIcEE
|
|
55826
55836
|
_ZN3ada3url12clear_searchEv
|
|
55827
55837
|
_ZN3ada3url12set_hostnameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -56213,16 +56223,21 @@ _ZN4node10contextify17ContextifyContext11MakeContextERKN2v820FunctionCallbackInf
|
|
|
56213
56223
|
_ZN4node10contextify17ContextifyContext12WeakCallbackERKN2v816WeakCallbackInfoIS1_EE
|
|
56214
56224
|
_ZN4node10contextify17ContextifyContext15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
56215
56225
|
_ZN4node10contextify17ContextifyContext15CreateV8ContextEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEEPKNS_12SnapshotDataEPNS2_14MicrotaskQueueE
|
|
56226
|
+
_ZN4node10contextify17ContextifyContext17GetCompileOptionsERKN2v814ScriptCompiler6SourceE
|
|
56216
56227
|
_ZN4node10contextify17ContextifyContext19IsStillInitializingEPKS1_
|
|
56228
|
+
_ZN4node10contextify17ContextifyContext20ContainsModuleSyntaxERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
56229
|
+
_ZN4node10contextify17ContextifyContext21GetHostDefinedOptionsEPN2v87IsolateENS2_5LocalINS2_6SymbolEEE
|
|
56217
56230
|
_ZN4node10contextify17ContextifyContext22PropertyGetterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
56218
56231
|
_ZN4node10contextify17ContextifyContext22PropertySetterCallbackEN2v85LocalINS2_4NameEEENS3_INS2_5ValueEEERKNS2_20PropertyCallbackInfoIS6_EE
|
|
56219
56232
|
_ZN4node10contextify17ContextifyContext23PropertyDefinerCallbackEN2v85LocalINS2_4NameEEERKNS2_18PropertyDescriptorERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
56220
56233
|
_ZN4node10contextify17ContextifyContext23PropertyDeleterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_7BooleanEEE
|
|
56234
|
+
_ZN4node10contextify17ContextifyContext25GetCommonJSSourceInstanceEPN2v87IsolateENS2_5LocalINS2_6StringEEES7_iiNS5_INS2_14PrimitiveArrayEEEPNS2_14ScriptCompiler10CachedDataE
|
|
56221
56235
|
_ZN4node10contextify17ContextifyContext25InitializeGlobalTemplatesEPNS_11IsolateDataE
|
|
56222
56236
|
_ZN4node10contextify17ContextifyContext26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
56223
56237
|
_ZN4node10contextify17ContextifyContext26PropertyDescriptorCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
56224
56238
|
_ZN4node10contextify17ContextifyContext26PropertyEnumeratorCallbackERKN2v820PropertyCallbackInfoINS2_5ArrayEEE
|
|
56225
56239
|
_ZN4node10contextify17ContextifyContext26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
56240
|
+
_ZN4node10contextify17ContextifyContext29CompileFunctionAndCacheResultEPNS_11EnvironmentEN2v85LocalINS4_7ContextEEEPNS4_14ScriptCompiler6SourceESt6vectorINS5_INS4_6StringEEESaISD_EESB_INS5_INS4_6ObjectEEESaISH_EENS8_14CompileOptionsEbNS5_INS4_6SymbolEEERKNS_6errors13TryCatchScopeE
|
|
56226
56241
|
_ZN4node10contextify17ContextifyContext29IndexedPropertyGetterCallbackEjRKN2v820PropertyCallbackInfoINS2_5ValueEEE
|
|
56227
56242
|
_ZN4node10contextify17ContextifyContext29IndexedPropertySetterCallbackEjN2v85LocalINS2_5ValueEEERKNS2_20PropertyCallbackInfoIS4_EE
|
|
56228
56243
|
_ZN4node10contextify17ContextifyContext30ContextFromContextifiedSandboxEPNS_11EnvironmentERKN2v85LocalINS4_6ObjectEEE
|
|
@@ -56262,7 +56277,7 @@ _ZN4node10permission10PermissionC2Ev
|
|
|
56262
56277
|
_ZN4node10permission12FSPermission10is_grantedENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
56263
56278
|
_ZN4node10permission12FSPermission11GrantAccessENS0_15PermissionScopeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
56264
56279
|
_ZN4node10permission12FSPermission5ApplyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EENS0_15PermissionScopeE
|
|
56265
|
-
|
|
56280
|
+
_ZN4node10permission12FSPermission9RadixTree4Node11CreateChildERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
56266
56281
|
_ZN4node10permission12FSPermission9RadixTree6InsertERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
56267
56282
|
_ZN4node10permission12FSPermission9RadixTree6LookupERKSt17basic_string_viewIcSt11char_traitsIcEEb
|
|
56268
56283
|
_ZN4node10permission12FSPermission9RadixTreeC1Ev
|
|
@@ -56409,6 +56424,7 @@ _ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_EEENSt7__cxx1112basic_stringIcSt11char_
|
|
|
56409
56424
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
56410
56425
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_
|
|
56411
56426
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_
|
|
56427
|
+
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_
|
|
56412
56428
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_
|
|
56413
56429
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_
|
|
56414
56430
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_
|
|
@@ -56786,7 +56802,6 @@ _ZN4node13CallbackScopeC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEENS_13async_cont
|
|
|
56786
56802
|
_ZN4node13CallbackScopeC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_13async_contextE
|
|
56787
56803
|
_ZN4node13CallbackScopeD1Ev
|
|
56788
56804
|
_ZN4node13CallbackScopeD2Ev
|
|
56789
|
-
_ZN4node13DumpBacktraceEP4FILE
|
|
56790
56805
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_6StringEEEd
|
|
56791
56806
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEEPKcd
|
|
56792
56807
|
_ZN4node13GetNodeReportEPN2v87IsolateEPKcS4_NS0_5LocalINS0_5ValueEEERSo
|
|
@@ -57113,7 +57128,7 @@ _ZN4node15NodeCategorySet7DisableERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
57113
57128
|
_ZN4node15NodeCategorySetD0Ev
|
|
57114
57129
|
_ZN4node15NodeCategorySetD1Ev
|
|
57115
57130
|
_ZN4node15OOMErrorHandlerEPKcRKN2v810OOMDetailsE
|
|
57116
|
-
|
|
57131
|
+
_ZN4node15PrintStackTraceEPN2v87IsolateENS0_5LocalINS0_10StackTraceEEENS_16StackTracePrefixE
|
|
57117
57132
|
_ZN4node15SimpleWriteWrapINS_7ReqWrapI10uv_write_sEEE12GetAsyncWrapEv
|
|
57118
57133
|
_ZN4node15SimpleWriteWrapINS_7ReqWrapI10uv_write_sEEED0Ev
|
|
57119
57134
|
_ZN4node15SimpleWriteWrapINS_7ReqWrapI10uv_write_sEEED1Ev
|
|
@@ -57378,6 +57393,7 @@ _ZN4node18base64_decode_fastItEEmPcmPKT_mm
|
|
|
57378
57393
|
_ZN4node19AppendExceptionLineEPNS_11EnvironmentEN2v85LocalINS2_5ValueEEENS3_INS2_7MessageEEENS_17ErrorHandlingModeE
|
|
57379
57394
|
_ZN4node19CreateProcessObjectEPNS_5RealmE
|
|
57380
57395
|
_ZN4node19DefineZlibConstantsEN2v85LocalINS0_6ObjectEEE
|
|
57396
|
+
_ZN4node19DumpNativeBacktraceEP4FILE
|
|
57381
57397
|
_ZN4node19ERR_DLOPEN_DISABLEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57382
57398
|
_ZN4node19ERR_INVALID_ADDRESSIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57383
57399
|
_ZN4node19ERR_STRING_TOO_LONGEPN2v87IsolateE
|
|
@@ -57406,6 +57422,7 @@ _ZN4node20ERR_BUFFER_TOO_LARGEEPN2v87IsolateE
|
|
|
57406
57422
|
_ZN4node20ERR_BUFFER_TOO_LARGEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57407
57423
|
_ZN4node20ERR_INVALID_ARG_TYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57408
57424
|
_ZN4node20ERR_MODULE_NOT_FOUNDIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
|
|
57425
|
+
_ZN4node20ERR_MODULE_NOT_FOUNDIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
|
|
57409
57426
|
_ZN4node20ERR_WASI_NOT_STARTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57410
57427
|
_ZN4node20EmbedderSnapshotData19BuiltinSnapshotDataEv
|
|
57411
57428
|
_ZN4node20EmbedderSnapshotData30CanUseCustomSnapshotPerIsolateEv
|
|
@@ -57414,6 +57431,7 @@ _ZN4node20EmbedderSnapshotData8FromFileEP4FILE
|
|
|
57414
57431
|
_ZN4node20EmbedderSnapshotDataC1EPKNS_12SnapshotDataEb
|
|
57415
57432
|
_ZN4node20EmbedderSnapshotDataC2EPKNS_12SnapshotDataEb
|
|
57416
57433
|
_ZN4node20GetAnonymousMainPathB5cxx11Ev
|
|
57434
|
+
_ZN4node20GetCurrentStackTraceEPN2v87IsolateEi
|
|
57417
57435
|
_ZN4node20GetEnabledCategoriesERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
57418
57436
|
_ZN4node20GetPerContextExportsEN2v85LocalINS0_7ContextEEE
|
|
57419
57437
|
_ZN4node20GetTracingControllerEv
|
|
@@ -57484,6 +57502,7 @@ _ZN4node21SetMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEESt17bas
|
|
|
57484
57502
|
_ZN4node21SetProcessExitHandlerEPNS_11EnvironmentEOSt8functionIFvS1_NS_8ExitCodeEEE
|
|
57485
57503
|
_ZN4node21SetProcessExitHandlerEPNS_11EnvironmentEOSt8functionIFvS1_iEE
|
|
57486
57504
|
_ZN4node21SpinEventLoopInternalEPNS_11EnvironmentE
|
|
57505
|
+
_ZN4node21THROW_ERR_INVALID_URLIJEEEvPN2v87IsolateEPKcDpOT_
|
|
57487
57506
|
_ZN4node21ThreadsafeCopyOnWriteISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_10UnionBytesESt4lessIS7_ESaISt4pairIKS7_S8_EEEE4ImplC1ERKSH_
|
|
57488
57507
|
_ZN4node21ThreadsafeCopyOnWriteISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_10UnionBytesESt4lessIS7_ESaISt4pairIKS7_S8_EEEEC1IJSF_EEEDpOT_
|
|
57489
57508
|
_ZN4node21ThreadsafeCopyOnWriteISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_10UnionBytesESt4lessIS7_ESaISt4pairIKS7_S8_EEEED1Ev
|
|
@@ -57579,6 +57598,7 @@ _ZN4node22THROW_ERR_OUT_OF_RANGEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
|
57579
57598
|
_ZN4node22TearDownOncePerProcessEv
|
|
57580
57599
|
_ZN4node22WriteByteVectorLiteralIcEEvPSoPKT_mPKcb
|
|
57581
57600
|
_ZN4node22WriteByteVectorLiteralIhEEvPSoPKT_mPKcb
|
|
57601
|
+
_ZN4node23DumpJavaScriptBacktraceEP4FILE
|
|
57582
57602
|
_ZN4node23ERR_CLOSED_MESSAGE_PORTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57583
57603
|
_ZN4node23ERR_ILLEGAL_CONSTRUCTORIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57584
57604
|
_ZN4node23EmitProcessExitInternalEPNS_11EnvironmentE
|
|
@@ -57637,7 +57657,7 @@ _ZN4node25ERR_CRYPTO_INVALID_DIGESTIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateE
|
|
|
57637
57657
|
_ZN4node25ERR_CRYPTO_INVALID_DIGESTIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
|
|
57638
57658
|
_ZN4node25ERR_CRYPTO_INVALID_KEYLENIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57639
57659
|
_ZN4node25ERR_CRYPTO_UNKNOWN_CIPHERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57640
|
-
|
|
57660
|
+
_ZN4node25ERR_INVALID_FILE_URL_HOSTIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS7_5ValueEEEPNS7_7IsolateEPKcDpOT_
|
|
57641
57661
|
_ZN4node25ERR_INVALID_FILE_URL_PATHIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57642
57662
|
_ZN4node25ExternalReferenceRegistry19external_referencesEv
|
|
57643
57663
|
_ZN4node25ExternalReferenceRegistryC1Ev
|
|
@@ -57836,7 +57856,6 @@ _ZN4node2fs13FSReqCallbackD0Ev
|
|
|
57836
57856
|
_ZN4node2fs13FSReqCallbackD1Ev
|
|
57837
57857
|
_ZN4node2fs13FSReqWrapSyncD1Ev
|
|
57838
57858
|
_ZN4node2fs14AfterStringPtrEP7uv_fs_s
|
|
57839
|
-
_ZN4node2fs14CallMKDirpSyncEPNS_11EnvironmentERKN2v820FunctionCallbackInfoINS3_5ValueEEEPNS0_13FSReqWrapSyncEPKci
|
|
57840
57859
|
_ZN4node2fs14FillStatsArrayIdN2v812Float64ArrayEEEvPNS_17AliasedBufferBaseIT_T0_EEPK9uv_stat_tm
|
|
57841
57860
|
_ZN4node2fs14FillStatsArrayIlN2v813BigInt64ArrayEEEvPNS_17AliasedBufferBaseIT_T0_EEPK9uv_stat_tm
|
|
57842
57861
|
_ZN4node2fs15AfterStringPathEP7uv_fs_s
|
|
@@ -57855,13 +57874,11 @@ _ZN4node2fs18FileHandleReadWrapC2EPNS0_10FileHandleEN2v85LocalINS4_6ObjectEEE
|
|
|
57855
57874
|
_ZN4node2fs18FileHandleReadWrapD0Ev
|
|
57856
57875
|
_ZN4node2fs18FileHandleReadWrapD1Ev
|
|
57857
57876
|
_ZN4node2fs18FileHandleReadWrapD2Ev
|
|
57858
|
-
_ZN4node2fs18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
57859
57877
|
_ZN4node2fs19AfterOpenFileHandleEP7uv_fs_s
|
|
57860
57878
|
_ZN4node2fs26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
57861
57879
|
_ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
57862
57880
|
_ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
57863
57881
|
_ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
|
57864
|
-
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
57865
57882
|
_ZN4node2fs9AfterStatEP7uv_fs_s
|
|
57866
57883
|
_ZN4node2fs9FSReqBase12binding_dataEv
|
|
57867
57884
|
_ZN4node2fs9FSReqBaseD0Ev
|
|
@@ -57969,6 +57986,8 @@ _ZN4node3url11BindingDataC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEE
|
|
|
57969
57986
|
_ZN4node3url11BindingDataD0Ev
|
|
57970
57987
|
_ZN4node3url11BindingDataD1Ev
|
|
57971
57988
|
_ZN4node3url12FromFilePathB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
57989
|
+
_ZN4node3url13FileURLToPathB5cxx11EPNS_11EnvironmentERKN3ada14url_aggregatorE
|
|
57990
|
+
_ZN4node3url18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
57972
57991
|
_ZN4node44THROW_ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTEDIJEEEvPN2v87IsolateEPKcDpOT_
|
|
57973
57992
|
_ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
|
|
57974
57993
|
_ZN4node4Blob11HasInstanceEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEE
|
|
@@ -59277,6 +59296,7 @@ _ZN4node6crypto15ImportJWKRsaKeyEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS
|
|
|
59277
59296
|
_ZN4node6crypto15KeyObjectHandle10InitializeEPNS_11EnvironmentE
|
|
59278
59297
|
_ZN4node6crypto15KeyObjectHandle11HasInstanceEPNS_11EnvironmentEN2v85LocalINS4_5ValueEEE
|
|
59279
59298
|
_ZN4node6crypto15KeyObjectHandle12GetKeyDetailERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
59299
|
+
_ZN4node6crypto15KeyObjectHandle14CheckEcKeyDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
59280
59300
|
_ZN4node6crypto15KeyObjectHandle19GetSymmetricKeySizeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
59281
59301
|
_ZN4node6crypto15KeyObjectHandle20GetAsymmetricKeyTypeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
59282
59302
|
_ZN4node6crypto15KeyObjectHandle26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -59933,6 +59953,7 @@ _ZN4node6worker14JSTransferableC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEES7_
|
|
|
59933
59953
|
_ZN4node6worker14JSTransferableD0Ev
|
|
59934
59954
|
_ZN4node6worker14JSTransferableD1Ev
|
|
59935
59955
|
_ZN4node6worker14JSTransferableD2Ev
|
|
59956
|
+
_ZN4node6worker15GetTransferListEPNS_11EnvironmentEN2v85LocalINS3_7ContextEEENS4_INS3_5ValueEEEPNS_16MaybeStackBufferIS8_Lm8EEE
|
|
59936
59957
|
_ZN4node6worker15MessagePortData11DeserializeEPNS_11EnvironmentEN2v85LocalINS4_7ContextEEESt10unique_ptrINS0_12TransferDataESt14default_deleteIS9_EE
|
|
59937
59958
|
_ZN4node6worker15MessagePortData11DisentangleEv
|
|
59938
59959
|
_ZN4node6worker15MessagePortData18AddToIncomingQueueESt10shared_ptrINS0_7MessageEE
|
|
@@ -60114,13 +60135,13 @@ _ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES6
|
|
|
60114
60135
|
_ZN4node7SPrintFIJRKhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60115
60136
|
_ZN4node7SPrintFIJRKhRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60116
60137
|
_ZN4node7SPrintFIJRKiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60117
|
-
_ZN4node7SPrintFIJRKiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60118
60138
|
_ZN4node7SPrintFIJRKjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60119
60139
|
_ZN4node7SPrintFIJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60120
60140
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60121
60141
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
60122
60142
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
|
|
60123
60143
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_EEES6_PKcDpOT_
|
|
60144
|
+
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiS9_EEES6_PKcDpOT_
|
|
60124
60145
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES6_PKcDpOT_
|
|
60125
60146
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEES6_PKcDpOT_
|
|
60126
60147
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES6_PKcDpOT_
|
|
@@ -69648,6 +69669,7 @@ _ZNK2v88internal3Map14FindFieldOwnerENS0_16PtrComprCageBaseENS0_13InternalIndexE
|
|
|
69648
69669
|
_ZNK2v88internal3Map14GetFieldCountsEv
|
|
69649
69670
|
_ZNK2v88internal3Map14NumberOfFieldsENS0_15ConcurrencyModeE
|
|
69650
69671
|
_ZNK2v88internal3Map16UsedInstanceSizeEv
|
|
69672
|
+
_ZNK2v88internal3Map20UnusedPropertyFieldsEv
|
|
69651
69673
|
_ZNK2v88internal3Map21NextFreePropertyIndexEv
|
|
69652
69674
|
_ZNK2v88internal3Map22InstancesNeedRewritingENS0_6TaggedIS1_EENS0_15ConcurrencyModeE
|
|
69653
69675
|
_ZNK2v88internal3Map22InstancesNeedRewritingENS0_6TaggedIS1_EEiiiPiNS0_15ConcurrencyModeE
|
|
@@ -73093,6 +73115,7 @@ _ZNK4node6crypto15EcKeyPairParams10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
73093
73115
|
_ZNK4node6crypto15EcKeyPairParams14MemoryInfoNameEv
|
|
73094
73116
|
_ZNK4node6crypto15EcKeyPairParams8SelfSizeEv
|
|
73095
73117
|
_ZNK4node6crypto15KeyObjectHandle10MemoryInfoEPNS_13MemoryTrackerE
|
|
73118
|
+
_ZNK4node6crypto15KeyObjectHandle14CheckEcKeyDataEv
|
|
73096
73119
|
_ZNK4node6crypto15KeyObjectHandle14MemoryInfoNameEv
|
|
73097
73120
|
_ZNK4node6crypto15KeyObjectHandle15ExportPublicKeyERKNS0_27AsymmetricKeyEncodingConfigE
|
|
73098
73121
|
_ZNK4node6crypto15KeyObjectHandle15ExportSecretKeyEv
|
|
@@ -76673,6 +76696,7 @@ _ZNSt11_Deque_baseISt4pairIN2v88platform27DefaultForegroundTaskRunner11Nestabili
|
|
|
76673
76696
|
_ZNSt11_Deque_baseISt4pairIPKN2v88internal8compiler17PendingAssessmentEiENS2_22RecyclingZoneAllocatorIS7_EEE17_M_initialize_mapEm
|
|
76674
76697
|
_ZNSt11_Deque_baseIiN2v88internal22RecyclingZoneAllocatorIiEEE17_M_initialize_mapEm
|
|
76675
76698
|
_ZNSt11_Deque_baseIiSaIiEE17_M_initialize_mapEm
|
|
76699
|
+
_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_ESB_EET0_T_SD_SC_
|
|
76676
76700
|
_ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque13LabelAndTypesEEEvT_S7_
|
|
76677
76701
|
_ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque16LabelDeclarationEEEvT_S7_
|
|
76678
76702
|
_ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque21ConditionalAnnotationEEEvT_S7_
|
|
@@ -77071,6 +77095,7 @@ _ZNSt17_Function_handlerIFvvEZN4node9inspector19NodeInspectorClient19startRepeat
|
|
|
77071
77095
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEES5_EC1ESA_l
|
|
77072
77096
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
77073
77097
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEESt10unique_ptrINS3_16DomainDispatcherESt14default_deleteIS7_EEESt6vectorISB_SaISB_EEEESB_EC1ESG_l
|
|
77098
|
+
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESt6vectorIS9_SaIS9_EEEES9_EC1ESE_l
|
|
77074
77099
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
77075
77100
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
77076
77101
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -77141,6 +77166,7 @@ _ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_pol
|
|
|
77141
77166
|
_ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
77142
77167
|
_ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
77143
77168
|
_ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
77169
|
+
_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_ESB_EET0_T_SD_SC_
|
|
77144
77170
|
_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN2v88internal6torque11VisitResultEPS5_EET0_T_SA_S9_
|
|
77145
77171
|
_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN2v88internal6torque9SignatureEPS5_EET0_T_SA_S9_
|
|
77146
77172
|
_ZNSt22_Optional_payload_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE14_M_copy_assignERKS6_
|
|
@@ -77832,6 +77858,7 @@ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_re
|
|
|
77832
77858
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA256_cEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
77833
77859
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA2_cEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
77834
77860
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
77861
|
+
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
77835
77862
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
77836
77863
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS5_S7_EERSA_
|
|
77837
77864
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS5_S7_EE
|
|
@@ -78029,6 +78056,9 @@ _ZNSt6vectorISt4pairIN2v88internal6HandleINS2_6ObjectEEES5_ESaIS6_EE17_M_realloc
|
|
|
78029
78056
|
_ZNSt6vectorISt4pairIN2v88internal6TaggedINS2_10HeapObjectEEEbESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_
|
|
78030
78057
|
_ZNSt6vectorISt4pairIN2v88internal6torque14SourcePositionES4_ESaIS5_EE17_M_realloc_insertIJRS4_S9_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
78031
78058
|
_ZNSt6vectorISt4pairIN8v8_crdtp4spanIhEESt10unique_ptrINS1_16DomainDispatcherESt14default_deleteIS5_EEESaIS9_EE17_M_realloc_insertIJS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_
|
|
78059
|
+
_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJRKSt17basic_string_viewIcS4_ESE_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
78060
|
+
_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJS6_RA1_KcEEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
78061
|
+
_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJS6_S6_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
78032
78062
|
_ZNSt6vectorISt4pairIPFmPvmmES1_ESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
|
|
78033
78063
|
_ZNSt6vectorISt4pairIPFvPN2v87IsolateEPNS1_13EmbedderGraphEPvES6_ESaIS9_EE17_M_realloc_insertIJS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_
|
|
78034
78064
|
_ZNSt6vectorISt4pairIPFvPN2v87IsolateEPvES4_ESaIS7_EE17_M_realloc_insertIJRKS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
@@ -83439,7 +83469,7 @@ _ZZN2v88internal20RegExpMacroAssembler22ImplementationToStringENS1_22IrregexpImp
|
|
|
83439
83469
|
_ZZN2v88internal22InternalStringToDoubleIPKhS3_EEdT_T0_idE15kInfinityString
|
|
83440
83470
|
_ZZN2v88internal22InternalStringToDoubleIPKtS3_EEdT_T0_idE15kInfinityString
|
|
83441
83471
|
_ZZN2v88internal26EphemeronTableUpdatingItem7ProcessEvE29trace_event_unique_atomic4784
|
|
83442
|
-
|
|
83472
|
+
_ZZN2v88internal26TracingAccountingAllocator39UpdateMemoryTrafficAndReportMemoryUsageEmE29trace_event_unique_atomic3348
|
|
83443
83473
|
_ZZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEPNS_11JobDelegateEE27trace_event_unique_atomic46
|
|
83444
83474
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
83445
83475
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -85595,6 +85625,9 @@ _ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder11BuildLengthENS0_5TNodeI
|
|
|
85595
85625
|
_ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder15BuildByteLengthENS0_5TNodeINS0_17JSArrayBufferViewEEENS3_INS0_7ContextEEEENKUlvE0_clEv
|
|
85596
85626
|
_ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder15BuildByteLengthENS0_5TNodeINS0_17JSArrayBufferViewEEENS3_INS0_7ContextEEEENKUlvE2_clEv
|
|
85597
85627
|
_ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder18BuildDetachedCheckENS0_5TNodeINS0_17JSArrayBufferViewEEEENKUlvE_clEv
|
|
85628
|
+
_ZZN3ada17url_search_params10initializeESt17basic_string_viewIcSt11char_traitsIcEEENKUlS4_E_clES4_
|
|
85629
|
+
_ZZN3ada17url_search_params3hasESt17basic_string_viewIcSt11char_traitsIcEES4_ENKUlRT_E_clISt4pairINSt7__cxx1112basic_stringIcS3_SaIcEEESD_EEEDaS6_
|
|
85630
|
+
_ZZN3ada17url_search_params6removeESt17basic_string_viewIcSt11char_traitsIcEES4_ENKUlRT_E_clISt4pairINSt7__cxx1112basic_stringIcS3_SaIcEEESD_EEEDaS6_
|
|
85598
85631
|
_ZZN3ada7helpers16fast_digit_countEjE5table
|
|
85599
85632
|
_ZZN4node10BaseObject16InternalFieldSetILi3EXadL_ZNK2v85Value10IsFunctionEvEEEEvNS2_5LocalINS2_6StringEEENS4_IS3_EERKNS2_20PropertyCallbackInfoIvEEE4args
|
|
85600
85633
|
_ZZN4node10BaseObject6DetachEvE4args
|
|
@@ -85827,6 +85860,8 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEE
|
|
|
85827
85860
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E4args_0
|
|
85828
85861
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_E4args
|
|
85829
85862
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_E4args_0
|
|
85863
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E4args
|
|
85864
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E4args_0
|
|
85830
85865
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E4args
|
|
85831
85866
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E4args_0
|
|
85832
85867
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_E4args
|
|
@@ -86215,14 +86250,17 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
|
|
|
86215
86250
|
_ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
|
|
86216
86251
|
_ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
|
|
86217
86252
|
_ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
|
|
86218
|
-
|
|
86219
|
-
|
|
86253
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic350
|
|
86254
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic352
|
|
86220
86255
|
_ZZN4node2fs10FileHandle5CloseEvE4args
|
|
86221
86256
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
|
|
86222
86257
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
|
|
86258
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
86259
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcS7_PFvS5_EEJPcSC_EEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
86223
86260
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcS7_iPFvS5_EEJPcSC_iEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
86224
86261
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcddPFvS5_EEJPcddEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
86225
86262
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKciPFvS5_EEJPciEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
86263
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcjjPFvS5_EEJPcjjEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
86226
86264
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siPK8uv_buf_tjlPFvS5_EEJiPS6_mlEEEPNS0_9FSReqBaseEPNS_11EnvironmentESF_RKN2v820FunctionCallbackInfoINSI_5ValueEEEPKcSP_mNS_8encodingESA_T_DpT0_E4args
|
|
86227
86265
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siddPFvS5_EEJiddEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
86228
86266
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siiPFvS5_EEJiiEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
@@ -86585,6 +86623,11 @@ ada_clear_search
|
|
|
86585
86623
|
ada_copy
|
|
86586
86624
|
ada_free
|
|
86587
86625
|
ada_free_owned_string
|
|
86626
|
+
ada_free_search_params
|
|
86627
|
+
ada_free_search_params_entries_iter
|
|
86628
|
+
ada_free_search_params_keys_iter
|
|
86629
|
+
ada_free_search_params_values_iter
|
|
86630
|
+
ada_free_strings
|
|
86588
86631
|
ada_get_components
|
|
86589
86632
|
ada_get_hash
|
|
86590
86633
|
ada_get_host
|
|
@@ -86612,7 +86655,28 @@ ada_idna_to_ascii
|
|
|
86612
86655
|
ada_idna_to_unicode
|
|
86613
86656
|
ada_is_valid
|
|
86614
86657
|
ada_parse
|
|
86658
|
+
ada_parse_search_params
|
|
86615
86659
|
ada_parse_with_base
|
|
86660
|
+
ada_search_params_append
|
|
86661
|
+
ada_search_params_entries_iter_has_next
|
|
86662
|
+
ada_search_params_entries_iter_next
|
|
86663
|
+
ada_search_params_get
|
|
86664
|
+
ada_search_params_get_all
|
|
86665
|
+
ada_search_params_get_entries
|
|
86666
|
+
ada_search_params_get_keys
|
|
86667
|
+
ada_search_params_get_values
|
|
86668
|
+
ada_search_params_has
|
|
86669
|
+
ada_search_params_has_value
|
|
86670
|
+
ada_search_params_keys_iter_has_next
|
|
86671
|
+
ada_search_params_keys_iter_next
|
|
86672
|
+
ada_search_params_remove
|
|
86673
|
+
ada_search_params_remove_value
|
|
86674
|
+
ada_search_params_set
|
|
86675
|
+
ada_search_params_size
|
|
86676
|
+
ada_search_params_sort
|
|
86677
|
+
ada_search_params_to_string
|
|
86678
|
+
ada_search_params_values_iter_has_next
|
|
86679
|
+
ada_search_params_values_iter_next
|
|
86616
86680
|
ada_set_hash
|
|
86617
86681
|
ada_set_host
|
|
86618
86682
|
ada_set_hostname
|
|
@@ -86624,6 +86688,8 @@ ada_set_protocol
|
|
|
86624
86688
|
ada_set_search
|
|
86625
86689
|
ada_set_username
|
|
86626
86690
|
ada_string_create
|
|
86691
|
+
ada_strings_get
|
|
86692
|
+
ada_strings_size
|
|
86627
86693
|
adler32
|
|
86628
86694
|
adler32_combine
|
|
86629
86695
|
adler32_combine64
|
|
@@ -86637,7 +86703,30 @@ ares__addrinfo_localhost
|
|
|
86637
86703
|
ares__append_addrinfo_cname
|
|
86638
86704
|
ares__append_addrinfo_node
|
|
86639
86705
|
ares__bitncmp
|
|
86706
|
+
ares__buf_append
|
|
86707
|
+
ares__buf_append_finish
|
|
86708
|
+
ares__buf_append_start
|
|
86709
|
+
ares__buf_begins_with
|
|
86710
|
+
ares__buf_consume
|
|
86711
|
+
ares__buf_consume_line
|
|
86712
|
+
ares__buf_consume_nonwhitespace
|
|
86713
|
+
ares__buf_consume_whitespace
|
|
86714
|
+
ares__buf_create
|
|
86715
|
+
ares__buf_create_const
|
|
86716
|
+
ares__buf_destroy
|
|
86717
|
+
ares__buf_fetch_be16
|
|
86718
|
+
ares__buf_fetch_bytes
|
|
86719
|
+
ares__buf_finish_bin
|
|
86720
|
+
ares__buf_finish_str
|
|
86721
|
+
ares__buf_len
|
|
86722
|
+
ares__buf_peek
|
|
86723
|
+
ares__buf_tag
|
|
86724
|
+
ares__buf_tag_clear
|
|
86725
|
+
ares__buf_tag_fetch
|
|
86726
|
+
ares__buf_tag_rollback
|
|
86640
86727
|
ares__cat_domain
|
|
86728
|
+
ares__check_cleanup_conn
|
|
86729
|
+
ares__close_connection
|
|
86641
86730
|
ares__close_socket
|
|
86642
86731
|
ares__close_sockets
|
|
86643
86732
|
ares__connect_socket
|
|
@@ -86650,23 +86739,73 @@ ares__freeaddrinfo_cnames
|
|
|
86650
86739
|
ares__freeaddrinfo_nodes
|
|
86651
86740
|
ares__generate_new_id
|
|
86652
86741
|
ares__get_hostent
|
|
86653
|
-
|
|
86654
|
-
|
|
86742
|
+
ares__htable_asvp_create
|
|
86743
|
+
ares__htable_asvp_destroy
|
|
86744
|
+
ares__htable_asvp_get
|
|
86745
|
+
ares__htable_asvp_get_direct
|
|
86746
|
+
ares__htable_asvp_insert
|
|
86747
|
+
ares__htable_asvp_num_keys
|
|
86748
|
+
ares__htable_asvp_remove
|
|
86749
|
+
ares__htable_create
|
|
86750
|
+
ares__htable_destroy
|
|
86751
|
+
ares__htable_get
|
|
86752
|
+
ares__htable_hash_FNV1a
|
|
86753
|
+
ares__htable_hash_FNV1a_casecmp
|
|
86754
|
+
ares__htable_insert
|
|
86755
|
+
ares__htable_num_keys
|
|
86756
|
+
ares__htable_remove
|
|
86757
|
+
ares__htable_stvp_create
|
|
86758
|
+
ares__htable_stvp_destroy
|
|
86759
|
+
ares__htable_stvp_get
|
|
86760
|
+
ares__htable_stvp_get_direct
|
|
86761
|
+
ares__htable_stvp_insert
|
|
86762
|
+
ares__htable_stvp_num_keys
|
|
86763
|
+
ares__htable_stvp_remove
|
|
86655
86764
|
ares__init_rand_state
|
|
86656
86765
|
ares__init_servers_state
|
|
86657
|
-
ares__insert_in_list
|
|
86658
|
-
ares__is_list_empty
|
|
86659
86766
|
ares__is_onion_domain
|
|
86660
|
-
|
|
86661
|
-
|
|
86662
|
-
|
|
86767
|
+
ares__llist_create
|
|
86768
|
+
ares__llist_destroy
|
|
86769
|
+
ares__llist_first_val
|
|
86770
|
+
ares__llist_insert_after
|
|
86771
|
+
ares__llist_insert_before
|
|
86772
|
+
ares__llist_insert_first
|
|
86773
|
+
ares__llist_insert_last
|
|
86774
|
+
ares__llist_last_val
|
|
86775
|
+
ares__llist_len
|
|
86776
|
+
ares__llist_node_claim
|
|
86777
|
+
ares__llist_node_destroy
|
|
86778
|
+
ares__llist_node_first
|
|
86779
|
+
ares__llist_node_last
|
|
86780
|
+
ares__llist_node_next
|
|
86781
|
+
ares__llist_node_parent
|
|
86782
|
+
ares__llist_node_prev
|
|
86783
|
+
ares__llist_node_replace
|
|
86784
|
+
ares__llist_node_val
|
|
86785
|
+
ares__llist_replace_destructor
|
|
86663
86786
|
ares__open_socket
|
|
86664
86787
|
ares__parse_into_addrinfo
|
|
86788
|
+
ares__rand_bytes
|
|
86665
86789
|
ares__read_line
|
|
86666
86790
|
ares__readaddrinfo
|
|
86667
|
-
ares__remove_from_list
|
|
86668
86791
|
ares__send_query
|
|
86669
86792
|
ares__single_domain
|
|
86793
|
+
ares__slist_create
|
|
86794
|
+
ares__slist_destroy
|
|
86795
|
+
ares__slist_first_val
|
|
86796
|
+
ares__slist_insert
|
|
86797
|
+
ares__slist_last_val
|
|
86798
|
+
ares__slist_len
|
|
86799
|
+
ares__slist_node_claim
|
|
86800
|
+
ares__slist_node_destroy
|
|
86801
|
+
ares__slist_node_find
|
|
86802
|
+
ares__slist_node_first
|
|
86803
|
+
ares__slist_node_last
|
|
86804
|
+
ares__slist_node_next
|
|
86805
|
+
ares__slist_node_parent
|
|
86806
|
+
ares__slist_node_prev
|
|
86807
|
+
ares__slist_node_val
|
|
86808
|
+
ares__slist_replace_destructor
|
|
86670
86809
|
ares__sortaddrinfo
|
|
86671
86810
|
ares__strsplit
|
|
86672
86811
|
ares__strsplit_free
|
|
@@ -86727,10 +86866,12 @@ ares_parse_uri_reply
|
|
|
86727
86866
|
ares_process
|
|
86728
86867
|
ares_process_fd
|
|
86729
86868
|
ares_query
|
|
86869
|
+
ares_query_qid
|
|
86730
86870
|
ares_realloc
|
|
86731
86871
|
ares_save_options
|
|
86732
86872
|
ares_search
|
|
86733
86873
|
ares_send
|
|
86874
|
+
ares_send_ex
|
|
86734
86875
|
ares_set_local_dev
|
|
86735
86876
|
ares_set_local_ip4
|
|
86736
86877
|
ares_set_local_ip6
|
|
@@ -86778,6 +86919,7 @@ base64_encode
|
|
|
86778
86919
|
base64_stream_decode
|
|
86779
86920
|
base64_stream_decode_avx
|
|
86780
86921
|
base64_stream_decode_avx2
|
|
86922
|
+
base64_stream_decode_avx512
|
|
86781
86923
|
base64_stream_decode_init
|
|
86782
86924
|
base64_stream_decode_neon32
|
|
86783
86925
|
base64_stream_decode_neon64
|
|
@@ -86788,6 +86930,7 @@ base64_stream_decode_ssse3
|
|
|
86788
86930
|
base64_stream_encode
|
|
86789
86931
|
base64_stream_encode_avx
|
|
86790
86932
|
base64_stream_encode_avx2
|
|
86933
|
+
base64_stream_encode_avx512
|
|
86791
86934
|
base64_stream_encode_final
|
|
86792
86935
|
base64_stream_encode_init
|
|
86793
86936
|
base64_stream_encode_neon32
|
|
@@ -89868,6 +90011,7 @@ ossl_cms_ecdh_envelope
|
|
|
89868
90011
|
ossl_cms_ecdsa_dsa_sign
|
|
89869
90012
|
ossl_cms_encode_Receipt
|
|
89870
90013
|
ossl_cms_env_asn1_ctrl
|
|
90014
|
+
ossl_cms_env_enc_content_free
|
|
89871
90015
|
ossl_cms_get0_auth_enveloped
|
|
89872
90016
|
ossl_cms_get0_cmsctx
|
|
89873
90017
|
ossl_cms_get0_env_enc_content
|
|
@@ -29,7 +29,7 @@ extern "C" {
|
|
|
29
29
|
*/
|
|
30
30
|
# define OPENSSL_VERSION_MAJOR 3
|
|
31
31
|
# define OPENSSL_VERSION_MINOR 0
|
|
32
|
-
# define OPENSSL_VERSION_PATCH
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 12
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.12"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "24 Oct 2023"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|