@triniwiz/nativescript-masonkit 1.0.0-alpha.12 → 1.0.0-alpha.14

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 (323) hide show
  1. package/common.js.map +1 -1
  2. package/helpers.d.ts +5 -5
  3. package/helpers.js +0 -3
  4. package/helpers.js.map +1 -1
  5. package/index.android.js +2 -2
  6. package/index.android.js.map +1 -1
  7. package/index.ios.js +2 -2
  8. package/index.ios.js.map +1 -1
  9. package/package.json +2 -2
  10. package/platforms/android/masonkit-release.aar +0 -0
  11. package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Mason +0 -0
  12. package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.abi.json +4559 -1456
  13. package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
  14. package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1932 -1932
  15. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Mason +0 -0
  16. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +4559 -1456
  17. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +4559 -1456
  18. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
  19. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1932 -1932
  20. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +1883 -1883
  21. package/style.d.ts +1 -1
  22. package/style.js +0 -1
  23. package/style.js.map +1 -1
  24. package/node.d.ts +0 -2
  25. package/node.js +0 -3
  26. package/node.js.map +0 -1
  27. package/platforms/ios/Podfile +0 -1
  28. package/platforms/ios/build.xcconfig +0 -5
  29. package/platforms/ios/prebuild.sh +0 -101
  30. package/platforms/new_native_src/cpp/Caches.cpp +0 -36
  31. package/platforms/new_native_src/cpp/Caches.h +0 -42
  32. package/platforms/new_native_src/cpp/Common.h +0 -34
  33. package/platforms/new_native_src/cpp/ConcurrentMap.h +0 -57
  34. package/platforms/new_native_src/cpp/Helpers.cpp +0 -101
  35. package/platforms/new_native_src/cpp/Helpers.h +0 -364
  36. package/platforms/new_native_src/cpp/MasonImpl.cpp +0 -68
  37. package/platforms/new_native_src/cpp/MasonImpl.h +0 -40
  38. package/platforms/new_native_src/cpp/MasonNodeImpl.cpp +0 -89
  39. package/platforms/new_native_src/cpp/MasonNodeImpl.h +0 -47
  40. package/platforms/new_native_src/cpp/MasonStyleImpl.cpp +0 -2181
  41. package/platforms/new_native_src/cpp/MasonStyleImpl.h +0 -420
  42. package/platforms/new_native_src/cpp/include/mason_native.h +0 -972
  43. package/platforms/new_native_src/cpp/include/robin_hood.h +0 -2544
  44. package/src-native/pods/Headers/include/APIDesign.md +0 -72
  45. package/src-native/pods/Headers/include/DEPS +0 -10
  46. package/src-native/pods/Headers/include/DIR_METADATA +0 -11
  47. package/src-native/pods/Headers/include/OWNERS +0 -23
  48. package/src-native/pods/Headers/include/cppgc/DEPS +0 -8
  49. package/src-native/pods/Headers/include/cppgc/OWNERS +0 -2
  50. package/src-native/pods/Headers/include/cppgc/README.md +0 -133
  51. package/src-native/pods/Headers/include/cppgc/allocation.h +0 -310
  52. package/src-native/pods/Headers/include/cppgc/common.h +0 -29
  53. package/src-native/pods/Headers/include/cppgc/cross-thread-persistent.h +0 -465
  54. package/src-native/pods/Headers/include/cppgc/custom-space.h +0 -97
  55. package/src-native/pods/Headers/include/cppgc/default-platform.h +0 -67
  56. package/src-native/pods/Headers/include/cppgc/ephemeron-pair.h +0 -30
  57. package/src-native/pods/Headers/include/cppgc/explicit-management.h +0 -100
  58. package/src-native/pods/Headers/include/cppgc/garbage-collected.h +0 -106
  59. package/src-native/pods/Headers/include/cppgc/heap-consistency.h +0 -266
  60. package/src-native/pods/Headers/include/cppgc/heap-state.h +0 -82
  61. package/src-native/pods/Headers/include/cppgc/heap-statistics.h +0 -120
  62. package/src-native/pods/Headers/include/cppgc/heap.h +0 -206
  63. package/src-native/pods/Headers/include/cppgc/internal/api-constants.h +0 -55
  64. package/src-native/pods/Headers/include/cppgc/internal/atomic-entry-flag.h +0 -48
  65. package/src-native/pods/Headers/include/cppgc/internal/caged-heap-local-data.h +0 -79
  66. package/src-native/pods/Headers/include/cppgc/internal/compiler-specific.h +0 -38
  67. package/src-native/pods/Headers/include/cppgc/internal/finalizer-trait.h +0 -93
  68. package/src-native/pods/Headers/include/cppgc/internal/gc-info.h +0 -156
  69. package/src-native/pods/Headers/include/cppgc/internal/logging.h +0 -50
  70. package/src-native/pods/Headers/include/cppgc/internal/name-trait.h +0 -122
  71. package/src-native/pods/Headers/include/cppgc/internal/persistent-node.h +0 -216
  72. package/src-native/pods/Headers/include/cppgc/internal/pointer-policies.h +0 -186
  73. package/src-native/pods/Headers/include/cppgc/internal/write-barrier.h +0 -435
  74. package/src-native/pods/Headers/include/cppgc/liveness-broker.h +0 -77
  75. package/src-native/pods/Headers/include/cppgc/macros.h +0 -26
  76. package/src-native/pods/Headers/include/cppgc/member.h +0 -291
  77. package/src-native/pods/Headers/include/cppgc/name-provider.h +0 -65
  78. package/src-native/pods/Headers/include/cppgc/object-size-trait.h +0 -58
  79. package/src-native/pods/Headers/include/cppgc/persistent.h +0 -370
  80. package/src-native/pods/Headers/include/cppgc/platform.h +0 -156
  81. package/src-native/pods/Headers/include/cppgc/prefinalizer.h +0 -75
  82. package/src-native/pods/Headers/include/cppgc/process-heap-statistics.h +0 -36
  83. package/src-native/pods/Headers/include/cppgc/sentinel-pointer.h +0 -32
  84. package/src-native/pods/Headers/include/cppgc/source-location.h +0 -92
  85. package/src-native/pods/Headers/include/cppgc/testing.h +0 -106
  86. package/src-native/pods/Headers/include/cppgc/trace-trait.h +0 -116
  87. package/src-native/pods/Headers/include/cppgc/type-traits.h +0 -240
  88. package/src-native/pods/Headers/include/cppgc/visitor.h +0 -379
  89. package/src-native/pods/Headers/include/js_protocol-1.2.json +0 -936
  90. package/src-native/pods/Headers/include/js_protocol-1.3.json +0 -1112
  91. package/src-native/pods/Headers/include/js_protocol.pdl +0 -1709
  92. package/src-native/pods/Headers/include/libffi/arm64/ffi.h +0 -524
  93. package/src-native/pods/Headers/include/libffi/arm64/ffitarget.h +0 -92
  94. package/src-native/pods/Headers/include/libffi/x86_64/ffi.h +0 -524
  95. package/src-native/pods/Headers/include/libffi/x86_64/ffitarget.h +0 -147
  96. package/src-native/pods/Headers/include/libffi.h +0 -12
  97. package/src-native/pods/Headers/include/libplatform/DEPS +0 -9
  98. package/src-native/pods/Headers/include/libplatform/libplatform-export.h +0 -29
  99. package/src-native/pods/Headers/include/libplatform/libplatform.h +0 -106
  100. package/src-native/pods/Headers/include/libplatform/v8-tracing.h +0 -333
  101. package/src-native/pods/Headers/include/v8-array-buffer.h +0 -433
  102. package/src-native/pods/Headers/include/v8-callbacks.h +0 -397
  103. package/src-native/pods/Headers/include/v8-container.h +0 -129
  104. package/src-native/pods/Headers/include/v8-context.h +0 -407
  105. package/src-native/pods/Headers/include/v8-cppgc.h +0 -215
  106. package/src-native/pods/Headers/include/v8-data.h +0 -80
  107. package/src-native/pods/Headers/include/v8-date.h +0 -43
  108. package/src-native/pods/Headers/include/v8-debug.h +0 -168
  109. package/src-native/pods/Headers/include/v8-embedder-heap.h +0 -218
  110. package/src-native/pods/Headers/include/v8-embedder-state-scope.h +0 -51
  111. package/src-native/pods/Headers/include/v8-exception.h +0 -217
  112. package/src-native/pods/Headers/include/v8-extension.h +0 -62
  113. package/src-native/pods/Headers/include/v8-external.h +0 -37
  114. package/src-native/pods/Headers/include/v8-fast-api-calls.h +0 -939
  115. package/src-native/pods/Headers/include/v8-forward.h +0 -81
  116. package/src-native/pods/Headers/include/v8-function-callback.h +0 -475
  117. package/src-native/pods/Headers/include/v8-function.h +0 -125
  118. package/src-native/pods/Headers/include/v8-initialization.h +0 -315
  119. package/src-native/pods/Headers/include/v8-inspector-protocol.h +0 -13
  120. package/src-native/pods/Headers/include/v8-inspector.h +0 -376
  121. package/src-native/pods/Headers/include/v8-internal.h +0 -661
  122. package/src-native/pods/Headers/include/v8-isolate.h +0 -1709
  123. package/src-native/pods/Headers/include/v8-json.h +0 -47
  124. package/src-native/pods/Headers/include/v8-local-handle.h +0 -455
  125. package/src-native/pods/Headers/include/v8-locker.h +0 -149
  126. package/src-native/pods/Headers/include/v8-maybe.h +0 -137
  127. package/src-native/pods/Headers/include/v8-memory-span.h +0 -43
  128. package/src-native/pods/Headers/include/v8-message.h +0 -216
  129. package/src-native/pods/Headers/include/v8-metrics.h +0 -255
  130. package/src-native/pods/Headers/include/v8-microtask-queue.h +0 -152
  131. package/src-native/pods/Headers/include/v8-microtask.h +0 -28
  132. package/src-native/pods/Headers/include/v8-object.h +0 -775
  133. package/src-native/pods/Headers/include/v8-persistent-handle.h +0 -590
  134. package/src-native/pods/Headers/include/v8-platform.h +0 -1092
  135. package/src-native/pods/Headers/include/v8-primitive-object.h +0 -118
  136. package/src-native/pods/Headers/include/v8-primitive.h +0 -866
  137. package/src-native/pods/Headers/include/v8-profiler.h +0 -1198
  138. package/src-native/pods/Headers/include/v8-promise.h +0 -174
  139. package/src-native/pods/Headers/include/v8-proxy.h +0 -50
  140. package/src-native/pods/Headers/include/v8-regexp.h +0 -105
  141. package/src-native/pods/Headers/include/v8-script.h +0 -748
  142. package/src-native/pods/Headers/include/v8-snapshot.h +0 -196
  143. package/src-native/pods/Headers/include/v8-statistics.h +0 -217
  144. package/src-native/pods/Headers/include/v8-template.h +0 -1079
  145. package/src-native/pods/Headers/include/v8-traced-handle.h +0 -420
  146. package/src-native/pods/Headers/include/v8-typed-array.h +0 -282
  147. package/src-native/pods/Headers/include/v8-unwinder-state.h +0 -31
  148. package/src-native/pods/Headers/include/v8-unwinder.h +0 -132
  149. package/src-native/pods/Headers/include/v8-util.h +0 -658
  150. package/src-native/pods/Headers/include/v8-value-serializer-version.h +0 -24
  151. package/src-native/pods/Headers/include/v8-value-serializer.h +0 -279
  152. package/src-native/pods/Headers/include/v8-value.h +0 -526
  153. package/src-native/pods/Headers/include/v8-version-string.h +0 -38
  154. package/src-native/pods/Headers/include/v8-version.h +0 -20
  155. package/src-native/pods/Headers/include/v8-wasm-trap-handler-posix.h +0 -31
  156. package/src-native/pods/Headers/include/v8-wasm-trap-handler-win.h +0 -28
  157. package/src-native/pods/Headers/include/v8-wasm.h +0 -257
  158. package/src-native/pods/Headers/include/v8-weak-callback-info.h +0 -86
  159. package/src-native/pods/Headers/include/v8.h +0 -88
  160. package/src-native/pods/Headers/include/v8config.h +0 -605
  161. package/src-native/pods/Headers/inspector/InspectorServer.h +0 -20
  162. package/src-native/pods/Headers/inspector/JsV8InspectorClient.h +0 -66
  163. package/src-native/pods/Headers/inspector/base/trace_event/common/trace_event_common.h +0 -1123
  164. package/src-native/pods/Headers/inspector/base64.h +0 -9
  165. package/src-native/pods/Headers/inspector/src/base/address-region.h +0 -95
  166. package/src-native/pods/Headers/inspector/src/base/atomic-utils.h +0 -219
  167. package/src-native/pods/Headers/inspector/src/base/atomicops.h +0 -332
  168. package/src-native/pods/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +0 -89
  169. package/src-native/pods/Headers/inspector/src/base/base-export.h +0 -31
  170. package/src-native/pods/Headers/inspector/src/base/bits.h +0 -343
  171. package/src-native/pods/Headers/inspector/src/base/build_config.h +0 -234
  172. package/src-native/pods/Headers/inspector/src/base/compiler-specific.h +0 -136
  173. package/src-native/pods/Headers/inspector/src/base/export-template.h +0 -163
  174. package/src-native/pods/Headers/inspector/src/base/flags.h +0 -130
  175. package/src-native/pods/Headers/inspector/src/base/immediate-crash.h +0 -162
  176. package/src-native/pods/Headers/inspector/src/base/lazy-instance.h +0 -258
  177. package/src-native/pods/Headers/inspector/src/base/logging.h +0 -417
  178. package/src-native/pods/Headers/inspector/src/base/macros.h +0 -423
  179. package/src-native/pods/Headers/inspector/src/base/memory.h +0 -89
  180. package/src-native/pods/Headers/inspector/src/base/once.h +0 -108
  181. package/src-native/pods/Headers/inspector/src/base/optional.h +0 -882
  182. package/src-native/pods/Headers/inspector/src/base/platform/mutex.h +0 -370
  183. package/src-native/pods/Headers/inspector/src/base/platform/platform.h +0 -476
  184. package/src-native/pods/Headers/inspector/src/base/platform/semaphore.h +0 -108
  185. package/src-native/pods/Headers/inspector/src/base/platform/v8-time.h +0 -513
  186. package/src-native/pods/Headers/inspector/src/base/platform/wrappers.h +0 -73
  187. package/src-native/pods/Headers/inspector/src/base/safe_conversions.h +0 -389
  188. package/src-native/pods/Headers/inspector/src/base/safe_conversions_impl.h +0 -822
  189. package/src-native/pods/Headers/inspector/src/base/template-utils.h +0 -113
  190. package/src-native/pods/Headers/inspector/src/base/v8-fallthrough.h +0 -21
  191. package/src-native/pods/Headers/inspector/src/common/checks.h +0 -38
  192. package/src-native/pods/Headers/inspector/src/common/globals.h +0 -1842
  193. package/src-native/pods/Headers/inspector/src/debug/debug-interface.h +0 -667
  194. package/src-native/pods/Headers/inspector/src/debug/interface-types.h +0 -175
  195. package/src-native/pods/Headers/inspector/src/init/v8.h +0 -52
  196. package/src-native/pods/Headers/inspector/src/inspector/custom-preview.h +0 -24
  197. package/src-native/pods/Headers/inspector/src/inspector/injected-script.h +0 -251
  198. package/src-native/pods/Headers/inspector/src/inspector/inspected-context.h +0 -79
  199. package/src-native/pods/Headers/inspector/src/inspector/protocol/CSS.h +0 -2148
  200. package/src-native/pods/Headers/inspector/src/inspector/protocol/Console.h +0 -211
  201. package/src-native/pods/Headers/inspector/src/inspector/protocol/DOM.h +0 -1008
  202. package/src-native/pods/Headers/inspector/src/inspector/protocol/Debugger.h +0 -892
  203. package/src-native/pods/Headers/inspector/src/inspector/protocol/Forward.h +0 -75
  204. package/src-native/pods/Headers/inspector/src/inspector/protocol/HeapProfiler.h +0 -346
  205. package/src-native/pods/Headers/inspector/src/inspector/protocol/Log.h +0 -342
  206. package/src-native/pods/Headers/inspector/src/inspector/protocol/Network.h +0 -2528
  207. package/src-native/pods/Headers/inspector/src/inspector/protocol/Overlay.h +0 -281
  208. package/src-native/pods/Headers/inspector/src/inspector/protocol/Page.h +0 -1189
  209. package/src-native/pods/Headers/inspector/src/inspector/protocol/Profiler.h +0 -1001
  210. package/src-native/pods/Headers/inspector/src/inspector/protocol/Protocol.h +0 -617
  211. package/src-native/pods/Headers/inspector/src/inspector/protocol/Runtime.h +0 -1696
  212. package/src-native/pods/Headers/inspector/src/inspector/protocol/Schema.h +0 -146
  213. package/src-native/pods/Headers/inspector/src/inspector/protocol/Security.h +0 -793
  214. package/src-native/pods/Headers/inspector/src/inspector/remote-object-id.h +0 -54
  215. package/src-native/pods/Headers/inspector/src/inspector/search-util.h +0 -26
  216. package/src-native/pods/Headers/inspector/src/inspector/string-16.h +0 -180
  217. package/src-native/pods/Headers/inspector/src/inspector/string-util.h +0 -128
  218. package/src-native/pods/Headers/inspector/src/inspector/v8-console-agent-impl.h +0 -48
  219. package/src-native/pods/Headers/inspector/src/inspector/v8-console-message.h +0 -147
  220. package/src-native/pods/Headers/inspector/src/inspector/v8-console.h +0 -173
  221. package/src-native/pods/Headers/inspector/src/inspector/v8-css-agent-impl.h +0 -62
  222. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +0 -248
  223. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-id.h +0 -44
  224. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-script.h +0 -123
  225. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger.h +0 -257
  226. package/src-native/pods/Headers/inspector/src/inspector/v8-dom-agent-impl.h +0 -91
  227. package/src-native/pods/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +0 -80
  228. package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-impl.h +0 -191
  229. package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-session-impl.h +0 -156
  230. package/src-native/pods/Headers/inspector/src/inspector/v8-log-agent-impl.h +0 -34
  231. package/src-native/pods/Headers/inspector/src/inspector/v8-network-agent-impl.h +0 -71
  232. package/src-native/pods/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +0 -24
  233. package/src-native/pods/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +0 -70
  234. package/src-native/pods/Headers/inspector/src/inspector/v8-page-agent-impl.h +0 -88
  235. package/src-native/pods/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +0 -104
  236. package/src-native/pods/Headers/inspector/src/inspector/v8-regex.h +0 -38
  237. package/src-native/pods/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +0 -157
  238. package/src-native/pods/Headers/inspector/src/inspector/v8-schema-agent-impl.h +0 -38
  239. package/src-native/pods/Headers/inspector/src/inspector/v8-stack-trace-impl.h +0 -164
  240. package/src-native/pods/Headers/inspector/src/inspector/v8-string-conversions.h +0 -17
  241. package/src-native/pods/Headers/inspector/src/inspector/v8-value-utils.h +0 -23
  242. package/src-native/pods/Headers/inspector/src/inspector/value-mirror.h +0 -87
  243. package/src-native/pods/Headers/inspector/src/libplatform/default-platform.h +0 -92
  244. package/src-native/pods/Headers/inspector/src/logging/tracing-flags.h +0 -50
  245. package/src-native/pods/Headers/inspector/src/numbers/conversions.h +0 -183
  246. package/src-native/pods/Headers/inspector/src/tracing/trace-event.h +0 -664
  247. package/src-native/pods/Headers/inspector/src/utils/allocation.h +0 -367
  248. package/src-native/pods/Headers/inspector/src/utils/vector.h +0 -324
  249. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +0 -305
  250. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +0 -314
  251. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +0 -62
  252. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +0 -6
  253. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +0 -58
  254. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +0 -47
  255. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +0 -80
  256. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +0 -52
  257. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +0 -26
  258. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +0 -104
  259. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +0 -39
  260. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +0 -406
  261. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +0 -32
  262. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +0 -158
  263. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +0 -99
  264. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +0 -139
  265. package/src-native/pods/Headers/inspector/utils.h +0 -32
  266. package/src-native/pods/Headers/inspector/v8-inspector-platform.h +0 -44
  267. package/src-native/pods/Headers/jsi/decorator.h +0 -762
  268. package/src-native/pods/Headers/jsi/instrumentation.h +0 -117
  269. package/src-native/pods/Headers/jsi/jsi-inl.h +0 -322
  270. package/src-native/pods/Headers/jsi/jsi.h +0 -1387
  271. package/src-native/pods/Headers/jsi/jsilib.h +0 -59
  272. package/src-native/pods/Headers/jsi/threadsafe.h +0 -79
  273. package/src-native/pods/Headers/runtime/ArgConverter.h +0 -61
  274. package/src-native/pods/Headers/runtime/ArrayAdapter.h +0 -13
  275. package/src-native/pods/Headers/runtime/Caches.h +0 -98
  276. package/src-native/pods/Headers/runtime/ClassBuilder.h +0 -61
  277. package/src-native/pods/Headers/runtime/Common.h +0 -9
  278. package/src-native/pods/Headers/runtime/ConcurrentMap.h +0 -55
  279. package/src-native/pods/Headers/runtime/ConcurrentQueue.h +0 -28
  280. package/src-native/pods/Headers/runtime/Console.h +0 -27
  281. package/src-native/pods/Headers/runtime/Constants.h +0 -15
  282. package/src-native/pods/Headers/runtime/DataWrapper.h +0 -671
  283. package/src-native/pods/Headers/runtime/DictionaryAdapter.h +0 -13
  284. package/src-native/pods/Headers/runtime/ExtVector.h +0 -21
  285. package/src-native/pods/Headers/runtime/FFICall.h +0 -105
  286. package/src-native/pods/Headers/runtime/FastEnumerationAdapter.h +0 -13
  287. package/src-native/pods/Headers/runtime/FunctionReference.h +0 -18
  288. package/src-native/pods/Headers/runtime/Helpers.h +0 -84
  289. package/src-native/pods/Headers/runtime/InlineFunctions.h +0 -16
  290. package/src-native/pods/Headers/runtime/Interop.h +0 -202
  291. package/src-native/pods/Headers/runtime/KnownUnknownClassPair.h +0 -35
  292. package/src-native/pods/Headers/runtime/Metadata.h +0 -981
  293. package/src-native/pods/Headers/runtime/MetadataBuilder.h +0 -72
  294. package/src-native/pods/Headers/runtime/MetadataInlines.h +0 -157
  295. package/src-native/pods/Headers/runtime/ModuleInternal.h +0 -59
  296. package/src-native/pods/Headers/runtime/NSDataAdapter.h +0 -13
  297. package/src-native/pods/Headers/runtime/NativeScriptException.h +0 -27
  298. package/src-native/pods/Headers/runtime/ObjectManager.h +0 -31
  299. package/src-native/pods/Headers/runtime/OneByteStringResource.h +0 -21
  300. package/src-native/pods/Headers/runtime/Pointer.h +0 -26
  301. package/src-native/pods/Headers/runtime/PromiseProxy.h +0 -15
  302. package/src-native/pods/Headers/runtime/Reference.h +0 -38
  303. package/src-native/pods/Headers/runtime/Runtime.h +0 -67
  304. package/src-native/pods/Headers/runtime/RuntimeConfig.h +0 -17
  305. package/src-native/pods/Headers/runtime/SetTimeout.h +0 -34
  306. package/src-native/pods/Headers/runtime/SimpleAllocator.h +0 -23
  307. package/src-native/pods/Headers/runtime/StringHasher.h +0 -315
  308. package/src-native/pods/Headers/runtime/SymbolIterator.h +0 -18
  309. package/src-native/pods/Headers/runtime/SymbolLoader.h +0 -27
  310. package/src-native/pods/Headers/runtime/TNSDerivedClass.h +0 -8
  311. package/src-native/pods/Headers/runtime/TSHelpers.h +0 -15
  312. package/src-native/pods/Headers/runtime/Tasks.h +0 -19
  313. package/src-native/pods/Headers/runtime/UnmanagedType.h +0 -21
  314. package/src-native/pods/Headers/runtime/WeakRef.h +0 -15
  315. package/src-native/pods/Headers/runtime/Worker.h +0 -26
  316. package/src-native/pods/Headers/runtime/robin_hood.h +0 -2184
  317. package/src-native/pods/Headers/v8runtime/HostProxy.h +0 -71
  318. package/src-native/pods/Headers/v8runtime/JSIV8ValueConverter.h +0 -70
  319. package/src-native/pods/Headers/v8runtime/V8PointerValue.h +0 -44
  320. package/src-native/pods/Headers/v8runtime/V8Runtime.h +0 -215
  321. package/src-native/pods/Headers/v8runtime/V8RuntimeConfig.h +0 -26
  322. package/src-native/pods/Headers/v8runtime/V8RuntimeFactory.h +0 -21
  323. package/src-native/pods/NativeScript.podspec +0 -68
@@ -1,526 +0,0 @@
1
- // Copyright 2021 the V8 project authors. All rights reserved.
2
- // Use of this source code is governed by a BSD-style license that can be
3
- // found in the LICENSE file.
4
-
5
- #ifndef INCLUDE_V8_VALUE_H_
6
- #define INCLUDE_V8_VALUE_H_
7
-
8
- #include "v8-data.h" // NOLINT(build/include_directory)
9
- #include "v8-internal.h" // NOLINT(build/include_directory)
10
- #include "v8-local-handle.h" // NOLINT(build/include_directory)
11
- #include "v8-maybe.h" // NOLINT(build/include_directory)
12
- #include "v8config.h" // NOLINT(build/include_directory)
13
-
14
- /**
15
- * The v8 JavaScript engine.
16
- */
17
- namespace v8 {
18
-
19
- class BigInt;
20
- class Int32;
21
- class Integer;
22
- class Number;
23
- class Object;
24
- class String;
25
- class Uint32;
26
-
27
- /**
28
- * The superclass of all JavaScript values and objects.
29
- */
30
- class V8_EXPORT Value : public Data {
31
- public:
32
- /**
33
- * Returns true if this value is the undefined value. See ECMA-262
34
- * 4.3.10.
35
- *
36
- * This is equivalent to `value === undefined` in JS.
37
- */
38
- V8_INLINE bool IsUndefined() const;
39
-
40
- /**
41
- * Returns true if this value is the null value. See ECMA-262
42
- * 4.3.11.
43
- *
44
- * This is equivalent to `value === null` in JS.
45
- */
46
- V8_INLINE bool IsNull() const;
47
-
48
- /**
49
- * Returns true if this value is either the null or the undefined value.
50
- * See ECMA-262
51
- * 4.3.11. and 4.3.12
52
- *
53
- * This is equivalent to `value == null` in JS.
54
- */
55
- V8_INLINE bool IsNullOrUndefined() const;
56
-
57
- /**
58
- * Returns true if this value is true.
59
- *
60
- * This is not the same as `BooleanValue()`. The latter performs a
61
- * conversion to boolean, i.e. the result of `Boolean(value)` in JS, whereas
62
- * this checks `value === true`.
63
- */
64
- bool IsTrue() const;
65
-
66
- /**
67
- * Returns true if this value is false.
68
- *
69
- * This is not the same as `!BooleanValue()`. The latter performs a
70
- * conversion to boolean, i.e. the result of `!Boolean(value)` in JS, whereas
71
- * this checks `value === false`.
72
- */
73
- bool IsFalse() const;
74
-
75
- /**
76
- * Returns true if this value is a symbol or a string.
77
- *
78
- * This is equivalent to
79
- * `typeof value === 'string' || typeof value === 'symbol'` in JS.
80
- */
81
- bool IsName() const;
82
-
83
- /**
84
- * Returns true if this value is an instance of the String type.
85
- * See ECMA-262 8.4.
86
- *
87
- * This is equivalent to `typeof value === 'string'` in JS.
88
- */
89
- V8_INLINE bool IsString() const;
90
-
91
- /**
92
- * Returns true if this value is a symbol.
93
- *
94
- * This is equivalent to `typeof value === 'symbol'` in JS.
95
- */
96
- bool IsSymbol() const;
97
-
98
- /**
99
- * Returns true if this value is a function.
100
- *
101
- * This is equivalent to `typeof value === 'function'` in JS.
102
- */
103
- bool IsFunction() const;
104
-
105
- /**
106
- * Returns true if this value is an array. Note that it will return false for
107
- * an Proxy for an array.
108
- */
109
- bool IsArray() const;
110
-
111
- /**
112
- * Returns true if this value is an object.
113
- */
114
- bool IsObject() const;
115
-
116
- /**
117
- * Returns true if this value is a bigint.
118
- *
119
- * This is equivalent to `typeof value === 'bigint'` in JS.
120
- */
121
- bool IsBigInt() const;
122
-
123
- /**
124
- * Returns true if this value is boolean.
125
- *
126
- * This is equivalent to `typeof value === 'boolean'` in JS.
127
- */
128
- bool IsBoolean() const;
129
-
130
- /**
131
- * Returns true if this value is a number.
132
- *
133
- * This is equivalent to `typeof value === 'number'` in JS.
134
- */
135
- bool IsNumber() const;
136
-
137
- /**
138
- * Returns true if this value is an `External` object.
139
- */
140
- bool IsExternal() const;
141
-
142
- /**
143
- * Returns true if this value is a 32-bit signed integer.
144
- */
145
- bool IsInt32() const;
146
-
147
- /**
148
- * Returns true if this value is a 32-bit unsigned integer.
149
- */
150
- bool IsUint32() const;
151
-
152
- /**
153
- * Returns true if this value is a Date.
154
- */
155
- bool IsDate() const;
156
-
157
- /**
158
- * Returns true if this value is an Arguments object.
159
- */
160
- bool IsArgumentsObject() const;
161
-
162
- /**
163
- * Returns true if this value is a BigInt object.
164
- */
165
- bool IsBigIntObject() const;
166
-
167
- /**
168
- * Returns true if this value is a Boolean object.
169
- */
170
- bool IsBooleanObject() const;
171
-
172
- /**
173
- * Returns true if this value is a Number object.
174
- */
175
- bool IsNumberObject() const;
176
-
177
- /**
178
- * Returns true if this value is a String object.
179
- */
180
- bool IsStringObject() const;
181
-
182
- /**
183
- * Returns true if this value is a Symbol object.
184
- */
185
- bool IsSymbolObject() const;
186
-
187
- /**
188
- * Returns true if this value is a NativeError.
189
- */
190
- bool IsNativeError() const;
191
-
192
- /**
193
- * Returns true if this value is a RegExp.
194
- */
195
- bool IsRegExp() const;
196
-
197
- /**
198
- * Returns true if this value is an async function.
199
- */
200
- bool IsAsyncFunction() const;
201
-
202
- /**
203
- * Returns true if this value is a Generator function.
204
- */
205
- bool IsGeneratorFunction() const;
206
-
207
- /**
208
- * Returns true if this value is a Generator object (iterator).
209
- */
210
- bool IsGeneratorObject() const;
211
-
212
- /**
213
- * Returns true if this value is a Promise.
214
- */
215
- bool IsPromise() const;
216
-
217
- /**
218
- * Returns true if this value is a Map.
219
- */
220
- bool IsMap() const;
221
-
222
- /**
223
- * Returns true if this value is a Set.
224
- */
225
- bool IsSet() const;
226
-
227
- /**
228
- * Returns true if this value is a Map Iterator.
229
- */
230
- bool IsMapIterator() const;
231
-
232
- /**
233
- * Returns true if this value is a Set Iterator.
234
- */
235
- bool IsSetIterator() const;
236
-
237
- /**
238
- * Returns true if this value is a WeakMap.
239
- */
240
- bool IsWeakMap() const;
241
-
242
- /**
243
- * Returns true if this value is a WeakSet.
244
- */
245
- bool IsWeakSet() const;
246
-
247
- /**
248
- * Returns true if this value is an ArrayBuffer.
249
- */
250
- bool IsArrayBuffer() const;
251
-
252
- /**
253
- * Returns true if this value is an ArrayBufferView.
254
- */
255
- bool IsArrayBufferView() const;
256
-
257
- /**
258
- * Returns true if this value is one of TypedArrays.
259
- */
260
- bool IsTypedArray() const;
261
-
262
- /**
263
- * Returns true if this value is an Uint8Array.
264
- */
265
- bool IsUint8Array() const;
266
-
267
- /**
268
- * Returns true if this value is an Uint8ClampedArray.
269
- */
270
- bool IsUint8ClampedArray() const;
271
-
272
- /**
273
- * Returns true if this value is an Int8Array.
274
- */
275
- bool IsInt8Array() const;
276
-
277
- /**
278
- * Returns true if this value is an Uint16Array.
279
- */
280
- bool IsUint16Array() const;
281
-
282
- /**
283
- * Returns true if this value is an Int16Array.
284
- */
285
- bool IsInt16Array() const;
286
-
287
- /**
288
- * Returns true if this value is an Uint32Array.
289
- */
290
- bool IsUint32Array() const;
291
-
292
- /**
293
- * Returns true if this value is an Int32Array.
294
- */
295
- bool IsInt32Array() const;
296
-
297
- /**
298
- * Returns true if this value is a Float32Array.
299
- */
300
- bool IsFloat32Array() const;
301
-
302
- /**
303
- * Returns true if this value is a Float64Array.
304
- */
305
- bool IsFloat64Array() const;
306
-
307
- /**
308
- * Returns true if this value is a BigInt64Array.
309
- */
310
- bool IsBigInt64Array() const;
311
-
312
- /**
313
- * Returns true if this value is a BigUint64Array.
314
- */
315
- bool IsBigUint64Array() const;
316
-
317
- /**
318
- * Returns true if this value is a DataView.
319
- */
320
- bool IsDataView() const;
321
-
322
- /**
323
- * Returns true if this value is a SharedArrayBuffer.
324
- */
325
- bool IsSharedArrayBuffer() const;
326
-
327
- /**
328
- * Returns true if this value is a JavaScript Proxy.
329
- */
330
- bool IsProxy() const;
331
-
332
- /**
333
- * Returns true if this value is a WasmMemoryObject.
334
- */
335
- bool IsWasmMemoryObject() const;
336
-
337
- /**
338
- * Returns true if this value is a WasmModuleObject.
339
- */
340
- bool IsWasmModuleObject() const;
341
-
342
- /**
343
- * Returns true if the value is a Module Namespace Object.
344
- */
345
- bool IsModuleNamespaceObject() const;
346
-
347
- /**
348
- * Perform the equivalent of `BigInt(value)` in JS.
349
- */
350
- V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt(
351
- Local<Context> context) const;
352
- /**
353
- * Perform the equivalent of `Number(value)` in JS.
354
- */
355
- V8_WARN_UNUSED_RESULT MaybeLocal<Number> ToNumber(
356
- Local<Context> context) const;
357
- /**
358
- * Perform the equivalent of `String(value)` in JS.
359
- */
360
- V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
361
- Local<Context> context) const;
362
- /**
363
- * Provide a string representation of this value usable for debugging.
364
- * This operation has no observable side effects and will succeed
365
- * unless e.g. execution is being terminated.
366
- */
367
- V8_WARN_UNUSED_RESULT MaybeLocal<String> ToDetailString(
368
- Local<Context> context) const;
369
- /**
370
- * Perform the equivalent of `Object(value)` in JS.
371
- */
372
- V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
373
- Local<Context> context) const;
374
- /**
375
- * Perform the equivalent of `Number(value)` in JS and convert the result
376
- * to an integer. Negative values are rounded up, positive values are rounded
377
- * down. NaN is converted to 0. Infinite values yield undefined results.
378
- */
379
- V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
380
- Local<Context> context) const;
381
- /**
382
- * Perform the equivalent of `Number(value)` in JS and convert the result
383
- * to an unsigned 32-bit integer by performing the steps in
384
- * https://tc39.es/ecma262/#sec-touint32.
385
- */
386
- V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32(
387
- Local<Context> context) const;
388
- /**
389
- * Perform the equivalent of `Number(value)` in JS and convert the result
390
- * to a signed 32-bit integer by performing the steps in
391
- * https://tc39.es/ecma262/#sec-toint32.
392
- */
393
- V8_WARN_UNUSED_RESULT MaybeLocal<Int32> ToInt32(Local<Context> context) const;
394
-
395
- /**
396
- * Perform the equivalent of `Boolean(value)` in JS. This can never fail.
397
- */
398
- Local<Boolean> ToBoolean(Isolate* isolate) const;
399
-
400
- /**
401
- * Attempts to convert a string to an array index.
402
- * Returns an empty handle if the conversion fails.
403
- */
404
- V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex(
405
- Local<Context> context) const;
406
-
407
- /** Returns the equivalent of `ToBoolean()->Value()`. */
408
- bool BooleanValue(Isolate* isolate) const;
409
-
410
- /** Returns the equivalent of `ToNumber()->Value()`. */
411
- V8_WARN_UNUSED_RESULT Maybe<double> NumberValue(Local<Context> context) const;
412
- /** Returns the equivalent of `ToInteger()->Value()`. */
413
- V8_WARN_UNUSED_RESULT Maybe<int64_t> IntegerValue(
414
- Local<Context> context) const;
415
- /** Returns the equivalent of `ToUint32()->Value()`. */
416
- V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
417
- Local<Context> context) const;
418
- /** Returns the equivalent of `ToInt32()->Value()`. */
419
- V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
420
-
421
- /** JS == */
422
- V8_WARN_UNUSED_RESULT Maybe<bool> Equals(Local<Context> context,
423
- Local<Value> that) const;
424
- bool StrictEquals(Local<Value> that) const;
425
- bool SameValue(Local<Value> that) const;
426
-
427
- template <class T>
428
- V8_INLINE static Value* Cast(T* value) {
429
- return static_cast<Value*>(value);
430
- }
431
-
432
- Local<String> TypeOf(Isolate*);
433
-
434
- Maybe<bool> InstanceOf(Local<Context> context, Local<Object> object);
435
-
436
- private:
437
- V8_INLINE bool QuickIsUndefined() const;
438
- V8_INLINE bool QuickIsNull() const;
439
- V8_INLINE bool QuickIsNullOrUndefined() const;
440
- V8_INLINE bool QuickIsString() const;
441
- bool FullIsUndefined() const;
442
- bool FullIsNull() const;
443
- bool FullIsString() const;
444
-
445
- static void CheckCast(Data* that);
446
- };
447
-
448
- template <>
449
- V8_INLINE Value* Value::Cast(Data* value) {
450
- #ifdef V8_ENABLE_CHECKS
451
- CheckCast(value);
452
- #endif
453
- return static_cast<Value*>(value);
454
- }
455
-
456
- bool Value::IsUndefined() const {
457
- #ifdef V8_ENABLE_CHECKS
458
- return FullIsUndefined();
459
- #else
460
- return QuickIsUndefined();
461
- #endif
462
- }
463
-
464
- bool Value::QuickIsUndefined() const {
465
- using A = internal::Address;
466
- using I = internal::Internals;
467
- A obj = *reinterpret_cast<const A*>(this);
468
- if (!I::HasHeapObjectTag(obj)) return false;
469
- if (I::GetInstanceType(obj) != I::kOddballType) return false;
470
- return (I::GetOddballKind(obj) == I::kUndefinedOddballKind);
471
- }
472
-
473
- bool Value::IsNull() const {
474
- #ifdef V8_ENABLE_CHECKS
475
- return FullIsNull();
476
- #else
477
- return QuickIsNull();
478
- #endif
479
- }
480
-
481
- bool Value::QuickIsNull() const {
482
- using A = internal::Address;
483
- using I = internal::Internals;
484
- A obj = *reinterpret_cast<const A*>(this);
485
- if (!I::HasHeapObjectTag(obj)) return false;
486
- if (I::GetInstanceType(obj) != I::kOddballType) return false;
487
- return (I::GetOddballKind(obj) == I::kNullOddballKind);
488
- }
489
-
490
- bool Value::IsNullOrUndefined() const {
491
- #ifdef V8_ENABLE_CHECKS
492
- return FullIsNull() || FullIsUndefined();
493
- #else
494
- return QuickIsNullOrUndefined();
495
- #endif
496
- }
497
-
498
- bool Value::QuickIsNullOrUndefined() const {
499
- using A = internal::Address;
500
- using I = internal::Internals;
501
- A obj = *reinterpret_cast<const A*>(this);
502
- if (!I::HasHeapObjectTag(obj)) return false;
503
- if (I::GetInstanceType(obj) != I::kOddballType) return false;
504
- int kind = I::GetOddballKind(obj);
505
- return kind == I::kNullOddballKind || kind == I::kUndefinedOddballKind;
506
- }
507
-
508
- bool Value::IsString() const {
509
- #ifdef V8_ENABLE_CHECKS
510
- return FullIsString();
511
- #else
512
- return QuickIsString();
513
- #endif
514
- }
515
-
516
- bool Value::QuickIsString() const {
517
- using A = internal::Address;
518
- using I = internal::Internals;
519
- A obj = *reinterpret_cast<const A*>(this);
520
- if (!I::HasHeapObjectTag(obj)) return false;
521
- return (I::GetInstanceType(obj) < I::kFirstNonstringType);
522
- }
523
-
524
- } // namespace v8
525
-
526
- #endif // INCLUDE_V8_VALUE_H_
@@ -1,38 +0,0 @@
1
- // Copyright 2017 the V8 project authors. All rights reserved.
2
- // Use of this source code is governed by a BSD-style license that can be
3
- // found in the LICENSE file.
4
-
5
- #ifndef V8_VERSION_STRING_H_
6
- #define V8_VERSION_STRING_H_
7
-
8
- #include "v8-version.h" // NOLINT(build/include_directory)
9
-
10
- // This is here rather than v8-version.h to keep that file simple and
11
- // machine-processable.
12
-
13
- #if V8_IS_CANDIDATE_VERSION
14
- #define V8_CANDIDATE_STRING " (candidate)"
15
- #else
16
- #define V8_CANDIDATE_STRING ""
17
- #endif
18
-
19
- #ifndef V8_EMBEDDER_STRING
20
- #define V8_EMBEDDER_STRING ""
21
- #endif
22
-
23
- #define V8_SX(x) #x
24
- #define V8_S(x) V8_SX(x)
25
-
26
- #if V8_PATCH_LEVEL > 0
27
- #define V8_VERSION_STRING \
28
- V8_S(V8_MAJOR_VERSION) \
29
- "." V8_S(V8_MINOR_VERSION) "." V8_S(V8_BUILD_NUMBER) "." V8_S( \
30
- V8_PATCH_LEVEL) V8_EMBEDDER_STRING V8_CANDIDATE_STRING
31
- #else
32
- #define V8_VERSION_STRING \
33
- V8_S(V8_MAJOR_VERSION) \
34
- "." V8_S(V8_MINOR_VERSION) "." V8_S(V8_BUILD_NUMBER) \
35
- V8_EMBEDDER_STRING V8_CANDIDATE_STRING
36
- #endif
37
-
38
- #endif // V8_VERSION_STRING_H_
@@ -1,20 +0,0 @@
1
- // Copyright 2015 the V8 project authors. All rights reserved.
2
- // Use of this source code is governed by a BSD-style license that can be
3
- // found in the LICENSE file.
4
-
5
- #ifndef V8_INCLUDE_VERSION_H_ // V8_VERSION_H_ conflicts with src/version.h
6
- #define V8_INCLUDE_VERSION_H_
7
-
8
- // These macros define the version number for the current version.
9
- // NOTE these macros are used by some of the tool scripts and the build
10
- // system so their names cannot be changed without changing the scripts.
11
- #define V8_MAJOR_VERSION 10
12
- #define V8_MINOR_VERSION 3
13
- #define V8_BUILD_NUMBER 22
14
- #define V8_PATCH_LEVEL 0
15
-
16
- // Use 1 for candidates and 0 otherwise.
17
- // (Boolean macro values are not supported by all preprocessors.)
18
- #define V8_IS_CANDIDATE_VERSION 0
19
-
20
- #endif // V8_INCLUDE_VERSION_H_
@@ -1,31 +0,0 @@
1
- // Copyright 2018 the V8 project authors. All rights reserved.
2
- // Use of this source code is governed by a BSD-style license that can be
3
- // found in the LICENSE file.
4
-
5
- #ifndef V8_WASM_TRAP_HANDLER_POSIX_H_
6
- #define V8_WASM_TRAP_HANDLER_POSIX_H_
7
-
8
- #include <signal.h>
9
-
10
- #include "v8config.h" // NOLINT(build/include_directory)
11
-
12
- namespace v8 {
13
- /**
14
- * This function determines whether a memory access violation has been an
15
- * out-of-bounds memory access in WebAssembly. If so, it will modify the context
16
- * parameter and add a return address where the execution can continue after the
17
- * signal handling, and return true. Otherwise, false will be returned.
18
- *
19
- * The parameters to this function correspond to those passed to a Posix signal
20
- * handler. Use this function only on Linux and Mac.
21
- *
22
- * \param sig_code The signal code, e.g. SIGSEGV.
23
- * \param info A pointer to the siginfo_t struct provided to the signal handler.
24
- * \param context A pointer to a ucontext_t struct provided to the signal
25
- * handler.
26
- */
27
- V8_EXPORT bool TryHandleWebAssemblyTrapPosix(int sig_code, siginfo_t* info,
28
- void* context);
29
-
30
- } // namespace v8
31
- #endif // V8_WASM_TRAP_HANDLER_POSIX_H_
@@ -1,28 +0,0 @@
1
- // Copyright 2018 the V8 project authors. All rights reserved.
2
- // Use of this source code is governed by a BSD-style license that can be
3
- // found in the LICENSE file.
4
-
5
- #ifndef V8_WASM_TRAP_HANDLER_WIN_H_
6
- #define V8_WASM_TRAP_HANDLER_WIN_H_
7
-
8
- #include <windows.h>
9
-
10
- #include "v8config.h" // NOLINT(build/include_directory)
11
-
12
- namespace v8 {
13
- /**
14
- * This function determines whether a memory access violation has been an
15
- * out-of-bounds memory access in WebAssembly. If so, it will modify the
16
- * exception parameter and add a return address where the execution can continue
17
- * after the exception handling, and return true. Otherwise the return value
18
- * will be false.
19
- *
20
- * The parameter to this function corresponds to the one passed to a Windows
21
- * vectored exception handler. Use this function only on Windows.
22
- *
23
- * \param exception An EXCEPTION_POINTERS* as provided to the exception handler.
24
- */
25
- V8_EXPORT bool TryHandleWebAssemblyTrapWindows(EXCEPTION_POINTERS* exception);
26
-
27
- } // namespace v8
28
- #endif // V8_WASM_TRAP_HANDLER_WIN_H_