node-linux-armv7l 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 (496) 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.h +7 -3
  12. package/include/node/node_api.h +70 -60
  13. package/include/node/node_api_types.h +1 -2
  14. package/include/node/node_version.h +4 -4
  15. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +3 -1
  17. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +2 -2
  18. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +4 -1
  20. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +3 -1
  23. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +2 -2
  24. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +4 -1
  26. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +3 -1
  29. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +2 -2
  30. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +4 -1
  32. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  33. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +3 -1
  35. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +2 -2
  36. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +4 -1
  38. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  39. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  41. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  42. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  44. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  45. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +3 -1
  47. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +2 -2
  48. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +4 -1
  50. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +3 -1
  53. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +2 -2
  54. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +4 -1
  56. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +3 -1
  59. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +2 -2
  60. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +4 -1
  62. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  63. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +3 -1
  65. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +2 -2
  66. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +4 -1
  68. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  69. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +3 -1
  71. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +2 -2
  72. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +4 -1
  74. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +3 -1
  77. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +2 -2
  78. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +4 -1
  80. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  81. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +3 -1
  83. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +2 -2
  84. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +4 -1
  86. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  87. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +3 -1
  89. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +2 -2
  90. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +4 -1
  92. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  93. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +3 -1
  95. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +2 -2
  96. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +4 -1
  98. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  99. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +3 -1
  101. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  102. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  104. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  105. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +3 -1
  107. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +2 -2
  108. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +4 -1
  110. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  111. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +3 -1
  113. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +2 -2
  114. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +4 -1
  116. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  117. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +3 -1
  119. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +2 -2
  120. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +4 -1
  122. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  123. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +3 -1
  125. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +2 -2
  126. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +4 -1
  128. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  129. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +3 -1
  131. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +2 -2
  132. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +4 -1
  134. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +3 -1
  137. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +2 -2
  138. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +4 -1
  140. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  141. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +3 -1
  143. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +2 -2
  144. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +4 -1
  146. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  147. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  148. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +3 -1
  149. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +2 -2
  150. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +4 -1
  152. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  153. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +3 -1
  155. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  156. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  157. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  158. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  159. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  160. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +3 -1
  161. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +2 -2
  162. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +4 -1
  164. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  165. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +3 -1
  167. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +2 -2
  168. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +4 -1
  170. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  171. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  172. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +3 -1
  173. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  174. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  176. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  177. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  178. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +3 -1
  179. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +2 -2
  180. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +4 -1
  182. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  183. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  184. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +3 -1
  185. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +2 -2
  186. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  187. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +4 -1
  188. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  189. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  190. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +3 -1
  191. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +2 -2
  192. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  193. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +4 -1
  194. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  195. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  196. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +3 -1
  197. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +2 -2
  198. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +4 -1
  200. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  201. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +3 -1
  203. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +2 -2
  204. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  205. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +4 -1
  206. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  207. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  208. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +3 -1
  209. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +2 -2
  210. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +4 -1
  212. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  213. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +3 -1
  215. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +2 -2
  216. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  217. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +4 -1
  218. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  219. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  220. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +3 -1
  221. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +2 -2
  222. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  223. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +4 -1
  224. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  225. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  226. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +3 -1
  227. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +2 -2
  228. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  229. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +4 -1
  230. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  231. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  232. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +3 -1
  233. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +2 -2
  234. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  235. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +4 -1
  236. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  237. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  238. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +3 -1
  239. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +2 -2
  240. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  241. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +4 -1
  242. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  243. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  244. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +3 -1
  245. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +2 -2
  246. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  247. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +4 -1
  248. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  249. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  250. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +3 -1
  251. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +2 -2
  252. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  253. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +4 -1
  254. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  255. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  256. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +3 -1
  257. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +2 -2
  258. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  259. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +4 -1
  260. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  261. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  262. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +3 -1
  263. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +2 -2
  264. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  265. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +4 -1
  266. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  267. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  268. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +3 -1
  269. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +2 -2
  270. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  271. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +4 -1
  272. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  273. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  274. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +3 -1
  275. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +2 -2
  276. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  277. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +4 -1
  278. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  279. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  280. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +3 -1
  281. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +2 -2
  282. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  283. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +4 -1
  284. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  285. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  286. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +3 -1
  287. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +2 -2
  288. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  289. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +4 -1
  290. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  291. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  292. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +3 -1
  293. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +2 -2
  294. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  295. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +4 -1
  296. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  297. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  298. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  299. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  300. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  301. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  302. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  303. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  304. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +3 -1
  305. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +2 -2
  306. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  307. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +4 -1
  308. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  309. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  310. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +3 -1
  311. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +2 -2
  312. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  313. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +4 -1
  314. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  315. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  316. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +3 -1
  317. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  318. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  319. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  320. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  321. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  322. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +3 -1
  323. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +2 -2
  324. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  325. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +4 -1
  326. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  327. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  328. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +3 -1
  329. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +2 -2
  330. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  331. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +4 -1
  332. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  333. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  334. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +3 -1
  335. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +2 -2
  336. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  337. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +4 -1
  338. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  339. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  340. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +3 -1
  341. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +2 -2
  342. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  343. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +4 -1
  344. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  345. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  346. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +3 -1
  347. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +2 -2
  348. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  349. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +4 -1
  350. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  351. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  352. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +3 -1
  353. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +2 -2
  354. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  355. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +4 -1
  356. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  357. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  358. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +3 -1
  359. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  360. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  361. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  362. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  363. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  364. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +3 -1
  365. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +2 -2
  366. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  367. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +4 -1
  368. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  369. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  370. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +3 -1
  371. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +2 -2
  372. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  373. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +4 -1
  374. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  375. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  376. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +3 -1
  377. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  378. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  379. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  380. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  381. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  382. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +3 -1
  383. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +2 -2
  384. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  385. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +4 -1
  386. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  387. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  388. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +3 -1
  389. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +2 -2
  390. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  391. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +4 -1
  392. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  393. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  394. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +3 -1
  395. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  396. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  397. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  398. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  399. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  400. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +3 -1
  401. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +2 -2
  402. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  403. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +4 -1
  404. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  405. package/include/node/openssl/asn1_asm.h +2 -0
  406. package/include/node/openssl/asn1_no-asm.h +2 -0
  407. package/include/node/openssl/asn1t_asm.h +2 -0
  408. package/include/node/openssl/asn1t_no-asm.h +2 -0
  409. package/include/node/openssl/bio_asm.h +2 -0
  410. package/include/node/openssl/bio_no-asm.h +2 -0
  411. package/include/node/openssl/bn_conf_asm.h +2 -0
  412. package/include/node/openssl/bn_conf_no-asm.h +2 -0
  413. package/include/node/openssl/cmp_asm.h +2 -0
  414. package/include/node/openssl/cmp_no-asm.h +2 -0
  415. package/include/node/openssl/cms_asm.h +2 -0
  416. package/include/node/openssl/cms_no-asm.h +2 -0
  417. package/include/node/openssl/conf_asm.h +2 -0
  418. package/include/node/openssl/conf_no-asm.h +2 -0
  419. package/include/node/openssl/configuration_asm.h +2 -0
  420. package/include/node/openssl/configuration_no-asm.h +2 -0
  421. package/include/node/openssl/crmf_asm.h +2 -0
  422. package/include/node/openssl/crmf_no-asm.h +2 -0
  423. package/include/node/openssl/crypto_asm.h +2 -0
  424. package/include/node/openssl/crypto_no-asm.h +2 -0
  425. package/include/node/openssl/ct_asm.h +2 -0
  426. package/include/node/openssl/ct_no-asm.h +2 -0
  427. package/include/node/openssl/dso_conf_asm.h +2 -0
  428. package/include/node/openssl/dso_conf_no-asm.h +2 -0
  429. package/include/node/openssl/ec.h +4 -1
  430. package/include/node/openssl/engine.h +2 -1
  431. package/include/node/openssl/err_asm.h +2 -0
  432. package/include/node/openssl/err_no-asm.h +2 -0
  433. package/include/node/openssl/ess_asm.h +2 -0
  434. package/include/node/openssl/ess_no-asm.h +2 -0
  435. package/include/node/openssl/evp.h +3 -3
  436. package/include/node/openssl/fipskey_asm.h +2 -0
  437. package/include/node/openssl/fipskey_no-asm.h +2 -0
  438. package/include/node/openssl/lhash_asm.h +2 -0
  439. package/include/node/openssl/lhash_no-asm.h +2 -0
  440. package/include/node/openssl/ocsp_asm.h +2 -0
  441. package/include/node/openssl/ocsp_no-asm.h +2 -0
  442. package/include/node/openssl/opensslv_asm.h +2 -0
  443. package/include/node/openssl/opensslv_no-asm.h +2 -0
  444. package/include/node/openssl/pkcs12_asm.h +2 -0
  445. package/include/node/openssl/pkcs12_no-asm.h +2 -0
  446. package/include/node/openssl/pkcs7_asm.h +2 -0
  447. package/include/node/openssl/pkcs7_no-asm.h +2 -0
  448. package/include/node/openssl/safestack_asm.h +2 -0
  449. package/include/node/openssl/safestack_no-asm.h +2 -0
  450. package/include/node/openssl/self_test.h +4 -5
  451. package/include/node/openssl/srp_asm.h +2 -0
  452. package/include/node/openssl/srp_no-asm.h +2 -0
  453. package/include/node/openssl/ssl_asm.h +2 -0
  454. package/include/node/openssl/ssl_no-asm.h +2 -0
  455. package/include/node/openssl/ui_asm.h +2 -0
  456. package/include/node/openssl/ui_no-asm.h +2 -0
  457. package/include/node/openssl/x509_asm.h +2 -0
  458. package/include/node/openssl/x509_no-asm.h +2 -0
  459. package/include/node/openssl/x509_vfy_asm.h +2 -0
  460. package/include/node/openssl/x509_vfy_no-asm.h +2 -0
  461. package/include/node/openssl/x509v3_asm.h +2 -0
  462. package/include/node/openssl/x509v3_no-asm.h +2 -0
  463. package/include/node/v8-array-buffer.h +2 -2
  464. package/include/node/v8-callbacks.h +26 -6
  465. package/include/node/v8-context.h +3 -14
  466. package/include/node/v8-data.h +15 -0
  467. package/include/node/v8-debug.h +21 -4
  468. package/include/node/v8-embedder-heap.h +10 -30
  469. package/include/node/v8-embedder-state-scope.h +51 -0
  470. package/include/node/v8-exception.h +0 -7
  471. package/include/node/v8-function.h +3 -0
  472. package/include/node/v8-initialization.h +64 -31
  473. package/include/node/v8-internal.h +189 -102
  474. package/include/node/v8-isolate.h +49 -2
  475. package/include/node/v8-local-handle.h +0 -4
  476. package/include/node/v8-locker.h +2 -1
  477. package/include/node/v8-message.h +19 -44
  478. package/include/node/v8-object.h +11 -6
  479. package/include/node/v8-platform.h +365 -6
  480. package/include/node/v8-primitive.h +14 -6
  481. package/include/node/v8-profiler.h +78 -2
  482. package/include/node/v8-script.h +27 -51
  483. package/include/node/v8-snapshot.h +0 -2
  484. package/include/node/v8-statistics.h +2 -0
  485. package/include/node/v8-template.h +31 -4
  486. package/include/node/v8-traced-handle.h +39 -224
  487. package/include/node/v8-unwinder.h +10 -7
  488. package/include/node/v8-value-serializer.h +32 -2
  489. package/include/node/v8-version.h +4 -4
  490. package/include/node/v8-wasm.h +13 -1
  491. package/include/node/v8-weak-callback-info.h +20 -6
  492. package/include/node/v8.h +0 -1
  493. package/include/node/v8config.h +56 -11
  494. package/package.json +1 -1
  495. package/share/doc/node/gdbinit +14 -6
  496. 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/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
@@ -34,24 +34,21 @@ class V8_EXPORT EmbedderRootsHandler {
34
34
  virtual ~EmbedderRootsHandler() = default;
35
35
 
36
36
  /**
37
- * Returns true if the TracedGlobal handle should be considered as root for
38
- * the currently running non-tracing garbage collection and false otherwise.
39
- * The default implementation will keep all TracedGlobal references as roots.
37
+ * Returns true if the |TracedReference| handle should be considered as root
38
+ * for the currently running non-tracing garbage collection and false
39
+ * otherwise. The default implementation will keep all |TracedReference|
40
+ * references as roots.
40
41
  *
41
42
  * If this returns false, then V8 may decide that the object referred to by
42
- * such a handle is reclaimed. In that case:
43
- * - No action is required if handles are used with destructors, i.e., by just
44
- * using |TracedGlobal|.
45
- * - When run without destructors, i.e., by using |TracedReference|, V8 calls
46
- * |ResetRoot|.
43
+ * such a handle is reclaimed. In that case, V8 calls |ResetRoot()| for the
44
+ * |TracedReference|.
47
45
  *
48
- * Note that the |handle| is different from the handle that the embedder holds
46
+ * Note that the `handle` is different from the handle that the embedder holds
49
47
  * for retaining the object. The embedder may use |WrapperClassId()| to
50
48
  * distinguish cases where it wants handles to be treated as roots from not
51
49
  * being treated as roots.
52
50
  */
53
51
  virtual bool IsRoot(const v8::TracedReference<v8::Value>& handle) = 0;
54
- virtual bool IsRoot(const v8::TracedGlobal<v8::Value>& handle) = 0;
55
52
 
56
53
  /**
57
54
  * Used in combination with |IsRoot|. Called by V8 when an
@@ -83,12 +80,11 @@ class V8_EXPORT EmbedderHeapTracer {
83
80
  };
84
81
 
85
82
  /**
86
- * Interface for iterating through TracedGlobal handles.
83
+ * Interface for iterating through |TracedReference| handles.
87
84
  */
88
85
  class V8_EXPORT TracedGlobalHandleVisitor {
89
86
  public:
90
87
  virtual ~TracedGlobalHandleVisitor() = default;
91
- virtual void VisitTracedGlobalHandle(const TracedGlobal<Value>& handle) {}
92
88
  virtual void VisitTracedReference(const TracedReference<Value>& handle) {}
93
89
  };
94
90
 
@@ -113,8 +109,8 @@ class V8_EXPORT EmbedderHeapTracer {
113
109
  virtual ~EmbedderHeapTracer() = default;
114
110
 
115
111
  /**
116
- * Iterates all TracedGlobal handles created for the v8::Isolate the tracer is
117
- * attached to.
112
+ * Iterates all |TracedReference| handles created for the |v8::Isolate| the
113
+ * tracer is attached to.
118
114
  */
119
115
  void IterateTracedGlobalHandles(TracedGlobalHandleVisitor* visitor);
120
116
 
@@ -124,14 +120,6 @@ class V8_EXPORT EmbedderHeapTracer {
124
120
  */
125
121
  void SetStackStart(void* stack_start);
126
122
 
127
- /**
128
- * Called by the embedder to notify V8 of an empty execution stack.
129
- */
130
- V8_DEPRECATE_SOON(
131
- "This call only optimized internal caches which V8 is able to figure out "
132
- "on its own now.")
133
- void NotifyEmptyEmbedderStack();
134
-
135
123
  /**
136
124
  * Called by v8 to register internal fields of found wrappers.
137
125
  *
@@ -197,7 +185,6 @@ class V8_EXPORT EmbedderHeapTracer {
197
185
  */
198
186
  virtual bool IsRootForNonTracingGC(
199
187
  const v8::TracedReference<v8::Value>& handle);
200
- virtual bool IsRootForNonTracingGC(const v8::TracedGlobal<v8::Value>& handle);
201
188
 
202
189
  /**
203
190
  * See documentation on EmbedderRootsHandler.
@@ -205,13 +192,6 @@ class V8_EXPORT EmbedderHeapTracer {
205
192
  virtual void ResetHandleInNonTracingGC(
206
193
  const v8::TracedReference<v8::Value>& handle);
207
194
 
208
- /*
209
- * Called by the embedder to immediately perform a full garbage collection.
210
- *
211
- * Should only be used in testing code.
212
- */
213
- void GarbageCollectionForTesting(EmbedderStackState stack_state);
214
-
215
195
  /*
216
196
  * Called by the embedder to signal newly allocated or freed memory. Not bound
217
197
  * to tracing phases. Embedders should trade off when increments are reported