@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,664 +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_TRACING_TRACE_EVENT_H_
6
- #define V8_TRACING_TRACE_EVENT_H_
7
-
8
- #include <stddef.h>
9
- #include <memory>
10
-
11
- // Include first to ensure that V8_USE_PERFETTO can be defined before use.
12
- #include "v8config.h" // NOLINT(build/include_directory)
13
-
14
- #if defined(V8_USE_PERFETTO)
15
- #include "protos/perfetto/trace/track_event/debug_annotation.pbzero.h"
16
- #include "src/tracing/trace-categories.h"
17
- #else
18
- #include "base/trace_event/common/trace_event_common.h"
19
- #endif // !defined(V8_USE_PERFETTO)
20
-
21
- #include "include/v8-platform.h"
22
- #include "src/base/atomicops.h"
23
- #include "src/base/macros.h"
24
- #include "src/base/platform/wrappers.h"
25
-
26
- // This header file defines implementation details of how the trace macros in
27
- // trace_event_common.h collect and store trace events. Anything not
28
- // implementation-specific should go in trace_macros_common.h instead of here.
29
-
30
-
31
- // The pointer returned from GetCategoryGroupEnabled() points to a
32
- // value with zero or more of the following bits. Used in this class only.
33
- // The TRACE_EVENT macros should only use the value as a bool.
34
- // These values must be in sync with macro values in trace_log.h in
35
- // chromium.
36
- enum CategoryGroupEnabledFlags {
37
- // Category group enabled for the recording mode.
38
- kEnabledForRecording_CategoryGroupEnabledFlags = 1 << 0,
39
- // Category group enabled by SetEventCallbackEnabled().
40
- kEnabledForEventCallback_CategoryGroupEnabledFlags = 1 << 2,
41
- // Category group enabled to export events to ETW.
42
- kEnabledForETWExport_CategoryGroupEnabledFlags = 1 << 3,
43
- };
44
-
45
- #if !defined(V8_USE_PERFETTO)
46
-
47
- // TODO(petermarshall): Remove with the old tracing implementation - Perfetto
48
- // copies const char* arguments by default.
49
- // By default, const char* argument values are assumed to have long-lived scope
50
- // and will not be copied. Use this macro to force a const char* to be copied.
51
- #define TRACE_STR_COPY(str) v8::internal::tracing::TraceStringWithCopy(str)
52
-
53
- // By default, trace IDs are eventually converted to a single 64-bit number. Use
54
- // this macro to add a scope string.
55
- #define TRACE_ID_WITH_SCOPE(scope, id) \
56
- v8::internal::tracing::TraceID::WithScope(scope, id)
57
-
58
- #define INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE() \
59
- TRACE_EVENT_API_LOAD_CATEGORY_GROUP_ENABLED() & \
60
- (kEnabledForRecording_CategoryGroupEnabledFlags | \
61
- kEnabledForEventCallback_CategoryGroupEnabledFlags)
62
-
63
- // The following macro has no implementation, but it needs to exist since
64
- // it gets called from scoped trace events. It cannot call UNIMPLEMENTED()
65
- // since an empty implementation is a valid one.
66
- #define INTERNAL_TRACE_MEMORY(category, name)
67
-
68
- ////////////////////////////////////////////////////////////////////////////////
69
- // Implementation specific tracing API definitions.
70
-
71
- // Get a pointer to the enabled state of the given trace category. Only
72
- // long-lived literal strings should be given as the category group. The
73
- // returned pointer can be held permanently in a local static for example. If
74
- // the unsigned char is non-zero, tracing is enabled. If tracing is enabled,
75
- // TRACE_EVENT_API_ADD_TRACE_EVENT can be called. It's OK if tracing is disabled
76
- // between the load of the tracing state and the call to
77
- // TRACE_EVENT_API_ADD_TRACE_EVENT, because this flag only provides an early out
78
- // for best performance when tracing is disabled.
79
- // const uint8_t*
80
- // TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(const char* category_group)
81
- #define TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED \
82
- v8::internal::tracing::TraceEventHelper::GetTracingController() \
83
- ->GetCategoryGroupEnabled
84
-
85
- // Get the number of times traces have been recorded. This is used to implement
86
- // the TRACE_EVENT_IS_NEW_TRACE facility.
87
- // unsigned int TRACE_EVENT_API_GET_NUM_TRACES_RECORDED()
88
- #define TRACE_EVENT_API_GET_NUM_TRACES_RECORDED UNIMPLEMENTED()
89
-
90
- // Add a trace event to the platform tracing system.
91
- // uint64_t TRACE_EVENT_API_ADD_TRACE_EVENT(
92
- // char phase,
93
- // const uint8_t* category_group_enabled,
94
- // const char* name,
95
- // const char* scope,
96
- // uint64_t id,
97
- // uint64_t bind_id,
98
- // int num_args,
99
- // const char** arg_names,
100
- // const uint8_t* arg_types,
101
- // const uint64_t* arg_values,
102
- // unsigned int flags)
103
- #define TRACE_EVENT_API_ADD_TRACE_EVENT v8::internal::tracing::AddTraceEventImpl
104
-
105
- // Add a trace event to the platform tracing system.
106
- // uint64_t TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_TIMESTAMP(
107
- // char phase,
108
- // const uint8_t* category_group_enabled,
109
- // const char* name,
110
- // const char* scope,
111
- // uint64_t id,
112
- // uint64_t bind_id,
113
- // int num_args,
114
- // const char** arg_names,
115
- // const uint8_t* arg_types,
116
- // const uint64_t* arg_values,
117
- // unsigned int flags,
118
- // int64_t timestamp)
119
- #define TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_TIMESTAMP \
120
- v8::internal::tracing::AddTraceEventWithTimestampImpl
121
-
122
- // Set the duration field of a COMPLETE trace event.
123
- // void TRACE_EVENT_API_UPDATE_TRACE_EVENT_DURATION(
124
- // const uint8_t* category_group_enabled,
125
- // const char* name,
126
- // uint64_t id)
127
- #define TRACE_EVENT_API_UPDATE_TRACE_EVENT_DURATION \
128
- v8::internal::tracing::TraceEventHelper::GetTracingController() \
129
- ->UpdateTraceEventDuration
130
-
131
- // Defines atomic operations used internally by the tracing system.
132
- #define TRACE_EVENT_API_ATOMIC_WORD v8::base::AtomicWord
133
- #define TRACE_EVENT_API_ATOMIC_LOAD(var) v8::base::Relaxed_Load(&(var))
134
- #define TRACE_EVENT_API_ATOMIC_STORE(var, value) \
135
- v8::base::Relaxed_Store(&(var), (value))
136
- #define TRACE_EVENT_API_LOAD_CATEGORY_GROUP_ENABLED() \
137
- v8::base::Relaxed_Load(reinterpret_cast<const v8::base::Atomic8*>( \
138
- INTERNAL_TRACE_EVENT_UID(category_group_enabled)))
139
-
140
- ////////////////////////////////////////////////////////////////////////////////
141
-
142
- // Implementation detail: trace event macros create temporary variables
143
- // to keep instrumentation overhead low. These macros give each temporary
144
- // variable a unique name based on the line number to prevent name collisions.
145
- #define INTERNAL_TRACE_EVENT_UID3(a, b) trace_event_unique_##a##b
146
- #define INTERNAL_TRACE_EVENT_UID2(a, b) INTERNAL_TRACE_EVENT_UID3(a, b)
147
- #define INTERNAL_TRACE_EVENT_UID(name_prefix) \
148
- INTERNAL_TRACE_EVENT_UID2(name_prefix, __LINE__)
149
-
150
- // Implementation detail: internal macro to create static category.
151
- // No barriers are needed, because this code is designed to operate safely
152
- // even when the unsigned char* points to garbage data (which may be the case
153
- // on processors without cache coherency).
154
- // TODO(fmeawad): This implementation contradicts that we can have a different
155
- // configuration for each isolate,
156
- // https://code.google.com/p/v8/issues/detail?id=4563
157
- #define INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO_CUSTOM_VARIABLES( \
158
- category_group, atomic, category_group_enabled) \
159
- category_group_enabled = \
160
- reinterpret_cast<const uint8_t*>(TRACE_EVENT_API_ATOMIC_LOAD(atomic)); \
161
- if (!category_group_enabled) { \
162
- category_group_enabled = \
163
- TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(category_group); \
164
- TRACE_EVENT_API_ATOMIC_STORE( \
165
- atomic, reinterpret_cast<TRACE_EVENT_API_ATOMIC_WORD>( \
166
- category_group_enabled)); \
167
- }
168
-
169
- #define INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group) \
170
- static TRACE_EVENT_API_ATOMIC_WORD INTERNAL_TRACE_EVENT_UID(atomic) = 0; \
171
- const uint8_t* INTERNAL_TRACE_EVENT_UID(category_group_enabled); \
172
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO_CUSTOM_VARIABLES( \
173
- category_group, INTERNAL_TRACE_EVENT_UID(atomic), \
174
- INTERNAL_TRACE_EVENT_UID(category_group_enabled));
175
-
176
- // Implementation detail: internal macro to create static category and add
177
- // event if the category is enabled.
178
- #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \
179
- do { \
180
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group); \
181
- if (INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE()) { \
182
- v8::internal::tracing::AddTraceEvent( \
183
- phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
184
- v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId, \
185
- v8::internal::tracing::kNoId, flags, ##__VA_ARGS__); \
186
- } \
187
- } while (false)
188
-
189
- // Implementation detail: internal macro to create static category and add begin
190
- // event if the category is enabled. Also adds the end event when the scope
191
- // ends.
192
- #define INTERNAL_TRACE_EVENT_ADD_SCOPED(category_group, name, ...) \
193
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group); \
194
- v8::internal::tracing::ScopedTracer INTERNAL_TRACE_EVENT_UID(tracer); \
195
- if (INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE()) { \
196
- uint64_t h = v8::internal::tracing::AddTraceEvent( \
197
- TRACE_EVENT_PHASE_COMPLETE, \
198
- INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
199
- v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId, \
200
- v8::internal::tracing::kNoId, TRACE_EVENT_FLAG_NONE, ##__VA_ARGS__); \
201
- INTERNAL_TRACE_EVENT_UID(tracer) \
202
- .Initialize(INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
203
- h); \
204
- }
205
-
206
- #define INTERNAL_TRACE_EVENT_ADD_SCOPED_WITH_FLOW(category_group, name, \
207
- bind_id, flow_flags, ...) \
208
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group); \
209
- v8::internal::tracing::ScopedTracer INTERNAL_TRACE_EVENT_UID(tracer); \
210
- if (INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE()) { \
211
- unsigned int trace_event_flags = flow_flags; \
212
- v8::internal::tracing::TraceID trace_event_bind_id(bind_id, \
213
- &trace_event_flags); \
214
- uint64_t h = v8::internal::tracing::AddTraceEvent( \
215
- TRACE_EVENT_PHASE_COMPLETE, \
216
- INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
217
- v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId, \
218
- trace_event_bind_id.raw_id(), trace_event_flags, ##__VA_ARGS__); \
219
- INTERNAL_TRACE_EVENT_UID(tracer) \
220
- .Initialize(INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
221
- h); \
222
- }
223
-
224
- // Implementation detail: internal macro to create static category and add
225
- // event if the category is enabled.
226
- #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \
227
- flags, ...) \
228
- do { \
229
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group); \
230
- if (INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE()) { \
231
- unsigned int trace_event_flags = flags | TRACE_EVENT_FLAG_HAS_ID; \
232
- v8::internal::tracing::TraceID trace_event_trace_id(id, \
233
- &trace_event_flags); \
234
- v8::internal::tracing::AddTraceEvent( \
235
- phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
236
- trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \
237
- v8::internal::tracing::kNoId, trace_event_flags, ##__VA_ARGS__); \
238
- } \
239
- } while (false)
240
-
241
- // Adds a trace event with a given timestamp.
242
- #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \
243
- timestamp, flags, ...) \
244
- do { \
245
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group); \
246
- if (INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE()) { \
247
- v8::internal::tracing::AddTraceEventWithTimestamp( \
248
- phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
249
- v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId, \
250
- v8::internal::tracing::kNoId, flags, timestamp, ##__VA_ARGS__); \
251
- } \
252
- } while (false)
253
-
254
- // Adds a trace event with a given id and timestamp.
255
- #define INTERNAL_TRACE_EVENT_ADD_WITH_ID_AND_TIMESTAMP( \
256
- phase, category_group, name, id, timestamp, flags, ...) \
257
- do { \
258
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group); \
259
- if (INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE()) { \
260
- unsigned int trace_event_flags = flags | TRACE_EVENT_FLAG_HAS_ID; \
261
- v8::internal::tracing::TraceID trace_event_trace_id(id, \
262
- &trace_event_flags); \
263
- v8::internal::tracing::AddTraceEventWithTimestamp( \
264
- phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
265
- trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \
266
- v8::internal::tracing::kNoId, trace_event_flags, timestamp, \
267
- ##__VA_ARGS__); \
268
- } \
269
- } while (false)
270
-
271
- // Adds a trace event with a given id, thread_id, and timestamp. This redirects
272
- // to INTERNAL_TRACE_EVENT_ADD_WITH_ID_AND_TIMESTAMP as we presently do not care
273
- // about the thread id.
274
- #define INTERNAL_TRACE_EVENT_ADD_WITH_ID_TID_AND_TIMESTAMP( \
275
- phase, category_group, name, id, thread_id, timestamp, flags, ...) \
276
- INTERNAL_TRACE_EVENT_ADD_WITH_ID_AND_TIMESTAMP( \
277
- phase, category_group, name, id, timestamp, flags, ##__VA_ARGS__)
278
-
279
- #define TRACE_EVENT_CALL_STATS_SCOPED(isolate, category_group, name) \
280
- INTERNAL_TRACE_EVENT_CALL_STATS_SCOPED(isolate, category_group, name)
281
-
282
- #ifdef V8_RUNTIME_CALL_STATS
283
- #define INTERNAL_TRACE_EVENT_CALL_STATS_SCOPED(isolate, category_group, name) \
284
- INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group); \
285
- v8::internal::tracing::CallStatsScopedTracer INTERNAL_TRACE_EVENT_UID( \
286
- tracer); \
287
- if (INTERNAL_TRACE_EVENT_CATEGORY_GROUP_ENABLED_FOR_RECORDING_MODE()) { \
288
- INTERNAL_TRACE_EVENT_UID(tracer) \
289
- .Initialize(isolate, INTERNAL_TRACE_EVENT_UID(category_group_enabled), \
290
- name); \
291
- }
292
- #else // V8_RUNTIME_CALL_STATS
293
- #define INTERNAL_TRACE_EVENT_CALL_STATS_SCOPED(isolate, category_group, name)
294
- #endif // V8_RUNTIME_CALL_STATS
295
-
296
- namespace v8 {
297
- namespace internal {
298
-
299
- class Isolate;
300
-
301
- namespace tracing {
302
-
303
- // Specify these values when the corresponding argument of AddTraceEvent
304
- // is not used.
305
- const int kZeroNumArgs = 0;
306
- const decltype(nullptr) kGlobalScope = nullptr;
307
- const uint64_t kNoId = 0;
308
-
309
- class TraceEventHelper {
310
- public:
311
- V8_EXPORT_PRIVATE static v8::TracingController* GetTracingController();
312
- };
313
-
314
- // TraceID encapsulates an ID that can either be an integer or pointer.
315
- class TraceID {
316
- public:
317
- class WithScope {
318
- public:
319
- WithScope(const char* scope, uint64_t raw_id)
320
- : scope_(scope), raw_id_(raw_id) {}
321
- uint64_t raw_id() const { return raw_id_; }
322
- const char* scope() const { return scope_; }
323
-
324
- private:
325
- const char* scope_ = nullptr;
326
- uint64_t raw_id_;
327
- };
328
-
329
- TraceID(const void* raw_id, unsigned int* flags)
330
- : raw_id_(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(raw_id))) {}
331
- TraceID(uint64_t raw_id, unsigned int* flags) : raw_id_(raw_id) {
332
- (void)flags;
333
- }
334
- TraceID(unsigned int raw_id, unsigned int* flags) : raw_id_(raw_id) {
335
- (void)flags;
336
- }
337
- TraceID(uint16_t raw_id, unsigned int* flags) : raw_id_(raw_id) {
338
- (void)flags;
339
- }
340
- TraceID(unsigned char raw_id, unsigned int* flags) : raw_id_(raw_id) {
341
- (void)flags;
342
- }
343
- TraceID(int64_t raw_id, unsigned int* flags)
344
- : raw_id_(static_cast<uint64_t>(raw_id)) {
345
- (void)flags;
346
- }
347
- TraceID(int raw_id, unsigned int* flags)
348
- : raw_id_(static_cast<uint64_t>(raw_id)) {
349
- (void)flags;
350
- }
351
- TraceID(int16_t raw_id, unsigned int* flags)
352
- : raw_id_(static_cast<uint64_t>(raw_id)) {
353
- (void)flags;
354
- }
355
- TraceID(signed char raw_id, unsigned int* flags)
356
- : raw_id_(static_cast<uint64_t>(raw_id)) {
357
- (void)flags;
358
- }
359
- TraceID(WithScope scoped_id, unsigned int* flags)
360
- : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}
361
-
362
- uint64_t raw_id() const { return raw_id_; }
363
- const char* scope() const { return scope_; }
364
-
365
- private:
366
- const char* scope_ = nullptr;
367
- uint64_t raw_id_;
368
- };
369
-
370
- // Simple container for const char* that should be copied instead of retained.
371
- class TraceStringWithCopy {
372
- public:
373
- explicit TraceStringWithCopy(const char* str) : str_(str) {}
374
- operator const char*() const { return str_; }
375
-
376
- private:
377
- const char* str_;
378
- };
379
-
380
- static V8_INLINE uint64_t AddTraceEventImpl(
381
- char phase, const uint8_t* category_group_enabled, const char* name,
382
- const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
383
- const char** arg_names, const uint8_t* arg_types,
384
- const uint64_t* arg_values, unsigned int flags) {
385
- std::unique_ptr<ConvertableToTraceFormat> arg_convertables[2];
386
- if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
387
- arg_convertables[0].reset(reinterpret_cast<ConvertableToTraceFormat*>(
388
- static_cast<intptr_t>(arg_values[0])));
389
- }
390
- if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
391
- arg_convertables[1].reset(reinterpret_cast<ConvertableToTraceFormat*>(
392
- static_cast<intptr_t>(arg_values[1])));
393
- }
394
- DCHECK_LE(num_args, 2);
395
- v8::TracingController* controller =
396
- v8::internal::tracing::TraceEventHelper::GetTracingController();
397
- return controller->AddTraceEvent(phase, category_group_enabled, name, scope,
398
- id, bind_id, num_args, arg_names, arg_types,
399
- arg_values, arg_convertables, flags);
400
- }
401
-
402
- static V8_INLINE uint64_t AddTraceEventWithTimestampImpl(
403
- char phase, const uint8_t* category_group_enabled, const char* name,
404
- const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
405
- const char** arg_names, const uint8_t* arg_types,
406
- const uint64_t* arg_values, unsigned int flags, int64_t timestamp) {
407
- std::unique_ptr<ConvertableToTraceFormat> arg_convertables[2];
408
- if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
409
- arg_convertables[0].reset(reinterpret_cast<ConvertableToTraceFormat*>(
410
- static_cast<intptr_t>(arg_values[0])));
411
- }
412
- if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
413
- arg_convertables[1].reset(reinterpret_cast<ConvertableToTraceFormat*>(
414
- static_cast<intptr_t>(arg_values[1])));
415
- }
416
- DCHECK_LE(num_args, 2);
417
- v8::TracingController* controller =
418
- v8::internal::tracing::TraceEventHelper::GetTracingController();
419
- return controller->AddTraceEventWithTimestamp(
420
- phase, category_group_enabled, name, scope, id, bind_id, num_args,
421
- arg_names, arg_types, arg_values, arg_convertables, flags, timestamp);
422
- }
423
-
424
- // Define SetTraceValue for each allowed type. It stores the type and
425
- // value in the return arguments. This allows this API to avoid declaring any
426
- // structures so that it is portable to third_party libraries.
427
- // This is the base implementation for integer types (including bool) and enums.
428
- template <typename T>
429
- static V8_INLINE typename std::enable_if<
430
- std::is_integral<T>::value || std::is_enum<T>::value, void>::type
431
- SetTraceValue(T arg, unsigned char* type, uint64_t* value) {
432
- *type = std::is_same<T, bool>::value
433
- ? TRACE_VALUE_TYPE_BOOL
434
- : std::is_signed<T>::value ? TRACE_VALUE_TYPE_INT
435
- : TRACE_VALUE_TYPE_UINT;
436
- *value = static_cast<uint64_t>(arg);
437
- }
438
-
439
- #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, value_type_id) \
440
- static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
441
- uint64_t* value) { \
442
- *type = value_type_id; \
443
- *value = 0; \
444
- STATIC_ASSERT(sizeof(arg) <= sizeof(*value)); \
445
- base::Memcpy(value, &arg, sizeof(arg)); \
446
- }
447
- INTERNAL_DECLARE_SET_TRACE_VALUE(double, TRACE_VALUE_TYPE_DOUBLE)
448
- INTERNAL_DECLARE_SET_TRACE_VALUE(const void*, TRACE_VALUE_TYPE_POINTER)
449
- INTERNAL_DECLARE_SET_TRACE_VALUE(const char*, TRACE_VALUE_TYPE_STRING)
450
- INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&,
451
- TRACE_VALUE_TYPE_COPY_STRING)
452
- #undef INTERNAL_DECLARE_SET_TRACE_VALUE
453
-
454
- static V8_INLINE void SetTraceValue(ConvertableToTraceFormat* convertable_value,
455
- unsigned char* type, uint64_t* value) {
456
- *type = TRACE_VALUE_TYPE_CONVERTABLE;
457
- *value = static_cast<uint64_t>(reinterpret_cast<intptr_t>(convertable_value));
458
- }
459
-
460
- template <typename T>
461
- static V8_INLINE typename std::enable_if<
462
- std::is_convertible<T*, ConvertableToTraceFormat*>::value>::type
463
- SetTraceValue(std::unique_ptr<T> ptr, unsigned char* type, uint64_t* value) {
464
- SetTraceValue(ptr.release(), type, value);
465
- }
466
-
467
- // These AddTraceEvent template
468
- // function is defined here instead of in the macro, because the arg_values
469
- // could be temporary objects, such as std::string. In order to store
470
- // pointers to the internal c_str and pass through to the tracing API,
471
- // the arg_values must live throughout these procedures.
472
-
473
- static V8_INLINE uint64_t AddTraceEvent(char phase,
474
- const uint8_t* category_group_enabled,
475
- const char* name, const char* scope,
476
- uint64_t id, uint64_t bind_id,
477
- unsigned int flags) {
478
- return TRACE_EVENT_API_ADD_TRACE_EVENT(phase, category_group_enabled, name,
479
- scope, id, bind_id, kZeroNumArgs,
480
- nullptr, nullptr, nullptr, flags);
481
- }
482
-
483
- template <class ARG1_TYPE>
484
- static V8_INLINE uint64_t AddTraceEvent(
485
- char phase, const uint8_t* category_group_enabled, const char* name,
486
- const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
487
- const char* arg1_name, ARG1_TYPE&& arg1_val) {
488
- const int num_args = 1;
489
- uint8_t arg_type;
490
- uint64_t arg_value;
491
- SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_type, &arg_value);
492
- return TRACE_EVENT_API_ADD_TRACE_EVENT(
493
- phase, category_group_enabled, name, scope, id, bind_id, num_args,
494
- &arg1_name, &arg_type, &arg_value, flags);
495
- }
496
-
497
- template <class ARG1_TYPE, class ARG2_TYPE>
498
- static V8_INLINE uint64_t AddTraceEvent(
499
- char phase, const uint8_t* category_group_enabled, const char* name,
500
- const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
501
- const char* arg1_name, ARG1_TYPE&& arg1_val, const char* arg2_name,
502
- ARG2_TYPE&& arg2_val) {
503
- const int num_args = 2;
504
- const char* arg_names[2] = {arg1_name, arg2_name};
505
- unsigned char arg_types[2];
506
- uint64_t arg_values[2];
507
- SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_types[0],
508
- &arg_values[0]);
509
- SetTraceValue(std::forward<ARG2_TYPE>(arg2_val), &arg_types[1],
510
- &arg_values[1]);
511
- return TRACE_EVENT_API_ADD_TRACE_EVENT(
512
- phase, category_group_enabled, name, scope, id, bind_id, num_args,
513
- arg_names, arg_types, arg_values, flags);
514
- }
515
-
516
- static V8_INLINE uint64_t AddTraceEventWithTimestamp(
517
- char phase, const uint8_t* category_group_enabled, const char* name,
518
- const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
519
- int64_t timestamp) {
520
- return TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_TIMESTAMP(
521
- phase, category_group_enabled, name, scope, id, bind_id, kZeroNumArgs,
522
- nullptr, nullptr, nullptr, flags, timestamp);
523
- }
524
-
525
- template <class ARG1_TYPE>
526
- static V8_INLINE uint64_t AddTraceEventWithTimestamp(
527
- char phase, const uint8_t* category_group_enabled, const char* name,
528
- const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
529
- int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val) {
530
- const int num_args = 1;
531
- uint8_t arg_type;
532
- uint64_t arg_value;
533
- SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_type, &arg_value);
534
- return TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_TIMESTAMP(
535
- phase, category_group_enabled, name, scope, id, bind_id, num_args,
536
- &arg1_name, &arg_type, &arg_value, flags, timestamp);
537
- }
538
-
539
- template <class ARG1_TYPE, class ARG2_TYPE>
540
- static V8_INLINE uint64_t AddTraceEventWithTimestamp(
541
- char phase, const uint8_t* category_group_enabled, const char* name,
542
- const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
543
- int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val,
544
- const char* arg2_name, ARG2_TYPE&& arg2_val) {
545
- const int num_args = 2;
546
- const char* arg_names[2] = {arg1_name, arg2_name};
547
- unsigned char arg_types[2];
548
- uint64_t arg_values[2];
549
- SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_types[0],
550
- &arg_values[0]);
551
- SetTraceValue(std::forward<ARG2_TYPE>(arg2_val), &arg_types[1],
552
- &arg_values[1]);
553
- return TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_TIMESTAMP(
554
- phase, category_group_enabled, name, scope, id, bind_id, num_args,
555
- arg_names, arg_types, arg_values, flags, timestamp);
556
- }
557
-
558
- // Used by TRACE_EVENTx macros. Do not use directly.
559
- class ScopedTracer {
560
- public:
561
- // Note: members of data_ intentionally left uninitialized. See Initialize.
562
- ScopedTracer() : p_data_(nullptr) {}
563
-
564
- ~ScopedTracer() {
565
- if (p_data_ && base::Relaxed_Load(reinterpret_cast<const base::Atomic8*>(
566
- data_.category_group_enabled))) {
567
- TRACE_EVENT_API_UPDATE_TRACE_EVENT_DURATION(
568
- data_.category_group_enabled, data_.name, data_.event_handle);
569
- }
570
- }
571
-
572
- void Initialize(const uint8_t* category_group_enabled, const char* name,
573
- uint64_t event_handle) {
574
- data_.category_group_enabled = category_group_enabled;
575
- data_.name = name;
576
- data_.event_handle = event_handle;
577
- p_data_ = &data_;
578
- }
579
-
580
- private:
581
- // This Data struct workaround is to avoid initializing all the members
582
- // in Data during construction of this object, since this object is always
583
- // constructed, even when tracing is disabled. If the members of Data were
584
- // members of this class instead, compiler warnings occur about potential
585
- // uninitialized accesses.
586
- struct Data {
587
- const uint8_t* category_group_enabled;
588
- const char* name;
589
- uint64_t event_handle;
590
- };
591
- Data* p_data_;
592
- Data data_;
593
- };
594
-
595
- #ifdef V8_RUNTIME_CALL_STATS
596
- // Do not use directly.
597
- class CallStatsScopedTracer {
598
- public:
599
- CallStatsScopedTracer() : p_data_(nullptr) {}
600
- ~CallStatsScopedTracer() {
601
- if (V8_UNLIKELY(p_data_ && *data_.category_group_enabled)) {
602
- AddEndTraceEvent();
603
- }
604
- }
605
-
606
- void Initialize(v8::internal::Isolate* isolate,
607
- const uint8_t* category_group_enabled, const char* name);
608
-
609
- private:
610
- void AddEndTraceEvent();
611
- struct Data {
612
- const uint8_t* category_group_enabled;
613
- const char* name;
614
- v8::internal::Isolate* isolate;
615
- };
616
- bool has_parent_scope_;
617
- Data* p_data_;
618
- Data data_;
619
- };
620
- #endif // defined(V8_RUNTIME_CALL_STATS)
621
-
622
- } // namespace tracing
623
- } // namespace internal
624
- } // namespace v8
625
-
626
- #else // defined(V8_USE_PERFETTO)
627
-
628
- #ifdef V8_RUNTIME_CALL_STATS
629
-
630
- #define TRACE_EVENT_CALL_STATS_SCOPED(isolate, category, name) \
631
- struct PERFETTO_UID(ScopedEvent) { \
632
- struct ScopedStats { \
633
- ScopedStats(v8::internal::Isolate* isolate_arg, int) { \
634
- TRACE_EVENT_BEGIN(category, name, [&](perfetto::EventContext) { \
635
- isolate_ = isolate_arg; \
636
- internal::RuntimeCallStats* table = \
637
- isolate_->counters()->runtime_call_stats(); \
638
- has_parent_scope_ = table->InUse(); \
639
- if (!has_parent_scope_) table->Reset(); \
640
- }); \
641
- } \
642
- ~ScopedStats() { \
643
- TRACE_EVENT_END(category, [&](perfetto::EventContext ctx) { \
644
- if (!has_parent_scope_ && isolate_) { \
645
- /* TODO(skyostil): Write as typed event instead of JSON */ \
646
- auto value = v8::tracing::TracedValue::Create(); \
647
- isolate_->counters()->runtime_call_stats()->Dump(value.get()); \
648
- auto annotation = ctx.event()->add_debug_annotations(); \
649
- annotation->set_name("runtime-call-stats"); \
650
- value->Add(annotation); \
651
- } \
652
- }); \
653
- } \
654
- v8::internal::Isolate* isolate_; \
655
- bool has_parent_scope_; \
656
- } stats; \
657
- } PERFETTO_UID(scoped_event) { \
658
- { isolate, 0 } \
659
- }
660
-
661
- #endif // defined(V8_RUNTIME_CALL_STATS)
662
- #endif // defined(V8_USE_PERFETTO)
663
-
664
- #endif // V8_TRACING_TRACE_EVENT_H_