node-aix-ppc64 23.9.0 → 23.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. package/CHANGELOG.md +163 -0
  2. package/README.md +10 -4
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +11 -0
  5. package/include/node/config.gypi +1 -0
  6. package/include/node/node.exp +105 -92
  7. package/include/node/node.h +1 -0
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
  12. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +2 -2
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
  35. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
  36. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
  39. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
  43. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
  44. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
  47. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
  48. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  50. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
  51. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
  52. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
  55. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
  56. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
  59. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
  60. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
  63. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
  64. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
  67. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
  68. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
  71. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
  72. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
  75. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
  76. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  79. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
  80. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
  83. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
  84. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
  95. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
  96. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  109. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
  110. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
  111. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
  112. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
  115. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
  116. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
  119. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
  120. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  121. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
  122. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
  123. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
  124. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
  127. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
  128. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  129. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
  130. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
  131. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
  132. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  133. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
  134. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
  135. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
  136. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
  139. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
  140. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  141. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
  142. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
  143. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
  144. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  145. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
  146. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
  147. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
  148. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
  151. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
  152. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
  155. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
  156. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  157. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
  158. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
  159. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
  160. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  163. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  164. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  167. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
  168. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  169. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
  170. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
  171. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
  172. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  175. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  176. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
  179. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
  180. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  181. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
  182. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
  183. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
  184. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  185. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
  186. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
  187. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
  188. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  189. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
  191. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  193. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
  195. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  197. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
  199. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  201. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
  202. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
  203. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
  204. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  205. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  207. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  209. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
  211. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  221. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
  223. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  237. package/include/node/openssl/cmserr.h +2 -1
  238. package/include/node/openssl/http.h +3 -2
  239. package/include/node/openssl/sslerr.h +0 -2
  240. package/include/node/openssl/tls1.h +0 -4
  241. package/package.json +1 -1
  242. package/share/man/man1/node.1 +6 -0
  243. package/include/node/openssl/quic.h +0 -19
@@ -869,6 +869,7 @@ CMS_ContentInfo_new
869
869
  CMS_ContentInfo_new_ex
870
870
  CMS_ContentInfo_print_ctx
871
871
  CMS_DigestedData_it
872
+ CMS_EncryptedContentInfo_it
872
873
  CMS_EncryptedData_decrypt
873
874
  CMS_EncryptedData_encrypt
874
875
  CMS_EncryptedData_encrypt_ex
@@ -4520,7 +4521,6 @@ SSL_CIPHER_get_handshake_digest
4520
4521
  SSL_CIPHER_get_id
4521
4522
  SSL_CIPHER_get_kx_nid
4522
4523
  SSL_CIPHER_get_name
4523
- SSL_CIPHER_get_prf_nid
4524
4524
  SSL_CIPHER_get_protocol_id
4525
4525
  SSL_CIPHER_get_version
4526
4526
  SSL_CIPHER_is_aead
@@ -4656,7 +4656,6 @@ SSL_CTX_set_psk_find_session_callback
4656
4656
  SSL_CTX_set_psk_server_callback
4657
4657
  SSL_CTX_set_psk_use_session_callback
4658
4658
  SSL_CTX_set_purpose
4659
- SSL_CTX_set_quic_method
4660
4659
  SSL_CTX_set_quiet_shutdown
4661
4660
  SSL_CTX_set_record_padding_callback
4662
4661
  SSL_CTX_set_record_padding_callback_arg
@@ -4758,9 +4757,7 @@ SSL_certs_clear
4758
4757
  SSL_check_chain
4759
4758
  SSL_check_private_key
4760
4759
  SSL_clear
4761
- SSL_clear_not_quic
4762
4760
  SSL_clear_options
4763
- SSL_clear_quic
4764
4761
  SSL_client_hello_get0_ciphers
4765
4762
  SSL_client_hello_get0_compression_methods
4766
4763
  SSL_client_hello_get0_ext
@@ -4833,14 +4830,11 @@ SSL_get_num_tickets
4833
4830
  SSL_get_options
4834
4831
  SSL_get_peer_cert_chain
4835
4832
  SSL_get_peer_finished
4836
- SSL_get_peer_quic_transport_params
4837
- SSL_get_peer_quic_transport_version
4838
4833
  SSL_get_peer_signature_type_nid
4839
4834
  SSL_get_pending_cipher
4840
4835
  SSL_get_privatekey
4841
4836
  SSL_get_psk_identity
4842
4837
  SSL_get_psk_identity_hint
4843
- SSL_get_quic_transport_version
4844
4838
  SSL_get_quiet_shutdown
4845
4839
  SSL_get_rbio
4846
4840
  SSL_get_read_ahead
@@ -4880,7 +4874,6 @@ SSL_in_before
4880
4874
  SSL_in_init
4881
4875
  SSL_is_dtls
4882
4876
  SSL_is_init_finished
4883
- SSL_is_quic
4884
4877
  SSL_is_server
4885
4878
  SSL_key_update
4886
4879
  SSL_load_client_CA_file
@@ -4890,11 +4883,6 @@ SSL_new_session_ticket
4890
4883
  SSL_peek
4891
4884
  SSL_peek_ex
4892
4885
  SSL_pending
4893
- SSL_process_quic_post_handshake
4894
- SSL_provide_quic_data
4895
- SSL_quic_max_handshake_flight_len
4896
- SSL_quic_read_level
4897
- SSL_quic_write_level
4898
4886
  SSL_read
4899
4887
  SSL_read_early_data
4900
4888
  SSL_read_ex
@@ -4947,11 +4935,6 @@ SSL_set_psk_find_session_callback
4947
4935
  SSL_set_psk_server_callback
4948
4936
  SSL_set_psk_use_session_callback
4949
4937
  SSL_set_purpose
4950
- SSL_set_quic_early_data_enabled
4951
- SSL_set_quic_method
4952
- SSL_set_quic_transport_params
4953
- SSL_set_quic_transport_version
4954
- SSL_set_quic_use_legacy_codepoint
4955
4938
  SSL_set_quiet_shutdown
4956
4939
  SSL_set_read_ahead
4957
4940
  SSL_set_record_padding_callback
@@ -6350,32 +6333,32 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
6350
6333
  _GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
6351
6334
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
6352
6335
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
6353
- _GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0xd3d4e51c7def76ee
6354
- _GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_D1AFF0D6_0x7c72019d2bf8fe38
6355
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x3538f06d986eab25
6356
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x7c9b8eea539e13d8
6357
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x43d8276d0523d937
6358
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x264b19471e96fc7d
6359
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0xe0637606628bdd7e
6360
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0xf2d8ba44ff1d8799
6361
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xb825e423cb7ae3b5
6362
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x6c3017362dfbc108
6363
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xcd2f3188656e8061
6364
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0x65ca3a747da3a4d9
6365
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0xe3d93c791032ec22
6366
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_6EE78FAE_0xee1e2faeaba5333f
6367
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x198d798cd3eced05
6368
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x93d3d251fc15b082
6369
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0x8572e79be696cac0
6370
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xfe929f8e2e2f9a5d
6371
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x6310a33bdb24eef
6372
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.cc_DFF67DD7_0x419590873d395d10
6373
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0x19b128a18304781a
6374
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0x5a6c41bd4a0d2e30
6375
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x34bafc678256d7c0
6376
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x1272caba750863e4
6377
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0xbb94da173dd9ad0
6378
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0xf2f881f5c47325e4
6336
+ _GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0x947828dad1b4a09
6337
+ _GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_D1AFF0D6_0x586703e31facbae3
6338
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x3dff925204cfdbd7
6339
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0xc74b1b58efe113e7
6340
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x5dce47f632d91c6c
6341
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x82e0b34399ec1f9b
6342
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0x7a72546afd5f4218
6343
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0x5d40b0a4e8d65f29
6344
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xf80f4354de131025
6345
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x3ca596ed9160edf3
6346
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xaeeb57a07760ee
6347
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0x86d322fb45e17b
6348
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0xfa10b79e822e691c
6349
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_6EE78FAE_0xc5baa5e56092c60e
6350
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x4049549682edbf26
6351
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x304fc305ec712bcc
6352
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0xc8d3ba6f9758516
6353
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xb552d60511bb2c98
6354
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x9d66af425891e52f
6355
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.cc_DFF67DD7_0xb614bd5f80d6783b
6356
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0xeee176c54cd84ae2
6357
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0x25014381c65bcd2b
6358
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0xe15a04a663233df2
6359
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x72e1062cb6a817ff
6360
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x30766053216e0e26
6361
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0xed498bb9556fa98d
6379
6362
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
6380
6363
  _GLOBAL__I_65535_0__Z17_register_symbolsv
6381
6364
  _GLOBAL__I_65535_0__Z22_register_process_wrapv
@@ -7412,6 +7395,7 @@ _GLOBAL__I_65535_0__ZN4node11per_process8metadataE
7412
7395
  _GLOBAL__I_65535_0__ZN4node11performance25performance_process_startE
7413
7396
  _GLOBAL__I_65535_0__ZN4node11task_runner13ProcessRunnerC2ESt10shared_ptrINS_24InitializationResultImplEERKNSt10filesystem7__cxx114pathESt17basic_string_viewIcSt11char_traitsIcEESD_SD_RKSt6vectorISD_SaISD_EE
7414
7397
  _GLOBAL__I_65535_0__ZN4node11url_pattern23URLPatternRegexProvider15create_instanceESt17basic_string_viewIcSt11char_traitsIcEEb
7398
+ _GLOBAL__I_65535_0__ZN4node12ConfigReader15GetDataFromArgsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
7415
7399
  _GLOBAL__I_65535_0__ZN4node12SnapshotData6kMagicE
7416
7400
  _GLOBAL__I_65535_0__ZN4node12shadow_realm11ShadowRealm3NewEPNS_11EnvironmentE
7417
7401
  _GLOBAL__I_65535_0__ZN4node12wasm_web_api19WasmStreamingObject10InitializeEPNS_11EnvironmentE
@@ -7558,18 +7542,18 @@ _GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
7558
7542
  _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7559
7543
  _GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7560
7544
  _GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
7561
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0x39d4477924123c65
7562
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x29de3403c0b2b169
7563
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xd13c185ce40cf70a
7564
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x209e51eb8ac0884
7565
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x5ad2ce912954d9c4
7566
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0xe8fa81f3943d9193
7567
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x2f60793567d51559
7568
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x83d4cf6560e83e59
7569
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0xf3d06786d1011f6b
7570
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0x914dc05356da9513
7571
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0xd0a2a5f95c4b0490
7572
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0xae0d2818723a776d
7545
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0x4543ef9e707a3d50
7546
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0xd49ab6fd93902d5d
7547
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xf09f6f9b48320c29
7548
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x2f65146f6ea34bff
7549
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0xb6ada49c07b7fc22
7550
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0x853cd3c85bf2660d
7551
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0xac21d86bb47684d2
7552
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x68d82d4fc505bb8a
7553
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0xa4ff693594efca7d
7554
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0x213599fc57c0dbb6
7555
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x720ad8e416934065
7556
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x7c6fa46fce197442
7573
7557
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7574
7558
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7575
7559
  _HZData_76
@@ -7833,6 +7817,7 @@ _ZGVN3ada37url_pattern_compile_component_options8PATHNAMEE
7833
7817
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEESC_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7834
7818
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7835
7819
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7820
+ _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7836
7821
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7837
7822
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7838
7823
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_S3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
@@ -61876,15 +61861,15 @@ _ZN3ada14url_aggregator8set_hrefESt17basic_string_viewIcSt11char_traitsIcEE
61876
61861
  _ZN3ada14url_aggregator8set_portESt17basic_string_viewIcSt11char_traitsIcEE
61877
61862
  _ZN3ada14url_aggregatorD0Ev
61878
61863
  _ZN3ada14url_aggregatorD1Ev
61879
- _ZN3ada16url_pattern_init12process_hashB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_
61880
- _ZN3ada16url_pattern_init12process_portB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_S4_
61881
- _ZN3ada16url_pattern_init14process_searchB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_
61882
- _ZN3ada16url_pattern_init16process_hostnameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_
61883
- _ZN3ada16url_pattern_init16process_passwordB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_
61884
- _ZN3ada16url_pattern_init16process_pathnameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_S4_
61885
- _ZN3ada16url_pattern_init16process_protocolB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_
61886
- _ZN3ada16url_pattern_init16process_usernameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_
61887
- _ZN3ada16url_pattern_init7processES0_St17basic_string_viewIcSt11char_traitsIcEESt8optionalIS4_ES6_S6_S6_S6_S6_S6_S6_
61864
+ _ZN3ada16url_pattern_init12process_hashB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
61865
+ _ZN3ada16url_pattern_init12process_portB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_NS0_12process_typeE
61866
+ _ZN3ada16url_pattern_init14process_searchB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
61867
+ _ZN3ada16url_pattern_init16process_hostnameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
61868
+ _ZN3ada16url_pattern_init16process_passwordB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
61869
+ _ZN3ada16url_pattern_init16process_pathnameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_NS0_12process_typeE
61870
+ _ZN3ada16url_pattern_init16process_protocolB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
61871
+ _ZN3ada16url_pattern_init16process_usernameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
61872
+ _ZN3ada16url_pattern_init7processES0_NS0_12process_typeESt8optionalISt17basic_string_viewIcSt11char_traitsIcEEES7_S7_S7_S7_S7_S7_S7_
61888
61873
  _ZN3ada16url_pattern_initC1EOS0_
61889
61874
  _ZN3ada16url_pattern_initC1ERKS0_
61890
61875
  _ZN3ada16url_pattern_initD1Ev
@@ -61909,11 +61894,10 @@ _ZN3ada19url_pattern_helpers21canonicalize_protocolB5cxx11ESt17basic_string_view
61909
61894
  _ZN3ada19url_pattern_helpers21canonicalize_usernameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
61910
61895
  _ZN3ada19url_pattern_helpers21escape_pattern_stringB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
61911
61896
  _ZN3ada19url_pattern_helpers23generate_pattern_stringB5cxx11ERSt6vectorINS_16url_pattern_partESaIS2_EERNS_37url_pattern_compile_component_optionsE
61912
- _ZN3ada19url_pattern_helpers23process_base_url_stringB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_
61897
+ _ZN3ada19url_pattern_helpers23process_base_url_stringB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS_16url_pattern_init12process_typeE
61913
61898
  _ZN3ada19url_pattern_helpers25constructor_string_parserIN4node11url_pattern23URLPatternRegexProviderEE12change_stateENS5_5StateEm
61914
61899
  _ZN3ada19url_pattern_helpers25constructor_string_parserIN4node11url_pattern23URLPatternRegexProviderEE16is_search_prefixEv
61915
61900
  _ZN3ada19url_pattern_helpers25constructor_string_parserIN4node11url_pattern23URLPatternRegexProviderEE21make_component_stringB5cxx11Ev
61916
- _ZN3ada19url_pattern_helpers25constructor_string_parserIN4node11url_pattern23URLPatternRegexProviderEE27is_non_special_pattern_charEmSt17basic_string_viewIcSt11char_traitsIcEE
61917
61901
  _ZN3ada19url_pattern_helpers25constructor_string_parserIN4node11url_pattern23URLPatternRegexProviderEE5parseESt17basic_string_viewIcSt11char_traitsIcEE
61918
61902
  _ZN3ada19url_pattern_helpers26canonicalize_ipv6_hostnameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
61919
61903
  _ZN3ada19url_pattern_helpers26convert_modifier_to_stringB5cxx11ENS_25url_pattern_part_modifierE
@@ -61925,7 +61909,7 @@ _ZN3ada19url_pattern_helpers41protocol_component_matches_special_schemeIN4node11
61925
61909
  _ZN3ada19url_pattern_helpers8tokenizeESt17basic_string_viewIcSt11char_traitsIcEENS0_12token_policyE
61926
61910
  _ZN3ada19url_pattern_helpers9Tokenizer19get_next_code_pointEv
61927
61911
  _ZN3ada19url_pattern_helpers9Tokenizer9add_tokenENS0_10token_typeEmmm
61928
- _ZN3ada21url_pattern_componentIN4node11url_pattern23URLPatternRegexProviderEE29create_component_match_resultESt17basic_string_viewIcSt11char_traitsIcEEOSt6vectorISt8optionalINSt7__cxx1112basic_stringIcS7_SaIcEEEESaISF_EE
61912
+ _ZN3ada21url_pattern_componentIN4node11url_pattern23URLPatternRegexProviderEE29create_component_match_resultEONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOSt6vectorISt8optionalISA_ESaISE_EE
61929
61913
  _ZN3ada21url_pattern_componentIN4node11url_pattern23URLPatternRegexProviderEE7compileIFN2tl8expectedINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_6errorsEEESt17basic_string_viewIcSB_EEEENS7_IS4_SE_EESH_RT_RNS_37url_pattern_compile_component_optionsE
61930
61914
  _ZN3ada21url_pattern_componentIN4node11url_pattern23URLPatternRegexProviderEED1Ev
61931
61915
  _ZN3ada22url_search_params_iterISt17basic_string_viewIcSt11char_traitsIcEELNS_27url_search_params_iter_typeE0EE5EMPTYE
@@ -62015,6 +61999,7 @@ _ZN3ada9can_parseESt17basic_string_viewIcSt11char_traitsIcEEPKS3_
62015
61999
  _ZN3ada9to_stringB5cxx11ENS_13encoding_typeE
62016
62000
  _ZN3ada9to_stringB5cxx11ENS_5stateE
62017
62001
  _ZN4absl10CHexEscapeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
62002
+ _ZN4absl10CordBuffer25CreateWithCustomLimitImplIJEEES0_mmDpT_
62018
62003
  _ZN4absl10FormatTimeB5cxx11ENS_4TimeE
62019
62004
  _ZN4absl10FormatTimeB5cxx11ENS_4TimeENS_8TimeZoneE
62020
62005
  _ZN4absl10FormatTimeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS_4TimeENS_8TimeZoneE
@@ -62151,6 +62136,7 @@ _ZN4absl13base_internal8SpinLockC1ENS0_14SchedulingModeE
62151
62136
  _ZN4absl13base_internal8SpinLockC2ENS0_14SchedulingModeE
62152
62137
  _ZN4absl13cord_internal10CordRepCrc3NewEPNS0_7CordRepENS_12crc_internal12CrcCordStateE
62153
62138
  _ZN4absl13cord_internal10CordRepCrc7DestroyEPS1_
62139
+ _ZN4absl13cord_internal11CordRepFlat7NewImplILm4096EJEEEPS1_mDpT0_
62154
62140
  _ZN4absl13cord_internal11CordzHandle25DiagnosticsGetDeleteQueueEv
62155
62141
  _ZN4absl13cord_internal11CordzHandle41DiagnosticsGetSafeToInspectDeletedHandlesEv
62156
62142
  _ZN4absl13cord_internal11CordzHandle6DeleteEPS1_
@@ -62166,10 +62152,13 @@ _ZN4absl13cord_internal12CordRepBtree10CopyPrefixEmb
62166
62152
  _ZN4absl13cord_internal12CordRepBtree10CopySuffixEm
62167
62153
  _ZN4absl13cord_internal12CordRepBtree10CreateSlowEPNS0_7CordRepE
62168
62154
  _ZN4absl13cord_internal12CordRepBtree10MergeTreesEPS1_S2_
62155
+ _ZN4absl13cord_internal12CordRepBtree11AssertValidEPKS1_b
62156
+ _ZN4absl13cord_internal12CordRepBtree11AssertValidEPS1_b
62169
62157
  _ZN4absl13cord_internal12CordRepBtree11PrependSlowEPS1_PNS0_7CordRepE
62170
62158
  _ZN4absl13cord_internal12CordRepBtree12ExtractFrontEPS1_
62171
62159
  _ZN4absl13cord_internal12CordRepBtree12RemoveSuffixEPS1_m
62172
62160
  _ZN4absl13cord_internal12CordRepBtree14ConsumeBeginToEPS1_mm
62161
+ _ZN4absl13cord_internal12CordRepBtree15GetAppendBufferEm
62173
62162
  _ZN4absl13cord_internal12CordRepBtree19ExtractAppendBufferEPS1_m
62174
62163
  _ZN4absl13cord_internal12CordRepBtree19GetAppendBufferSlowEm
62175
62164
  _ZN4absl13cord_internal12CordRepBtree4DumpEPKNS0_7CordRepERSo
@@ -62192,7 +62181,9 @@ _ZN4absl13cord_internal12CordRepBtree7RebuildEPS1_
62192
62181
  _ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE0EEENS1_8OpResultEbPNS0_7CordRepEm
62193
62182
  _ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE1EEENS1_8OpResultEbPNS0_7CordRepEm
62194
62183
  _ZN4absl13cord_internal12CordRepBtree7SubTreeEmm
62184
+ _ZN4absl13cord_internal13RemoveCrcNodeEPNS0_7CordRepE
62195
62185
  _ZN4absl13cord_internal14ReverseConsumeEPNS0_7CordRepENS_11FunctionRefIFvS2_mmEEE
62186
+ _ZN4absl13cord_internal16CordRepSubstring9SubstringEPNS0_7CordRepEmm
62196
62187
  _ZN4absl13cord_internal16CordzSampleToken8IteratorC1EPKS1_
62197
62188
  _ZN4absl13cord_internal16CordzSampleToken8IteratorC2EPKS1_
62198
62189
  _ZN4absl13cord_internal16CordzSampleToken8IteratorppEi
@@ -62212,7 +62203,9 @@ _ZN4absl13cord_internal32GetEstimatedFairShareMemoryUsageEPKNS0_7CordRepE
62212
62203
  _ZN4absl13cord_internal32SetCordBtreeExhaustiveValidationEb
62213
62204
  _ZN4absl13cord_internal38IsCordBtreeExhaustiveValidationEnabledEv
62214
62205
  _ZN4absl13cord_internal7ConsumeEPNS0_7CordRepENS_11FunctionRefIFvS2_mmEEE
62206
+ _ZN4absl13cord_internal7CordRep5UnrefEPS1_
62215
62207
  _ZN4absl13cord_internal7CordRep7DestroyEPS1_
62208
+ _ZN4absl13cord_internal8EdgeDataEPKNS0_7CordRepE
62216
62209
  _ZN4absl13cord_internal9CordzInfo12global_list_E
62217
62210
  _ZN4absl13cord_internal9CordzInfo15FillParentStackEPKS1_PPv
62218
62211
  _ZN4absl13cord_internal9CordzInfo15GetParentMethodEPKS1_
@@ -62757,6 +62750,7 @@ _ZN4absl4Cord12PrependArrayESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_
62757
62750
  _ZN4absl4Cord12RemovePrefixEm
62758
62751
  _ZN4absl4Cord12RemoveSuffixEm
62759
62752
  _ZN4absl4Cord13AppendPreciseESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
62753
+ _ZN4absl4Cord13ChunkIterator12AdvanceBytesEm
62760
62754
  _ZN4absl4Cord13ChunkIterator19AdvanceAndReadBytesEm
62761
62755
  _ZN4absl4Cord13ChunkIteratorC1EPKS0_
62762
62756
  _ZN4absl4Cord14PrependPreciseESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
@@ -62781,6 +62775,8 @@ _ZN4absl4Cord9InlineRep16AppendTreeToTreeEPNS_13cord_internal7CordRepENS2_18Cord
62781
62775
  _ZN4absl4Cord9InlineRep17PrependTreeToTreeEPNS_13cord_internal7CordRepENS2_18CordzUpdateTracker16MethodIdentifierE
62782
62776
  _ZN4absl4Cord9InlineRep19AppendTreeToInlinedEPNS_13cord_internal7CordRepENS2_18CordzUpdateTracker16MethodIdentifierE
62783
62777
  _ZN4absl4Cord9InlineRep20PrependTreeToInlinedEPNS_13cord_internal7CordRepENS2_18CordzUpdateTracker16MethodIdentifierE
62778
+ _ZN4absl4Cord9InlineRep23MaybeRemoveEmptyCrcNodeEv
62779
+ _ZN4absl4Cord9InlineRep7SetTreeEPNS_13cord_internal7CordRepERKNS2_16CordzUpdateScopeE
62784
62780
  _ZN4absl4Cord9InlineRep9UnrefTreeEv
62785
62781
  _ZN4absl4CordC1ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
62786
62782
  _ZN4absl4CordC1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELi0EEEOT_
@@ -63256,7 +63252,6 @@ _ZN4node10contextify17ContextifyContextC1EPNS_11EnvironmentEN2v85LocalINS4_6Obje
63256
63252
  _ZN4node10contextify17ContextifyContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_7ContextEEEPNS0_14ContextOptionsE
63257
63253
  _ZN4node10contextify17ContextifyContextD0Ev
63258
63254
  _ZN4node10contextify17ContextifyContextD1Ev
63259
- _ZN4node10contextify19require_esm_warningE
63260
63255
  _ZN4node10contextify20StoreCodeCacheResultEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS3_14ScriptCompiler14CompileOptionsERKNS7_6SourceEbSt10unique_ptrINS7_10CachedDataESt14default_deleteISD_EE
63261
63256
  _ZN4node10contextify26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
63262
63257
  _ZN4node10contextify26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
@@ -63441,7 +63436,7 @@ _ZN4node11SPrintFImplIRA256_cJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
63441
63436
  _ZN4node11SPrintFImplIRA2_KcJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS6_SaIcEEEPS1_OT_DpOT0_
63442
63437
  _ZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
63443
63438
  _ZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
63444
- _ZN4node11SPrintFImplIRA8_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
63439
+ _ZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
63445
63440
  _ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_
63446
63441
  _ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcSA_EEES6_SA_OT_DpOT0_
63447
63442
  _ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRPKcEEES6_SA_OT_DpOT0_
@@ -63449,6 +63444,7 @@ _ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRS6
63449
63444
  _ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS8_EEES6_PKcOT_DpOT0_
63450
63445
  _ZN4node11SPrintFImplIRKPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
63451
63446
  _ZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_
63447
+ _ZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJRPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_
63452
63448
  _ZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
63453
63449
  _ZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
63454
63450
  _ZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
@@ -63647,6 +63643,7 @@ _ZN4node11per_process11dotenv_fileE
63647
63643
  _ZN4node11per_process11umask_mutexE
63648
63644
  _ZN4node11per_process11v8_platformE
63649
63645
  _ZN4node11per_process12reverted_cveE
63646
+ _ZN4node11per_process13config_readerE
63650
63647
  _ZN4node11per_process13env_var_mutexE
63651
63648
  _ZN4node11per_process14v8_initializedE
63652
63649
  _ZN4node11per_process15node_start_timeE
@@ -63717,6 +63714,12 @@ _ZN4node11url_pattern23URLPatternRegexProvider15create_instanceESt17basic_string
63717
63714
  _ZN4node12CleanupQueue5DrainEv
63718
63715
  _ZN4node12CleanupQueueD0Ev
63719
63716
  _ZN4node12CleanupQueueD1Ev
63717
+ _ZN4node12ConfigReader11ParseConfigERKSt17basic_string_viewIcSt11char_traitsIcEE
63718
+ _ZN4node12ConfigReader12GetFlagsSizeEv
63719
+ _ZN4node12ConfigReader15GetDataFromArgsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
63720
+ _ZN4node12ConfigReader16ParseNodeOptionsEPN8simdjson8fallback8ondemand6objectE
63721
+ _ZN4node12ConfigReader17AssignNodeOptionsB5cxx11Ev
63722
+ _ZN4node12ConfigReaderD1Ev
63720
63723
  _ZN4node12DebugOptions12CheckOptionsEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EESA_
63721
63724
  _ZN4node12DebugOptionsD0Ev
63722
63725
  _ZN4node12DebugOptionsD1Ev
@@ -64231,6 +64234,7 @@ _ZN4node14options_parser18DebugOptionsParserD1Ev
64231
64234
  _ZN4node14options_parser18GetEmbedderOptionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
64232
64235
  _ZN4node14options_parser18NotAllowedInEnvErrERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
64233
64236
  _ZN4node14options_parser19GetCLIOptionsValuesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
64237
+ _ZN4node14options_parser22GetEnvOptionsInputTypeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
64234
64238
  _ZN4node14options_parser22IterateCLIOptionsScopeC1EPNS_11EnvironmentE
64235
64239
  _ZN4node14options_parser22IterateCLIOptionsScopeD1Ev
64236
64240
  _ZN4node14options_parser23PerIsolateOptionsParserC1ERKNS0_24EnvironmentOptionsParserE
@@ -64245,6 +64249,7 @@ _ZN4node14options_parser24EnvironmentOptionsParserC1Ev
64245
64249
  _ZN4node14options_parser24EnvironmentOptionsParserC2Ev
64246
64250
  _ZN4node14options_parser24EnvironmentOptionsParserD0Ev
64247
64251
  _ZN4node14options_parser24EnvironmentOptionsParserD1Ev
64252
+ _ZN4node14options_parser26MapEnvOptionsFlagInputTypeB5cxx11Ev
64248
64253
  _ZN4node14options_parser26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
64249
64254
  _ZN4node14options_parser5ParseINS_12DebugOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
64250
64255
  _ZN4node14options_parser5ParseINS_17PerIsolateOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
@@ -64515,7 +64520,6 @@ _ZN4node17SyncProcessRunner26RegisterExternalReferencesEPNS_25ExternalReferenceR
64515
64520
  _ZN4node17SyncProcessRunner35IncrementBufferSizeAndCheckOverflowEl
64516
64521
  _ZN4node17SyncProcessRunner3RunEN2v85LocalINS1_5ValueEEE
64517
64522
  _ZN4node17SyncProcessRunner4KillEv
64518
- _ZN4node17SyncProcessRunner5IsSetEN2v85LocalINS1_5ValueEEE
64519
64523
  _ZN4node17SyncProcessRunner5SpawnERKN2v820FunctionCallbackInfoINS1_5ValueEEE
64520
64524
  _ZN4node17SyncProcessRunner6OnExitEli
64521
64525
  _ZN4node17SyncProcessRunner8GetErrorEv
@@ -65130,6 +65134,7 @@ _ZN4node36RemoveEnvironmentCleanupHookInternalEPNS_9ACHHandleE
65130
65134
  _ZN4node36THROW_ERR_ZLIB_INITIALIZATION_FAILEDIJEEEvPN2v87IsolateEPKcDpOT_
65131
65135
  _ZN4node38ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLEIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
65132
65136
  _ZN4node38THROW_ERR_BUFFER_CONTEXT_NOT_AVAILABLEEPN2v87IsolateE
65137
+ _ZN4node38THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPINGIJEEEvPN2v87IsolateEPKcDpOT_
65133
65138
  _ZN4node39RegisterStringDecoderExternalReferencesEPNS_25ExternalReferenceRegistryE
65134
65139
  _ZN4node3mem18NgLibMemoryManagerINS_4wasi4WASIE12uvwasi_mem_sE10CallocImplEmmPv
65135
65140
  _ZN4node3mem18NgLibMemoryManagerINS_4wasi4WASIE12uvwasi_mem_sE10MallocImplEmPv
@@ -66106,18 +66111,21 @@ _ZN4node6crypto18SecretKeyGenConfigD1Ev
66106
66111
  _ZN4node6crypto18SecretKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_18SecretKeyGenConfigE
66107
66112
  _ZN4node6crypto18SecretKeyGenTraits8DoKeyGenEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigE
66108
66113
  _ZN4node6crypto18SecretKeyGenTraits9EncodeKeyEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigE
66109
- _ZN4node6crypto19GetRootCertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66110
66114
  _ZN4node6crypto19NidKeyPairGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16NidKeyPairParamsEEE
66111
66115
  _ZN4node6crypto19NidKeyPairGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16NidKeyPairParamsEEE
66112
66116
  _ZN4node6crypto20FetchAndMaybeCacheMDEPNS_11EnvironmentEPKc
66117
+ _ZN4node6crypto21X509sToArrayOfStringsEPNS_11EnvironmentERKSt6vectorIP7x509_stSaIS5_EE
66118
+ _ZN4node6crypto22GetExtraCACertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66113
66119
  _ZN4node6crypto22GetValidationErrorCodeEPNS_11EnvironmentEi
66114
66120
  _ZN4node6crypto23GetDigestImplementationEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEES6_S6_
66121
+ _ZN4node6crypto23GetSystemCACertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66115
66122
  _ZN4node6crypto23InternalVerifyIntegrityERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66116
66123
  _ZN4node6crypto24GetOpenSSLSecLevelCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66117
66124
  _ZN4node6crypto24GetOrCreateRootCertStoreEv
66118
66125
  _ZN4node6crypto24GetValidationErrorReasonEPNS_11EnvironmentEi
66119
66126
  _ZN4node6crypto25ArrayBufferOrViewContentsIcEC1EN2v85LocalINS3_5ValueEEE
66120
66127
  _ZN4node6crypto25ArrayBufferOrViewContentsIhEC1EN2v85LocalINS3_5ValueEEE
66128
+ _ZN4node6crypto26GetBundledRootCertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66121
66129
  _ZN4node6crypto26GetSupportedHashAlgorithmsB5cxx11EPNS_11EnvironmentE
66122
66130
  _ZN4node6crypto26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
66123
66131
  _ZN4node6crypto26cryptoErrorListToExceptionEPNS_11EnvironmentERKN7ncrypto15CryptoErrorListE
@@ -66480,6 +66488,8 @@ _ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEENS5_INS4_6Modu
66480
66488
  _ZN4node6loader10ModuleWrapD0Ev
66481
66489
  _ZN4node6loader10ModuleWrapD1Ev
66482
66490
  _ZN4node6loader10ModuleWrapD2Ev
66491
+ _ZN4node6loader22ThrowIfPromiseRejectedEPNS_5RealmEN2v85LocalINS3_7PromiseEEE
66492
+ _ZN4node6loader22ThrowIfPromiseRejectedERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66483
66493
  _ZN4node6loader29LinkRequireFacadeWithOriginalEN2v85LocalINS1_7ContextEEENS2_INS1_6StringEEENS2_INS1_10FixedArrayEEENS2_INS1_6ModuleEEE
66484
66494
  _ZN4node6report10WalkHandleEP11uv_handle_sPvb
66485
66495
  _ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -66576,6 +66586,7 @@ _ZN4node6sqlite19UserDefinedFunctionC1EPNS_11EnvironmentEN2v85LocalINS4_8Functio
66576
66586
  _ZN4node6sqlite19UserDefinedFunctionC2EPNS_11EnvironmentEN2v85LocalINS4_8FunctionEEEPNS0_12DatabaseSyncEb
66577
66587
  _ZN4node6sqlite19UserDefinedFunctionD1Ev
66578
66588
  _ZN4node6sqlite19UserDefinedFunctionD2Ev
66589
+ _ZN4node6sqlite20ValidateDatabasePathEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
66579
66590
  _ZN4node6sqlite6BackupERKN2v820FunctionCallbackInfoINS1_5ValueEEE
66580
66591
  _ZN4node6sqlite7Session22GetConstructorTemplateEPNS_11EnvironmentE
66581
66592
  _ZN4node6sqlite7Session5CloseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -66744,7 +66755,7 @@ _ZN4node7FPrintFIJPN2v86ObjectERA30_KcEEEvP4FILEPS4_DpOT_
66744
66755
  _ZN4node7FPrintFIJR24nghttp2_headers_categoryEEEvP4FILEPKcDpOT_
66745
66756
  _ZN4node7FPrintFIJRA2_KcRSt17basic_string_viewIcSt11char_traitsIcEEEEEvP4FILEPS1_DpOT_
66746
66757
  _ZN4node7FPrintFIJRA3_KcEEEvP4FILEPS1_DpOT_
66747
- _ZN4node7FPrintFIJRA8_KcEEEvP4FILEPS1_DpOT_
66758
+ _ZN4node7FPrintFIJRA9_KcEEEvP4FILEPS1_DpOT_
66748
66759
  _ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
66749
66760
  _ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcSA_EEEvP4FILESA_DpOT_
66750
66761
  _ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEEvP4FILESA_DpOT_
@@ -66752,6 +66763,7 @@ _ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS6_S9_E
66752
66763
  _ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEEvP4FILEPKcDpOT_
66753
66764
  _ZN4node7FPrintFIJRKPKcEEEvP4FILES2_DpOT_
66754
66765
  _ZN4node7FPrintFIJRKSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEEvP4FILES8_DpOT_
66766
+ _ZN4node7FPrintFIJRKSt17basic_string_viewIcSt11char_traitsIcEERPKcEEEvP4FILES8_DpOT_
66755
66767
  _ZN4node7FPrintFIJRKhEEEvP4FILEPKcDpOT_
66756
66768
  _ZN4node7FPrintFIJRKhRiEEEvP4FILEPKcDpOT_
66757
66769
  _ZN4node7FPrintFIJRKiEEEvP4FILEPKcDpOT_
@@ -66873,7 +66885,7 @@ _ZN4node7SPrintFIJR24nghttp2_headers_categoryEEENSt7__cxx1112basic_stringIcSt11c
66873
66885
  _ZN4node7SPrintFIJRA256_cEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
66874
66886
  _ZN4node7SPrintFIJRA2_KcRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS6_SaIcEEEPS1_DpOT_
66875
66887
  _ZN4node7SPrintFIJRA3_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
66876
- _ZN4node7SPrintFIJRA8_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
66888
+ _ZN4node7SPrintFIJRA9_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
66877
66889
  _ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
66878
66890
  _ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcSA_EEES6_SA_DpOT_
66879
66891
  _ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES6_SA_DpOT_
@@ -66881,6 +66893,7 @@ _ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS6_S9_E
66881
66893
  _ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES6_PKcDpOT_
66882
66894
  _ZN4node7SPrintFIJRKPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
66883
66895
  _ZN4node7SPrintFIJRKSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_DpOT_
66896
+ _ZN4node7SPrintFIJRKSt17basic_string_viewIcSt11char_traitsIcEERPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_DpOT_
66884
66897
  _ZN4node7SPrintFIJRKhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
66885
66898
  _ZN4node7SPrintFIJRKhRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
66886
66899
  _ZN4node7SPrintFIJRKiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
@@ -67317,6 +67330,7 @@ _ZN4node8v8_utils26UpdateHeapStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5
67317
67330
  _ZN4node8v8_utils28SetHeapSnapshotNearHeapLimitERKN2v820FunctionCallbackInfoINS1_5ValueEEE
67318
67331
  _ZN4node8v8_utils30UpdateHeapCodeStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
67319
67332
  _ZN4node8v8_utils31UpdateHeapSpaceStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
67333
+ _ZN4node8v8_utils39fast_is_string_one_byte_representation_E
67320
67334
  _ZN4node9AsyncWrap10AsyncResetEN2v85LocalINS1_6ObjectEEEd
67321
67335
  _ZN4node9AsyncWrap10AsyncResetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
67322
67336
  _ZN4node9AsyncWrap10EmitBeforeEPNS_11EnvironmentEd
@@ -80421,6 +80435,7 @@ _ZNK3ada14url_aggregator8get_portEv
80421
80435
  _ZNK3ada14url_aggregator8has_hashEv
80422
80436
  _ZNK3ada14url_aggregator9to_stringB5cxx11Ev
80423
80437
  _ZNK3ada14url_components9to_stringB5cxx11Ev
80438
+ _ZNK3ada19url_pattern_helpers25constructor_string_parserIN4node11url_pattern23URLPatternRegexProviderEE27is_non_special_pattern_charEmj
80424
80439
  _ZNK3ada3url10get_originB5cxx11Ev
80425
80440
  _ZNK3ada3url10get_searchB5cxx11Ev
80426
80441
  _ZNK3ada3url10has_searchEv
@@ -80442,9 +80457,11 @@ _ZNK4absl12crc_internal5CRC3214ExtendByZeroesEPjm
80442
80457
  _ZNK4absl12crc_internal5CRC3216UnextendByZeroesEPjm
80443
80458
  _ZNK4absl12crc_internal5CRC326ExtendEPjPKvm
80444
80459
  _ZNK4absl12crc_internal5CRC328ScrambleEPj
80460
+ _ZNK4absl13cord_internal10InlineData10cordz_infoEv
80445
80461
  _ZNK4absl13cord_internal11CordzHandle12SafeToDeleteEv
80446
80462
  _ZNK4absl13cord_internal11CordzHandle32DiagnosticsHandleIsSafeToInspectEPKS1_
80447
80463
  _ZNK4absl13cord_internal12CordRepBtree12GetCharacterEm
80464
+ _ZNK4absl13cord_internal12CordRepBtree4EdgeEm
80448
80465
  _ZNK4absl13cord_internal12CordRepBtree6IsFlatEPSt17basic_string_viewIcSt11char_traitsIcEE
80449
80466
  _ZNK4absl13cord_internal12CordRepBtree6IsFlatEmmPSt17basic_string_viewIcSt11char_traitsIcEE
80450
80467
  _ZNK4absl13cord_internal16CordzSampleToken8IteratordeEv
@@ -80510,6 +80527,7 @@ _ZNK4absl4Cord10EqualsImplERKS0_m
80510
80527
  _ZNK4absl4Cord10EqualsImplESt17basic_string_viewIcSt11char_traitsIcEEm
80511
80528
  _ZNK4absl4Cord11CompareImplERKS0_
80512
80529
  _ZNK4absl4Cord15CompareSlowPathERKS0_mm
80530
+ _ZNK4absl4Cord15CompareSlowPathESt17basic_string_viewIcSt11char_traitsIcEEmm
80513
80531
  _ZNK4absl4Cord16ExpectedChecksumEv
80514
80532
  _ZNK4absl4Cord19CopyToArraySlowPathEPc
80515
80533
  _ZNK4absl4Cord20MaybeGetCrcCordStateEv
@@ -84948,6 +84966,7 @@ _ZNSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_jENS
84948
84966
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS7_10_Hash_nodeIS5_Lb1EEEm
84949
84967
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v86GlobalINS8_6ObjectEEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSE_10_Hash_nodeISC_Lb1EEEm
84950
84968
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v88internal7BuiltinEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSD_10_Hash_nodeISB_Lb1EEEm
84969
+ _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser10OptionTypeEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
84951
84970
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_17PerIsolateOptionsEE10OptionInfoEESaISE_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
84952
84971
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_17PerIsolateOptionsEE11ImplicationEESaISE_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_
84953
84972
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_17PerProcessOptionsEE10OptionInfoEESaISE_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
@@ -85146,6 +85165,7 @@ _ZNSt12_Vector_baseIPN2v88internal8compiler4NodeESaIS4_EED2Ev
85146
85165
  _ZNSt12__shared_ptrIN4node14options_parser13OptionsParserINS0_12DebugOptionsEE15BaseOptionFieldELN9__gnu_cxx12_Lock_policyE2EEC2ERKS8_
85147
85166
  _ZNSt12__shared_ptrIN4node14options_parser13OptionsParserINS0_17PerIsolateOptionsEE15BaseOptionFieldELN9__gnu_cxx12_Lock_policyE2EEC2ERKS8_
85148
85167
  _ZNSt12__shared_ptrIN4node14options_parser13OptionsParserINS0_17PerProcessOptionsEE15BaseOptionFieldELN9__gnu_cxx12_Lock_policyE2EEC2ERKS8_
85168
+ _ZNSt12__shared_ptrIN4node18EnvironmentOptionsELN9__gnu_cxx12_Lock_policyE2EEC2ERKS4_
85149
85169
  _ZNSt12__shared_ptrIN4node9inspector13WorkerManagerELN9__gnu_cxx12_Lock_policyE2EEC2IS2_St14default_deleteIS2_EvEEOSt10unique_ptrIT_T0_E
85150
85170
  _ZNSt12__shared_ptrIN6icu_7616SimpleDateFormatELN9__gnu_cxx12_Lock_policyE2EEC2IS1_St14default_deleteIS1_EvEEOSt10unique_ptrIT_T0_E
85151
85171
  _ZNSt12__shared_ptrIN6icu_768CollatorELN9__gnu_cxx12_Lock_policyE2EEC2IS1_St14default_deleteIS1_EvEEOSt10unique_ptrIT_T0_E
@@ -86403,6 +86423,7 @@ _ZNSt8__detail9_Map_baseIN4node13SocketAddressESt4pairIKS2_St14_List_iteratorISt
86403
86423
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_MN4node9inspector12NetworkAgentEFvN2v85LocalINSC_7ContextEEENSD_INSC_6ObjectEEEEESaISK_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
86404
86424
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N2v86GlobalINS9_6ObjectEEEESaISD_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
86405
86425
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N2v88internal7BuiltinEESaISC_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
86426
+ _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N4node14options_parser10OptionTypeEESaISC_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
86406
86427
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N4node15BlobBindingData16StoredDataObjectEESaISC_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
86407
86428
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_PKN4absl13time_internal4cctz9time_zone4ImplEESaISG_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
86408
86429
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_S6_ESaIS9_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
@@ -91806,6 +91827,7 @@ _ZZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEPNS_11JobDelegate
91806
91827
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEESC_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
91807
91828
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
91808
91829
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
91830
+ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
91809
91831
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
91810
91832
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
91811
91833
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_S3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
@@ -94365,8 +94387,8 @@ _ZZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcES
94365
94387
  _ZZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E20error_and_abort_args_0
94366
94388
  _ZZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E20error_and_abort_args
94367
94389
  _ZZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E20error_and_abort_args_0
94368
- _ZZN4node11SPrintFImplIRA8_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E20error_and_abort_args
94369
- _ZZN4node11SPrintFImplIRA8_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E20error_and_abort_args_0
94390
+ _ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E20error_and_abort_args
94391
+ _ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E20error_and_abort_args_0
94370
94392
  _ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E20error_and_abort_args
94371
94393
  _ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E20error_and_abort_args_0
94372
94394
  _ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcSA_EEES6_SA_OT_DpOT0_E20error_and_abort_args
@@ -94381,6 +94403,8 @@ _ZZN4node11SPrintFImplIRKPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaI
94381
94403
  _ZZN4node11SPrintFImplIRKPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E20error_and_abort_args_1
94382
94404
  _ZZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_E20error_and_abort_args
94383
94405
  _ZZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_E20error_and_abort_args_0
94406
+ _ZZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJRPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_E20error_and_abort_args
94407
+ _ZZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJRPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_E20error_and_abort_args_0
94384
94408
  _ZZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args
94385
94409
  _ZZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args_0
94386
94410
  _ZZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args
@@ -94840,8 +94864,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7
94840
94864
  _ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E20error_and_abort_args
94841
94865
  _ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E20error_and_abort_args
94842
94866
  _ZZN4node2fs10FileHandle5CloseEvE20error_and_abort_args
94843
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic332
94844
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic334
94867
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic342
94868
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic344
94845
94869
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE20error_and_abort_args
94846
94870
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE20error_and_abort_args
94847
94871
  _ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEPNS0_9FSReqBaseEPNS_11EnvironmentESE_RKN2v820FunctionCallbackInfoINSH_5ValueEEES7_S7_mNS_8encodingES9_T_DpT0_E20error_and_abort_args
@@ -95300,11 +95324,11 @@ _ZZN4node7ReallocItEEPT_S2_mE20error_and_abort_args
95300
95324
  _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args
95301
95325
  _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_0
95302
95326
  _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_1
95303
- _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic346
95327
+ _ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic349
95304
95328
  _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args
95305
95329
  _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_0
95306
95330
  _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_1
95307
- _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic346
95331
+ _ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic349
95308
95332
  _ZZN4node7binding10FindModuleEPNS_11node_moduleEPKciE20error_and_abort_args
95309
95333
  _ZZN4node7binding19global_handle_map_t25get_and_increase_refcountEPvE20error_and_abort_args
95310
95334
  _ZZN4node7binding19global_handle_map_t3setEPvPNS_11node_moduleEE20error_and_abort_args
@@ -96041,6 +96065,7 @@ bn_get_words
96041
96065
  bn_init
96042
96066
  bn_lshift_fixed_top
96043
96067
  bn_mod_add_fixed_top
96068
+ bn_mod_exp_mont_fixed_top
96044
96069
  bn_mod_sub_fixed_top
96045
96070
  bn_mul_fixed_top
96046
96071
  bn_mul_low_normal
@@ -98197,7 +98222,6 @@ ossl_cms_ecdh_envelope
98197
98222
  ossl_cms_ecdsa_dsa_sign
98198
98223
  ossl_cms_encode_Receipt
98199
98224
  ossl_cms_env_asn1_ctrl
98200
- ossl_cms_env_enc_content_free
98201
98225
  ossl_cms_get0_auth_enveloped
98202
98226
  ossl_cms_get0_cmsctx
98203
98227
  ossl_cms_get0_env_enc_content
@@ -99582,9 +99606,6 @@ pqueue_size
99582
99606
  printAssemblyHeadersToStdErr
99583
99607
  process_title_mutex
99584
99608
  process_title_mutex_once
99585
- quic_get_message
99586
- quic_get_message_body
99587
- quic_set_encryption_secrets
99588
99609
  rbbi_cleanup_76
99589
99610
  readList
99590
99611
  read_stream_sync
@@ -100223,8 +100244,6 @@ tls_construct_ctos_padding
100223
100244
  tls_construct_ctos_post_handshake_auth
100224
100245
  tls_construct_ctos_psk
100225
100246
  tls_construct_ctos_psk_kex_modes
100226
- tls_construct_ctos_quic_transport_params
100227
- tls_construct_ctos_quic_transport_params_draft
100228
100247
  tls_construct_ctos_renegotiate
100229
100248
  tls_construct_ctos_sct
100230
100249
  tls_construct_ctos_server_name
@@ -100256,8 +100275,6 @@ tls_construct_stoc_key_share
100256
100275
  tls_construct_stoc_maxfragmentlen
100257
100276
  tls_construct_stoc_next_proto_neg
100258
100277
  tls_construct_stoc_psk
100259
- tls_construct_stoc_quic_transport_params
100260
- tls_construct_stoc_quic_transport_params_draft
100261
100278
  tls_construct_stoc_renegotiate
100262
100279
  tls_construct_stoc_server_name
100263
100280
  tls_construct_stoc_session_ticket
@@ -100289,8 +100306,6 @@ tls_parse_ctos_npn
100289
100306
  tls_parse_ctos_post_handshake_auth
100290
100307
  tls_parse_ctos_psk
100291
100308
  tls_parse_ctos_psk_kex_modes
100292
- tls_parse_ctos_quic_transport_params
100293
- tls_parse_ctos_quic_transport_params_draft
100294
100309
  tls_parse_ctos_renegotiate
100295
100310
  tls_parse_ctos_server_name
100296
100311
  tls_parse_ctos_session_ticket
@@ -100311,8 +100326,6 @@ tls_parse_stoc_key_share
100311
100326
  tls_parse_stoc_maxfragmentlen
100312
100327
  tls_parse_stoc_npn
100313
100328
  tls_parse_stoc_psk
100314
- tls_parse_stoc_quic_transport_params
100315
- tls_parse_stoc_quic_transport_params_draft
100316
100329
  tls_parse_stoc_renegotiate
100317
100330
  tls_parse_stoc_sct
100318
100331
  tls_parse_stoc_server_name
@@ -483,6 +483,7 @@ struct IsolateSettings {
483
483
  v8::Isolate::AbortOnUncaughtExceptionCallback
484
484
  should_abort_on_uncaught_exception_callback = nullptr;
485
485
  v8::FatalErrorCallback fatal_error_callback = nullptr;
486
+ v8::OOMErrorCallback oom_error_callback = nullptr;
486
487
  v8::PrepareStackTraceCallback prepare_stack_trace_callback = nullptr;
487
488
 
488
489
  // Miscellaneous callbacks