node-aix-ppc64 18.6.0 → 18.7.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.
Files changed (584) hide show
  1. package/CHANGELOG.md +148 -0
  2. package/LICENSE +32 -0
  3. package/README.md +9 -5
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/node.exp +141 -80
  7. package/include/node/node_version.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  64. package/package.json +1 -1
  65. package/share/man/man1/node.1 +3 -0
  66. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
  67. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
  68. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
  69. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  70. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  71. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
  72. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
  73. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
  74. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
  75. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  76. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  77. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
  78. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  79. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  80. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
  81. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  82. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  83. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
  84. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
  85. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
  86. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
  87. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  88. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  89. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
  90. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  91. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
  92. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
  93. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
  94. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
  95. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
  96. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
  97. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
  98. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
  99. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  100. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  101. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
  102. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
  103. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
  104. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
  105. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -29
  106. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  107. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  108. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/bn_conf.h +0 -29
  109. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/dso_conf.h +0 -19
  110. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1.h +0 -1128
  111. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1t.h +0 -946
  112. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +0 -886
  113. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cmp.h +0 -592
  114. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cms.h +0 -493
  115. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/conf.h +0 -211
  116. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/configuration.h +0 -136
  117. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crmf.h +0 -227
  118. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -556
  119. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ct.h +0 -573
  120. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/err.h +0 -492
  121. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ess.h +0 -128
  122. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/fipskey.h +0 -36
  123. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/lhash.h +0 -288
  124. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ocsp.h +0 -483
  125. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
  126. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +0 -114
  127. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs12.h +0 -350
  128. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs7.h +0 -427
  129. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/safestack.h +0 -297
  130. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/srp.h +0 -285
  131. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -2657
  132. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ui.h +0 -407
  133. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +0 -1276
  134. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509_vfy.h +0 -894
  135. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509v3.h +0 -1450
  136. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -123
  137. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_digests.h +0 -160
  138. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_dsa.h +0 -94
  139. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ec.h +0 -286
  140. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ecx.h +0 -50
  141. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_rsa.h +0 -187
  142. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_sm2.h +0 -37
  143. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_wrap.h +0 -46
  144. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -30
  145. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  146. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  147. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/bn_conf.h +0 -29
  148. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/dso_conf.h +0 -19
  149. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1.h +0 -1128
  150. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1t.h +0 -946
  151. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +0 -886
  152. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cmp.h +0 -592
  153. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cms.h +0 -493
  154. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/conf.h +0 -211
  155. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/configuration.h +0 -136
  156. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crmf.h +0 -227
  157. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -556
  158. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ct.h +0 -573
  159. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/err.h +0 -492
  160. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ess.h +0 -128
  161. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/fipskey.h +0 -36
  162. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/lhash.h +0 -288
  163. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ocsp.h +0 -483
  164. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  165. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +0 -114
  166. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs12.h +0 -350
  167. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs7.h +0 -427
  168. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/safestack.h +0 -297
  169. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/srp.h +0 -285
  170. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -2657
  171. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ui.h +0 -407
  172. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +0 -1276
  173. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  174. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509v3.h +0 -1450
  175. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -123
  176. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  177. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  178. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  179. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  180. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  181. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  182. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  183. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -28
  184. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  185. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  186. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/bn_conf.h +0 -29
  187. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/dso_conf.h +0 -19
  188. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1.h +0 -1128
  189. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1t.h +0 -946
  190. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +0 -886
  191. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cmp.h +0 -592
  192. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cms.h +0 -493
  193. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/conf.h +0 -211
  194. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/configuration.h +0 -139
  195. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crmf.h +0 -227
  196. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -556
  197. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ct.h +0 -573
  198. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/err.h +0 -492
  199. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ess.h +0 -128
  200. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/fipskey.h +0 -36
  201. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/lhash.h +0 -288
  202. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ocsp.h +0 -483
  203. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  204. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +0 -114
  205. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs12.h +0 -350
  206. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs7.h +0 -427
  207. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/safestack.h +0 -297
  208. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/srp.h +0 -285
  209. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -2657
  210. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ui.h +0 -407
  211. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +0 -1276
  212. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509_vfy.h +0 -894
  213. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509v3.h +0 -1450
  214. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -123
  215. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  216. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  217. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  218. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  219. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  220. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  221. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  222. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  223. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  224. package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
  225. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  226. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  227. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  228. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  229. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  230. package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  231. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  232. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  233. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
  234. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  235. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  236. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  237. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  238. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  239. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
  240. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  241. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  242. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
  243. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  244. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  245. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  246. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  247. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  248. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  249. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  250. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  251. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
  252. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  253. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  254. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  255. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  256. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  257. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  258. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
  259. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
  260. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
  261. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  262. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  263. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
  264. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  265. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  266. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
  267. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
  268. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
  269. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
  270. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  271. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  272. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
  273. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
  274. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
  275. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
  276. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
  277. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
  278. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
  279. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  280. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  281. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
  282. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
  283. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
  284. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
  285. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -31
  286. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
  287. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
  288. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/bn_conf.h +0 -29
  289. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/dso_conf.h +0 -19
  290. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1.h +0 -1128
  291. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1t.h +0 -946
  292. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +0 -886
  293. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cmp.h +0 -592
  294. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cms.h +0 -493
  295. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/conf.h +0 -211
  296. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/configuration.h +0 -133
  297. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crmf.h +0 -227
  298. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -556
  299. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ct.h +0 -573
  300. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/err.h +0 -492
  301. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ess.h +0 -128
  302. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/fipskey.h +0 -36
  303. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/lhash.h +0 -288
  304. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ocsp.h +0 -483
  305. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
  306. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +0 -114
  307. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs12.h +0 -350
  308. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs7.h +0 -427
  309. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/safestack.h +0 -297
  310. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/srp.h +0 -285
  311. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -2657
  312. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ui.h +0 -407
  313. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +0 -1276
  314. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509_vfy.h +0 -894
  315. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509v3.h +0 -1450
  316. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -123
  317. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_digests.h +0 -160
  318. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_dsa.h +0 -94
  319. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ec.h +0 -286
  320. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ecx.h +0 -50
  321. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_rsa.h +0 -187
  322. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_sm2.h +0 -37
  323. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_wrap.h +0 -46
  324. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -32
  325. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  326. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  327. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/bn_conf.h +0 -29
  328. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/dso_conf.h +0 -19
  329. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1.h +0 -1128
  330. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1t.h +0 -946
  331. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +0 -886
  332. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cmp.h +0 -592
  333. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cms.h +0 -493
  334. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/conf.h +0 -211
  335. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/configuration.h +0 -133
  336. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crmf.h +0 -227
  337. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -556
  338. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ct.h +0 -573
  339. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/err.h +0 -492
  340. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ess.h +0 -128
  341. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/fipskey.h +0 -36
  342. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/lhash.h +0 -288
  343. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ocsp.h +0 -483
  344. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
  345. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +0 -114
  346. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs12.h +0 -350
  347. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs7.h +0 -427
  348. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/safestack.h +0 -297
  349. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/srp.h +0 -285
  350. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -2657
  351. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ui.h +0 -407
  352. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +0 -1276
  353. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  354. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509v3.h +0 -1450
  355. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -123
  356. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  357. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  358. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  359. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  360. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  361. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  362. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  363. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -30
  364. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  365. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  366. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/bn_conf.h +0 -29
  367. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/dso_conf.h +0 -19
  368. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1.h +0 -1128
  369. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1t.h +0 -946
  370. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +0 -886
  371. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cmp.h +0 -592
  372. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cms.h +0 -493
  373. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/conf.h +0 -211
  374. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/configuration.h +0 -136
  375. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crmf.h +0 -227
  376. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -556
  377. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ct.h +0 -573
  378. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/err.h +0 -492
  379. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ess.h +0 -128
  380. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/fipskey.h +0 -36
  381. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/lhash.h +0 -288
  382. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ocsp.h +0 -483
  383. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
  384. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +0 -114
  385. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs12.h +0 -350
  386. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs7.h +0 -427
  387. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/safestack.h +0 -297
  388. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/srp.h +0 -285
  389. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -2657
  390. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ui.h +0 -407
  391. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +0 -1276
  392. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509_vfy.h +0 -894
  393. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509v3.h +0 -1450
  394. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -123
  395. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  396. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  397. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  398. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  399. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  400. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  401. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  402. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -32
  403. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
  404. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
  405. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/bn_conf.h +0 -29
  406. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/dso_conf.h +0 -19
  407. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1.h +0 -1128
  408. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1t.h +0 -946
  409. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +0 -886
  410. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cmp.h +0 -592
  411. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cms.h +0 -493
  412. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/conf.h +0 -211
  413. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/configuration.h +0 -133
  414. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crmf.h +0 -227
  415. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -556
  416. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ct.h +0 -573
  417. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/err.h +0 -492
  418. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ess.h +0 -128
  419. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/fipskey.h +0 -36
  420. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/lhash.h +0 -288
  421. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ocsp.h +0 -483
  422. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
  423. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +0 -114
  424. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs12.h +0 -350
  425. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs7.h +0 -427
  426. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/safestack.h +0 -297
  427. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/srp.h +0 -285
  428. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -2657
  429. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ui.h +0 -407
  430. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +0 -1276
  431. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509_vfy.h +0 -894
  432. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509v3.h +0 -1450
  433. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -123
  434. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_digests.h +0 -160
  435. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_dsa.h +0 -94
  436. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ec.h +0 -286
  437. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ecx.h +0 -50
  438. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_rsa.h +0 -187
  439. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_sm2.h +0 -37
  440. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_wrap.h +0 -46
  441. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -33
  442. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  443. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  444. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/bn_conf.h +0 -29
  445. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/dso_conf.h +0 -19
  446. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1.h +0 -1128
  447. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1t.h +0 -946
  448. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +0 -886
  449. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cmp.h +0 -592
  450. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cms.h +0 -493
  451. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/conf.h +0 -211
  452. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/configuration.h +0 -133
  453. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crmf.h +0 -227
  454. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -556
  455. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ct.h +0 -573
  456. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/err.h +0 -492
  457. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ess.h +0 -128
  458. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/fipskey.h +0 -36
  459. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/lhash.h +0 -288
  460. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ocsp.h +0 -483
  461. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
  462. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +0 -114
  463. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs12.h +0 -350
  464. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs7.h +0 -427
  465. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/safestack.h +0 -297
  466. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/srp.h +0 -285
  467. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -2657
  468. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ui.h +0 -407
  469. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +0 -1276
  470. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509_vfy.h +0 -894
  471. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509v3.h +0 -1450
  472. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -123
  473. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  474. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  475. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  476. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  477. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  478. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  479. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  480. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -30
  481. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  482. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  483. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/bn_conf.h +0 -29
  484. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/dso_conf.h +0 -19
  485. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1.h +0 -1128
  486. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1t.h +0 -946
  487. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +0 -886
  488. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cmp.h +0 -592
  489. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cms.h +0 -493
  490. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/conf.h +0 -211
  491. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/configuration.h +0 -136
  492. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crmf.h +0 -227
  493. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -556
  494. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ct.h +0 -573
  495. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/err.h +0 -492
  496. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ess.h +0 -128
  497. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/fipskey.h +0 -36
  498. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/lhash.h +0 -288
  499. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ocsp.h +0 -483
  500. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
  501. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +0 -114
  502. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs12.h +0 -350
  503. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs7.h +0 -427
  504. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/safestack.h +0 -297
  505. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/srp.h +0 -285
  506. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -2657
  507. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ui.h +0 -407
  508. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +0 -1276
  509. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509_vfy.h +0 -894
  510. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509v3.h +0 -1450
  511. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -123
  512. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_digests.h +0 -160
  513. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  514. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ec.h +0 -286
  515. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  516. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  517. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  518. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  519. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
  520. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
  521. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
  522. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  523. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  524. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
  525. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
  526. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
  527. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
  528. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  529. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  530. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
  531. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  532. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  533. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
  534. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  535. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  536. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
  537. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  538. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  539. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
  540. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  541. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  542. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  543. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  544. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  545. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  546. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
  547. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
  548. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
  549. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  550. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  551. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
  552. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  553. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  554. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
  555. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  556. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  557. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
  558. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  559. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  560. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
  561. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  562. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  563. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  564. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  565. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  566. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  567. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  568. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  569. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
  570. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  571. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  572. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  573. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  574. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  575. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
  576. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  577. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  578. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
  579. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  580. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  581. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  582. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  583. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  584. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
@@ -5938,18 +5938,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
5938
5938
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
5939
5939
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5940
5940
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5941
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x967b5ba5bf37cb50
5942
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x9ecd99179cb0f160
5943
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x9540cd1b3c52abc1
5941
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x69501f5fb7cf4ecc
5942
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x4368567d63fe3a56
5943
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x2c695bb0e8cf0e0f
5944
5944
  _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x90c4c6c47d778737
5945
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0xbc1fdaf70006a981
5946
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x8b579ddd01078ffc
5945
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x731defaeb3051cb4
5946
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x337a0d4295169626
5947
5947
  _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x1c2bbc5b5fe0eb66
5948
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x31790889bfed0fee
5948
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x14a7f7b5673ee19e
5949
5949
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x3715170da1c7d477
5950
5950
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9e7922885c6c5f9e
5951
5951
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x29976dedf87fc2f5
5952
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xe0ed8937d595a8a1
5952
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xdc3638039159e820
5953
5953
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5954
5954
  _GLOBAL__I_65535_0__Z16_register_configv
5955
5955
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -6837,7 +6837,6 @@ _GLOBAL__I_65535_0__ZN2v88internallsERSoRKNS0_14RepresentationE
6837
6837
  _GLOBAL__I_65535_0__ZN2v88internallsERSoRKNS0_17RegExpInstructionE
6838
6838
  _GLOBAL__I_65535_0__ZN2v88internallsERSoRKNS0_18SourcePositionInfoE
6839
6839
  _GLOBAL__I_65535_0__ZN2v88platform18NewDefaultPlatformEiNS0_15IdleTaskSupportENS0_21InProcessStackDumpingESt10unique_ptrINS_17TracingControllerESt14default_deleteIS4_EE
6840
- _GLOBAL__I_65535_0__ZN4node10FormatBlobB5cxx11EPNS_12SnapshotDataE
6841
6840
  _GLOBAL__I_65535_0__ZN4node10HandleWrap3RefERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6842
6841
  _GLOBAL__I_65535_0__ZN4node10StreamBase11ReadStartJSERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6843
6842
  _GLOBAL__I_65535_0__ZN4node10StreamPipeC2EPNS_10StreamBaseES2_N2v85LocalINS3_6ObjectEEE
@@ -6856,6 +6855,7 @@ _GLOBAL__I_65535_0__ZN4node11per_process17cli_options_mutexE
6856
6855
  _GLOBAL__I_65535_0__ZN4node11per_process18enabled_debug_listE
6857
6856
  _GLOBAL__I_65535_0__ZN4node11per_process8metadataE
6858
6857
  _GLOBAL__I_65535_0__ZN4node11performance10timeOriginE
6858
+ _GLOBAL__I_65535_0__ZN4node12SnapshotDataD2Ev
6859
6859
  _GLOBAL__I_65535_0__ZN4node12wasm_web_api19WasmStreamingObject10InitializeEPNS_11EnvironmentE
6860
6860
  _GLOBAL__I_65535_0__ZN4node13AsyncResourceC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEEPKcd
6861
6861
  _GLOBAL__I_65535_0__ZN4node13CallbackScopeC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEENS_13async_contextE
@@ -6863,7 +6863,6 @@ _GLOBAL__I_65535_0__ZN4node13ParseEncodingEPKcNS_8encodingE
6863
6863
  _GLOBAL__I_65535_0__ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
6864
6864
  _GLOBAL__I_65535_0__ZN4node13SpinEventLoopEPNS_11EnvironmentE
6865
6865
  _GLOBAL__I_65535_0__ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
6866
- _GLOBAL__I_65535_0__ZN4node13native_module15NativeModuleEnv15has_code_cache_E
6867
6866
  _GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader20LoadJavaScriptSourceEv
6868
6867
  _GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader9instance_E
6869
6868
  _GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
@@ -6981,9 +6980,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
6981
6980
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
6982
6981
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
6983
6982
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
6984
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xfa515385e1db4e2
6985
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x937b02ab01e66016
6986
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x6360804a64a7169a
6983
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xb01f77205f3d1d7c
6984
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0xdf4959cff70e940f
6985
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0xa4644dd4198af5e8
6987
6986
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
6988
6987
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
6989
6988
  _HZData_71
@@ -45665,8 +45664,20 @@ _ZN4heap4base8WorklistISt4pairIN2v88internal10HeapObjectENS4_4CodeEELt64EE5Local
45665
45664
  _ZN4heap4base8WorklistISt4pairIN2v88internal10HeapObjectEiELt256EE5Local3PopEPS6_
45666
45665
  _ZN4heap4base8WorklistISt4pairIN2v88internal10HeapObjectEiELt256EE5LocalD1Ev
45667
45666
  _ZN4heap4base8internal11SegmentBase25GetSentinelSegmentAddressEv
45667
+ _ZN4node10AsyncHooks10AddContextEN2v85LocalINS1_7ContextEEE
45668
45668
  _ZN4node10AsyncHooks11DeserializeEN2v85LocalINS1_7ContextEEE
45669
+ _ZN4node10AsyncHooks13RemoveContextEN2v85LocalINS1_7ContextEEE
45670
+ _ZN4node10AsyncHooks17SetJSPromiseHooksEN2v85LocalINS1_8FunctionEEES4_S4_S4_
45671
+ _ZN4node10AsyncHooks17pop_async_contextEd
45672
+ _ZN4node10AsyncHooks18push_async_contextEddN2v85LocalINS1_6ObjectEEE
45673
+ _ZN4node10AsyncHooks20clear_async_id_stackEv
45669
45674
  _ZN4node10AsyncHooks20grow_async_ids_stackEv
45675
+ _ZN4node10AsyncHooks26DefaultTriggerAsyncIdScopeC1EPNS_11EnvironmentEd
45676
+ _ZN4node10AsyncHooks26DefaultTriggerAsyncIdScopeC1EPNS_9AsyncWrapE
45677
+ _ZN4node10AsyncHooks26DefaultTriggerAsyncIdScopeC2EPNS_11EnvironmentEd
45678
+ _ZN4node10AsyncHooks26DefaultTriggerAsyncIdScopeC2EPNS_9AsyncWrapE
45679
+ _ZN4node10AsyncHooks26DefaultTriggerAsyncIdScopeD1Ev
45680
+ _ZN4node10AsyncHooks26DefaultTriggerAsyncIdScopeD2Ev
45670
45681
  _ZN4node10AsyncHooks27FailWithCorruptedAsyncStackEd
45671
45682
  _ZN4node10AsyncHooks9SerializeEN2v85LocalINS1_7ContextEEEPNS1_15SnapshotCreatorE
45672
45683
  _ZN4node10AsyncHooksC1EPN2v87IsolateEPKNS0_13SerializeInfoE
@@ -45685,13 +45696,16 @@ _ZN4node10BaseObject20TransferForMessagingEv
45685
45696
  _ZN4node10BaseObject22GetConstructorTemplateEPNS_11EnvironmentE
45686
45697
  _ZN4node10BaseObject31MakeLazilyInitializedJSTemplateEPNS_11EnvironmentE
45687
45698
  _ZN4node10BaseObject38LazilyInitializedJSTemplateConstructorERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45688
- _ZN4node10BaseObject6DetachEv
45689
45699
  _ZN4node10BaseObject8DeleteMeEPv
45690
45700
  _ZN4node10BaseObject8MakeWeakEv
45691
45701
  _ZN4node10BaseObject9ClearWeakEv
45702
+ _ZN4node10BaseObjectC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
45692
45703
  _ZN4node10BaseObjectC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
45704
+ _ZN4node10BaseObjectD0Ev
45705
+ _ZN4node10BaseObjectD1Ev
45706
+ _ZN4node10BaseObjectD2Ev
45693
45707
  _ZN4node10FatalErrorEPKcS1_
45694
- _ZN4node10FormatBlobB5cxx11EPNS_12SnapshotDataE
45708
+ _ZN4node10FormatBlobERSoPNS_12SnapshotDataE
45695
45709
  _ZN4node10HandleWrap11OnGCCollectEv
45696
45710
  _ZN4node10HandleWrap17MarkAsInitializedEv
45697
45711
  _ZN4node10HandleWrap19MarkAsUninitializedEv
@@ -45758,7 +45772,6 @@ _ZN4node10StreamBase8JSMethodIXadL_ZNS0_11WriteStringILNS_8encodingE4EEEiRKN2v82
45758
45772
  _ZN4node10StreamBase8JSMethodIXadL_ZNS0_13UseUserBufferERKN2v820FunctionCallbackInfoINS2_5ValueEEEEEEEvS7_
45759
45773
  _ZN4node10StreamBase8JSMethodIXadL_ZNS0_6WritevERKN2v820FunctionCallbackInfoINS2_5ValueEEEEEEEvS7_
45760
45774
  _ZN4node10StreamBase8JSMethodIXadL_ZNS0_8ShutdownERKN2v820FunctionCallbackInfoINS2_5ValueEEEEEEEvS7_
45761
- _ZN4node10StreamBase8ShutdownEN2v85LocalINS1_6ObjectEEE
45762
45775
  _ZN4node10StreamBase8ShutdownERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45763
45776
  _ZN4node10StreamBase9AddMethodEPNS_11EnvironmentEN2v85LocalINS3_9SignatureEEENS3_17PropertyAttributeENS4_INS3_16FunctionTemplateEEEPFvRKNS3_20FunctionCallbackInfoINS3_5ValueEEEENS4_INS3_6StringEEE
45764
45777
  _ZN4node10StreamBase9GetObjectEv
@@ -45965,25 +45978,30 @@ _ZN4node11DecodeWriteEPN2v87IsolateEPcmNS0_5LocalINS0_5ValueEEENS_8encodingE
45965
45978
  _ZN4node11Environment10GetCurrentEN2v85LocalINS1_7ContextEEE
45966
45979
  _ZN4node11Environment10GetCurrentEPN2v87IsolateE
45967
45980
  _ZN4node11Environment10RunCleanupEv
45981
+ _ZN4node11Environment12TryLoadAddonEPKciRKSt8functionIFbPNS_7binding4DLibEEE
45968
45982
  _ZN4node11Environment13BootstrapNodeEv
45969
45983
  _ZN4node11Environment13ScheduleTimerEl
45984
+ _ZN4node11Environment13SetFastMethodEN2v85LocalINS1_6ObjectEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEEPKNS1_9CFunctionE
45970
45985
  _ZN4node11Environment14AddUnmanagedFdEi
45971
45986
  _ZN4node11Environment14CheckImmediateEP10uv_check_s
45972
45987
  _ZN4node11Environment14CleanupHandlesEv
45973
45988
  _ZN4node11Environment14GetBindingDataINS_2fs11BindingDataEEEPT_N2v85LocalINS6_7ContextEEE
45974
45989
  _ZN4node11Environment14SetProtoMethodEN2v85LocalINS1_16FunctionTemplateEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
45975
45990
  _ZN4node11Environment14ToggleTimerRefEb
45991
+ _ZN4node11Environment15AssignToContextEN2v85LocalINS1_7ContextEEERKNS_11ContextInfoE
45976
45992
  _ZN4node11Environment15InitializeLibuvEv
45977
45993
  _ZN4node11Environment15kNodeContextTagE
45978
45994
  _ZN4node11Environment16CreatePropertiesEv
45979
45995
  _ZN4node11Environment16RunBootstrappingEv
45980
45996
  _ZN4node11Environment17RemoveUnmanagedFdEi
45981
45997
  _ZN4node11Environment17RunWeakRefCleanupEv
45998
+ _ZN4node11Environment17SetInstanceMethodEN2v85LocalINS1_16FunctionTemplateEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
45982
45999
  _ZN4node11Environment18BuildEmbedderGraphEPN2v87IsolateEPNS1_13EmbedderGraphEPv
45983
46000
  _ZN4node11Environment18RunAtExitCallbacksEv
45984
46001
  _ZN4node11Environment18ToggleImmediateRefEb
45985
46002
  _ZN4node11Environment18kNodeContextTagPtrE
45986
46003
  _ZN4node11Environment19InitializeInspectorESt10unique_ptrINS_9inspector21ParentInspectorHandleESt14default_deleteIS3_EE
46004
+ _ZN4node11Environment19NewFunctionTemplateEPFvRKN2v820FunctionCallbackInfoINS1_5ValueEEEENS1_5LocalINS1_9SignatureEEENS1_19ConstructorBehaviorENS1_14SideEffectTypeEPKNS1_9CFunctionE
45987
46005
  _ZN4node11Environment19PrintAllBaseObjectsEv
45988
46006
  _ZN4node11Environment21DeserializePropertiesEPKNS_16EnvSerializeInfoE
45989
46007
  _ZN4node11Environment21InitializeDiagnosticsEv
@@ -45995,6 +46013,10 @@ _ZN4node11Environment22CollectUVExceptionInfoEN2v85LocalINS1_5ValueEEEiPKcS6_S6_
45995
46013
  _ZN4node11Environment22RegisterHandleCleanupsEv
45996
46014
  _ZN4node11Environment22RequestInterruptFromV8Ev
45997
46015
  _ZN4node11Environment22RunDeserializeRequestsEv
46016
+ _ZN4node11Environment22SetConstructorFunctionEN2v85LocalINS1_6ObjectEEENS2_INS1_6StringEEENS2_INS1_16FunctionTemplateEEENS0_26SetConstructorFunctionFlagE
46017
+ _ZN4node11Environment22SetConstructorFunctionEN2v85LocalINS1_6ObjectEEEPKcNS2_INS1_16FunctionTemplateEEENS0_26SetConstructorFunctionFlagE
46018
+ _ZN4node11Environment22release_managed_bufferERK8uv_buf_t
46019
+ _ZN4node11Environment23allocate_managed_bufferEm
45998
46020
  _ZN4node11Environment24BootstrapInternalLoadersEv
45999
46021
  _ZN4node11Environment24stop_sub_worker_contextsEv
46000
46022
  _ZN4node11Environment25EnqueueDeserializeRequestEPFvN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEEiPNS_17InternalFieldInfoEES6_iS8_
@@ -46008,6 +46030,7 @@ _ZN4node11Environment6AtExitEPFvPvES1_
46008
46030
  _ZN4node11Environment6GetCwdB5cxx11Ev
46009
46031
  _ZN4node11Environment6GetNowEv
46010
46032
  _ZN4node11Environment7ExitEnvEv
46033
+ _ZN4node11Environment8add_refsEl
46011
46034
  _ZN4node11Environment9RunTimersEP10uv_timer_s
46012
46035
  _ZN4node11Environment9SerializeEPN2v815SnapshotCreatorE
46013
46036
  _ZN4node11Environment9SetMethodEN2v85LocalINS1_6ObjectEEEPKcPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEE
@@ -46021,10 +46044,10 @@ _ZN4node11EnvironmentD2Ev
46021
46044
  _ZN4node11GetExecPathERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EE
46022
46045
  _ZN4node11IsSafeJsIntEN2v85LocalINS0_5ValueEEE
46023
46046
  _ZN4node11IsolateData16CreatePropertiesEv
46024
- _ZN4node11IsolateData21DeserializePropertiesEPKSt6vectorImSaImEE
46047
+ _ZN4node11IsolateData21DeserializePropertiesEPKNS_24IsolateDataSerializeInfoE
46025
46048
  _ZN4node11IsolateData9SerializeEPN2v815SnapshotCreatorE
46026
- _ZN4node11IsolateDataC1EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorEPKSt6vectorImSaImEE
46027
- _ZN4node11IsolateDataC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorEPKSt6vectorImSaImEE
46049
+ _ZN4node11IsolateDataC1EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorEPKNS_24IsolateDataSerializeInfoE
46050
+ _ZN4node11IsolateDataC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorEPKNS_24IsolateDataSerializeInfoE
46028
46051
  _ZN4node11IsolateDataD0Ev
46029
46052
  _ZN4node11IsolateDataD1Ev
46030
46053
  _ZN4node11ProcessEmitEPNS_11EnvironmentEPKcN2v85LocalINS4_5ValueEEE
@@ -46164,8 +46187,7 @@ _ZN4node11UDPWrapBaseD0Ev
46164
46187
  _ZN4node11UDPWrapBaseD1Ev
46165
46188
  _ZN4node11UDPWrapBaseD2Ev
46166
46189
  _ZN4node11UVExceptionEPN2v87IsolateEiPKcS4_S4_S4_
46167
- _ZN4node11WriteVectorImEEvPNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEEPKT_m
46168
- _ZN4node11credentials10SafeGetenvEPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS_11EnvironmentE
46190
+ _ZN4node11credentials10SafeGetenvEPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrINS_7KVStoreEEPN2v87IsolateE
46169
46191
  _ZN4node11credentials26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
46170
46192
  _ZN4node11per_process11cli_optionsE
46171
46193
  _ZN4node11per_process11umask_mutexE
@@ -46245,6 +46267,8 @@ _ZN4node12RealEnvStoreD1Ev
46245
46267
  _ZN4node12SearchStringIhEEmPKT_mS3_mmb
46246
46268
  _ZN4node12SearchStringItEEmPKT_mS3_mmb
46247
46269
  _ZN4node12ShutdownWrap6OnDoneEi
46270
+ _ZN4node12SnapshotDataD1Ev
46271
+ _ZN4node12SnapshotDataD2Ev
46248
46272
  _ZN4node12ToBaseStringILj3ENS_9Utf8ValueEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT0_
46249
46273
  _ZN4node12ToBaseStringILj3ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES6_RKT0_
46250
46274
  _ZN4node12ToBaseStringILj4ENS_9Utf8ValueEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT0_
@@ -46419,38 +46443,33 @@ _ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
46419
46443
  _ZN4node13StringDecoder9FlushDataEPN2v87IsolateE
46420
46444
  _ZN4node13WriteFileSyncEPKc8uv_buf_t
46421
46445
  _ZN4node13WriteFileSyncEPN2v87IsolateEPKcNS0_5LocalINS0_6StringEEE
46422
- _ZN4node13native_module15NativeModuleEnv10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
46423
- _ZN4node13native_module15NativeModuleEnv12RecordResultEPKcNS0_18NativeModuleLoader6ResultEPNS_11EnvironmentE
46424
- _ZN4node13native_module15NativeModuleEnv13CopyCodeCacheEPSt6vectorINS0_13CodeCacheInfoESaIS3_EE
46425
- _ZN4node13native_module15NativeModuleEnv13GetCacheUsageERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46426
- _ZN4node13native_module15NativeModuleEnv15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46427
- _ZN4node13native_module15NativeModuleEnv15GetConfigStringEPN2v87IsolateE
46428
- _ZN4node13native_module15NativeModuleEnv15GetSourceObjectEN2v85LocalINS2_7ContextEEE
46429
- _ZN4node13native_module15NativeModuleEnv15ModuleIdsGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
46430
- _ZN4node13native_module15NativeModuleEnv15has_code_cache_E
46431
- _ZN4node13native_module15NativeModuleEnv16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS_11EnvironmentE
46432
- _ZN4node13native_module15NativeModuleEnv16RefreshCodeCacheERKSt6vectorINS0_13CodeCacheInfoESaIS3_EE
46433
- _ZN4node13native_module15NativeModuleEnv17CompileAllModulesEN2v85LocalINS2_7ContextEEE
46434
- _ZN4node13native_module15NativeModuleEnv17HasCachedBuiltinsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46435
- _ZN4node13native_module15NativeModuleEnv18ConfigStringGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
46436
- _ZN4node13native_module15NativeModuleEnv19GetModuleCategoriesEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
46437
- _ZN4node13native_module15NativeModuleEnv26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
46438
- _ZN4node13native_module15NativeModuleEnv3AddEPKcRKNS_10UnionBytesE
46439
- _ZN4node13native_module15NativeModuleEnv6ExistsEPKc
46446
+ _ZN4node13native_module18NativeModuleLoader10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
46440
46447
  _ZN4node13native_module18NativeModuleLoader10code_cacheB5cxx11Ev
46441
46448
  _ZN4node13native_module18NativeModuleLoader11GetInstanceEv
46442
46449
  _ZN4node13native_module18NativeModuleLoader12GetModuleIdsB5cxx11Ev
46450
+ _ZN4node13native_module18NativeModuleLoader12RecordResultEPKcNS1_6ResultEPNS_11EnvironmentE
46443
46451
  _ZN4node13native_module18NativeModuleLoader13CanBeRequiredEPKc
46452
+ _ZN4node13native_module18NativeModuleLoader13CopyCodeCacheEPSt6vectorINS0_13CodeCacheInfoESaIS3_EE
46453
+ _ZN4node13native_module18NativeModuleLoader13GetCacheUsageERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46444
46454
  _ZN4node13native_module18NativeModuleLoader15CompileAsModuleEN2v85LocalINS2_7ContextEEEPKcPNS1_6ResultE
46455
+ _ZN4node13native_module18NativeModuleLoader15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46445
46456
  _ZN4node13native_module18NativeModuleLoader15GetConfigStringEPN2v87IsolateE
46446
46457
  _ZN4node13native_module18NativeModuleLoader15GetSourceObjectEN2v85LocalINS2_7ContextEEE
46458
+ _ZN4node13native_module18NativeModuleLoader15ModuleIdsGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
46447
46459
  _ZN4node13native_module18NativeModuleLoader16CannotBeRequiredEPKc
46448
46460
  _ZN4node13native_module18NativeModuleLoader16GetCanBeRequiredB5cxx11Ev
46449
- _ZN4node13native_module18NativeModuleLoader16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS1_6ResultE
46461
+ _ZN4node13native_module18NativeModuleLoader16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS_11EnvironmentE
46462
+ _ZN4node13native_module18NativeModuleLoader16RefreshCodeCacheERKSt6vectorINS0_13CodeCacheInfoESaIS3_EE
46463
+ _ZN4node13native_module18NativeModuleLoader17CompileAllModulesEN2v85LocalINS2_7ContextEEE
46464
+ _ZN4node13native_module18NativeModuleLoader17HasCachedBuiltinsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46465
+ _ZN4node13native_module18NativeModuleLoader18ConfigStringGetterEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
46450
46466
  _ZN4node13native_module18NativeModuleLoader19GetCannotBeRequiredB5cxx11Ev
46467
+ _ZN4node13native_module18NativeModuleLoader19GetModuleCategoriesEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
46451
46468
  _ZN4node13native_module18NativeModuleLoader20LoadJavaScriptSourceEv
46452
46469
  _ZN4node13native_module18NativeModuleLoader23LoadBuiltinModuleSourceEPN2v87IsolateEPKc
46470
+ _ZN4node13native_module18NativeModuleLoader24LookupAndCompileInternalEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS1_6ResultE
46453
46471
  _ZN4node13native_module18NativeModuleLoader26InitializeModuleCategoriesEv
46472
+ _ZN4node13native_module18NativeModuleLoader26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
46454
46473
  _ZN4node13native_module18NativeModuleLoader3AddEPKcRKNS_10UnionBytesE
46455
46474
  _ZN4node13native_module18NativeModuleLoader6ExistsEPKc
46456
46475
  _ZN4node13native_module18NativeModuleLoader9GetConfigEv
@@ -46651,7 +46670,7 @@ _ZN4node15SnapshotBuilder20snapshot_data_mutex_E
46651
46670
  _ZN4node15SnapshotBuilder23InitializeIsolateParamsEPKNS_12SnapshotDataEPN2v87Isolate12CreateParamsE
46652
46671
  _ZN4node15SnapshotBuilder25CollectExternalReferencesEv
46653
46672
  _ZN4node15SnapshotBuilder8GenerateEPNS_12SnapshotDataESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EESB_
46654
- _ZN4node15SnapshotBuilder8GenerateESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EES9_
46673
+ _ZN4node15SnapshotBuilder8GenerateERSoSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESA_
46655
46674
  _ZN4node15TimerWrapHandle11CleanupHookEPv
46656
46675
  _ZN4node15TimerWrapHandle3RefEv
46657
46676
  _ZN4node15TimerWrapHandle4StopEv
@@ -46670,8 +46689,8 @@ _ZN4node16ERR_OUT_OF_RANGEIJiEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
46670
46689
  _ZN4node16ERR_PROTO_ACCESSIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
46671
46690
  _ZN4node16EmitAsyncDestroyEPN2v87IsolateENS_13async_contextE
46672
46691
  _ZN4node16EmitAsyncDestroyEPNS_11EnvironmentENS_13async_contextE
46673
- _ZN4node16EnabledDebugList5ParseEPNS_11EnvironmentE
46674
46692
  _ZN4node16EnabledDebugList5ParseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb
46693
+ _ZN4node16EnabledDebugList5ParseESt10shared_ptrINS_7KVStoreEEPN2v87IsolateE
46675
46694
  _ZN4node16GetActiveHandlesERKN2v820FunctionCallbackInfoINS0_5ValueEEE
46676
46695
  _ZN4node16HandleEnvOptionsESt10shared_ptrINS_18EnvironmentOptionsEE
46677
46696
  _ZN4node16HandleEnvOptionsESt10shared_ptrINS_18EnvironmentOptionsEESt8functionIFNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEE
@@ -46690,9 +46709,7 @@ _ZN4node16NodeMainInstanceC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatform
46690
46709
  _ZN4node16NodeMainInstanceD1Ev
46691
46710
  _ZN4node16NodeMainInstanceD2Ev
46692
46711
  _ZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
46693
- _ZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvE11DeserializeENS1_5LocalINS1_7ContextEEE
46694
46712
  _ZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
46695
- _ZN4node17BaseObjectPtrImplINS_9AsyncWrapELb0EE5resetEPS1_
46696
46713
  _ZN4node17CreateEnvVarProxyEN2v85LocalINS0_7ContextEEEPNS0_7IsolateE
46697
46714
  _ZN4node17CreateEnvironmentEPNS_11IsolateDataEN2v85LocalINS2_7ContextEEERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EESG_NS_16EnvironmentFlags5FlagsENS_8ThreadIdESt10unique_ptrINS_21InspectorParentHandleESt14default_deleteISL_EE
46698
46715
  _ZN4node17CreateIsolateDataEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorE
@@ -46870,6 +46887,7 @@ _ZN4node20SigintWatchdogHelper10UnregisterEPNS_18SigintWatchdogBaseE
46870
46887
  _ZN4node20SigintWatchdogHelper12HandleSignalEiP9siginfo_tPv
46871
46888
  _ZN4node20SigintWatchdogHelper16HasPendingSignalEv
46872
46889
  _ZN4node20SigintWatchdogHelper17RunSigintWatchdogEPv
46890
+ _ZN4node20SigintWatchdogHelper22instance_action_mutex_E
46873
46891
  _ZN4node20SigintWatchdogHelper26InformWatchdogsAboutSignalEv
46874
46892
  _ZN4node20SigintWatchdogHelper4StopEv
46875
46893
  _ZN4node20SigintWatchdogHelper5StartEv
@@ -47211,13 +47229,13 @@ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE6Reject
47211
47229
  _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE7ResolveENS3_5LocalINS3_5ValueEEE
47212
47230
  _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED0Ev
47213
47231
  _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED1Ev
47214
- _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE11ResolveStatEPK9uv_stat_t
47215
- _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE14SetReturnValueERKNS3_20FunctionCallbackInfoINS3_5ValueEEE
47216
- _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE3NewEPNS0_11BindingDataEb
47217
- _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE6RejectENS3_5LocalINS3_5ValueEEE
47218
- _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE7ResolveENS3_5LocalINS3_5ValueEEE
47219
- _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEED0Ev
47220
- _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEED1Ev
47232
+ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE11ResolveStatEPK9uv_stat_t
47233
+ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE14SetReturnValueERKNS3_20FunctionCallbackInfoINS3_5ValueEEE
47234
+ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE3NewEPNS0_11BindingDataEb
47235
+ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE6RejectENS3_5LocalINS3_5ValueEEE
47236
+ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE7ResolveENS3_5LocalINS3_5ValueEEE
47237
+ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED0Ev
47238
+ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED1Ev
47221
47239
  _ZN4node2fs13FSReqCallback11ResolveStatEPK9uv_stat_t
47222
47240
  _ZN4node2fs13FSReqCallback14SetReturnValueERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47223
47241
  _ZN4node2fs13FSReqCallback6RejectEN2v85LocalINS2_5ValueEEE
@@ -47228,7 +47246,7 @@ _ZN4node2fs13FSReqWrapSyncD1Ev
47228
47246
  _ZN4node2fs14AfterStringPtrEP7uv_fs_s
47229
47247
  _ZN4node2fs14CallMKDirpSyncEPNS_11EnvironmentERKN2v820FunctionCallbackInfoINS3_5ValueEEEPNS0_13FSReqWrapSyncEPKci
47230
47248
  _ZN4node2fs14FillStatsArrayIdN2v812Float64ArrayEEEvPNS_17AliasedBufferBaseIT_T0_NSt9enable_ifIXsrSt9is_scalarIS5_E5valueEvE4typeEEEPK9uv_stat_tm
47231
- _ZN4node2fs14FillStatsArrayImN2v814BigUint64ArrayEEEvPNS_17AliasedBufferBaseIT_T0_NSt9enable_ifIXsrSt9is_scalarIS5_E5valueEvE4typeEEEPK9uv_stat_tm
47249
+ _ZN4node2fs14FillStatsArrayIlN2v813BigInt64ArrayEEEvPNS_17AliasedBufferBaseIT_T0_NSt9enable_ifIXsrSt9is_scalarIS5_E5valueEvE4typeEEEPK9uv_stat_tm
47232
47250
  _ZN4node2fs15AfterStringPathEP7uv_fs_s
47233
47251
  _ZN4node2fs15FSReqAfterScope5ClearEv
47234
47252
  _ZN4node2fs15FSReqAfterScope6RejectEP7uv_fs_s
@@ -47253,10 +47271,7 @@ _ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
47253
47271
  _ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
47254
47272
  _ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
47255
47273
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47256
- _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcS7_iPFvS5_EEJPcSC_iEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47257
- _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcddPFvS5_EEJPcddEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47258
47274
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKciPFvS5_EEJPciEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47259
- _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcjjPFvS5_EEJPcjjEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47260
47275
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPFvS5_EEJiEEEiPNS_11EnvironmentEN2v85LocalINSC_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
47261
47276
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPK8uv_buf_tjlPFvS5_EEJiPS6_ilEEEiPNS_11EnvironmentEN2v85LocalINSG_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
47262
47277
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPK8uv_buf_tjlPFvS5_EEJiPS6_mlEEEiPNS_11EnvironmentEN2v85LocalINSG_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
@@ -47873,6 +47888,7 @@ _ZN4node6crypto13DiffieHellman17VerifyErrorGetterERKN2v820FunctionCallbackInfoIN
47873
47888
  _ZN4node6crypto13DiffieHellman18DiffieHellmanGroupERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47874
47889
  _ZN4node6crypto13DiffieHellman26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
47875
47890
  _ZN4node6crypto13DiffieHellman3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47891
+ _ZN4node6crypto13DiffieHellman4InitEOSt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEi
47876
47892
  _ZN4node6crypto13DiffieHellman4InitEPKciS3_i
47877
47893
  _ZN4node6crypto13DiffieHellman4InitEPKcii
47878
47894
  _ZN4node6crypto13DiffieHellman4InitEii
@@ -48179,6 +48195,7 @@ _ZN4node6crypto20GetFingerprintDigestEPNS_11EnvironmentEPK9evp_md_stP7x509_st
48179
48195
  _ZN4node6crypto20GetRawDERCertificateEPNS_11EnvironmentEP7x509_st
48180
48196
  _ZN4node6crypto21GetClientHelloCiphersEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
48181
48197
  _ZN4node6crypto21VerifyPeerCertificateERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEEl
48198
+ _ZN4node6crypto22FindDiffieHellmanGroupEPKc
48182
48199
  _ZN4node6crypto22GetValidationErrorCodeEPNS_11EnvironmentEi
48183
48200
  _ZN4node6crypto23GetSubjectAltNameStringEPNS_11EnvironmentERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS4_XadL_Z12BIO_free_allEEEEEP7x509_st
48184
48201
  _ZN4node6crypto23SafeX509InfoAccessPrintERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS2_XadL_Z12BIO_free_allEEEEEP17X509_extension_st
@@ -48189,6 +48206,14 @@ _ZN4node6crypto25ArrayBufferOrViewContentsIhEC1EN2v85LocalINS3_5ValueEEE
48189
48206
  _ZN4node6crypto26IsExtraRootCertsFileLoadedERKN2v820FunctionCallbackInfoINS1_5ValueEEE
48190
48207
  _ZN4node6crypto26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
48191
48208
  _ZN4node6crypto27SafeX509SubjectAltNamePrintERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS2_XadL_Z12BIO_free_allEEEEEP17X509_extension_st
48209
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z24BN_get_rfc2409_prime_768EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48210
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z25BN_get_rfc2409_prime_1024EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48211
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z25BN_get_rfc3526_prime_1536EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48212
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z25BN_get_rfc3526_prime_2048EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48213
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z25BN_get_rfc3526_prime_3072EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48214
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z25BN_get_rfc3526_prime_4096EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48215
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z25BN_get_rfc3526_prime_6144EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48216
+ _ZN4node6crypto28InstantiateStandardizedGroupIXadL_Z25BN_get_rfc3526_prime_8192EEEESt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEv
48192
48217
  _ZN4node6crypto3AES10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
48193
48218
  _ZN4node6crypto3AES26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
48194
48219
  _ZN4node6crypto4ECDH10ConvertKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -48312,8 +48337,7 @@ _ZN4node6crypto7NodeBIO9GetMethodEv
48312
48337
  _ZN4node6crypto7NodeBIOD0Ev
48313
48338
  _ZN4node6crypto7NodeBIOD1Ev
48314
48339
  _ZN4node6crypto7NodeBIOD2Ev
48315
- _ZN4node6crypto7SetALPNERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEEN2v85LocalINS8_5ValueEEE
48316
- _ZN4node6crypto7SetALPNERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
48340
+ _ZN4node6crypto7SetALPNERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEESt17basic_string_viewIcSt11char_traitsIcEE
48317
48341
  _ZN4node6crypto7TLSWrap10CertCbDoneERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48318
48342
  _ZN4node6crypto7TLSWrap10ClearErrorEv
48319
48343
  _ZN4node6crypto7TLSWrap10DestroySSLERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -49643,6 +49667,7 @@ _ZN4node9inspector9TcpHolderC2ESt10unique_ptrINS0_15InspectorSocket8DelegateESt1
49643
49667
  _ZN4nodelsERSoRKNS_10AsyncHooks13SerializeInfoE
49644
49668
  _ZN4nodelsERSoRKNS_13ImmediateInfo13SerializeInfoE
49645
49669
  _ZN4nodelsERSoRKNS_16EnvSerializeInfoE
49670
+ _ZN4nodelsERSoRKNS_24IsolateDataSerializeInfoE
49646
49671
  _ZN4nodelsERSoRKNS_8TickInfo13SerializeInfoE
49647
49672
  _ZN4nodelsERSoRKSt6vectorINS_8PropInfoESaIS2_EE
49648
49673
  _ZN4nodelsERSoRKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
@@ -60320,9 +60345,9 @@ _ZNK4node2fs11BindingData8SelfSizeEv
60320
60345
  _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE10MemoryInfoEPNS_13MemoryTrackerE
60321
60346
  _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE14MemoryInfoNameB5cxx11Ev
60322
60347
  _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE8SelfSizeEv
60323
- _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE10MemoryInfoEPNS_13MemoryTrackerE
60324
- _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE14MemoryInfoNameB5cxx11Ev
60325
- _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEE8SelfSizeEv
60348
+ _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE10MemoryInfoEPNS_13MemoryTrackerE
60349
+ _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE14MemoryInfoNameB5cxx11Ev
60350
+ _ZNK4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE8SelfSizeEv
60326
60351
  _ZNK4node2fs13FSReqCallback14MemoryInfoNameB5cxx11Ev
60327
60352
  _ZNK4node2fs13FSReqCallback8SelfSizeEv
60328
60353
  _ZNK4node2fs18FSContinuationData10MemoryInfoEPNS_13MemoryTrackerE
@@ -63684,7 +63709,6 @@ _ZNSt10_HashtableIN2v88internal8compiler19LinearScanAllocator17RangeWithRegister
63684
63709
  _ZNSt10_HashtableIN2v88internal8compiler6MapRefES3_NS1_13ZoneAllocatorIS3_EENSt8__detail9_IdentityENS2_9ObjectRef5EqualENS8_4HashENS6_18_Mod_range_hashingENS6_20_Default_ranged_hashENS6_20_Prime_rehash_policyENS6_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS6_10_Hash_nodeIS3_Lb1EEEm
63685
63710
  _ZNSt10_HashtableIN2v88internal8compiler6MapRefES3_NS1_13ZoneAllocatorIS3_EENSt8__detail9_IdentityENS2_9ObjectRef5EqualENS8_4HashENS6_18_Mod_range_hashingENS6_20_Default_ranged_hashENS6_20_Prime_rehash_policyENS6_17_Hashtable_traitsILb1ELb1ELb1EEEE9_M_assignIZNSG_14_M_move_assignEOSG_St17integral_constantIbLb0EEEUlPNS6_10_Hash_nodeIS3_Lb1EEEE_EEvRKSG_RKT_
63686
63711
  _ZNSt10_HashtableIN4node13FastStringKeyESt4pairIKS1_NS0_17BaseObjectPtrImplINS0_10BaseObjectELb0EEEESaIS7_ENSt8__detail10_Select1stESt8equal_toIS1_ENS1_4HashENS9_18_Mod_range_hashingENS9_20_Default_ranged_hashENS9_20_Prime_rehash_policyENS9_17_Hashtable_traitsILb1ELb0ELb1EEEE5clearEv
63687
- _ZNSt10_HashtableIN4node19CleanupHookCallbackES1_SaIS1_ENSt8__detail9_IdentityENS1_5EqualENS1_4HashENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS3_10_Hash_nodeIS1_Lb1EEEm
63688
63712
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v84base8OptionalIPNS8_8internal6torque7BindingINSC_10LocalLabelEEEEEESaISI_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSK_18_Mod_range_hashingENSK_20_Default_ranged_hashENSK_20_Prime_rehash_policyENSK_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm
63689
63713
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v84base8OptionalIPNS8_8internal6torque7BindingINSC_10LocalValueEEEEEESaISI_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSK_18_Mod_range_hashingENSK_20_Default_ranged_hashENSK_20_Prime_rehash_policyENSK_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm
63690
63714
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_12DebugOptionsEE11ImplicationEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb0EEEE20_M_insert_multi_nodeEPNSG_10_Hash_nodeISE_Lb1EEEmSU_
@@ -63695,6 +63719,7 @@ _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS
63695
63719
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_18EnvironmentOptionsEE10OptionInfoEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSG_10_Hash_nodeISE_Lb1EEEm
63696
63720
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_18EnvironmentOptionsEE11ImplicationEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb0EEEE20_M_insert_multi_nodeEPNSG_10_Hash_nodeISE_Lb1EEEmSU_
63697
63721
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
63722
+ _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN2v814ScriptCompiler10CachedDataESt14default_deleteISB_EEESaISF_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSH_18_Mod_range_hashingENSH_20_Default_ranged_hashENSH_20_Prime_rehash_policyENSH_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSH_10_Hash_nodeISF_Lb1EEEm
63698
63723
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN2v814ScriptCompiler10CachedDataESt14default_deleteISB_EEESaISF_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSH_18_Mod_range_hashingENSH_20_Default_ranged_hashENSH_20_Prime_rehash_policyENSH_17_Hashtable_traitsILb1ELb0ELb1EEEE5eraseENSH_20_Node_const_iteratorISF_Lb0ELb1EEE
63699
63724
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIPN2v88internal6torque10DeclarableESaISD_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSI_10_Hash_nodeISG_Lb1EEEm
63700
63725
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIPN2v88internal6torque10DeclarableESaISD_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm
@@ -63770,7 +63795,7 @@ _ZNSt10_HashtableIPN4node9inspector8protocol14DispatcherBase7WeakPtrES5_SaIS5_EN
63770
63795
  _ZNSt10_HashtableIPN5cppgc8internal16HeapObjectHeaderES3_SaIS3_ENSt8__detail9_IdentityESt8equal_toIS3_ESt4hashIS3_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS5_10_Hash_nodeIS3_Lb0EEEm
63771
63796
  _ZNSt10_HashtableIPN5cppgc8internal16PageMemoryRegionESt4pairIKS3_St10unique_ptrIS2_St14default_deleteIS2_EEESaISA_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSC_10_Hash_nodeISA_Lb0EEEm
63772
63797
  _ZNSt10_HashtableIPN8v8_crdtp16DomainDispatcher7WeakPtrES3_SaIS3_ENSt8__detail9_IdentityESt8equal_toIS3_ESt4hashIS3_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS5_10_Hash_nodeIS3_Lb0EEEm
63773
- _ZNSt10_HashtableIPcSt4pairIKS0_St10unique_ptrIN2v812BackingStoreESt14default_deleteIS5_EEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb0ELb0ELb1EEEE5eraseENSB_20_Node_const_iteratorIS9_Lb0ELb0EEE
63798
+ _ZNSt10_HashtableIPcSt4pairIKS0_St10unique_ptrIN2v812BackingStoreESt14default_deleteIS5_EEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSB_10_Hash_nodeIS9_Lb0EEEm
63774
63799
  _ZNSt10_HashtableIPvS0_SaIS0_ENSt8__detail9_IdentityESt8equal_toIS0_ESt4hashIS0_ENS2_18_Mod_range_hashingENS2_20_Default_ranged_hashENS2_20_Prime_rehash_policyENS2_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS2_10_Hash_nodeIS0_Lb0EEEm
63775
63800
  _ZNSt10_HashtableIPvS0_SaIS0_ENSt8__detail9_IdentityESt8equal_toIS0_ESt4hashIS0_ENS2_18_Mod_range_hashingENS2_20_Default_ranged_hashENS2_20_Prime_rehash_policyENS2_17_Hashtable_traitsILb0ELb1ELb1EEEE8_M_eraseEmPNS2_15_Hash_node_baseEPNS2_10_Hash_nodeIS0_Lb0EEE
63776
63801
  _ZNSt10_HashtableIPvSt4pairIKS0_N2v88internal19SerializerReferenceEESaIS6_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS8_10_Hash_nodeIS6_Lb0EEEm
@@ -64953,7 +64978,6 @@ _ZNSt6vectorIN4node17BaseObjectPtrImplINS0_10BaseObjectELb0EEESaIS3_EED1Ev
64953
64978
  _ZNSt6vectorIN4node17BaseObjectPtrImplINS0_10BaseObjectELb0EEESaIS3_EEaSERKS5_
64954
64979
  _ZNSt6vectorIN4node17BaseObjectPtrImplINS0_2fs18FileHandleReadWrapELb0EEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
64955
64980
  _ZNSt6vectorIN4node22PerIsolatePlatformData16ShutdownCallbackESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
64956
- _ZNSt6vectorIN4node5http218NgHttp2StreamWriteESaIS2_EE12emplace_backIJS2_EEERS2_DpOT_
64957
64981
  _ZNSt6vectorIN4node5http218NgHttp2StreamWriteESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
64958
64982
  _ZNSt6vectorIN4node8NgHeaderINS0_5http217Http2HeaderTraitsEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
64959
64983
  _ZNSt6vectorIN4node8PropInfoESaIS1_EE12emplace_backIJS1_EEERS1_DpOT_
@@ -65674,6 +65698,7 @@ _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4
65674
65698
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_bESaIS9_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
65675
65699
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_iESaIS9_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
65676
65700
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_iESaIS9_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
65701
+ _ZNSt8__detail9_Map_baseIPKcSt4pairIKS2_N2v87EternalINS5_6StringEEEESaIS9_ENS_10_Select1stESt8equal_toIS2_ESt4hashIS2_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS4_
65677
65702
  _ZNSt8__detail9_Map_baseIPN2v813EmbedderGraph4NodeESt4pairIKS4_NS1_5LocalINS1_6ObjectEEEESaISA_ENS_10_Select1stESt8equal_toIS4_ESt4hashIS4_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixEOS4_
65678
65703
  _ZNSt8__detail9_Map_baseIPN2v813EmbedderGraph4NodeESt4pairIKS4_NS1_5LocalINS1_6ObjectEEEESaISA_ENS_10_Select1stESt8equal_toIS4_ESt4hashIS4_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS6_
65679
65704
  _ZNSt8__detail9_Map_baseIPN2v87IsolateESt4pairIKS3_S4_IPN4node23IsolatePlatformDelegateESt10shared_ptrINS6_22PerIsolatePlatformDataEEEESaISD_ENS_10_Select1stESt8equal_toIS3_ESt4hashIS3_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS5_
@@ -68936,7 +68961,7 @@ _ZTVN4node2fs10FileHandle8CloseReqE
68936
68961
  _ZTVN4node2fs10FileHandleE
68937
68962
  _ZTVN4node2fs11BindingDataE
68938
68963
  _ZTVN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEEE
68939
- _ZTVN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEEE
68964
+ _ZTVN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEEE
68940
68965
  _ZTVN4node2fs13FSReqCallbackE
68941
68966
  _ZTVN4node2fs18FSContinuationDataE
68942
68967
  _ZTVN4node2fs18FileHandleReadWrapE
@@ -69857,8 +69882,8 @@ _ZThn56_N4node2fs10FileHandleD0Ev
69857
69882
  _ZThn56_N4node2fs10FileHandleD1Ev
69858
69883
  _ZThn56_N4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED0Ev
69859
69884
  _ZThn56_N4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED1Ev
69860
- _ZThn56_N4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEED0Ev
69861
- _ZThn56_N4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEED1Ev
69885
+ _ZThn56_N4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED0Ev
69886
+ _ZThn56_N4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED1Ev
69862
69887
  _ZThn56_N4node2fs13FSReqCallbackD0Ev
69863
69888
  _ZThn56_N4node2fs13FSReqCallbackD1Ev
69864
69889
  _ZThn56_N4node2fs18FileHandleReadWrapD0Ev
@@ -70657,18 +70682,8 @@ _ZZN2v88internal6torque21ImplementationVisitor14LookupCallableISt6vectorIPNS1_6M
70657
70682
  _ZZN2v88internal7Sweeper10SweeperJob3RunEPNS_11JobDelegateEE27trace_event_unique_atomic82
70658
70683
  _ZZN2v88internal7Sweeper10SweeperJob3RunEPNS_11JobDelegateEE27trace_event_unique_atomic86
70659
70684
  _ZZN2v88internal7Sweeper15IterabilityTask11RunInternalEvE28trace_event_unique_atomic669
70660
- _ZZN4node10AsyncHooks18push_async_contextEddN2v85LocalINS1_6ObjectEEEE4args
70661
- _ZZN4node10AsyncHooks18push_async_contextEddN2v85LocalINS1_6ObjectEEEE4args_0
70662
- _ZZN4node10AsyncHooks26DefaultTriggerAsyncIdScopeC4EPNS_11EnvironmentEdE4args
70663
70685
  _ZZN4node10BaseObject16InternalFieldSetILi2EXadL_ZNK2v85Value10IsFunctionEvEEEEvNS2_5LocalINS2_6StringEEENS4_IS3_EERKNS2_20PropertyCallbackInfoIvEEE4args
70664
- _ZZN4node10BaseObject17decrease_refcountEvE4args
70665
- _ZZN4node10BaseObject17decrease_refcountEvE4args_0
70666
70686
  _ZZN4node10BaseObject6DetachEvE4args
70667
- _ZZN4node10BaseObject8MakeWeakEvENKUlRKN2v816WeakCallbackInfoIS0_EEE_clES5_
70668
- _ZZN4node10BaseObject8MakeWeakEvENUlRKN2v816WeakCallbackInfoIS0_EEE_4_FUNES5_
70669
- _ZZN4node10BaseObjectC4EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEEE4args
70670
- _ZZN4node10BaseObjectC4EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEEE4args_0
70671
- _ZZN4node10BaseObjectD4EvE4args
70672
70687
  _ZZN4node10StreamBase11WriteStringILNS_8encodingE0EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
70673
70688
  _ZZN4node10StreamBase11WriteStringILNS_8encodingE0EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_0
70674
70689
  _ZZN4node10StreamBase11WriteStringILNS_8encodingE0EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_1
@@ -70787,13 +70802,10 @@ _ZZN4node11Environment14AddBindingDataINS_7process11BindingDataEEEPT_N2v85LocalI
70787
70802
  _ZZN4node11Environment14AddBindingDataINS_8v8_utils11BindingDataEEEPT_N2v85LocalINS6_7ContextEEENS7_INS6_6ObjectEEEE4args
70788
70803
  _ZZN4node11Environment14AddCleanupHookEPFvPvES1_E4args
70789
70804
  _ZZN4node11Environment14set_main_utf16ESt10unique_ptrIN2v86String5ValueESt14default_deleteIS4_EEE4args
70790
- _ZZN4node11Environment22release_managed_bufferERK8uv_buf_tE4args
70791
70805
  _ZZN4node11Environment23set_coverage_connectionESt10unique_ptrINS_8profiler20V8CoverageConnectionESt14default_deleteIS3_EEE4args
70792
70806
  _ZZN4node11Environment27set_cpu_profiler_connectionESt10unique_ptrINS_8profiler23V8CpuProfilerConnectionESt14default_deleteIS3_EEE4args
70793
70807
  _ZZN4node11Environment28set_heap_profiler_connectionESt10unique_ptrINS_8profiler24V8HeapProfilerConnectionESt14default_deleteIS3_EEE4args
70794
70808
  _ZZN4node11Environment29DecreaseWaitingRequestCounterEvE4args
70795
- _ZZN4node11Environment6GetCwdB5cxx11EvE4args
70796
- _ZZN4node11Environment8add_refsElE4args
70797
70809
  _ZZN4node11IsolateData18set_worker_contextEPNS_6worker6WorkerEE4args
70798
70810
  _ZZN4node11ReqWrapBaseC4EPNS_11EnvironmentEE4args
70799
70811
  _ZZN4node11SPrintFImplB5cxx11EPKcE4args
@@ -71029,6 +71041,7 @@ _ZZN4node13MemoryTracker5TrackEPKNS_14MemoryRetainerEPKcE4args_0
71029
71041
  _ZZN4node13SocketAddress10GetAddressB5cxx11EPK8sockaddrE4args
71030
71042
  _ZZN4node13SocketAddress14set_flow_labelEjE4args
71031
71043
  _ZZN4node13SocketAddress7GetPortEPK8sockaddrE4args
71044
+ _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE28trace_event_unique_atomic115
71032
71045
  _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE4args
71033
71046
  _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE4args_0
71034
71047
  _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE4args_1
@@ -71036,6 +71049,7 @@ _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE
71036
71049
  _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_siE4args
71037
71050
  _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_siE4args_0
71038
71051
  _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_siE4args_1
71052
+ _ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE28trace_event_unique_atomic115
71039
71053
  _ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE4args
71040
71054
  _ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE4args_0
71041
71055
  _ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE4args_1
@@ -71105,6 +71119,8 @@ _ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS
71105
71119
  _ZZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args
71106
71120
  _ZZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args_0
71107
71121
  _ZZN4node17BaseObjectPtrImplINS_10BaseObjectELb0EEC4EPS1_E4args_0
71122
+ _ZZN4node17BaseObjectPtrImplINS_10HandleWrapELb0EEC4EPS1_E4args_0
71123
+ _ZZN4node17BaseObjectPtrImplINS_10StreamPipeELb0EEC4EPS1_E4args_0
71108
71124
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap11ChannelWrapELb0EEC4EPS2_E4args_0
71109
71125
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_10AaaaTraitsEEELb0EEC4EPS4_E4args_0
71110
71126
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_11CnameTraitsEEELb0EEC4EPS4_E4args_0
@@ -71119,16 +71135,29 @@ _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9PtrTraitsEEELb0EEC4E
71119
71135
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SoaTraitsEEELb0EEC4EPS4_E4args_0
71120
71136
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SrvTraitsEEELb0EEC4EPS4_E4args_0
71121
71137
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9TxtTraitsEEELb0EEC4EPS4_E4args_0
71138
+ _ZZN4node17BaseObjectPtrImplINS_10contextify18MicrotaskQueueWrapELb0EEC4EPS2_E4args_0
71139
+ _ZZN4node17BaseObjectPtrImplINS_13HistogramBaseELb0EEC4EPS1_E4args_0
71140
+ _ZZN4node17BaseObjectPtrImplINS_15BlobBindingDataELb0EEC4EPS1_E4args_0
71141
+ _ZZN4node17BaseObjectPtrImplINS_17IntervalHistogramELb0EEC4EPS1_E4args_0
71142
+ _ZZN4node17BaseObjectPtrImplINS_17SocketAddressBaseELb0EEC4EPS1_E4args_0
71143
+ _ZZN4node17BaseObjectPtrImplINS_26SocketAddressBlockListWrapELb0EEC4EPS1_E4args_0
71122
71144
  _ZZN4node17BaseObjectPtrImplINS_2fs11BindingDataELb0EEC4EPS2_E4args_0
71123
71145
  _ZZN4node17BaseObjectPtrImplINS_2fs18FileHandleReadWrapELb0EEC4EPS2_E4args_0
71124
71146
  _ZZN4node17BaseObjectPtrImplINS_2fs9FSReqBaseELb0EEC4EPS2_E4args_0
71147
+ _ZZN4node17BaseObjectPtrImplINS_4BlobELb0EEC4EPS1_E4args_0
71125
71148
  _ZZN4node17BaseObjectPtrImplINS_5http210Http2StateELb0EEC4EPS2_E4args_0
71149
+ _ZZN4node17BaseObjectPtrImplINS_5http211Http2StreamELb0EEC4EPS2_E4args_0
71126
71150
  _ZZN4node17BaseObjectPtrImplINS_5http212Http2SessionELb0EEC4EPS2_E4args_0
71127
71151
  _ZZN4node17BaseObjectPtrImplINS_5http212Http2SessionELb1EEC4EPS2_E4args
71128
71152
  _ZZN4node17BaseObjectPtrImplINS_5http213Http2SettingsELb0EEC4EPS2_E4args_0
71129
71153
  _ZZN4node17BaseObjectPtrImplINS_5http29Http2PingELb0EEC4EPS2_E4args_0
71130
71154
  _ZZN4node17BaseObjectPtrImplINS_6crypto13SecureContextELb0EEC4EPS2_E4args_0
71155
+ _ZZN4node17BaseObjectPtrImplINS_6crypto15X509CertificateELb0EEC4EPS2_E4args_0
71156
+ _ZZN4node17BaseObjectPtrImplINS_6crypto7TLSWrapELb0EEC4EPS2_E4args_0
71131
71157
  _ZZN4node17BaseObjectPtrImplINS_6worker11MessagePortELb0EEC4EPS2_E4args_0
71158
+ _ZZN4node17BaseObjectPtrImplINS_6worker23WorkerHeapSnapshotTakerELb0EEC4EPS2_E4args_0
71159
+ _ZZN4node17BaseObjectPtrImplINS_7process11BindingDataELb0EEC4EPS2_E4args_0
71160
+ _ZZN4node17BaseObjectPtrImplINS_8v8_utils11BindingDataELb0EEC4EPS2_E4args_0
71132
71161
  _ZZN4node17BaseObjectPtrImplINS_9AsyncWrapELb0EEC4EPS1_E4args_0
71133
71162
  _ZZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEEE4args
71134
71163
  _ZZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getsocknameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEEE4args
@@ -71176,7 +71205,7 @@ _ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E
71176
71205
  _ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
71177
71206
  _ZZN4node2fs10FileHandle5CloseEvE4args
71178
71207
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED4EvE4args
71179
- _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseImN2v814BigUint64ArrayEvEEED4EvE4args
71208
+ _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED4EvE4args
71180
71209
  _ZZN4node2fs18FSContinuationData7PopPathB5cxx11EvE4args
71181
71210
  _ZZN4node2fs9FSReqBase4InitEPKcS3_mNS_8encodingEE4args
71182
71211
  _ZZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE8FreeImplEPvS6_E4args
@@ -71358,8 +71387,10 @@ _ZZN4node7ReqWrapI13uv_udp_send_sED4EvE4args
71358
71387
  _ZZN4node7ReqWrapI16uv_getaddrinfo_sED4EvE4args
71359
71388
  _ZZN4node7ReqWrapI16uv_getnameinfo_sED4EvE4args
71360
71389
  _ZZN4node7ReqWrapI7uv_fs_sED4EvE4args
71390
+ _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic348
71361
71391
  _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
71362
71392
  _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
71393
+ _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic348
71363
71394
  _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
71364
71395
  _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
71365
71396
  _ZZN4node7binding10FindModuleEPNS_11node_moduleEPKciE4args
@@ -71411,7 +71442,6 @@ _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag
71411
71442
  _ZZNSt8__detail9__variant15_Move_ctor_baseILb0EJSt10unique_ptrI9bignum_stN4node15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEiEEC4EOS8_E9_S_vtable
71412
71443
  _ZZSt9call_onceIRFvvEJEEvRSt9once_flagOT_DpOT0_ENKUlvE0_clEv
71413
71444
  _ZZSt9call_onceIRFvvEJEEvRSt9once_flagOT_DpOT0_ENUlvE0_4_FUNEv
71414
- _ZZZN4node10BaseObject8MakeWeakEvENKUlRKN2v816WeakCallbackInfoIS0_EEE_clES5_E4args
71415
71445
  __DumpBacktrace
71416
71446
  _dist_code
71417
71447
  _isUnicodeLocaleTypeSubtag_71
@@ -71576,6 +71606,36 @@ b2i_PublicKey
71576
71606
  b2i_PublicKey_bio
71577
71607
  b2i_RSA_PVK_bio
71578
71608
  b2i_RSA_PVK_bio_ex
71609
+ base64_decode
71610
+ base64_encode
71611
+ base64_stream_decode
71612
+ base64_stream_decode_avx
71613
+ base64_stream_decode_avx2
71614
+ base64_stream_decode_init
71615
+ base64_stream_decode_neon32
71616
+ base64_stream_decode_neon64
71617
+ base64_stream_decode_plain
71618
+ base64_stream_decode_sse41
71619
+ base64_stream_decode_sse42
71620
+ base64_stream_decode_ssse3
71621
+ base64_stream_encode
71622
+ base64_stream_encode_avx
71623
+ base64_stream_encode_avx2
71624
+ base64_stream_encode_final
71625
+ base64_stream_encode_init
71626
+ base64_stream_encode_neon32
71627
+ base64_stream_encode_neon64
71628
+ base64_stream_encode_plain
71629
+ base64_stream_encode_sse41
71630
+ base64_stream_encode_sse42
71631
+ base64_stream_encode_ssse3
71632
+ base64_table_dec_32bit_d0
71633
+ base64_table_dec_32bit_d1
71634
+ base64_table_dec_32bit_d2
71635
+ base64_table_dec_32bit_d3
71636
+ base64_table_dec_8bit
71637
+ base64_table_enc_12bit
71638
+ base64_table_enc_6bit
71579
71639
  bio_cleanup
71580
71640
  bio_free_ex_data
71581
71641
  bio_lookup_lock
@@ -71619,6 +71679,7 @@ bwrite_conv
71619
71679
  bytes_to_cipher_list
71620
71680
  check_in_list
71621
71681
  cmemory_cleanup_71
71682
+ codec_choose
71622
71683
  compress
71623
71684
  compress2
71624
71685
  compressBound
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 6
26
+ #define NODE_MINOR_VERSION 7
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jul 5 15:45:30 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:43:57 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a