@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,397 +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_ISOLATE_CALLBACKS_H_
6
- #define INCLUDE_V8_ISOLATE_CALLBACKS_H_
7
-
8
- #include <stddef.h>
9
-
10
- #include <string>
11
-
12
- #include "cppgc/common.h"
13
- #include "v8-data.h" // NOLINT(build/include_directory)
14
- #include "v8-local-handle.h" // NOLINT(build/include_directory)
15
- #include "v8config.h" // NOLINT(build/include_directory)
16
-
17
- #if defined(V8_OS_WIN)
18
- struct _EXCEPTION_POINTERS;
19
- #endif
20
-
21
- namespace v8 {
22
-
23
- template <typename T>
24
- class FunctionCallbackInfo;
25
- class Isolate;
26
- class Message;
27
- class Module;
28
- class Object;
29
- class Promise;
30
- class ScriptOrModule;
31
- class String;
32
- class UnboundScript;
33
- class Value;
34
-
35
- /**
36
- * A JIT code event is issued each time code is added, moved or removed.
37
- *
38
- * \note removal events are not currently issued.
39
- */
40
- struct JitCodeEvent {
41
- enum EventType {
42
- CODE_ADDED,
43
- CODE_MOVED,
44
- CODE_REMOVED,
45
- CODE_ADD_LINE_POS_INFO,
46
- CODE_START_LINE_INFO_RECORDING,
47
- CODE_END_LINE_INFO_RECORDING
48
- };
49
- // Definition of the code position type. The "POSITION" type means the place
50
- // in the source code which are of interest when making stack traces to
51
- // pin-point the source location of a stack frame as close as possible.
52
- // The "STATEMENT_POSITION" means the place at the beginning of each
53
- // statement, and is used to indicate possible break locations.
54
- enum PositionType { POSITION, STATEMENT_POSITION };
55
-
56
- // There are three different kinds of CodeType, one for JIT code generated
57
- // by the optimizing compiler, one for byte code generated for the
58
- // interpreter, and one for code generated from Wasm. For JIT_CODE and
59
- // WASM_CODE, |code_start| points to the beginning of jitted assembly code,
60
- // while for BYTE_CODE events, |code_start| points to the first bytecode of
61
- // the interpreted function.
62
- enum CodeType { BYTE_CODE, JIT_CODE, WASM_CODE };
63
-
64
- // Type of event.
65
- EventType type;
66
- CodeType code_type;
67
- // Start of the instructions.
68
- void* code_start;
69
- // Size of the instructions.
70
- size_t code_len;
71
- // Script info for CODE_ADDED event.
72
- Local<UnboundScript> script;
73
- // User-defined data for *_LINE_INFO_* event. It's used to hold the source
74
- // code line information which is returned from the
75
- // CODE_START_LINE_INFO_RECORDING event. And it's passed to subsequent
76
- // CODE_ADD_LINE_POS_INFO and CODE_END_LINE_INFO_RECORDING events.
77
- void* user_data;
78
-
79
- struct name_t {
80
- // Name of the object associated with the code, note that the string is not
81
- // zero-terminated.
82
- const char* str;
83
- // Number of chars in str.
84
- size_t len;
85
- };
86
-
87
- struct line_info_t {
88
- // PC offset
89
- size_t offset;
90
- // Code position
91
- size_t pos;
92
- // The position type.
93
- PositionType position_type;
94
- };
95
-
96
- struct wasm_source_info_t {
97
- // Source file name.
98
- const char* filename;
99
- // Length of filename.
100
- size_t filename_size;
101
- // Line number table, which maps offsets of JITted code to line numbers of
102
- // source file.
103
- const line_info_t* line_number_table;
104
- // Number of entries in the line number table.
105
- size_t line_number_table_size;
106
- };
107
-
108
- wasm_source_info_t* wasm_source_info;
109
-
110
- union {
111
- // Only valid for CODE_ADDED.
112
- struct name_t name;
113
-
114
- // Only valid for CODE_ADD_LINE_POS_INFO
115
- struct line_info_t line_info;
116
-
117
- // New location of instructions. Only valid for CODE_MOVED.
118
- void* new_code_start;
119
- };
120
-
121
- Isolate* isolate;
122
- };
123
-
124
- /**
125
- * Option flags passed to the SetJitCodeEventHandler function.
126
- */
127
- enum JitCodeEventOptions {
128
- kJitCodeEventDefault = 0,
129
- // Generate callbacks for already existent code.
130
- kJitCodeEventEnumExisting = 1
131
- };
132
-
133
- /**
134
- * Callback function passed to SetJitCodeEventHandler.
135
- *
136
- * \param event code add, move or removal event.
137
- */
138
- using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
139
-
140
- // --- Garbage Collection Callbacks ---
141
-
142
- /**
143
- * Applications can register callback functions which will be called before and
144
- * after certain garbage collection operations. Allocations are not allowed in
145
- * the callback functions, you therefore cannot manipulate objects (set or
146
- * delete properties for example) since it is possible such operations will
147
- * result in the allocation of objects.
148
- */
149
- enum GCType {
150
- kGCTypeScavenge = 1 << 0,
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
158
- };
159
-
160
- /**
161
- * GCCallbackFlags is used to notify additional information about the GC
162
- * callback.
163
- * - kGCCallbackFlagConstructRetainedObjectInfos: The GC callback is for
164
- * constructing retained object infos.
165
- * - kGCCallbackFlagForced: The GC callback is for a forced GC for testing.
166
- * - kGCCallbackFlagSynchronousPhantomCallbackProcessing: The GC callback
167
- * is called synchronously without getting posted to an idle task.
168
- * - kGCCallbackFlagCollectAllAvailableGarbage: The GC callback is called
169
- * in a phase where V8 is trying to collect all available garbage
170
- * (e.g., handling a low memory notification).
171
- * - kGCCallbackScheduleIdleGarbageCollection: The GC callback is called to
172
- * trigger an idle garbage collection.
173
- */
174
- enum GCCallbackFlags {
175
- kNoGCCallbackFlags = 0,
176
- kGCCallbackFlagConstructRetainedObjectInfos = 1 << 1,
177
- kGCCallbackFlagForced = 1 << 2,
178
- kGCCallbackFlagSynchronousPhantomCallbackProcessing = 1 << 3,
179
- kGCCallbackFlagCollectAllAvailableGarbage = 1 << 4,
180
- kGCCallbackFlagCollectAllExternalMemory = 1 << 5,
181
- kGCCallbackScheduleIdleGarbageCollection = 1 << 6,
182
- };
183
-
184
- using GCCallback = void (*)(GCType type, GCCallbackFlags flags);
185
-
186
- using InterruptCallback = void (*)(Isolate* isolate, void* data);
187
-
188
- /**
189
- * This callback is invoked when the heap size is close to the heap limit and
190
- * V8 is likely to abort with out-of-memory error.
191
- * The callback can extend the heap limit by returning a value that is greater
192
- * than the current_heap_limit. The initial heap limit is the limit that was
193
- * set after heap setup.
194
- */
195
- using NearHeapLimitCallback = size_t (*)(void* data, size_t current_heap_limit,
196
- size_t initial_heap_limit);
197
-
198
- /**
199
- * Callback function passed to SetUnhandledExceptionCallback.
200
- */
201
- #if defined(V8_OS_WIN)
202
- using UnhandledExceptionCallback =
203
- int (*)(_EXCEPTION_POINTERS* exception_pointers);
204
- #endif
205
-
206
- // --- Counters Callbacks ---
207
-
208
- using CounterLookupCallback = int* (*)(const char* name);
209
-
210
- using CreateHistogramCallback = void* (*)(const char* name, int min, int max,
211
- size_t buckets);
212
-
213
- using AddHistogramSampleCallback = void (*)(void* histogram, int sample);
214
-
215
- // --- Exceptions ---
216
-
217
- using FatalErrorCallback = void (*)(const char* location, const char* message);
218
-
219
- using OOMErrorCallback = void (*)(const char* location, bool is_heap_oom);
220
-
221
- using MessageCallback = void (*)(Local<Message> message, Local<Value> data);
222
-
223
- // --- Tracing ---
224
-
225
- enum LogEventStatus : int { kStart = 0, kEnd = 1, kStamp = 2 };
226
- using LogEventCallback = void (*)(const char* name,
227
- int /* LogEventStatus */ status);
228
-
229
- // --- Crashkeys Callback ---
230
- enum class CrashKeyId {
231
- kIsolateAddress,
232
- kReadonlySpaceFirstPageAddress,
233
- kMapSpaceFirstPageAddress,
234
- kCodeSpaceFirstPageAddress,
235
- kDumpType,
236
- };
237
-
238
- using AddCrashKeyCallback = void (*)(CrashKeyId id, const std::string& value);
239
-
240
- // --- Enter/Leave Script Callback ---
241
- using BeforeCallEnteredCallback = void (*)(Isolate*);
242
- using CallCompletedCallback = void (*)(Isolate*);
243
-
244
- // --- AllowCodeGenerationFromStrings callbacks ---
245
-
246
- /**
247
- * Callback to check if code generation from strings is allowed. See
248
- * Context::AllowCodeGenerationFromStrings.
249
- */
250
- using AllowCodeGenerationFromStringsCallback = bool (*)(Local<Context> context,
251
- Local<String> source);
252
-
253
- struct ModifyCodeGenerationFromStringsResult {
254
- // If true, proceed with the codegen algorithm. Otherwise, block it.
255
- bool codegen_allowed = false;
256
- // Overwrite the original source with this string, if present.
257
- // Use the original source if empty.
258
- // This field is considered only if codegen_allowed is true.
259
- MaybeLocal<String> modified_source;
260
- };
261
-
262
- /**
263
- * Access type specification.
264
- */
265
- enum AccessType {
266
- ACCESS_GET,
267
- ACCESS_SET,
268
- ACCESS_HAS,
269
- ACCESS_DELETE,
270
- ACCESS_KEYS
271
- };
272
-
273
- // --- Failed Access Check Callback ---
274
-
275
- using FailedAccessCheckCallback = void (*)(Local<Object> target,
276
- AccessType type, Local<Value> data);
277
-
278
- /**
279
- * Callback to check if codegen is allowed from a source object, and convert
280
- * the source to string if necessary. See: ModifyCodeGenerationFromStrings.
281
- */
282
- using ModifyCodeGenerationFromStringsCallback =
283
- ModifyCodeGenerationFromStringsResult (*)(Local<Context> context,
284
- Local<Value> source);
285
- using ModifyCodeGenerationFromStringsCallback2 =
286
- ModifyCodeGenerationFromStringsResult (*)(Local<Context> context,
287
- Local<Value> source,
288
- bool is_code_like);
289
-
290
- // --- WebAssembly compilation callbacks ---
291
- using ExtensionCallback = bool (*)(const FunctionCallbackInfo<Value>&);
292
-
293
- using AllowWasmCodeGenerationCallback = bool (*)(Local<Context> context,
294
- Local<String> source);
295
-
296
- // --- Callback for APIs defined on v8-supported objects, but implemented
297
- // by the embedder. Example: WebAssembly.{compile|instantiate}Streaming ---
298
- using ApiImplementationCallback = void (*)(const FunctionCallbackInfo<Value>&);
299
-
300
- // --- Callback for WebAssembly.compileStreaming ---
301
- using WasmStreamingCallback = void (*)(const FunctionCallbackInfo<Value>&);
302
-
303
- // --- Callback for loading source map file for Wasm profiling support
304
- using WasmLoadSourceMapCallback = Local<String> (*)(Isolate* isolate,
305
- const char* name);
306
-
307
- // --- Callback for checking if WebAssembly Simd is enabled ---
308
- using WasmSimdEnabledCallback = bool (*)(Local<Context> context);
309
-
310
- // --- Callback for checking if WebAssembly exceptions are enabled ---
311
- using WasmExceptionsEnabledCallback = bool (*)(Local<Context> context);
312
-
313
- // --- Callback for checking if WebAssembly dynamic tiering is enabled ---
314
- using WasmDynamicTieringEnabledCallback = bool (*)(Local<Context> context);
315
-
316
- // --- Callback for checking if the SharedArrayBuffer constructor is enabled ---
317
- using SharedArrayBufferConstructorEnabledCallback =
318
- bool (*)(Local<Context> context);
319
-
320
- /**
321
- * HostImportModuleDynamicallyCallback is called when we
322
- * require the embedder to load a module. This is used as part of the dynamic
323
- * import syntax.
324
- *
325
- * The referrer contains metadata about the script/module that calls
326
- * import.
327
- *
328
- * The specifier is the name of the module that should be imported.
329
- *
330
- * The import_assertions are import assertions for this request in the form:
331
- * [key1, value1, key2, value2, ...] where the keys and values are of type
332
- * v8::String. Note, unlike the FixedArray passed to ResolveModuleCallback and
333
- * returned from ModuleRequest::GetImportAssertions(), this array does not
334
- * contain the source Locations of the assertions.
335
- *
336
- * The embedder must compile, instantiate, evaluate the Module, and
337
- * obtain its namespace object.
338
- *
339
- * The Promise returned from this function is forwarded to userland
340
- * JavaScript. The embedder must resolve this promise with the module
341
- * namespace object. In case of an exception, the embedder must reject
342
- * this promise with the exception. If the promise creation itself
343
- * fails (e.g. due to stack overflow), the embedder must propagate
344
- * that exception by returning an empty MaybeLocal.
345
- */
346
- using HostImportModuleDynamicallyWithImportAssertionsCallback =
347
- MaybeLocal<Promise> (*)(Local<Context> context,
348
- Local<ScriptOrModule> referrer,
349
- Local<String> specifier,
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);
355
-
356
- /**
357
- * HostInitializeImportMetaObjectCallback is called the first time import.meta
358
- * is accessed for a module. Subsequent access will reuse the same value.
359
- *
360
- * The method combines two implementation-defined abstract operations into one:
361
- * HostGetImportMetaProperties and HostFinalizeImportMeta.
362
- *
363
- * The embedder should use v8::Object::CreateDataProperty to add properties on
364
- * the meta object.
365
- */
366
- using HostInitializeImportMetaObjectCallback = void (*)(Local<Context> context,
367
- Local<Module> module,
368
- Local<Object> meta);
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
-
384
- /**
385
- * PrepareStackTraceCallback is called when the stack property of an error is
386
- * first accessed. The return value will be used as the stack value. If this
387
- * callback is registed, the |Error.prepareStackTrace| API will be disabled.
388
- * |sites| is an array of call sites, specified in
389
- * https://v8.dev/docs/stack-trace-api
390
- */
391
- using PrepareStackTraceCallback = MaybeLocal<Value> (*)(Local<Context> context,
392
- Local<Value> error,
393
- Local<Array> sites);
394
-
395
- } // namespace v8
396
-
397
- #endif // INCLUDE_V8_ISOLATE_CALLBACKS_H_
@@ -1,129 +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_CONTAINER_H_
6
- #define INCLUDE_V8_CONTAINER_H_
7
-
8
- #include <stddef.h>
9
- #include <stdint.h>
10
-
11
- #include "v8-local-handle.h" // NOLINT(build/include_directory)
12
- #include "v8-object.h" // NOLINT(build/include_directory)
13
- #include "v8config.h" // NOLINT(build/include_directory)
14
-
15
- namespace v8 {
16
-
17
- class Context;
18
- class Isolate;
19
-
20
- /**
21
- * An instance of the built-in array constructor (ECMA-262, 15.4.2).
22
- */
23
- class V8_EXPORT Array : public Object {
24
- public:
25
- uint32_t Length() const;
26
-
27
- /**
28
- * Creates a JavaScript array with the given length. If the length
29
- * is negative the returned array will have length 0.
30
- */
31
- static Local<Array> New(Isolate* isolate, int length = 0);
32
-
33
- /**
34
- * Creates a JavaScript array out of a Local<Value> array in C++
35
- * with a known length.
36
- */
37
- static Local<Array> New(Isolate* isolate, Local<Value>* elements,
38
- size_t length);
39
- V8_INLINE static Array* Cast(Value* value) {
40
- #ifdef V8_ENABLE_CHECKS
41
- CheckCast(value);
42
- #endif
43
- return static_cast<Array*>(value);
44
- }
45
-
46
- private:
47
- Array();
48
- static void CheckCast(Value* obj);
49
- };
50
-
51
- /**
52
- * An instance of the built-in Map constructor (ECMA-262, 6th Edition, 23.1.1).
53
- */
54
- class V8_EXPORT Map : public Object {
55
- public:
56
- size_t Size() const;
57
- void Clear();
58
- V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
59
- Local<Value> key);
60
- V8_WARN_UNUSED_RESULT MaybeLocal<Map> Set(Local<Context> context,
61
- Local<Value> key,
62
- Local<Value> value);
63
- V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context,
64
- Local<Value> key);
65
- V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context,
66
- Local<Value> key);
67
-
68
- /**
69
- * Returns an array of length Size() * 2, where index N is the Nth key and
70
- * index N + 1 is the Nth value.
71
- */
72
- Local<Array> AsArray() const;
73
-
74
- /**
75
- * Creates a new empty Map.
76
- */
77
- static Local<Map> New(Isolate* isolate);
78
-
79
- V8_INLINE static Map* Cast(Value* value) {
80
- #ifdef V8_ENABLE_CHECKS
81
- CheckCast(value);
82
- #endif
83
- return static_cast<Map*>(value);
84
- }
85
-
86
- private:
87
- Map();
88
- static void CheckCast(Value* obj);
89
- };
90
-
91
- /**
92
- * An instance of the built-in Set constructor (ECMA-262, 6th Edition, 23.2.1).
93
- */
94
- class V8_EXPORT Set : public Object {
95
- public:
96
- size_t Size() const;
97
- void Clear();
98
- V8_WARN_UNUSED_RESULT MaybeLocal<Set> Add(Local<Context> context,
99
- Local<Value> key);
100
- V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context,
101
- Local<Value> key);
102
- V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context,
103
- Local<Value> key);
104
-
105
- /**
106
- * Returns an array of the keys in this Set.
107
- */
108
- Local<Array> AsArray() const;
109
-
110
- /**
111
- * Creates a new empty Set.
112
- */
113
- static Local<Set> New(Isolate* isolate);
114
-
115
- V8_INLINE static Set* Cast(Value* value) {
116
- #ifdef V8_ENABLE_CHECKS
117
- CheckCast(value);
118
- #endif
119
- return static_cast<Set*>(value);
120
- }
121
-
122
- private:
123
- Set();
124
- static void CheckCast(Value* obj);
125
- };
126
-
127
- } // namespace v8
128
-
129
- #endif // INCLUDE_V8_CONTAINER_H_