node-aix-ppc64 20.8.1 → 20.10.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 +348 -1
- package/LICENSE +21 -10
- package/README.md +7 -5
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -2
- package/include/node/config.gypi +0 -1
- package/include/node/js_native_api.h +11 -1
- package/include/node/node.exp +217 -47
- package/include/node/node.h +2 -0
- package/include/node/node_api.h +8 -7
- package/include/node/node_version.h +4 -4
- 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-script.h +3 -4
- package/package.json +1 -1
- package/share/man/man1/node.1 +12 -0
package/include/node/node.exp
CHANGED
|
@@ -5961,28 +5961,29 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5961
5961
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5962
5962
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5963
5963
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5964
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5965
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5966
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5967
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5968
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5969
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
5970
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
5971
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5972
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
5973
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5974
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
5975
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5976
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
5977
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5978
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
5979
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5964
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0xccdb98724397691e
|
|
5965
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xd680f0957d41e15b
|
|
5966
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xc9f55703eae14082
|
|
5967
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_E21CEA7D_0xff2e90cd2c639dce
|
|
5968
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x35448f8ba7edc595
|
|
5969
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0xd47d37f6a44f0537
|
|
5970
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_E21CEA7D_0xc9c0a3e174ab9a1f
|
|
5971
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x4284784424c9d7e8
|
|
5972
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0xfc0eea7a7c9fc84a
|
|
5973
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x92a5791fa38e239
|
|
5974
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x73628c9729a78ea0
|
|
5975
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0xea2ca236908d8e4e
|
|
5976
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x5e82743555ac747c
|
|
5977
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x310092b16872ebf2
|
|
5978
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xf4d0f73589e59bb0
|
|
5979
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x8f409b47ce74d10e
|
|
5980
5980
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5981
5981
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5982
5982
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
5983
5983
|
_GLOBAL__I_65535_0__Z21_register_http_parserv
|
|
5984
5984
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
5985
5985
|
_GLOBAL__I_65535_0__Z23_register_fs_event_wrapv
|
|
5986
|
+
_GLOBAL__I_65535_0__ZN10napi_env__21InvokeFinalizerFromGCEPN6v8impl10RefTrackerE
|
|
5986
5987
|
_GLOBAL__I_65535_0__ZN15node_napi_env__C2EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi
|
|
5987
5988
|
_GLOBAL__I_65535_0__ZN2v813WasmStreamingC2ESt10unique_ptrINS0_17WasmStreamingImplESt14default_deleteIS2_EE
|
|
5988
5989
|
_GLOBAL__I_65535_0__ZN2v84base15RegionAllocatorC2Emmm
|
|
@@ -7031,7 +7032,6 @@ _GLOBAL__I_65535_0__ZN4node9inspector26RegisterExternalReferencesEPNS_25External
|
|
|
7031
7032
|
_GLOBAL__I_65535_0__ZN4node9inspector5AgentC2EPNS_11EnvironmentE
|
|
7032
7033
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12RuntimeAgentC2Ev
|
|
7033
7034
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12TracingAgentC2EPNS_11EnvironmentESt10shared_ptrINS0_16MainThreadHandleEE
|
|
7034
|
-
_GLOBAL__I_65535_0__ZN6v8impl9Finalizer14ResetFinalizerEv
|
|
7035
7035
|
_GLOBAL__I_65535_0__ZNK2v88internal10JSFunction20GetAttachedCodeKindsEv
|
|
7036
7036
|
_GLOBAL__I_65535_0__ZNK2v88internal12AstRawString12AsArrayIndexEPj
|
|
7037
7037
|
_GLOBAL__I_65535_0__ZNK2v88internal12CallSiteInfo12IsPromiseAllEv
|
|
@@ -7068,9 +7068,9 @@ _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
7068
7068
|
_GLOBAL__I_65535_0__ZNK4node4quic10TLSContext4sideEv
|
|
7069
7069
|
_GLOBAL__I_65535_0__ZNK4node4quic6Packet11destinationEv
|
|
7070
7070
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7071
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7072
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7073
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7071
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x3a8eb1f9e79f1915
|
|
7072
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x4c0d21ef6cd9bda7
|
|
7073
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0xbd6cda1dce0709b8
|
|
7074
7074
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7075
7075
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7076
7076
|
_HZData_73
|
|
@@ -7249,6 +7249,9 @@ _Z44_register_external_reference_process_methodsPN4node25ExternalReferenceRegist
|
|
|
7249
7249
|
_Z45_register_external_reference_encoding_bindingPN4node25ExternalReferenceRegistryE
|
|
7250
7250
|
_Z8V8_FatalPKcz
|
|
7251
7251
|
_Z9V8_DcheckPKciS0_
|
|
7252
|
+
_ZGVN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE0EE5EMPTYE
|
|
7253
|
+
_ZGVN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE1EE5EMPTYE
|
|
7254
|
+
_ZGVN3ada22url_search_params_iterISt4pairISt17basic_string_viewIcSt11char_traitsIcEES5_ELNS_27url_search_params_iter_typeE2EE5EMPTYE
|
|
7252
7255
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildEvE8instance
|
|
7253
7256
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildEvE8instance
|
|
7254
7257
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildEvE8instance
|
|
@@ -7279,6 +7282,7 @@ _ZGVZNK2v88internal8compiler26SimplifiedLoweringVerifier15InputTruncationEPNS1_4
|
|
|
7279
7282
|
_ZN10napi_env__13CallFinalizerEPFvPS_PvS1_ES1_S1_
|
|
7280
7283
|
_ZN10napi_env__16DequeueFinalizerEPN6v8impl10RefTrackerE
|
|
7281
7284
|
_ZN10napi_env__16EnqueueFinalizerEPN6v8impl10RefTrackerE
|
|
7285
|
+
_ZN10napi_env__21InvokeFinalizerFromGCEPN6v8impl10RefTrackerE
|
|
7282
7286
|
_ZN10napi_env__8DeleteMeEv
|
|
7283
7287
|
_ZN10napi_env__D0Ev
|
|
7284
7288
|
_ZN10napi_env__D1Ev
|
|
@@ -11361,6 +11365,7 @@ _ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11true_stringEv
|
|
|
11361
11365
|
_ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11type_stringEv
|
|
11362
11366
|
_ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11unit_stringEv
|
|
11363
11367
|
_ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11week_stringEv
|
|
11368
|
+
_ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11with_stringEv
|
|
11364
11369
|
_ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11word_stringEv
|
|
11365
11370
|
_ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11year_stringEv
|
|
11366
11371
|
_ZN2v88internal11FactoryBaseINS0_12LocalFactoryEE11zero_stringEv
|
|
@@ -12175,6 +12180,7 @@ _ZN2v88internal11FactoryBaseINS0_7FactoryEE11true_stringEv
|
|
|
12175
12180
|
_ZN2v88internal11FactoryBaseINS0_7FactoryEE11type_stringEv
|
|
12176
12181
|
_ZN2v88internal11FactoryBaseINS0_7FactoryEE11unit_stringEv
|
|
12177
12182
|
_ZN2v88internal11FactoryBaseINS0_7FactoryEE11week_stringEv
|
|
12183
|
+
_ZN2v88internal11FactoryBaseINS0_7FactoryEE11with_stringEv
|
|
12178
12184
|
_ZN2v88internal11FactoryBaseINS0_7FactoryEE11word_stringEv
|
|
12179
12185
|
_ZN2v88internal11FactoryBaseINS0_7FactoryEE11year_stringEv
|
|
12180
12186
|
_ZN2v88internal11FactoryBaseINS0_7FactoryEE11zero_stringEv
|
|
@@ -35490,6 +35496,7 @@ _ZN2v88internal7Genesis39InitializeGlobal_harmony_array_groupingEv
|
|
|
35490
35496
|
_ZN2v88internal7Genesis41InitializeGlobal_harmony_array_from_asyncEv
|
|
35491
35497
|
_ZN2v88internal7Genesis41InitializeGlobal_harmony_iterator_helpersEv
|
|
35492
35498
|
_ZN2v88internal7Genesis42InitializeGlobal_harmony_import_assertionsEv
|
|
35499
|
+
_ZN2v88internal7Genesis42InitializeGlobal_harmony_import_attributesEv
|
|
35493
35500
|
_ZN2v88internal7Genesis42InitializeGlobal_harmony_rab_gsab_transferEv
|
|
35494
35501
|
_ZN2v88internal7Genesis42InitializeGlobal_harmony_sharedarraybufferEv
|
|
35495
35502
|
_ZN2v88internal7Genesis44InitializeGlobal_harmony_regexp_unicode_setsEv
|
|
@@ -39233,6 +39240,7 @@ _ZN2v88internal8compiler12JSHeapBroker15Inittrue_stringEv
|
|
|
39233
39240
|
_ZN2v88internal8compiler12JSHeapBroker15Inittype_stringEv
|
|
39234
39241
|
_ZN2v88internal8compiler12JSHeapBroker15Initunit_stringEv
|
|
39235
39242
|
_ZN2v88internal8compiler12JSHeapBroker15Initweek_stringEv
|
|
39243
|
+
_ZN2v88internal8compiler12JSHeapBroker15Initwith_stringEv
|
|
39236
39244
|
_ZN2v88internal8compiler12JSHeapBroker15Initword_stringEv
|
|
39237
39245
|
_ZN2v88internal8compiler12JSHeapBroker15Inityear_stringEv
|
|
39238
39246
|
_ZN2v88internal8compiler12JSHeapBroker15Initzero_stringEv
|
|
@@ -51447,6 +51455,7 @@ _ZN3ada11serializers4ipv6B5cxx11ERKSt5arrayItLm8EE
|
|
|
51447
51455
|
_ZN3ada14href_from_fileB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51448
51456
|
_ZN3ada14url_aggregator10parse_ipv4ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51449
51457
|
_ZN3ada14url_aggregator10parse_ipv6ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51458
|
+
_ZN3ada14url_aggregator10parse_portESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51450
51459
|
_ZN3ada14url_aggregator10parse_portESt17basic_string_viewIcSt11char_traitsIcEEb
|
|
51451
51460
|
_ZN3ada14url_aggregator10set_schemeESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51452
51461
|
_ZN3ada14url_aggregator10set_searchESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -51475,15 +51484,22 @@ _ZN3ada14url_aggregator21consume_prepared_pathESt17basic_string_viewIcSt11char_t
|
|
|
51475
51484
|
_ZN3ada14url_aggregator21update_base_authorityESt17basic_string_viewIcSt11char_traitsIcEERKNS_14url_componentsE
|
|
51476
51485
|
_ZN3ada14url_aggregator26update_unencoded_base_hashESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51477
51486
|
_ZN3ada14url_aggregator31add_authority_slashes_if_neededEv
|
|
51487
|
+
_ZN3ada14url_aggregator31set_scheme_from_view_with_colonESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51478
51488
|
_ZN3ada14url_aggregator8set_hashESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51479
51489
|
_ZN3ada14url_aggregator8set_hostESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51480
51490
|
_ZN3ada14url_aggregator8set_hrefESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51481
51491
|
_ZN3ada14url_aggregator8set_portESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51482
51492
|
_ZN3ada14url_aggregatorD0Ev
|
|
51483
51493
|
_ZN3ada14url_aggregatorD1Ev
|
|
51494
|
+
_ZN3ada17url_search_paramsD1Ev
|
|
51495
|
+
_ZN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE0EE5EMPTYE
|
|
51496
|
+
_ZN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE1EE5EMPTYE
|
|
51497
|
+
_ZN3ada22url_search_params_iterISt4pairISt17basic_string_viewIcSt11char_traitsIcEES5_ELNS_27url_search_params_iter_typeE2EE5EMPTYE
|
|
51484
51498
|
_ZN3ada3url10parse_ipv4ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51485
51499
|
_ZN3ada3url10parse_ipv6ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51500
|
+
_ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51486
51501
|
_ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEEb
|
|
51502
|
+
_ZN3ada3url10set_schemeEONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
51487
51503
|
_ZN3ada3url10set_searchESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51488
51504
|
_ZN3ada3url12clear_searchEv
|
|
51489
51505
|
_ZN3ada3url12set_hostnameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -51504,6 +51520,8 @@ _ZN3ada3urlD0Ev
|
|
|
51504
51520
|
_ZN3ada3urlD1Ev
|
|
51505
51521
|
_ZN3ada4idna10sort_marksERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
|
|
51506
51522
|
_ZN3ada4idna10to_unicodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
51523
|
+
_ZN3ada4idna11begins_withESt17basic_string_viewIDiSt11char_traitsIDiEES4_
|
|
51524
|
+
_ZN3ada4idna11begins_withESt17basic_string_viewIcSt11char_traitsIcEES4_
|
|
51507
51525
|
_ZN3ada4idna13decompose_nfcERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
|
|
51508
51526
|
_ZN3ada4idna13utf32_to_utf8EPKDimPc
|
|
51509
51527
|
_ZN3ada4idna13utf8_to_utf32EPKcmPDi
|
|
@@ -51849,16 +51867,21 @@ _ZN4node10contextify17ContextifyContext11MakeContextERKN2v820FunctionCallbackInf
|
|
|
51849
51867
|
_ZN4node10contextify17ContextifyContext12WeakCallbackERKN2v816WeakCallbackInfoIS1_EE
|
|
51850
51868
|
_ZN4node10contextify17ContextifyContext15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
51851
51869
|
_ZN4node10contextify17ContextifyContext15CreateV8ContextEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEEPKNS_12SnapshotDataEPNS2_14MicrotaskQueueE
|
|
51870
|
+
_ZN4node10contextify17ContextifyContext17GetCompileOptionsERKN2v814ScriptCompiler6SourceE
|
|
51852
51871
|
_ZN4node10contextify17ContextifyContext19IsStillInitializingEPKS1_
|
|
51872
|
+
_ZN4node10contextify17ContextifyContext20ContainsModuleSyntaxERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
51873
|
+
_ZN4node10contextify17ContextifyContext21GetHostDefinedOptionsEPN2v87IsolateENS2_5LocalINS2_6SymbolEEE
|
|
51853
51874
|
_ZN4node10contextify17ContextifyContext22PropertyGetterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
51854
51875
|
_ZN4node10contextify17ContextifyContext22PropertySetterCallbackEN2v85LocalINS2_4NameEEENS3_INS2_5ValueEEERKNS2_20PropertyCallbackInfoIS6_EE
|
|
51855
51876
|
_ZN4node10contextify17ContextifyContext23PropertyDefinerCallbackEN2v85LocalINS2_4NameEEERKNS2_18PropertyDescriptorERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
51856
51877
|
_ZN4node10contextify17ContextifyContext23PropertyDeleterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_7BooleanEEE
|
|
51878
|
+
_ZN4node10contextify17ContextifyContext25GetCommonJSSourceInstanceEPN2v87IsolateENS2_5LocalINS2_6StringEEES7_iiNS5_INS2_14PrimitiveArrayEEEPNS2_14ScriptCompiler10CachedDataE
|
|
51857
51879
|
_ZN4node10contextify17ContextifyContext25InitializeGlobalTemplatesEPNS_11IsolateDataE
|
|
51858
51880
|
_ZN4node10contextify17ContextifyContext26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
51859
51881
|
_ZN4node10contextify17ContextifyContext26PropertyDescriptorCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
51860
51882
|
_ZN4node10contextify17ContextifyContext26PropertyEnumeratorCallbackERKN2v820PropertyCallbackInfoINS2_5ArrayEEE
|
|
51861
51883
|
_ZN4node10contextify17ContextifyContext26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
51884
|
+
_ZN4node10contextify17ContextifyContext29CompileFunctionAndCacheResultEPNS_11EnvironmentEN2v85LocalINS4_7ContextEEEPNS4_14ScriptCompiler6SourceESt6vectorINS5_INS4_6StringEEESaISD_EESB_INS5_INS4_6ObjectEEESaISH_EENS8_14CompileOptionsEbNS5_INS4_6SymbolEEERKNS_6errors13TryCatchScopeE
|
|
51862
51885
|
_ZN4node10contextify17ContextifyContext29IndexedPropertyGetterCallbackEjRKN2v820PropertyCallbackInfoINS2_5ValueEEE
|
|
51863
51886
|
_ZN4node10contextify17ContextifyContext29IndexedPropertySetterCallbackEjN2v85LocalINS2_5ValueEEERKNS2_20PropertyCallbackInfoIS4_EE
|
|
51864
51887
|
_ZN4node10contextify17ContextifyContext30ContextFromContextifiedSandboxEPNS_11EnvironmentERKN2v85LocalINS4_6ObjectEEE
|
|
@@ -52027,7 +52050,7 @@ _ZN4node11SPrintFImplIRA22_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
|
|
|
52027
52050
|
_ZN4node11SPrintFImplIRA24_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
52028
52051
|
_ZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
52029
52052
|
_ZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
52030
|
-
|
|
52053
|
+
_ZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
52031
52054
|
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_
|
|
52032
52055
|
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcSA_EEES6_SA_OT_DpOT0_
|
|
52033
52056
|
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRPKcEEES6_SA_OT_DpOT0_
|
|
@@ -53034,6 +53057,7 @@ _ZN4node20ERR_BUFFER_TOO_LARGEEPN2v87IsolateE
|
|
|
53034
53057
|
_ZN4node20ERR_BUFFER_TOO_LARGEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53035
53058
|
_ZN4node20ERR_INVALID_ARG_TYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53036
53059
|
_ZN4node20ERR_MODULE_NOT_FOUNDIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
|
|
53060
|
+
_ZN4node20ERR_MODULE_NOT_FOUNDIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
|
|
53037
53061
|
_ZN4node20ERR_WASI_NOT_STARTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53038
53062
|
_ZN4node20EmbedderSnapshotData19BuiltinSnapshotDataEv
|
|
53039
53063
|
_ZN4node20EmbedderSnapshotData30CanUseCustomSnapshotPerIsolateEv
|
|
@@ -53431,7 +53455,6 @@ _ZN4node2fs11AfterStatFsEP7uv_fs_s
|
|
|
53431
53455
|
_ZN4node2fs11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
53432
53456
|
_ZN4node2fs11BindingData14FilePathIsFileEPNS_11EnvironmentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
53433
53457
|
_ZN4node2fs11BindingData17LegacyMainResolveERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
53434
|
-
_ZN4node2fs11BindingData22legacy_main_extensionsB5cxx11E
|
|
53435
53458
|
_ZN4node2fs11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
53436
53459
|
_ZN4node2fs11BindingData26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
53437
53460
|
_ZN4node2fs11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -53466,7 +53489,6 @@ _ZN4node2fs13FSReqCallbackD0Ev
|
|
|
53466
53489
|
_ZN4node2fs13FSReqCallbackD1Ev
|
|
53467
53490
|
_ZN4node2fs13FSReqWrapSyncD1Ev
|
|
53468
53491
|
_ZN4node2fs14AfterStringPtrEP7uv_fs_s
|
|
53469
|
-
_ZN4node2fs14CallMKDirpSyncEPNS_11EnvironmentERKN2v820FunctionCallbackInfoINS3_5ValueEEEPNS0_13FSReqWrapSyncEPKci
|
|
53470
53492
|
_ZN4node2fs14FillStatsArrayIdN2v812Float64ArrayEEEvPNS_17AliasedBufferBaseIT_T0_EEPK9uv_stat_tm
|
|
53471
53493
|
_ZN4node2fs14FillStatsArrayIlN2v813BigInt64ArrayEEEvPNS_17AliasedBufferBaseIT_T0_EEPK9uv_stat_tm
|
|
53472
53494
|
_ZN4node2fs15AfterStringPathEP7uv_fs_s
|
|
@@ -53491,7 +53513,6 @@ _ZN4node2fs26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
|
53491
53513
|
_ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
53492
53514
|
_ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
53493
53515
|
_ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
|
53494
|
-
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
53495
53516
|
_ZN4node2fs9AfterStatEP7uv_fs_s
|
|
53496
53517
|
_ZN4node2fs9FSReqBase12binding_dataEv
|
|
53497
53518
|
_ZN4node2fs9FSReqBaseD0Ev
|
|
@@ -54637,6 +54658,7 @@ _ZN4node6crypto15ImportJWKRsaKeyEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS
|
|
|
54637
54658
|
_ZN4node6crypto15KeyObjectHandle10InitializeEPNS_11EnvironmentE
|
|
54638
54659
|
_ZN4node6crypto15KeyObjectHandle11HasInstanceEPNS_11EnvironmentEN2v85LocalINS4_5ValueEEE
|
|
54639
54660
|
_ZN4node6crypto15KeyObjectHandle12GetKeyDetailERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
54661
|
+
_ZN4node6crypto15KeyObjectHandle14CheckEcKeyDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
54640
54662
|
_ZN4node6crypto15KeyObjectHandle19GetSymmetricKeySizeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
54641
54663
|
_ZN4node6crypto15KeyObjectHandle20GetAsymmetricKeyTypeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
54642
54664
|
_ZN4node6crypto15KeyObjectHandle26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -55358,7 +55380,7 @@ _ZN4node7FPrintFIJPN2v86ObjectERA30_KcEEEvP4FILEPS4_DpOT_
|
|
|
55358
55380
|
_ZN4node7FPrintFIJPcEEEvP4FILEPKcDpOT_
|
|
55359
55381
|
_ZN4node7FPrintFIJR24nghttp2_headers_categoryEEEvP4FILEPKcDpOT_
|
|
55360
55382
|
_ZN4node7FPrintFIJRA3_KcEEEvP4FILEPS1_DpOT_
|
|
55361
|
-
|
|
55383
|
+
_ZN4node7FPrintFIJRA9_KcEEEvP4FILEPS1_DpOT_
|
|
55362
55384
|
_ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
|
|
55363
55385
|
_ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcSA_EEEvP4FILESA_DpOT_
|
|
55364
55386
|
_ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEEvP4FILESA_DpOT_
|
|
@@ -55464,7 +55486,7 @@ _ZN4node7SPrintFIJPcRKiiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEP
|
|
|
55464
55486
|
_ZN4node7SPrintFIJPcS1_RKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
55465
55487
|
_ZN4node7SPrintFIJR24nghttp2_headers_categoryEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
55466
55488
|
_ZN4node7SPrintFIJRA3_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
55467
|
-
|
|
55489
|
+
_ZN4node7SPrintFIJRA9_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
55468
55490
|
_ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
|
|
55469
55491
|
_ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcSA_EEES6_SA_DpOT_
|
|
55470
55492
|
_ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES6_SA_DpOT_
|
|
@@ -56142,7 +56164,6 @@ _ZN4node9inspector8protocol10NodeWorker8Metainfo10domainNameE
|
|
|
56142
56164
|
_ZN4node9inspector8protocol10NodeWorker8Metainfo13commandPrefixE
|
|
56143
56165
|
_ZN4node9inspector8protocol10NodeWorker8Metainfo7versionE
|
|
56144
56166
|
_ZN4node9inspector8protocol10StringUtil10fromDoubleB5cxx11Ed
|
|
56145
|
-
_ZN4node9inspector8protocol10StringUtil12parseMessageESt17basic_string_viewIcSt11char_traitsIcEEb
|
|
56146
56167
|
_ZN4node9inspector8protocol10StringUtil13jsonToMessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
56147
56168
|
_ZN4node9inspector8protocol10StringUtil14CharacterCountESt17basic_string_viewIcSt11char_traitsIcEE
|
|
56148
56169
|
_ZN4node9inspector8protocol10StringUtil14CharactersUTF8ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -63266,6 +63287,14 @@ _ZN6icu_73plERKNS_13UnicodeStringES2_
|
|
|
63266
63287
|
_ZN6v8impl10RefTracker8FinalizeEv
|
|
63267
63288
|
_ZN6v8impl10RefTrackerD0Ev
|
|
63268
63289
|
_ZN6v8impl10RefTrackerD1Ev
|
|
63290
|
+
_ZN6v8impl16TrackedFinalizer12FinalizeCoreEb
|
|
63291
|
+
_ZN6v8impl16TrackedFinalizer3NewEP10napi_env__PFvS2_PvS3_ES3_S3_
|
|
63292
|
+
_ZN6v8impl16TrackedFinalizer8FinalizeEv
|
|
63293
|
+
_ZN6v8impl16TrackedFinalizerC1EP10napi_env__PFvS2_PvS3_ES3_S3_
|
|
63294
|
+
_ZN6v8impl16TrackedFinalizerC2EP10napi_env__PFvS2_PvS3_ES3_S3_
|
|
63295
|
+
_ZN6v8impl16TrackedFinalizerD0Ev
|
|
63296
|
+
_ZN6v8impl16TrackedFinalizerD1Ev
|
|
63297
|
+
_ZN6v8impl16TrackedFinalizerD2Ev
|
|
63269
63298
|
_ZN6v8impl7RefBase3NewEP10napi_env__jNS_9OwnershipEPFvS2_PvS4_ES4_S4_
|
|
63270
63299
|
_ZN6v8impl7RefBase3RefEv
|
|
63271
63300
|
_ZN6v8impl7RefBase4DataEv
|
|
@@ -63276,7 +63305,7 @@ _ZN6v8impl7RefBaseC1EP10napi_env__jNS_9OwnershipEPFvS2_PvS4_ES4_S4_
|
|
|
63276
63305
|
_ZN6v8impl7RefBaseC2EP10napi_env__jNS_9OwnershipEPFvS2_PvS4_ES4_S4_
|
|
63277
63306
|
_ZN6v8impl7RefBaseD0Ev
|
|
63278
63307
|
_ZN6v8impl7RefBaseD1Ev
|
|
63279
|
-
|
|
63308
|
+
_ZN6v8impl8TryCatchD1Ev
|
|
63280
63309
|
_ZN6v8impl9Finalizer14ResetFinalizerEv
|
|
63281
63310
|
_ZN6v8impl9Reference12WeakCallbackERKN2v816WeakCallbackInfoIS0_EE
|
|
63282
63311
|
_ZN6v8impl9Reference3GetEv
|
|
@@ -68169,6 +68198,7 @@ _ZNK4node6crypto15EcKeyPairParams10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
68169
68198
|
_ZNK4node6crypto15EcKeyPairParams14MemoryInfoNameEv
|
|
68170
68199
|
_ZNK4node6crypto15EcKeyPairParams8SelfSizeEv
|
|
68171
68200
|
_ZNK4node6crypto15KeyObjectHandle10MemoryInfoEPNS_13MemoryTrackerE
|
|
68201
|
+
_ZNK4node6crypto15KeyObjectHandle14CheckEcKeyDataEv
|
|
68172
68202
|
_ZNK4node6crypto15KeyObjectHandle14MemoryInfoNameEv
|
|
68173
68203
|
_ZNK4node6crypto15KeyObjectHandle15ExportPublicKeyERKNS0_27AsymmetricKeyEncodingConfigE
|
|
68174
68204
|
_ZNK4node6crypto15KeyObjectHandle15ExportSecretKeyEv
|
|
@@ -71737,6 +71767,7 @@ _ZNSt11_Deque_baseISt4pairIN2v88platform27DefaultForegroundTaskRunner11Nestabili
|
|
|
71737
71767
|
_ZNSt11_Deque_baseISt4pairIPKN2v88internal8compiler17PendingAssessmentEiENS2_22RecyclingZoneAllocatorIS7_EEE17_M_initialize_mapEm
|
|
71738
71768
|
_ZNSt11_Deque_baseIiN2v88internal22RecyclingZoneAllocatorIiEEE17_M_initialize_mapEm
|
|
71739
71769
|
_ZNSt11_Deque_baseIiSaIiEE17_M_initialize_mapEm
|
|
71770
|
+
_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_ESB_EET0_T_SD_SC_
|
|
71740
71771
|
_ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque13LabelAndTypesEEEvT_S7_
|
|
71741
71772
|
_ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque16LabelDeclarationEEEvT_S7_
|
|
71742
71773
|
_ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque21ConditionalAnnotationEEEvT_S7_
|
|
@@ -72119,6 +72150,7 @@ _ZNSt17_Function_handlerIFvvEZN4node9inspector19NodeInspectorClient19startRepeat
|
|
|
72119
72150
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEES5_EC1ESA_l
|
|
72120
72151
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
72121
72152
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEESt10unique_ptrINS3_16DomainDispatcherESt14default_deleteIS7_EEESt6vectorISB_SaISB_EEEESB_EC1ESG_l
|
|
72153
|
+
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESt6vectorIS9_SaIS9_EEEES9_EC1ESE_l
|
|
72122
72154
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
72123
72155
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
72124
72156
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -72189,6 +72221,7 @@ _ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_pol
|
|
|
72189
72221
|
_ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
72190
72222
|
_ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
72191
72223
|
_ZNSt19_Sp_counted_deleterIPcSt14default_deleteIA_cESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
72224
|
+
_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_ESB_EET0_T_SD_SC_
|
|
72192
72225
|
_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN2v88internal6torque11VisitResultEPS5_EET0_T_SA_S9_
|
|
72193
72226
|
_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN2v88internal6torque9SignatureEPS5_EET0_T_SA_S9_
|
|
72194
72227
|
_ZNSt22_Optional_payload_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE14_M_copy_assignERKS6_
|
|
@@ -72536,7 +72569,6 @@ _ZNSt4pairIKN12v8_inspector8String16ESt10unique_ptrINS0_24DisassemblyCollectorIm
|
|
|
72536
72569
|
_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN2v88internal6torque10LocalValueEED1Ev
|
|
72537
72570
|
_ZNSt4pairIN12v8_inspector8String16ESt10unique_ptrINS0_8protocol15DictionaryValueESt14default_deleteIS4_EEED1Ev
|
|
72538
72571
|
_ZNSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_ED1Ev
|
|
72539
|
-
_ZNSt5arrayINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELm10EED1Ev
|
|
72540
72572
|
_ZNSt5dequeIN12v8_inspector19V8DebuggerAgentImpl12CachedScriptESaIS2_EE16_M_push_back_auxIJS2_EEEvDpOT_
|
|
72541
72573
|
_ZNSt5dequeIN2v817AllocationProfile4NodeESaIS2_EE16_M_push_back_auxIJS2_EEEvDpOT_
|
|
72542
72574
|
_ZNSt5dequeIN2v88internal13HeapGraphEdgeESaIS2_EE17_M_reallocate_mapEmb
|
|
@@ -72856,6 +72888,7 @@ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_re
|
|
|
72856
72888
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA256_cEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
72857
72889
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA2_cEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
72858
72890
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
72891
|
+
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
72859
72892
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
72860
72893
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS5_S7_EERSA_
|
|
72861
72894
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS5_S7_EE
|
|
@@ -73045,6 +73078,9 @@ _ZNSt6vectorISt4pairIN2v88internal6HandleINS2_3MapEEENS2_17MaybeObjectHandleEESa
|
|
|
73045
73078
|
_ZNSt6vectorISt4pairIN2v88internal6HandleINS2_6ObjectEEES5_ESaIS6_EE17_M_realloc_insertIJRS5_SA_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_
|
|
73046
73079
|
_ZNSt6vectorISt4pairIN2v88internal6torque14SourcePositionES4_ESaIS5_EE17_M_realloc_insertIJRS4_S9_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
|
|
73047
73080
|
_ZNSt6vectorISt4pairIN8v8_crdtp4spanIhEESt10unique_ptrINS1_16DomainDispatcherESt14default_deleteIS5_EEESaIS9_EE17_M_realloc_insertIJS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_
|
|
73081
|
+
_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJRKSt17basic_string_viewIcS4_ESE_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
73082
|
+
_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJS6_RA1_KcEEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
73083
|
+
_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJS6_S6_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
73048
73084
|
_ZNSt6vectorISt4pairIPFmPvmmES1_ESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
|
|
73049
73085
|
_ZNSt6vectorISt4pairIPFvPN2v87IsolateEPNS1_13EmbedderGraphEPvES6_ESaIS9_EE17_M_realloc_insertIJS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_
|
|
73050
73086
|
_ZNSt6vectorISt4pairIPFvPN2v87IsolateEPvES4_ESaIS7_EE17_M_realloc_insertIJRKS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
|
|
@@ -73420,6 +73456,7 @@ _ZSt25__unguarded_linear_insertIN2v88internal10AtomicSlotEN9__gnu_cxx5__ops14_Va
|
|
|
73420
73456
|
_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN2v88internal13BreakLocationESt6vectorIS4_SaIS4_EEEENS0_5__ops14_Val_comp_iterIPFbRKS4_SD_EEEEvT_T0_
|
|
73421
73457
|
_ZSt4swapIN2v88internal8GCTracer5EventEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_
|
|
73422
73458
|
_ZSt6all_ofIPKcPDoFbcEEbT_S4_T0_
|
|
73459
|
+
_ZSt6any_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPDoFbcEEbT_SC_T0_
|
|
73423
73460
|
_ZSt7find_ifIPKtZN2v88internal20Utf16CharacterStream12AdvanceUntilIZNS3_7Scanner14SkipWhiteSpaceEvEUljE_EEjT_EUltE_ES8_S8_S8_T0_
|
|
73424
73461
|
_ZSt7find_ifIPKtZN2v88internal20Utf16CharacterStream12AdvanceUntilIZNS3_7Scanner28ScanIdentifierOrKeywordInnerEvEUljE_EEjT_EUltE_ES8_S8_S8_T0_
|
|
73425
73462
|
_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN12v8_inspector8String16ESt6vectorIS3_SaIS3_EEEENS0_5__ops16_Iter_equals_valIKS3_EEET_SD_SD_T0_St26random_access_iterator_tag
|
|
@@ -77561,6 +77598,7 @@ _ZTVN6icu_739UVector32E
|
|
|
77561
77598
|
_ZTVN6icu_739UVector64E
|
|
77562
77599
|
_ZTVN6icu_739VTimeZoneE
|
|
77563
77600
|
_ZTVN6v8impl10RefTrackerE
|
|
77601
|
+
_ZTVN6v8impl16TrackedFinalizerE
|
|
77564
77602
|
_ZTVN6v8impl7RefBaseE
|
|
77565
77603
|
_ZTVN6v8impl9ReferenceE
|
|
77566
77604
|
_ZTVN7simdutf14implementationE
|
|
@@ -77782,6 +77820,9 @@ _ZThn32_N5cppgc8internal19MarkingVerifierBaseD1Ev
|
|
|
77782
77820
|
_ZThn32_N5cppgc8internal26ConservativeMarkingVisitor12VisitPointerEPKv
|
|
77783
77821
|
_ZThn32_N5cppgc8internal26ConservativeMarkingVisitorD0Ev
|
|
77784
77822
|
_ZThn32_N5cppgc8internal26ConservativeMarkingVisitorD1Ev
|
|
77823
|
+
_ZThn40_N6v8impl16TrackedFinalizer8FinalizeEv
|
|
77824
|
+
_ZThn40_N6v8impl16TrackedFinalizerD0Ev
|
|
77825
|
+
_ZThn40_N6v8impl16TrackedFinalizerD1Ev
|
|
77785
77826
|
_ZThn40_N6v8impl7RefBase8FinalizeEv
|
|
77786
77827
|
_ZThn40_N6v8impl7RefBaseD0Ev
|
|
77787
77828
|
_ZThn40_N6v8impl7RefBaseD1Ev
|
|
@@ -78201,7 +78242,7 @@ _ZZN2v88internal22InternalStringToDoubleIPKhS3_EEdT_T0_idE15kInfinityString
|
|
|
78201
78242
|
_ZZN2v88internal22InternalStringToDoubleIPKtS3_EEdT_T0_idE15kInfinityString
|
|
78202
78243
|
_ZZN2v88internal25TranslationOpcodeToStringENS0_17TranslationOpcodeEE5names
|
|
78203
78244
|
_ZZN2v88internal26EphemeronTableUpdatingItem7ProcessEvE29trace_event_unique_atomic5057
|
|
78204
|
-
|
|
78245
|
+
_ZZN2v88internal26TracingAccountingAllocator39UpdateMemoryTrafficAndReportMemoryUsageEmE29trace_event_unique_atomic3216
|
|
78205
78246
|
_ZZN2v88internal27OptimizingCompileDispatcher11CompileTask11RunInternalEvE27trace_event_unique_atomic54
|
|
78206
78247
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildEvE8instance
|
|
78207
78248
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildEvE8instance
|
|
@@ -78752,6 +78793,9 @@ _ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder11BuildLengthENS0_5TNodeI
|
|
|
78752
78793
|
_ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder11BuildLengthENS0_5TNodeINS0_17JSArrayBufferViewEEENS3_INS0_7ContextEEEENKUlvE1_clEv
|
|
78753
78794
|
_ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder15BuildByteLengthENS0_5TNodeINS0_17JSArrayBufferViewEEENS3_INS0_7ContextEEEENKUlvE0_clEv
|
|
78754
78795
|
_ZZN2v88internal8compiler28ArrayBufferViewAccessBuilder15BuildByteLengthENS0_5TNodeINS0_17JSArrayBufferViewEEENS3_INS0_7ContextEEEENKUlvE2_clEv
|
|
78796
|
+
_ZZN3ada17url_search_params10initializeESt17basic_string_viewIcSt11char_traitsIcEEENKUlS4_E_clES4_
|
|
78797
|
+
_ZZN3ada17url_search_params3hasESt17basic_string_viewIcSt11char_traitsIcEES4_ENKUlRT_E_clISt4pairINSt7__cxx1112basic_stringIcS3_SaIcEEESD_EEEDaS6_
|
|
78798
|
+
_ZZN3ada17url_search_params6removeESt17basic_string_viewIcSt11char_traitsIcEES4_ENKUlRT_E_clISt4pairINSt7__cxx1112basic_stringIcS3_SaIcEEESD_EEEDaS6_
|
|
78755
78799
|
_ZZN3ada7helpers16fast_digit_countEjE5table
|
|
78756
78800
|
_ZZN4node10BaseObject16InternalFieldSetILi3EXadL_ZNK2v85Value10IsFunctionEvEEEEvNS2_5LocalINS2_6StringEEENS4_IS3_EERKNS2_20PropertyCallbackInfoIvEEE4args
|
|
78757
78801
|
_ZZN4node10BaseObject6DetachEvE4args
|
|
@@ -78948,8 +78992,8 @@ _ZZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcES
|
|
|
78948
78992
|
_ZZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
78949
78993
|
_ZZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args
|
|
78950
78994
|
_ZZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
78951
|
-
|
|
78952
|
-
|
|
78995
|
+
_ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args
|
|
78996
|
+
_ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
78953
78997
|
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E4args
|
|
78954
78998
|
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E4args_0
|
|
78955
78999
|
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcSA_EEES6_SA_OT_DpOT0_E4args
|
|
@@ -79369,6 +79413,16 @@ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic351
|
|
|
79369
79413
|
_ZZN4node2fs10FileHandle5CloseEvE4args
|
|
79370
79414
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
|
|
79371
79415
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
|
|
79416
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
79417
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcS7_PFvS5_EEJPcSC_EEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
79418
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcS7_iPFvS5_EEJPcSC_iEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
79419
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcddPFvS5_EEJPcddEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
79420
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKciPFvS5_EEJPciEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
79421
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcjjPFvS5_EEJPcjjEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E4args
|
|
79422
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siPK8uv_buf_tjlPFvS5_EEJiPS6_mlEEEPNS0_9FSReqBaseEPNS_11EnvironmentESF_RKN2v820FunctionCallbackInfoINSI_5ValueEEEPKcSP_mNS_8encodingESA_T_DpT0_E4args
|
|
79423
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siddPFvS5_EEJiddEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
79424
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siiPFvS5_EEJiiEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
79425
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_silPFvS5_EEJilEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
79372
79426
|
_ZZN4node2fs18FSContinuationData7PopPathB5cxx11EvE4args
|
|
79373
79427
|
_ZZN4node2fs9FSReqBase4InitEPKcS3_mNS_8encodingEE4args
|
|
79374
79428
|
_ZZN4node4heap13JSGraphJSNodeC4EPN2v87IsolateENS2_5LocalINS2_5ValueEEEE4args
|
|
@@ -79648,19 +79702,18 @@ _ZZN4node9WriteWrap15SetBackingStoreESt10unique_ptrIN2v812BackingStoreESt14defau
|
|
|
79648
79702
|
_ZZN4node9inspector16MainThreadHandleD4EvE4args
|
|
79649
79703
|
_ZZN4node9inspector19NodeInspectorClient19startRepeatingTimerEdPFvPvES2_E4args
|
|
79650
79704
|
_ZZN4node9inspector8protocol6Binary8fromSpanEPKhmE4args
|
|
79651
|
-
|
|
79652
|
-
|
|
79653
|
-
|
|
79654
|
-
|
|
79655
|
-
|
|
79656
|
-
|
|
79705
|
+
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE0EE13StopTraceImplEvE28trace_event_unique_atomic480
|
|
79706
|
+
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE0EE14StartTraceImplEvE28trace_event_unique_atomic448
|
|
79707
|
+
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE0EE14StartTraceImplIdEEvPKcT_E28trace_event_unique_atomic458
|
|
79708
|
+
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE0EE14StartTraceImplIdPKcEEvS8_T_S8_T0_E28trace_event_unique_atomic470
|
|
79709
|
+
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE13StopTraceImplEvE28trace_event_unique_atomic480
|
|
79710
|
+
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE14StartTraceImplEvE28trace_event_unique_atomic448
|
|
79657
79711
|
_ZZNK2v88internal8compiler26SimplifiedLoweringVerifier15InputTruncationEPNS1_4NodeEiE14any_truncation
|
|
79658
79712
|
_ZZNK4node14options_parser13OptionsParserINS_12DebugOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
79659
79713
|
_ZZNK4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
79660
79714
|
_ZZNK4node14options_parser13OptionsParserINS_17PerProcessOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
79661
79715
|
_ZZNK4node20SyncProcessStdioPipe7uv_pipeEvE4args
|
|
79662
79716
|
_ZZNK4node7TCPWrap14MemoryInfoNameEvE4args
|
|
79663
|
-
_ZZNK4node8HostPort4portEvE4args
|
|
79664
79717
|
_ZZNK4node9Histogram10PercentileEdE4args
|
|
79665
79718
|
_ZZNK4node9Histogram10PercentileEdE4args_0
|
|
79666
79719
|
_ZZNK4node9inspector8protocol6Binary4dataEvE4args
|
|
@@ -79696,11 +79749,21 @@ a2i_IPADDRESS
|
|
|
79696
79749
|
a2i_IPADDRESS_NC
|
|
79697
79750
|
ada_can_parse
|
|
79698
79751
|
ada_can_parse_with_base
|
|
79752
|
+
ada_clear_hash
|
|
79753
|
+
ada_clear_port
|
|
79754
|
+
ada_clear_search
|
|
79755
|
+
ada_copy
|
|
79699
79756
|
ada_free
|
|
79700
79757
|
ada_free_owned_string
|
|
79758
|
+
ada_free_search_params
|
|
79759
|
+
ada_free_search_params_entries_iter
|
|
79760
|
+
ada_free_search_params_keys_iter
|
|
79761
|
+
ada_free_search_params_values_iter
|
|
79762
|
+
ada_free_strings
|
|
79701
79763
|
ada_get_components
|
|
79702
79764
|
ada_get_hash
|
|
79703
79765
|
ada_get_host
|
|
79766
|
+
ada_get_host_type
|
|
79704
79767
|
ada_get_hostname
|
|
79705
79768
|
ada_get_href
|
|
79706
79769
|
ada_get_origin
|
|
@@ -79708,6 +79771,7 @@ ada_get_password
|
|
|
79708
79771
|
ada_get_pathname
|
|
79709
79772
|
ada_get_port
|
|
79710
79773
|
ada_get_protocol
|
|
79774
|
+
ada_get_scheme_type
|
|
79711
79775
|
ada_get_search
|
|
79712
79776
|
ada_get_username
|
|
79713
79777
|
ada_has_credentials
|
|
@@ -79723,7 +79787,28 @@ ada_idna_to_ascii
|
|
|
79723
79787
|
ada_idna_to_unicode
|
|
79724
79788
|
ada_is_valid
|
|
79725
79789
|
ada_parse
|
|
79790
|
+
ada_parse_search_params
|
|
79726
79791
|
ada_parse_with_base
|
|
79792
|
+
ada_search_params_append
|
|
79793
|
+
ada_search_params_entries_iter_has_next
|
|
79794
|
+
ada_search_params_entries_iter_next
|
|
79795
|
+
ada_search_params_get
|
|
79796
|
+
ada_search_params_get_all
|
|
79797
|
+
ada_search_params_get_entries
|
|
79798
|
+
ada_search_params_get_keys
|
|
79799
|
+
ada_search_params_get_values
|
|
79800
|
+
ada_search_params_has
|
|
79801
|
+
ada_search_params_has_value
|
|
79802
|
+
ada_search_params_keys_iter_has_next
|
|
79803
|
+
ada_search_params_keys_iter_next
|
|
79804
|
+
ada_search_params_remove
|
|
79805
|
+
ada_search_params_remove_value
|
|
79806
|
+
ada_search_params_set
|
|
79807
|
+
ada_search_params_size
|
|
79808
|
+
ada_search_params_sort
|
|
79809
|
+
ada_search_params_to_string
|
|
79810
|
+
ada_search_params_values_iter_has_next
|
|
79811
|
+
ada_search_params_values_iter_next
|
|
79727
79812
|
ada_set_hash
|
|
79728
79813
|
ada_set_host
|
|
79729
79814
|
ada_set_hostname
|
|
@@ -79735,6 +79820,8 @@ ada_set_protocol
|
|
|
79735
79820
|
ada_set_search
|
|
79736
79821
|
ada_set_username
|
|
79737
79822
|
ada_string_create
|
|
79823
|
+
ada_strings_get
|
|
79824
|
+
ada_strings_size
|
|
79738
79825
|
adler32
|
|
79739
79826
|
adler32_combine
|
|
79740
79827
|
adler32_combine64
|
|
@@ -79748,7 +79835,30 @@ ares__addrinfo_localhost
|
|
|
79748
79835
|
ares__append_addrinfo_cname
|
|
79749
79836
|
ares__append_addrinfo_node
|
|
79750
79837
|
ares__bitncmp
|
|
79838
|
+
ares__buf_append
|
|
79839
|
+
ares__buf_append_finish
|
|
79840
|
+
ares__buf_append_start
|
|
79841
|
+
ares__buf_begins_with
|
|
79842
|
+
ares__buf_consume
|
|
79843
|
+
ares__buf_consume_line
|
|
79844
|
+
ares__buf_consume_nonwhitespace
|
|
79845
|
+
ares__buf_consume_whitespace
|
|
79846
|
+
ares__buf_create
|
|
79847
|
+
ares__buf_create_const
|
|
79848
|
+
ares__buf_destroy
|
|
79849
|
+
ares__buf_fetch_be16
|
|
79850
|
+
ares__buf_fetch_bytes
|
|
79851
|
+
ares__buf_finish_bin
|
|
79852
|
+
ares__buf_finish_str
|
|
79853
|
+
ares__buf_len
|
|
79854
|
+
ares__buf_peek
|
|
79855
|
+
ares__buf_tag
|
|
79856
|
+
ares__buf_tag_clear
|
|
79857
|
+
ares__buf_tag_fetch
|
|
79858
|
+
ares__buf_tag_rollback
|
|
79751
79859
|
ares__cat_domain
|
|
79860
|
+
ares__check_cleanup_conn
|
|
79861
|
+
ares__close_connection
|
|
79752
79862
|
ares__close_socket
|
|
79753
79863
|
ares__close_sockets
|
|
79754
79864
|
ares__connect_socket
|
|
@@ -79761,23 +79871,73 @@ ares__freeaddrinfo_cnames
|
|
|
79761
79871
|
ares__freeaddrinfo_nodes
|
|
79762
79872
|
ares__generate_new_id
|
|
79763
79873
|
ares__get_hostent
|
|
79764
|
-
|
|
79765
|
-
|
|
79874
|
+
ares__htable_asvp_create
|
|
79875
|
+
ares__htable_asvp_destroy
|
|
79876
|
+
ares__htable_asvp_get
|
|
79877
|
+
ares__htable_asvp_get_direct
|
|
79878
|
+
ares__htable_asvp_insert
|
|
79879
|
+
ares__htable_asvp_num_keys
|
|
79880
|
+
ares__htable_asvp_remove
|
|
79881
|
+
ares__htable_create
|
|
79882
|
+
ares__htable_destroy
|
|
79883
|
+
ares__htable_get
|
|
79884
|
+
ares__htable_hash_FNV1a
|
|
79885
|
+
ares__htable_hash_FNV1a_casecmp
|
|
79886
|
+
ares__htable_insert
|
|
79887
|
+
ares__htable_num_keys
|
|
79888
|
+
ares__htable_remove
|
|
79889
|
+
ares__htable_stvp_create
|
|
79890
|
+
ares__htable_stvp_destroy
|
|
79891
|
+
ares__htable_stvp_get
|
|
79892
|
+
ares__htable_stvp_get_direct
|
|
79893
|
+
ares__htable_stvp_insert
|
|
79894
|
+
ares__htable_stvp_num_keys
|
|
79895
|
+
ares__htable_stvp_remove
|
|
79766
79896
|
ares__init_rand_state
|
|
79767
79897
|
ares__init_servers_state
|
|
79768
|
-
ares__insert_in_list
|
|
79769
|
-
ares__is_list_empty
|
|
79770
79898
|
ares__is_onion_domain
|
|
79771
|
-
|
|
79772
|
-
|
|
79773
|
-
|
|
79899
|
+
ares__llist_create
|
|
79900
|
+
ares__llist_destroy
|
|
79901
|
+
ares__llist_first_val
|
|
79902
|
+
ares__llist_insert_after
|
|
79903
|
+
ares__llist_insert_before
|
|
79904
|
+
ares__llist_insert_first
|
|
79905
|
+
ares__llist_insert_last
|
|
79906
|
+
ares__llist_last_val
|
|
79907
|
+
ares__llist_len
|
|
79908
|
+
ares__llist_node_claim
|
|
79909
|
+
ares__llist_node_destroy
|
|
79910
|
+
ares__llist_node_first
|
|
79911
|
+
ares__llist_node_last
|
|
79912
|
+
ares__llist_node_next
|
|
79913
|
+
ares__llist_node_parent
|
|
79914
|
+
ares__llist_node_prev
|
|
79915
|
+
ares__llist_node_replace
|
|
79916
|
+
ares__llist_node_val
|
|
79917
|
+
ares__llist_replace_destructor
|
|
79774
79918
|
ares__open_socket
|
|
79775
79919
|
ares__parse_into_addrinfo
|
|
79920
|
+
ares__rand_bytes
|
|
79776
79921
|
ares__read_line
|
|
79777
79922
|
ares__readaddrinfo
|
|
79778
|
-
ares__remove_from_list
|
|
79779
79923
|
ares__send_query
|
|
79780
79924
|
ares__single_domain
|
|
79925
|
+
ares__slist_create
|
|
79926
|
+
ares__slist_destroy
|
|
79927
|
+
ares__slist_first_val
|
|
79928
|
+
ares__slist_insert
|
|
79929
|
+
ares__slist_last_val
|
|
79930
|
+
ares__slist_len
|
|
79931
|
+
ares__slist_node_claim
|
|
79932
|
+
ares__slist_node_destroy
|
|
79933
|
+
ares__slist_node_find
|
|
79934
|
+
ares__slist_node_first
|
|
79935
|
+
ares__slist_node_last
|
|
79936
|
+
ares__slist_node_next
|
|
79937
|
+
ares__slist_node_parent
|
|
79938
|
+
ares__slist_node_prev
|
|
79939
|
+
ares__slist_node_val
|
|
79940
|
+
ares__slist_replace_destructor
|
|
79781
79941
|
ares__sortaddrinfo
|
|
79782
79942
|
ares__strsplit
|
|
79783
79943
|
ares__strsplit_free
|
|
@@ -79838,10 +79998,12 @@ ares_parse_uri_reply
|
|
|
79838
79998
|
ares_process
|
|
79839
79999
|
ares_process_fd
|
|
79840
80000
|
ares_query
|
|
80001
|
+
ares_query_qid
|
|
79841
80002
|
ares_realloc
|
|
79842
80003
|
ares_save_options
|
|
79843
80004
|
ares_search
|
|
79844
80005
|
ares_send
|
|
80006
|
+
ares_send_ex
|
|
79845
80007
|
ares_set_local_dev
|
|
79846
80008
|
ares_set_local_ip4
|
|
79847
80009
|
ares_set_local_ip6
|
|
@@ -80264,6 +80426,7 @@ do_dtls1_write
|
|
|
80264
80426
|
do_engine_lock_init_ossl_
|
|
80265
80427
|
do_engine_lock_init_ossl_ret_
|
|
80266
80428
|
do_ssl3_write
|
|
80429
|
+
do_stream_recv
|
|
80267
80430
|
dtls1_buffer_message
|
|
80268
80431
|
dtls1_buffer_record
|
|
80269
80432
|
dtls1_check_timeout_num
|
|
@@ -80460,6 +80623,7 @@ extension_is_relevant
|
|
|
80460
80623
|
fcrypt_body
|
|
80461
80624
|
findBasename
|
|
80462
80625
|
findDirname
|
|
80626
|
+
free_handle_sync
|
|
80463
80627
|
gTimeZoneFilesInitOnce_73
|
|
80464
80628
|
getCurrentYear
|
|
80465
80629
|
getDataInfo
|
|
@@ -82473,6 +82637,7 @@ node_api_create_external_string_latin1
|
|
|
82473
82637
|
node_api_create_external_string_utf16
|
|
82474
82638
|
node_api_create_syntax_error
|
|
82475
82639
|
node_api_get_module_file_name
|
|
82640
|
+
node_api_post_finalizer
|
|
82476
82641
|
node_api_symbol_for
|
|
82477
82642
|
node_api_throw_syntax_error
|
|
82478
82643
|
node_module_register
|
|
@@ -82495,6 +82660,7 @@ o2i_ECPublicKey
|
|
|
82495
82660
|
o2i_SCT
|
|
82496
82661
|
o2i_SCT_LIST
|
|
82497
82662
|
o2i_SCT_signature
|
|
82663
|
+
on_new_connection
|
|
82498
82664
|
openssl_add_all_ciphers_int
|
|
82499
82665
|
openssl_add_all_digests_int
|
|
82500
82666
|
openssl_fopen
|
|
@@ -82964,6 +83130,7 @@ ossl_cms_ecdh_envelope
|
|
|
82964
83130
|
ossl_cms_ecdsa_dsa_sign
|
|
82965
83131
|
ossl_cms_encode_Receipt
|
|
82966
83132
|
ossl_cms_env_asn1_ctrl
|
|
83133
|
+
ossl_cms_env_enc_content_free
|
|
82967
83134
|
ossl_cms_get0_auth_enveloped
|
|
82968
83135
|
ossl_cms_get0_cmsctx
|
|
82969
83136
|
ossl_cms_get0_env_enc_content
|
|
@@ -84350,6 +84517,7 @@ quic_get_message_body
|
|
|
84350
84517
|
quic_set_encryption_secrets
|
|
84351
84518
|
rbbi_cleanup_73
|
|
84352
84519
|
readList
|
|
84520
|
+
read_stream_sync
|
|
84353
84521
|
res_countArrayItems_73
|
|
84354
84522
|
res_findResource_73
|
|
84355
84523
|
res_getAlias_73
|
|
@@ -84383,6 +84551,7 @@ sha512_224_init
|
|
|
84383
84551
|
sha512_256_init
|
|
84384
84552
|
sha512_block_data_order
|
|
84385
84553
|
should_add_extension
|
|
84554
|
+
shutdown_stream_sync
|
|
84386
84555
|
srp_generate_client_master_secret
|
|
84387
84556
|
srp_generate_server_master_secret
|
|
84388
84557
|
srp_verify_server_param
|
|
@@ -86976,6 +87145,7 @@ uvwasi_fd_table_get_nolock
|
|
|
86976
87145
|
uvwasi_fd_table_init
|
|
86977
87146
|
uvwasi_fd_table_insert
|
|
86978
87147
|
uvwasi_fd_table_insert_preopen
|
|
87148
|
+
uvwasi_fd_table_insert_preopen_socket
|
|
86979
87149
|
uvwasi_fd_table_lock
|
|
86980
87150
|
uvwasi_fd_table_remove_nolock
|
|
86981
87151
|
uvwasi_fd_table_renumber
|