node-aix-ppc64 17.7.1 → 18.0.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 (497) hide show
  1. package/CHANGELOG.md +219 -1330
  2. package/LICENSE +111 -9
  3. package/README.md +17 -21
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +7 -3
  6. package/include/node/config.gypi +12 -10
  7. package/include/node/js_native_api.h +35 -46
  8. package/include/node/js_native_api_types.h +3 -6
  9. package/include/node/libplatform/libplatform.h +0 -11
  10. package/include/node/libplatform/v8-tracing.h +0 -1
  11. package/include/node/node.exp +15759 -13788
  12. package/include/node/node.h +7 -3
  13. package/include/node/node_api.h +70 -60
  14. package/include/node/node_api_types.h +1 -2
  15. package/include/node/node_version.h +4 -4
  16. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +3 -1
  18. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +2 -2
  19. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +4 -1
  21. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +3 -1
  24. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +2 -2
  25. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +4 -1
  27. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +3 -1
  30. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +2 -2
  31. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +4 -1
  33. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  34. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +3 -1
  36. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +2 -2
  37. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +4 -1
  39. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  40. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  42. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  43. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  45. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  46. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +3 -1
  48. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +2 -2
  49. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +4 -1
  51. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +3 -1
  54. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +2 -2
  55. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +4 -1
  57. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +3 -1
  60. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +2 -2
  61. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +4 -1
  63. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  64. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +3 -1
  66. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +2 -2
  67. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +4 -1
  69. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  70. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +3 -1
  72. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +2 -2
  73. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +4 -1
  75. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  76. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +3 -1
  78. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +2 -2
  79. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +4 -1
  81. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  82. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +3 -1
  84. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +2 -2
  85. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +4 -1
  87. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  88. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +3 -1
  90. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +2 -2
  91. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +4 -1
  93. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  94. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +3 -1
  96. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +2 -2
  97. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +4 -1
  99. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  100. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +3 -1
  102. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  103. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  105. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  106. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +3 -1
  108. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +2 -2
  109. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +4 -1
  111. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  112. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +3 -1
  114. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +2 -2
  115. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +4 -1
  117. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  118. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +3 -1
  120. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +2 -2
  121. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  122. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +4 -1
  123. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  124. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +3 -1
  126. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +2 -2
  127. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +4 -1
  129. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  130. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +3 -1
  132. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +2 -2
  133. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +4 -1
  135. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  136. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +3 -1
  138. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +2 -2
  139. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  140. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +4 -1
  141. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  142. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +3 -1
  144. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +2 -2
  145. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +4 -1
  147. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  148. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +3 -1
  150. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +2 -2
  151. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  152. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +4 -1
  153. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  154. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +3 -1
  156. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  157. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  159. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  160. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +3 -1
  162. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +2 -2
  163. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +4 -1
  165. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  166. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +3 -1
  168. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +2 -2
  169. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +4 -1
  171. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  172. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +3 -1
  174. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  175. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  177. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  178. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +3 -1
  180. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +2 -2
  181. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  182. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +4 -1
  183. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  184. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  185. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +3 -1
  186. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +2 -2
  187. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  188. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +4 -1
  189. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  190. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +3 -1
  192. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +2 -2
  193. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +4 -1
  195. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  196. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +3 -1
  198. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +2 -2
  199. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  200. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +4 -1
  201. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  202. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  203. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +3 -1
  204. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +2 -2
  205. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  206. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +4 -1
  207. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  208. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  209. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +3 -1
  210. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +2 -2
  211. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  212. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +4 -1
  213. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  214. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  215. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +3 -1
  216. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +2 -2
  217. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  218. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +4 -1
  219. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  220. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  221. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +3 -1
  222. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +2 -2
  223. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  224. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +4 -1
  225. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  226. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  227. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +3 -1
  228. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +2 -2
  229. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  230. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +4 -1
  231. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  232. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  233. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +3 -1
  234. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +2 -2
  235. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  236. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +4 -1
  237. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  238. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  239. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +3 -1
  240. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +2 -2
  241. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  242. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +4 -1
  243. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  244. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  245. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +3 -1
  246. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +2 -2
  247. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  248. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +4 -1
  249. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  250. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  251. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +3 -1
  252. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +2 -2
  253. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  254. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +4 -1
  255. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  256. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  257. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +3 -1
  258. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +2 -2
  259. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  260. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +4 -1
  261. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  262. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  263. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +3 -1
  264. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +2 -2
  265. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  266. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +4 -1
  267. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  268. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  269. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +3 -1
  270. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +2 -2
  271. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  272. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +4 -1
  273. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  274. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  275. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +3 -1
  276. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +2 -2
  277. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  278. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +4 -1
  279. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  280. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  281. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +3 -1
  282. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +2 -2
  283. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  284. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +4 -1
  285. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  286. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  287. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +3 -1
  288. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +2 -2
  289. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  290. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +4 -1
  291. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  292. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  293. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +3 -1
  294. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +2 -2
  295. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  296. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +4 -1
  297. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  298. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  299. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  300. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  301. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  302. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  303. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  304. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  305. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +3 -1
  306. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +2 -2
  307. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  308. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +4 -1
  309. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  310. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  311. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +3 -1
  312. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +2 -2
  313. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  314. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +4 -1
  315. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  316. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  317. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +3 -1
  318. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  319. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  320. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  321. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  322. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  323. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +3 -1
  324. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +2 -2
  325. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  326. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +4 -1
  327. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  328. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  329. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +3 -1
  330. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +2 -2
  331. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  332. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +4 -1
  333. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  334. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  335. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +3 -1
  336. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +2 -2
  337. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  338. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +4 -1
  339. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  340. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  341. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +3 -1
  342. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +2 -2
  343. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  344. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +4 -1
  345. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  346. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  347. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +3 -1
  348. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +2 -2
  349. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  350. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +4 -1
  351. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  352. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  353. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +3 -1
  354. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +2 -2
  355. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  356. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +4 -1
  357. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  358. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  359. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +3 -1
  360. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  361. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  362. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  363. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  364. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  365. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +3 -1
  366. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +2 -2
  367. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  368. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +4 -1
  369. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  370. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  371. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +3 -1
  372. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +2 -2
  373. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  374. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +4 -1
  375. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  376. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  377. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +3 -1
  378. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  379. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  380. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  381. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  382. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  383. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +3 -1
  384. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +2 -2
  385. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  386. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +4 -1
  387. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  388. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  389. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +3 -1
  390. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +2 -2
  391. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  392. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +4 -1
  393. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  394. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  395. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +3 -1
  396. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  397. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  398. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  399. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  400. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  401. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +3 -1
  402. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +2 -2
  403. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  404. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +4 -1
  405. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  406. package/include/node/openssl/asn1_asm.h +2 -0
  407. package/include/node/openssl/asn1_no-asm.h +2 -0
  408. package/include/node/openssl/asn1t_asm.h +2 -0
  409. package/include/node/openssl/asn1t_no-asm.h +2 -0
  410. package/include/node/openssl/bio_asm.h +2 -0
  411. package/include/node/openssl/bio_no-asm.h +2 -0
  412. package/include/node/openssl/bn_conf_asm.h +2 -0
  413. package/include/node/openssl/bn_conf_no-asm.h +2 -0
  414. package/include/node/openssl/cmp_asm.h +2 -0
  415. package/include/node/openssl/cmp_no-asm.h +2 -0
  416. package/include/node/openssl/cms_asm.h +2 -0
  417. package/include/node/openssl/cms_no-asm.h +2 -0
  418. package/include/node/openssl/conf_asm.h +2 -0
  419. package/include/node/openssl/conf_no-asm.h +2 -0
  420. package/include/node/openssl/configuration_asm.h +2 -0
  421. package/include/node/openssl/configuration_no-asm.h +2 -0
  422. package/include/node/openssl/crmf_asm.h +2 -0
  423. package/include/node/openssl/crmf_no-asm.h +2 -0
  424. package/include/node/openssl/crypto_asm.h +2 -0
  425. package/include/node/openssl/crypto_no-asm.h +2 -0
  426. package/include/node/openssl/ct_asm.h +2 -0
  427. package/include/node/openssl/ct_no-asm.h +2 -0
  428. package/include/node/openssl/dso_conf_asm.h +2 -0
  429. package/include/node/openssl/dso_conf_no-asm.h +2 -0
  430. package/include/node/openssl/ec.h +4 -1
  431. package/include/node/openssl/engine.h +2 -1
  432. package/include/node/openssl/err_asm.h +2 -0
  433. package/include/node/openssl/err_no-asm.h +2 -0
  434. package/include/node/openssl/ess_asm.h +2 -0
  435. package/include/node/openssl/ess_no-asm.h +2 -0
  436. package/include/node/openssl/evp.h +3 -3
  437. package/include/node/openssl/fipskey_asm.h +2 -0
  438. package/include/node/openssl/fipskey_no-asm.h +2 -0
  439. package/include/node/openssl/lhash_asm.h +2 -0
  440. package/include/node/openssl/lhash_no-asm.h +2 -0
  441. package/include/node/openssl/ocsp_asm.h +2 -0
  442. package/include/node/openssl/ocsp_no-asm.h +2 -0
  443. package/include/node/openssl/opensslv_asm.h +2 -0
  444. package/include/node/openssl/opensslv_no-asm.h +2 -0
  445. package/include/node/openssl/pkcs12_asm.h +2 -0
  446. package/include/node/openssl/pkcs12_no-asm.h +2 -0
  447. package/include/node/openssl/pkcs7_asm.h +2 -0
  448. package/include/node/openssl/pkcs7_no-asm.h +2 -0
  449. package/include/node/openssl/safestack_asm.h +2 -0
  450. package/include/node/openssl/safestack_no-asm.h +2 -0
  451. package/include/node/openssl/self_test.h +4 -5
  452. package/include/node/openssl/srp_asm.h +2 -0
  453. package/include/node/openssl/srp_no-asm.h +2 -0
  454. package/include/node/openssl/ssl_asm.h +2 -0
  455. package/include/node/openssl/ssl_no-asm.h +2 -0
  456. package/include/node/openssl/ui_asm.h +2 -0
  457. package/include/node/openssl/ui_no-asm.h +2 -0
  458. package/include/node/openssl/x509_asm.h +2 -0
  459. package/include/node/openssl/x509_no-asm.h +2 -0
  460. package/include/node/openssl/x509_vfy_asm.h +2 -0
  461. package/include/node/openssl/x509_vfy_no-asm.h +2 -0
  462. package/include/node/openssl/x509v3_asm.h +2 -0
  463. package/include/node/openssl/x509v3_no-asm.h +2 -0
  464. package/include/node/v8-array-buffer.h +2 -2
  465. package/include/node/v8-callbacks.h +26 -6
  466. package/include/node/v8-context.h +3 -14
  467. package/include/node/v8-data.h +15 -0
  468. package/include/node/v8-debug.h +21 -4
  469. package/include/node/v8-embedder-heap.h +10 -30
  470. package/include/node/v8-embedder-state-scope.h +51 -0
  471. package/include/node/v8-exception.h +0 -7
  472. package/include/node/v8-function.h +3 -0
  473. package/include/node/v8-initialization.h +64 -31
  474. package/include/node/v8-internal.h +189 -102
  475. package/include/node/v8-isolate.h +49 -2
  476. package/include/node/v8-local-handle.h +0 -4
  477. package/include/node/v8-locker.h +2 -1
  478. package/include/node/v8-message.h +19 -44
  479. package/include/node/v8-object.h +11 -6
  480. package/include/node/v8-platform.h +365 -6
  481. package/include/node/v8-primitive.h +14 -6
  482. package/include/node/v8-profiler.h +78 -2
  483. package/include/node/v8-script.h +27 -51
  484. package/include/node/v8-snapshot.h +0 -2
  485. package/include/node/v8-statistics.h +2 -0
  486. package/include/node/v8-template.h +31 -4
  487. package/include/node/v8-traced-handle.h +39 -224
  488. package/include/node/v8-unwinder.h +10 -7
  489. package/include/node/v8-value-serializer.h +32 -2
  490. package/include/node/v8-version.h +4 -4
  491. package/include/node/v8-wasm.h +13 -1
  492. package/include/node/v8-weak-callback-info.h +20 -6
  493. package/include/node/v8.h +0 -1
  494. package/include/node/v8config.h +56 -11
  495. package/package.json +1 -1
  496. package/share/doc/node/gdbinit +14 -6
  497. package/share/man/man1/node.1 +7 -3
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/crypto/dso_conf.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/crypto/dso_conf.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/crypto/dso_conf.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2002-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2002-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -20,6 +20,8 @@
20
20
  # include <openssl/opensslconf.h>
21
21
  # include <openssl/types.h>
22
22
 
23
+ # include <string.h>
24
+
23
25
  # ifdef __cplusplus
24
26
  extern "C" {
25
27
  # endif
@@ -1548,6 +1550,7 @@ OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_get_verify
1548
1550
 
1549
1551
  # define EVP_EC_gen(curve) \
1550
1552
  EVP_PKEY_Q_keygen(NULL, NULL, "EC", (char *)(strstr(curve, "")))
1553
+ /* strstr is used to enable type checking for the variadic string arg */
1551
1554
  # define ECParameters_dup(x) ASN1_dup_of(EC_KEY, i2d_ECParameters, \
1552
1555
  d2i_ECParameters, x)
1553
1556
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -801,6 +801,7 @@ typedef int (*dynamic_bind_engine) (ENGINE *e, const char *id,
801
801
  CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
802
802
  fns->mem_fns.realloc_fn, \
803
803
  fns->mem_fns.free_fn); \
804
+ OPENSSL_init_crypto(OPENSSL_INIT_NO_ATEXIT, NULL); \
804
805
  skip_cbs: \
805
806
  if (!fn(e, id)) return 0; \
806
807
  return 1; }
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/err.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/err.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/err.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/err.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/err.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/err.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/ess.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/ess.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/ess.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/ess.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/ess.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/ess.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -205,8 +205,8 @@ int (*EVP_MD_meth_get_ctrl(const EVP_MD *md))(EVP_MD_CTX *ctx, int cmd,
205
205
  * don't accidentally reuse the values for other purposes.
206
206
  */
207
207
 
208
- # define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW 0x0008/* Allow use of non FIPS
209
- * digest in FIPS mode */
208
+ /* This flag has no effect from openssl-3.0 onwards */
209
+ # define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW 0x0008
210
210
 
211
211
  /*
212
212
  * The following PAD options are also currently ignored in 1.0.0, digest
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/fipskey.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/fipskey.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/fipskey.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/fipskey.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/fipskey.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/fipskey.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/lhash.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/lhash.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/lhash.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/lhash.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/lhash.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/lhash.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/ocsp.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/ocsp.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/ocsp.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/ocsp.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/ocsp.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/ocsp.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/opensslv.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/opensslv.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/opensslv.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/opensslv.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/opensslv.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/opensslv.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/pkcs12.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/pkcs12.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/pkcs12.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/pkcs12.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/pkcs12.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/pkcs12.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/pkcs7.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/pkcs7.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/pkcs7.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/pkcs7.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/pkcs7.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/pkcs7.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/safestack.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/safestack.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/safestack.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/safestack.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/safestack.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/safestack.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -73,10 +73,6 @@ extern "C" {
73
73
  # define OSSL_SELF_TEST_DESC_KDF_TLS13_EXPAND "TLS13_KDF_EXPAND"
74
74
  # define OSSL_SELF_TEST_DESC_RNG "RNG"
75
75
 
76
- # ifdef __cplusplus
77
- }
78
- # endif
79
-
80
76
  void OSSL_SELF_TEST_set_callback(OSSL_LIB_CTX *libctx, OSSL_CALLBACK *cb,
81
77
  void *cbarg);
82
78
  void OSSL_SELF_TEST_get_callback(OSSL_LIB_CTX *libctx, OSSL_CALLBACK **cb,
@@ -90,4 +86,7 @@ void OSSL_SELF_TEST_onbegin(OSSL_SELF_TEST *st, const char *type,
90
86
  int OSSL_SELF_TEST_oncorrupt_byte(OSSL_SELF_TEST *st, unsigned char *bytes);
91
87
  void OSSL_SELF_TEST_onend(OSSL_SELF_TEST *st, int ret);
92
88
 
89
+ # ifdef __cplusplus
90
+ }
91
+ # endif
93
92
  #endif /* OPENSSL_SELF_TEST_H */
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/srp.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/srp.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/srp.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/srp.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/srp.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/srp.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/ssl.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/ssl.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/ssl.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/ssl.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/ssl.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/ssl.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/ui.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/ui.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/ui.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/ui.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/ui.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/ui.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/x509.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/x509.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/x509.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/x509.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/x509.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/x509.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/x509_vfy.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/x509_vfy.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/x509_vfy.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/x509_vfy.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/x509_vfy.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/x509_vfy.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/x509v3.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/asm/include/openssl/x509v3.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/asm/include/openssl/x509v3.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,6 +5,8 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/x509v3.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
+ # include "./archs/linux-x32/no-asm/include/openssl/x509v3.h"
8
10
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
11
  # include "./archs/linux-x86_64/no-asm/include/openssl/x509v3.h"
10
12
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -175,8 +175,8 @@ class V8_EXPORT ArrayBuffer : public Object {
175
175
  /**
176
176
  * Convenience allocator.
177
177
  *
178
- * When the virtual memory cage is enabled, this allocator will allocate its
179
- * backing memory inside the cage. Otherwise, it will rely on malloc/free.
178
+ * When the sandbox is enabled, this allocator will allocate its backing
179
+ * memory inside the sandbox. Otherwise, it will rely on malloc/free.
180
180
  *
181
181
  * Caller takes ownership, i.e. the returned object needs to be freed using
182
182
  * |delete allocator| once it is no longer in use.
@@ -148,11 +148,13 @@ using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
148
148
  */
149
149
  enum GCType {
150
150
  kGCTypeScavenge = 1 << 0,
151
- kGCTypeMarkSweepCompact = 1 << 1,
152
- kGCTypeIncrementalMarking = 1 << 2,
153
- kGCTypeProcessWeakCallbacks = 1 << 3,
154
- kGCTypeAll = kGCTypeScavenge | kGCTypeMarkSweepCompact |
155
- kGCTypeIncrementalMarking | kGCTypeProcessWeakCallbacks
151
+ kGCTypeMinorMarkCompact = 1 << 1,
152
+ kGCTypeMarkSweepCompact = 1 << 2,
153
+ kGCTypeIncrementalMarking = 1 << 3,
154
+ kGCTypeProcessWeakCallbacks = 1 << 4,
155
+ kGCTypeAll = kGCTypeScavenge | kGCTypeMinorMarkCompact |
156
+ kGCTypeMarkSweepCompact | kGCTypeIncrementalMarking |
157
+ kGCTypeProcessWeakCallbacks
156
158
  };
157
159
 
158
160
  /**
@@ -316,7 +318,7 @@ using SharedArrayBufferConstructorEnabledCallback =
316
318
  bool (*)(Local<Context> context);
317
319
 
318
320
  /**
319
- * HostImportModuleDynamicallyWithImportAssertionsCallback is called when we
321
+ * HostImportModuleDynamicallyCallback is called when we
320
322
  * require the embedder to load a module. This is used as part of the dynamic
321
323
  * import syntax.
322
324
  *
@@ -346,6 +348,10 @@ using HostImportModuleDynamicallyWithImportAssertionsCallback =
346
348
  Local<ScriptOrModule> referrer,
347
349
  Local<String> specifier,
348
350
  Local<FixedArray> import_assertions);
351
+ using HostImportModuleDynamicallyCallback = MaybeLocal<Promise> (*)(
352
+ Local<Context> context, Local<Data> host_defined_options,
353
+ Local<Value> resource_name, Local<String> specifier,
354
+ Local<FixedArray> import_assertions);
349
355
 
350
356
  /**
351
357
  * HostInitializeImportMetaObjectCallback is called the first time import.meta
@@ -361,6 +367,20 @@ using HostInitializeImportMetaObjectCallback = void (*)(Local<Context> context,
361
367
  Local<Module> module,
362
368
  Local<Object> meta);
363
369
 
370
+ /**
371
+ * HostCreateShadowRealmContextCallback is called each time a ShadowRealm is
372
+ * being constructed in the initiator_context.
373
+ *
374
+ * The method combines Context creation and implementation defined abstract
375
+ * operation HostInitializeShadowRealm into one.
376
+ *
377
+ * The embedder should use v8::Context::New or v8::Context:NewFromSnapshot to
378
+ * create a new context. If the creation fails, the embedder must propagate
379
+ * that exception by returning an empty MaybeLocal.
380
+ */
381
+ using HostCreateShadowRealmContextCallback =
382
+ MaybeLocal<Context> (*)(Local<Context> initiator_context);
383
+
364
384
  /**
365
385
  * PrepareStackTraceCallback is called when the stack property of an error is
366
386
  * first accessed. The return value will be used as the stack value. If this
@@ -313,17 +313,6 @@ class V8_EXPORT Context : public Data {
313
313
  explicit BackupIncumbentScope(Local<Context> backup_incumbent_context);
314
314
  ~BackupIncumbentScope();
315
315
 
316
- /**
317
- * Returns address that is comparable with JS stack address. Note that JS
318
- * stack may be allocated separately from the native stack. See also
319
- * |TryCatch::JSStackComparableAddressPrivate| for details.
320
- */
321
- V8_DEPRECATE_SOON(
322
- "This is private V8 information that should not be exposed in the API.")
323
- uintptr_t JSStackComparableAddress() const {
324
- return JSStackComparableAddressPrivate();
325
- }
326
-
327
316
  private:
328
317
  friend class internal::Isolate;
329
318
 
@@ -379,7 +368,7 @@ Local<Value> Context::GetEmbedderData(int index) {
379
368
  }
380
369
 
381
370
  void* Context::GetAlignedPointerFromEmbedderData(int index) {
382
- #ifndef V8_ENABLE_CHECKS
371
+ #if !defined(V8_ENABLE_CHECKS)
383
372
  using A = internal::Address;
384
373
  using I = internal::Internals;
385
374
  A ctx = *reinterpret_cast<const A*>(this);
@@ -387,10 +376,10 @@ void* Context::GetAlignedPointerFromEmbedderData(int index) {
387
376
  I::ReadTaggedPointerField(ctx, I::kNativeContextEmbedderDataOffset);
388
377
  int value_offset =
389
378
  I::kEmbedderDataArrayHeaderSize + (I::kEmbedderDataSlotSize * index);
390
- #ifdef V8_HEAP_SANDBOX
379
+ #ifdef V8_SANDBOXED_EXTERNAL_POINTERS
391
380
  value_offset += I::kEmbedderDataSlotRawPayloadOffset;
392
381
  #endif
393
- internal::Isolate* isolate = I::GetIsolateForHeapSandbox(ctx);
382
+ internal::Isolate* isolate = I::GetIsolateForSandbox(ctx);
394
383
  return reinterpret_cast<void*>(
395
384
  I::ReadExternalPointerField(isolate, embedder_data, value_offset,
396
385
  internal::kEmbedderDataSlotPayloadTag));
@@ -27,6 +27,11 @@ class V8_EXPORT Data {
27
27
  */
28
28
  bool IsModule() const;
29
29
 
30
+ /**
31
+ * Returns tru if this data is a |v8::FixedArray|
32
+ */
33
+ bool IsFixedArray() const;
34
+
30
35
  /**
31
36
  * Returns true if this data is a |v8::Private|.
32
37
  */
@@ -58,6 +63,16 @@ class V8_EXPORT FixedArray : public Data {
58
63
  public:
59
64
  int Length() const;
60
65
  Local<Data> Get(Local<Context> context, int i) const;
66
+
67
+ V8_INLINE static FixedArray* Cast(Data* data) {
68
+ #ifdef V8_ENABLE_CHECKS
69
+ CheckCast(data);
70
+ #endif
71
+ return reinterpret_cast<FixedArray*>(data);
72
+ }
73
+
74
+ private:
75
+ static void CheckCast(Data* obj);
61
76
  };
62
77
 
63
78
  } // namespace v8
@@ -7,8 +7,8 @@
7
7
 
8
8
  #include <stdint.h>
9
9
 
10
- #include "v8-local-handle.h" // NOLINT(build/include_directory)
11
- #include "v8config.h" // NOLINT(build/include_directory)
10
+ #include "v8-script.h" // NOLINT(build/include_directory)
11
+ #include "v8config.h" // NOLINT(build/include_directory)
12
12
 
13
13
  namespace v8 {
14
14
 
@@ -20,13 +20,18 @@ class String;
20
20
  */
21
21
  class V8_EXPORT StackFrame {
22
22
  public:
23
+ /**
24
+ * Returns the source location, 0-based, for the associated function call.
25
+ */
26
+ Location GetLocation() const;
27
+
23
28
  /**
24
29
  * Returns the number, 1-based, of the line for the associate function call.
25
30
  * This method will return Message::kNoLineNumberInfo if it is unable to
26
31
  * retrieve the line number, or if kLineNumber was not passed as an option
27
32
  * when capturing the StackTrace.
28
33
  */
29
- int GetLineNumber() const;
34
+ int GetLineNumber() const { return GetLocation().GetLineNumber() + 1; }
30
35
 
31
36
  /**
32
37
  * Returns the 1-based column offset on the line for the associated function
@@ -35,7 +40,7 @@ class V8_EXPORT StackFrame {
35
40
  * the column number, or if kColumnOffset was not passed as an option when
36
41
  * capturing the StackTrace.
37
42
  */
38
- int GetColumn() const;
43
+ int GetColumn() const { return GetLocation().GetColumnNumber() + 1; }
39
44
 
40
45
  /**
41
46
  * Returns the id of the script for the function for this StackFrame.
@@ -144,6 +149,18 @@ class V8_EXPORT StackTrace {
144
149
  */
145
150
  static Local<StackTrace> CurrentStackTrace(
146
151
  Isolate* isolate, int frame_limit, StackTraceOptions options = kDetailed);
152
+
153
+ /**
154
+ * Returns the first valid script name or source URL starting at the top of
155
+ * the JS stack. The returned string is either an empty handle if no script
156
+ * name/url was found or a non-zero-length string.
157
+ *
158
+ * This method is equivalent to calling StackTrace::CurrentStackTrace and
159
+ * walking the resulting frames from the beginning until a non-empty script
160
+ * name/url is found. The difference is that this method won't allocate
161
+ * a stack trace.
162
+ */
163
+ static Local<String> CurrentScriptNameOrSourceURL(Isolate* isolate);
147
164
  };
148
165
 
149
166
  } // namespace v8