@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,513 +0,0 @@
1
- // Copyright 2013 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_BASE_PLATFORM_TIME_H_
6
- #define V8_BASE_PLATFORM_TIME_H_
7
-
8
- #include <stdint.h>
9
-
10
- #include <ctime>
11
- #include <iosfwd>
12
- #include <limits>
13
-
14
- #include "src/base/base-export.h"
15
- #include "src/base/bits.h"
16
- #include "src/base/macros.h"
17
- #include "src/base/safe_conversions.h"
18
- #if V8_OS_WIN
19
- #include "src/base/win32-headers.h"
20
- #endif
21
-
22
- // Forward declarations.
23
- extern "C" {
24
- struct _FILETIME;
25
- struct mach_timespec;
26
- struct timespec;
27
- struct timeval;
28
- }
29
-
30
- namespace v8 {
31
- namespace base {
32
-
33
- class Time;
34
- class TimeDelta;
35
- class TimeTicks;
36
-
37
- namespace time_internal {
38
- template<class TimeClass>
39
- class TimeBase;
40
- } // namespace time_internal
41
-
42
- class TimeConstants {
43
- public:
44
- static constexpr int64_t kHoursPerDay = 24;
45
- static constexpr int64_t kMillisecondsPerSecond = 1000;
46
- static constexpr int64_t kMillisecondsPerDay =
47
- kMillisecondsPerSecond * 60 * 60 * kHoursPerDay;
48
- static constexpr int64_t kMicrosecondsPerMillisecond = 1000;
49
- static constexpr int64_t kMicrosecondsPerSecond =
50
- kMicrosecondsPerMillisecond * kMillisecondsPerSecond;
51
- static constexpr int64_t kMicrosecondsPerMinute = kMicrosecondsPerSecond * 60;
52
- static constexpr int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
53
- static constexpr int64_t kMicrosecondsPerDay =
54
- kMicrosecondsPerHour * kHoursPerDay;
55
- static constexpr int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
56
- static constexpr int64_t kNanosecondsPerMicrosecond = 1000;
57
- static constexpr int64_t kNanosecondsPerSecond =
58
- kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
59
- };
60
-
61
- // -----------------------------------------------------------------------------
62
- // TimeDelta
63
- //
64
- // This class represents a duration of time, internally represented in
65
- // microseonds.
66
-
67
- class V8_BASE_EXPORT TimeDelta final {
68
- public:
69
- constexpr TimeDelta() : delta_(0) {}
70
-
71
- // Converts units of time to TimeDeltas.
72
- static constexpr TimeDelta FromDays(int days) {
73
- return TimeDelta(days * TimeConstants::kMicrosecondsPerDay);
74
- }
75
- static constexpr TimeDelta FromHours(int hours) {
76
- return TimeDelta(hours * TimeConstants::kMicrosecondsPerHour);
77
- }
78
- static constexpr TimeDelta FromMinutes(int minutes) {
79
- return TimeDelta(minutes * TimeConstants::kMicrosecondsPerMinute);
80
- }
81
- static constexpr TimeDelta FromSeconds(int64_t seconds) {
82
- return TimeDelta(seconds * TimeConstants::kMicrosecondsPerSecond);
83
- }
84
- static constexpr TimeDelta FromMilliseconds(int64_t milliseconds) {
85
- return TimeDelta(milliseconds * TimeConstants::kMicrosecondsPerMillisecond);
86
- }
87
- static constexpr TimeDelta FromMicroseconds(int64_t microseconds) {
88
- return TimeDelta(microseconds);
89
- }
90
- static constexpr TimeDelta FromNanoseconds(int64_t nanoseconds) {
91
- return TimeDelta(nanoseconds / TimeConstants::kNanosecondsPerMicrosecond);
92
- }
93
-
94
- static TimeDelta FromSecondsD(double seconds) {
95
- return FromDouble(seconds * TimeConstants::kMicrosecondsPerSecond);
96
- }
97
- static TimeDelta FromMillisecondsD(double milliseconds) {
98
- return FromDouble(milliseconds *
99
- TimeConstants::kMicrosecondsPerMillisecond);
100
- }
101
-
102
- // Returns the maximum time delta, which should be greater than any reasonable
103
- // time delta we might compare it to. Adding or subtracting the maximum time
104
- // delta to a time or another time delta has an undefined result.
105
- static constexpr TimeDelta Max();
106
-
107
- // Returns the minimum time delta, which should be less than than any
108
- // reasonable time delta we might compare it to. Adding or subtracting the
109
- // minimum time delta to a time or another time delta has an undefined result.
110
- static constexpr TimeDelta Min();
111
-
112
- // Returns true if the time delta is zero.
113
- constexpr bool IsZero() const { return delta_ == 0; }
114
-
115
- // Returns true if the time delta is the maximum/minimum time delta.
116
- constexpr bool IsMax() const {
117
- return delta_ == std::numeric_limits<int64_t>::max();
118
- }
119
- constexpr bool IsMin() const {
120
- return delta_ == std::numeric_limits<int64_t>::min();
121
- }
122
-
123
- // Returns the time delta in some unit. The F versions return a floating
124
- // point value, the "regular" versions return a rounded-down value.
125
- //
126
- // InMillisecondsRoundedUp() instead returns an integer that is rounded up
127
- // to the next full millisecond.
128
- int InDays() const;
129
- int InHours() const;
130
- int InMinutes() const;
131
- double InSecondsF() const;
132
- int64_t InSeconds() const;
133
- double InMillisecondsF() const;
134
- int64_t InMilliseconds() const;
135
- int64_t InMillisecondsRoundedUp() const;
136
- int64_t InMicroseconds() const;
137
- int64_t InNanoseconds() const;
138
-
139
- // Converts to/from Mach time specs.
140
- static TimeDelta FromMachTimespec(struct mach_timespec ts);
141
- struct mach_timespec ToMachTimespec() const;
142
-
143
- // Converts to/from POSIX time specs.
144
- static TimeDelta FromTimespec(struct timespec ts);
145
- struct timespec ToTimespec() const;
146
-
147
- // Computations with other deltas.
148
- TimeDelta operator+(const TimeDelta& other) const {
149
- return TimeDelta(delta_ + other.delta_);
150
- }
151
- TimeDelta operator-(const TimeDelta& other) const {
152
- return TimeDelta(delta_ - other.delta_);
153
- }
154
-
155
- TimeDelta& operator+=(const TimeDelta& other) {
156
- delta_ += other.delta_;
157
- return *this;
158
- }
159
- TimeDelta& operator-=(const TimeDelta& other) {
160
- delta_ -= other.delta_;
161
- return *this;
162
- }
163
- constexpr TimeDelta operator-() const { return TimeDelta(-delta_); }
164
-
165
- double TimesOf(const TimeDelta& other) const {
166
- return static_cast<double>(delta_) / static_cast<double>(other.delta_);
167
- }
168
- double PercentOf(const TimeDelta& other) const {
169
- return TimesOf(other) * 100.0;
170
- }
171
-
172
- // Computations with ints, note that we only allow multiplicative operations
173
- // with ints, and additive operations with other deltas.
174
- TimeDelta operator*(int64_t a) const {
175
- return TimeDelta(delta_ * a);
176
- }
177
- TimeDelta operator/(int64_t a) const {
178
- return TimeDelta(delta_ / a);
179
- }
180
- TimeDelta& operator*=(int64_t a) {
181
- delta_ *= a;
182
- return *this;
183
- }
184
- TimeDelta& operator/=(int64_t a) {
185
- delta_ /= a;
186
- return *this;
187
- }
188
- int64_t operator/(const TimeDelta& other) const {
189
- return delta_ / other.delta_;
190
- }
191
-
192
- // Comparison operators.
193
- constexpr bool operator==(const TimeDelta& other) const {
194
- return delta_ == other.delta_;
195
- }
196
- constexpr bool operator!=(const TimeDelta& other) const {
197
- return delta_ != other.delta_;
198
- }
199
- constexpr bool operator<(const TimeDelta& other) const {
200
- return delta_ < other.delta_;
201
- }
202
- constexpr bool operator<=(const TimeDelta& other) const {
203
- return delta_ <= other.delta_;
204
- }
205
- constexpr bool operator>(const TimeDelta& other) const {
206
- return delta_ > other.delta_;
207
- }
208
- constexpr bool operator>=(const TimeDelta& other) const {
209
- return delta_ >= other.delta_;
210
- }
211
-
212
- private:
213
- // TODO(v8:10620): constexpr requires constexpr saturated_cast.
214
- static inline TimeDelta FromDouble(double value);
215
-
216
- template<class TimeClass> friend class time_internal::TimeBase;
217
- // Constructs a delta given the duration in microseconds. This is private
218
- // to avoid confusion by callers with an integer constructor. Use
219
- // FromSeconds, FromMilliseconds, etc. instead.
220
- explicit constexpr TimeDelta(int64_t delta) : delta_(delta) {}
221
-
222
- // Delta in microseconds.
223
- int64_t delta_;
224
- };
225
-
226
- // static
227
- TimeDelta TimeDelta::FromDouble(double value) {
228
- return TimeDelta(saturated_cast<int64_t>(value));
229
- }
230
-
231
- // static
232
- constexpr TimeDelta TimeDelta::Max() {
233
- return TimeDelta(std::numeric_limits<int64_t>::max());
234
- }
235
-
236
- // static
237
- constexpr TimeDelta TimeDelta::Min() {
238
- return TimeDelta(std::numeric_limits<int64_t>::min());
239
- }
240
-
241
- namespace time_internal {
242
-
243
- // TimeBase--------------------------------------------------------------------
244
-
245
- // Provides value storage and comparison/math operations common to all time
246
- // classes. Each subclass provides for strong type-checking to ensure
247
- // semantically meaningful comparison/math of time values from the same clock
248
- // source or timeline.
249
- template <class TimeClass>
250
- class TimeBase : public TimeConstants {
251
- public:
252
- #if V8_OS_WIN
253
- // To avoid overflow in QPC to Microseconds calculations, since we multiply
254
- // by kMicrosecondsPerSecond, then the QPC value should not exceed
255
- // (2^63 - 1) / 1E6. If it exceeds that threshold, we divide then multiply.
256
- static constexpr int64_t kQPCOverflowThreshold = INT64_C(0x8637BD05AF7);
257
- #endif
258
-
259
- // Returns true if this object has not been initialized.
260
- //
261
- // Warning: Be careful when writing code that performs math on time values,
262
- // since it's possible to produce a valid "zero" result that should not be
263
- // interpreted as a "null" value.
264
- constexpr bool IsNull() const { return us_ == 0; }
265
-
266
- // Returns the maximum/minimum times, which should be greater/less than any
267
- // reasonable time with which we might compare it.
268
- static TimeClass Max() {
269
- return TimeClass(std::numeric_limits<int64_t>::max());
270
- }
271
- static TimeClass Min() {
272
- return TimeClass(std::numeric_limits<int64_t>::min());
273
- }
274
-
275
- // Returns true if this object represents the maximum/minimum time.
276
- constexpr bool IsMax() const {
277
- return us_ == std::numeric_limits<int64_t>::max();
278
- }
279
- constexpr bool IsMin() const {
280
- return us_ == std::numeric_limits<int64_t>::min();
281
- }
282
-
283
- // For serializing only. Use FromInternalValue() to reconstitute. Please don't
284
- // use this and do arithmetic on it, as it is more error prone than using the
285
- // provided operators.
286
- int64_t ToInternalValue() const { return us_; }
287
-
288
- // The amount of time since the origin (or "zero") point. This is a syntactic
289
- // convenience to aid in code readability, mainly for debugging/testing use
290
- // cases.
291
- //
292
- // Warning: While the Time subclass has a fixed origin point, the origin for
293
- // the other subclasses can vary each time the application is restarted.
294
- constexpr TimeDelta since_origin() const {
295
- return TimeDelta::FromMicroseconds(us_);
296
- }
297
-
298
- TimeClass& operator=(TimeClass other) {
299
- us_ = other.us_;
300
- return *(static_cast<TimeClass*>(this));
301
- }
302
-
303
- // Compute the difference between two times.
304
- TimeDelta operator-(TimeClass other) const {
305
- return TimeDelta::FromMicroseconds(us_ - other.us_);
306
- }
307
-
308
- // Return a new time modified by some delta.
309
- TimeClass operator+(TimeDelta delta) const {
310
- return TimeClass(bits::SignedSaturatedAdd64(delta.delta_, us_));
311
- }
312
- TimeClass operator-(TimeDelta delta) const {
313
- return TimeClass(-bits::SignedSaturatedSub64(delta.delta_, us_));
314
- }
315
-
316
- // Modify by some time delta.
317
- TimeClass& operator+=(TimeDelta delta) {
318
- return static_cast<TimeClass&>(*this = (*this + delta));
319
- }
320
- TimeClass& operator-=(TimeDelta delta) {
321
- return static_cast<TimeClass&>(*this = (*this - delta));
322
- }
323
-
324
- // Comparison operators
325
- bool operator==(TimeClass other) const {
326
- return us_ == other.us_;
327
- }
328
- bool operator!=(TimeClass other) const {
329
- return us_ != other.us_;
330
- }
331
- bool operator<(TimeClass other) const {
332
- return us_ < other.us_;
333
- }
334
- bool operator<=(TimeClass other) const {
335
- return us_ <= other.us_;
336
- }
337
- bool operator>(TimeClass other) const {
338
- return us_ > other.us_;
339
- }
340
- bool operator>=(TimeClass other) const {
341
- return us_ >= other.us_;
342
- }
343
-
344
- // Converts an integer value representing TimeClass to a class. This is used
345
- // when deserializing a |TimeClass| structure, using a value known to be
346
- // compatible. It is not provided as a constructor because the integer type
347
- // may be unclear from the perspective of a caller.
348
- static TimeClass FromInternalValue(int64_t us) { return TimeClass(us); }
349
-
350
- protected:
351
- explicit constexpr TimeBase(int64_t us) : us_(us) {}
352
-
353
- // Time value in a microsecond timebase.
354
- int64_t us_;
355
- };
356
-
357
- } // namespace time_internal
358
-
359
-
360
- // -----------------------------------------------------------------------------
361
- // Time
362
- //
363
- // This class represents an absolute point in time, internally represented as
364
- // microseconds (s/1,000,000) since 00:00:00 UTC, January 1, 1970.
365
-
366
- class V8_BASE_EXPORT Time final : public time_internal::TimeBase<Time> {
367
- public:
368
- // Contains the nullptr time. Use Time::Now() to get the current time.
369
- constexpr Time() : TimeBase(0) {}
370
-
371
- // Returns the current time. Watch out, the system might adjust its clock
372
- // in which case time will actually go backwards. We don't guarantee that
373
- // times are increasing, or that two calls to Now() won't be the same.
374
- static Time Now();
375
-
376
- // Returns the current time. Same as Now() except that this function always
377
- // uses system time so that there are no discrepancies between the returned
378
- // time and system time even on virtual environments including our test bot.
379
- // For timing sensitive unittests, this function should be used.
380
- static Time NowFromSystemTime();
381
-
382
- // Returns the time for epoch in Unix-like system (Jan 1, 1970).
383
- static Time UnixEpoch() { return Time(0); }
384
-
385
- // Converts to/from POSIX time specs.
386
- static Time FromTimespec(struct timespec ts);
387
- struct timespec ToTimespec() const;
388
-
389
- // Converts to/from POSIX time values.
390
- static Time FromTimeval(struct timeval tv);
391
- struct timeval ToTimeval() const;
392
-
393
- // Converts to/from Windows file times.
394
- static Time FromFiletime(struct _FILETIME ft);
395
- struct _FILETIME ToFiletime() const;
396
-
397
- // Converts to/from the Javascript convention for times, a number of
398
- // milliseconds since the epoch:
399
- static Time FromJsTime(double ms_since_epoch);
400
- double ToJsTime() const;
401
-
402
- private:
403
- friend class time_internal::TimeBase<Time>;
404
- explicit constexpr Time(int64_t us) : TimeBase(us) {}
405
- };
406
-
407
- V8_BASE_EXPORT std::ostream& operator<<(std::ostream&, const Time&);
408
-
409
- inline Time operator+(const TimeDelta& delta, const Time& time) {
410
- return time + delta;
411
- }
412
-
413
-
414
- // -----------------------------------------------------------------------------
415
- // TimeTicks
416
- //
417
- // This class represents an abstract time that is most of the time incrementing
418
- // for use in measuring time durations. It is internally represented in
419
- // microseconds. It can not be converted to a human-readable time, but is
420
- // guaranteed not to decrease (if the user changes the computer clock,
421
- // Time::Now() may actually decrease or jump). But note that TimeTicks may
422
- // "stand still", for example if the computer suspended.
423
-
424
- class V8_BASE_EXPORT TimeTicks final
425
- : public time_internal::TimeBase<TimeTicks> {
426
- public:
427
- constexpr TimeTicks() : TimeBase(0) {}
428
-
429
- // Platform-dependent tick count representing "right now." When
430
- // IsHighResolution() returns false, the resolution of the clock could be as
431
- // coarse as ~15.6ms. Otherwise, the resolution should be no worse than one
432
- // microsecond.
433
- // This method never returns a null TimeTicks.
434
- static TimeTicks Now();
435
-
436
- // This is equivalent to Now() but DCHECKs that IsHighResolution(). Useful for
437
- // test frameworks that rely on high resolution clocks (in practice all
438
- // platforms but low-end Windows devices have high resolution clocks).
439
- static TimeTicks HighResolutionNow();
440
-
441
- // Returns true if the high-resolution clock is working on this system.
442
- static bool IsHighResolution();
443
-
444
- private:
445
- friend class time_internal::TimeBase<TimeTicks>;
446
-
447
- // Please use Now() to create a new object. This is for internal use
448
- // and testing. Ticks are in microseconds.
449
- explicit constexpr TimeTicks(int64_t ticks) : TimeBase(ticks) {}
450
- };
451
-
452
- inline TimeTicks operator+(const TimeDelta& delta, const TimeTicks& ticks) {
453
- return ticks + delta;
454
- }
455
-
456
-
457
- // ThreadTicks ----------------------------------------------------------------
458
-
459
- // Represents a clock, specific to a particular thread, than runs only while the
460
- // thread is running.
461
- class V8_BASE_EXPORT ThreadTicks final
462
- : public time_internal::TimeBase<ThreadTicks> {
463
- public:
464
- constexpr ThreadTicks() : TimeBase(0) {}
465
-
466
- // Returns true if ThreadTicks::Now() is supported on this system.
467
- static bool IsSupported();
468
-
469
- // Waits until the initialization is completed. Needs to be guarded with a
470
- // call to IsSupported().
471
- static void WaitUntilInitialized() {
472
- #if V8_OS_WIN
473
- WaitUntilInitializedWin();
474
- #endif
475
- }
476
-
477
- // Returns thread-specific CPU-time on systems that support this feature.
478
- // Needs to be guarded with a call to IsSupported(). Use this timer
479
- // to (approximately) measure how much time the calling thread spent doing
480
- // actual work vs. being de-scheduled. May return bogus results if the thread
481
- // migrates to another CPU between two calls. Returns an empty ThreadTicks
482
- // object until the initialization is completed. If a clock reading is
483
- // absolutely needed, call WaitUntilInitialized() before this method.
484
- static ThreadTicks Now();
485
-
486
- #if V8_OS_WIN
487
- // Similar to Now() above except this returns thread-specific CPU time for an
488
- // arbitrary thread. All comments for Now() method above apply apply to this
489
- // method as well.
490
- static ThreadTicks GetForThread(const HANDLE& thread_handle);
491
- #endif
492
-
493
- private:
494
- template <class TimeClass>
495
- friend class time_internal::TimeBase;
496
-
497
- // Please use Now() or GetForThread() to create a new object. This is for
498
- // internal use and testing. Ticks are in microseconds.
499
- explicit constexpr ThreadTicks(int64_t ticks) : TimeBase(ticks) {}
500
-
501
- #if V8_OS_WIN
502
- // Returns the frequency of the TSC in ticks per second, or 0 if it hasn't
503
- // been measured yet. Needs to be guarded with a call to IsSupported().
504
- static double TSCTicksPerSecond();
505
- static bool IsSupportedWin();
506
- static void WaitUntilInitializedWin();
507
- #endif
508
- };
509
-
510
- } // namespace base
511
- } // namespace v8
512
-
513
- #endif // V8_BASE_PLATFORM_TIME_H_
@@ -1,73 +0,0 @@
1
- // Copyright 2020 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_BASE_PLATFORM_WRAPPERS_H_
6
- #define V8_BASE_PLATFORM_WRAPPERS_H_
7
-
8
- #include <stddef.h>
9
- #include <stdio.h>
10
- #include <stdlib.h>
11
- #include <string.h>
12
-
13
- #include "src/base/base-export.h"
14
-
15
- #if defined(V8_OS_STARBOARD)
16
- #include "starboard/memory.h"
17
- #endif
18
-
19
- namespace v8 {
20
- namespace base {
21
-
22
- #if !defined(V8_OS_STARBOARD)
23
-
24
- // Common libstd implementations.
25
- // inline implementations are preferred here due to performance concerns.
26
- inline void* Malloc(size_t size) { return malloc(size); }
27
-
28
- inline void* Realloc(void* memory, size_t size) {
29
- return realloc(memory, size);
30
- }
31
-
32
- inline void Free(void* memory) { return free(memory); }
33
-
34
- inline void* Calloc(size_t count, size_t size) { return calloc(count, size); }
35
-
36
- inline void* Memcpy(void* dest, const void* source, size_t count) {
37
- return memcpy(dest, source, count);
38
- }
39
-
40
- inline FILE* Fopen(const char* filename, const char* mode) {
41
- return fopen(filename, mode);
42
- }
43
-
44
- inline int Fclose(FILE* stream) { return fclose(stream); }
45
-
46
- #else // V8_OS_STARBOARD
47
-
48
- inline void* Malloc(size_t size) { return SbMemoryAlloc(size); }
49
-
50
- inline void* Realloc(void* memory, size_t size) {
51
- return SbMemoryReallocate(memory, size);
52
- }
53
-
54
- inline void Free(void* memory) { return SbMemoryDeallocate(memory); }
55
-
56
- inline void* Calloc(size_t count, size_t size) {
57
- return SbMemoryCalloc(count, size);
58
- }
59
-
60
- inline void* Memcpy(void* dest, const void* source, size_t count) {
61
- return SbMemoryCopy(dest, source, count);
62
- }
63
-
64
- inline FILE* Fopen(const char* filename, const char* mode) { return NULL; }
65
-
66
- inline int Fclose(FILE* stream) { return -1; }
67
-
68
- #endif // V8_OS_STARBOARD
69
-
70
- } // namespace base
71
- } // namespace v8
72
-
73
- #endif // V8_BASE_PLATFORM_WRAPPERS_H_