@triniwiz/nativescript-masonkit 1.0.0-alpha.9 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/button/index.android.d.ts +13 -0
- package/button/index.android.js +56 -0
- package/button/index.android.js.map +1 -0
- package/button/index.ios.d.ts +21 -0
- package/button/index.ios.js +216 -0
- package/button/index.ios.js.map +1 -0
- package/common.d.ts +78 -33
- package/common.js +1121 -251
- package/common.js.map +1 -1
- package/img/index.android.d.ts +10 -0
- package/img/index.android.js +40 -0
- package/img/index.android.js.map +1 -0
- package/img/index.ios.d.ts +13 -0
- package/img/index.ios.js +102 -0
- package/img/index.ios.js.map +1 -0
- package/index.android.d.ts +6 -34
- package/index.android.js +6 -139
- package/index.android.js.map +1 -1
- package/index.d.ts +88 -60
- package/index.ios.d.ts +6 -48
- package/index.ios.js +6 -355
- package/index.ios.js.map +1 -1
- package/package.json +5 -2
- package/platforms/android/include.gradle +5 -1
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +794 -284
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason.h +0 -5
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/NSObject+MasonElement_Defaults.h +100 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/mason_native.h +118 -93
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Info.plist +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.abi.json +58079 -23135
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +1234 -255
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftinterface +1234 -255
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +4252 -1932
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +1588 -568
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason.h +0 -5
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/NSObject+MasonElement_Defaults.h +100 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/mason_native.h +118 -93
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Info.plist +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +58076 -23132
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1211 -232
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1211 -232
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +58076 -23132
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1211 -232
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1211 -232
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +31 -31
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +4246 -1932
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +4124 -1883
- package/scroll/index.android.d.ts +12 -0
- package/scroll/index.android.js +50 -0
- package/scroll/index.android.js.map +1 -0
- package/scroll/index.ios.d.ts +14 -0
- package/scroll/index.ios.js +120 -0
- package/scroll/index.ios.js.map +1 -0
- package/style.d.ts +110 -53
- package/style.js +1176 -110
- package/style.js.map +1 -1
- package/text/index.android.d.ts +30 -0
- package/text/index.android.js +124 -0
- package/text/index.android.js.map +1 -0
- package/text/index.ios.d.ts +38 -0
- package/text/index.ios.js +251 -0
- package/text/index.ios.js.map +1 -0
- package/tree/index.android.d.ts +28 -0
- package/tree/index.android.js +77 -0
- package/tree/index.android.js.map +1 -0
- package/tree/index.ios.d.ts +29 -0
- package/tree/index.ios.js +76 -0
- package/tree/index.ios.js.map +1 -0
- package/utils/index.android.d.ts +187 -0
- package/utils/index.android.js +514 -0
- package/utils/index.android.js.map +1 -0
- package/utils/index.ios.d.ts +198 -0
- package/utils/index.ios.js +710 -0
- package/utils/index.ios.js.map +1 -0
- package/view/index.android.d.ts +12 -0
- package/view/index.android.js +50 -0
- package/view/index.android.js.map +1 -0
- package/view/index.ios.d.ts +16 -0
- package/view/index.ios.js +124 -0
- package/view/index.ios.js.map +1 -0
- package/web.d.ts +55 -0
- package/web.js +189 -0
- package/web.js.map +1 -0
- package/helpers.d.ts +0 -255
- package/helpers.js +0 -1318
- package/helpers.js.map +0 -1
- package/node.d.ts +0 -2
- package/node.js +0 -3
- package/node.js.map +0 -1
- package/platforms/ios/Podfile +0 -1
- package/platforms/ios/build.xcconfig +0 -5
- package/platforms/ios/prebuild.sh +0 -101
- package/platforms/new_native_src/cpp/Caches.cpp +0 -36
- package/platforms/new_native_src/cpp/Caches.h +0 -42
- package/platforms/new_native_src/cpp/Common.h +0 -34
- package/platforms/new_native_src/cpp/ConcurrentMap.h +0 -57
- package/platforms/new_native_src/cpp/Helpers.cpp +0 -101
- package/platforms/new_native_src/cpp/Helpers.h +0 -364
- package/platforms/new_native_src/cpp/MasonImpl.cpp +0 -68
- package/platforms/new_native_src/cpp/MasonImpl.h +0 -40
- package/platforms/new_native_src/cpp/MasonNodeImpl.cpp +0 -89
- package/platforms/new_native_src/cpp/MasonNodeImpl.h +0 -47
- package/platforms/new_native_src/cpp/MasonStyleImpl.cpp +0 -2181
- package/platforms/new_native_src/cpp/MasonStyleImpl.h +0 -420
- package/platforms/new_native_src/cpp/include/mason_native.h +0 -972
- package/platforms/new_native_src/cpp/include/robin_hood.h +0 -2544
- package/src-native/pods/Headers/include/APIDesign.md +0 -72
- package/src-native/pods/Headers/include/DEPS +0 -10
- package/src-native/pods/Headers/include/DIR_METADATA +0 -11
- package/src-native/pods/Headers/include/OWNERS +0 -23
- package/src-native/pods/Headers/include/cppgc/DEPS +0 -8
- package/src-native/pods/Headers/include/cppgc/OWNERS +0 -2
- package/src-native/pods/Headers/include/cppgc/README.md +0 -133
- package/src-native/pods/Headers/include/cppgc/allocation.h +0 -310
- package/src-native/pods/Headers/include/cppgc/common.h +0 -29
- package/src-native/pods/Headers/include/cppgc/cross-thread-persistent.h +0 -465
- package/src-native/pods/Headers/include/cppgc/custom-space.h +0 -97
- package/src-native/pods/Headers/include/cppgc/default-platform.h +0 -67
- package/src-native/pods/Headers/include/cppgc/ephemeron-pair.h +0 -30
- package/src-native/pods/Headers/include/cppgc/explicit-management.h +0 -100
- package/src-native/pods/Headers/include/cppgc/garbage-collected.h +0 -106
- package/src-native/pods/Headers/include/cppgc/heap-consistency.h +0 -266
- package/src-native/pods/Headers/include/cppgc/heap-state.h +0 -82
- package/src-native/pods/Headers/include/cppgc/heap-statistics.h +0 -120
- package/src-native/pods/Headers/include/cppgc/heap.h +0 -206
- package/src-native/pods/Headers/include/cppgc/internal/api-constants.h +0 -55
- package/src-native/pods/Headers/include/cppgc/internal/atomic-entry-flag.h +0 -48
- package/src-native/pods/Headers/include/cppgc/internal/caged-heap-local-data.h +0 -79
- package/src-native/pods/Headers/include/cppgc/internal/compiler-specific.h +0 -38
- package/src-native/pods/Headers/include/cppgc/internal/finalizer-trait.h +0 -93
- package/src-native/pods/Headers/include/cppgc/internal/gc-info.h +0 -156
- package/src-native/pods/Headers/include/cppgc/internal/logging.h +0 -50
- package/src-native/pods/Headers/include/cppgc/internal/name-trait.h +0 -122
- package/src-native/pods/Headers/include/cppgc/internal/persistent-node.h +0 -216
- package/src-native/pods/Headers/include/cppgc/internal/pointer-policies.h +0 -186
- package/src-native/pods/Headers/include/cppgc/internal/write-barrier.h +0 -435
- package/src-native/pods/Headers/include/cppgc/liveness-broker.h +0 -77
- package/src-native/pods/Headers/include/cppgc/macros.h +0 -26
- package/src-native/pods/Headers/include/cppgc/member.h +0 -291
- package/src-native/pods/Headers/include/cppgc/name-provider.h +0 -65
- package/src-native/pods/Headers/include/cppgc/object-size-trait.h +0 -58
- package/src-native/pods/Headers/include/cppgc/persistent.h +0 -370
- package/src-native/pods/Headers/include/cppgc/platform.h +0 -156
- package/src-native/pods/Headers/include/cppgc/prefinalizer.h +0 -75
- package/src-native/pods/Headers/include/cppgc/process-heap-statistics.h +0 -36
- package/src-native/pods/Headers/include/cppgc/sentinel-pointer.h +0 -32
- package/src-native/pods/Headers/include/cppgc/source-location.h +0 -92
- package/src-native/pods/Headers/include/cppgc/testing.h +0 -106
- package/src-native/pods/Headers/include/cppgc/trace-trait.h +0 -116
- package/src-native/pods/Headers/include/cppgc/type-traits.h +0 -240
- package/src-native/pods/Headers/include/cppgc/visitor.h +0 -379
- package/src-native/pods/Headers/include/js_protocol-1.2.json +0 -936
- package/src-native/pods/Headers/include/js_protocol-1.3.json +0 -1112
- package/src-native/pods/Headers/include/js_protocol.pdl +0 -1709
- package/src-native/pods/Headers/include/libffi/arm64/ffi.h +0 -524
- package/src-native/pods/Headers/include/libffi/arm64/ffitarget.h +0 -92
- package/src-native/pods/Headers/include/libffi/x86_64/ffi.h +0 -524
- package/src-native/pods/Headers/include/libffi/x86_64/ffitarget.h +0 -147
- package/src-native/pods/Headers/include/libffi.h +0 -12
- package/src-native/pods/Headers/include/libplatform/DEPS +0 -9
- package/src-native/pods/Headers/include/libplatform/libplatform-export.h +0 -29
- package/src-native/pods/Headers/include/libplatform/libplatform.h +0 -106
- package/src-native/pods/Headers/include/libplatform/v8-tracing.h +0 -333
- package/src-native/pods/Headers/include/v8-array-buffer.h +0 -433
- package/src-native/pods/Headers/include/v8-callbacks.h +0 -397
- package/src-native/pods/Headers/include/v8-container.h +0 -129
- package/src-native/pods/Headers/include/v8-context.h +0 -407
- package/src-native/pods/Headers/include/v8-cppgc.h +0 -215
- package/src-native/pods/Headers/include/v8-data.h +0 -80
- package/src-native/pods/Headers/include/v8-date.h +0 -43
- package/src-native/pods/Headers/include/v8-debug.h +0 -168
- package/src-native/pods/Headers/include/v8-embedder-heap.h +0 -218
- package/src-native/pods/Headers/include/v8-embedder-state-scope.h +0 -51
- package/src-native/pods/Headers/include/v8-exception.h +0 -217
- package/src-native/pods/Headers/include/v8-extension.h +0 -62
- package/src-native/pods/Headers/include/v8-external.h +0 -37
- package/src-native/pods/Headers/include/v8-fast-api-calls.h +0 -939
- package/src-native/pods/Headers/include/v8-forward.h +0 -81
- package/src-native/pods/Headers/include/v8-function-callback.h +0 -475
- package/src-native/pods/Headers/include/v8-function.h +0 -125
- package/src-native/pods/Headers/include/v8-initialization.h +0 -315
- package/src-native/pods/Headers/include/v8-inspector-protocol.h +0 -13
- package/src-native/pods/Headers/include/v8-inspector.h +0 -376
- package/src-native/pods/Headers/include/v8-internal.h +0 -661
- package/src-native/pods/Headers/include/v8-isolate.h +0 -1709
- package/src-native/pods/Headers/include/v8-json.h +0 -47
- package/src-native/pods/Headers/include/v8-local-handle.h +0 -455
- package/src-native/pods/Headers/include/v8-locker.h +0 -149
- package/src-native/pods/Headers/include/v8-maybe.h +0 -137
- package/src-native/pods/Headers/include/v8-memory-span.h +0 -43
- package/src-native/pods/Headers/include/v8-message.h +0 -216
- package/src-native/pods/Headers/include/v8-metrics.h +0 -255
- package/src-native/pods/Headers/include/v8-microtask-queue.h +0 -152
- package/src-native/pods/Headers/include/v8-microtask.h +0 -28
- package/src-native/pods/Headers/include/v8-object.h +0 -775
- package/src-native/pods/Headers/include/v8-persistent-handle.h +0 -590
- package/src-native/pods/Headers/include/v8-platform.h +0 -1092
- package/src-native/pods/Headers/include/v8-primitive-object.h +0 -118
- package/src-native/pods/Headers/include/v8-primitive.h +0 -866
- package/src-native/pods/Headers/include/v8-profiler.h +0 -1198
- package/src-native/pods/Headers/include/v8-promise.h +0 -174
- package/src-native/pods/Headers/include/v8-proxy.h +0 -50
- package/src-native/pods/Headers/include/v8-regexp.h +0 -105
- package/src-native/pods/Headers/include/v8-script.h +0 -748
- package/src-native/pods/Headers/include/v8-snapshot.h +0 -196
- package/src-native/pods/Headers/include/v8-statistics.h +0 -217
- package/src-native/pods/Headers/include/v8-template.h +0 -1079
- package/src-native/pods/Headers/include/v8-traced-handle.h +0 -420
- package/src-native/pods/Headers/include/v8-typed-array.h +0 -282
- package/src-native/pods/Headers/include/v8-unwinder-state.h +0 -31
- package/src-native/pods/Headers/include/v8-unwinder.h +0 -132
- package/src-native/pods/Headers/include/v8-util.h +0 -658
- package/src-native/pods/Headers/include/v8-value-serializer-version.h +0 -24
- package/src-native/pods/Headers/include/v8-value-serializer.h +0 -279
- package/src-native/pods/Headers/include/v8-value.h +0 -526
- package/src-native/pods/Headers/include/v8-version-string.h +0 -38
- package/src-native/pods/Headers/include/v8-version.h +0 -20
- package/src-native/pods/Headers/include/v8-wasm-trap-handler-posix.h +0 -31
- package/src-native/pods/Headers/include/v8-wasm-trap-handler-win.h +0 -28
- package/src-native/pods/Headers/include/v8-wasm.h +0 -257
- package/src-native/pods/Headers/include/v8-weak-callback-info.h +0 -86
- package/src-native/pods/Headers/include/v8.h +0 -88
- package/src-native/pods/Headers/include/v8config.h +0 -605
- package/src-native/pods/Headers/inspector/InspectorServer.h +0 -20
- package/src-native/pods/Headers/inspector/JsV8InspectorClient.h +0 -66
- package/src-native/pods/Headers/inspector/base/trace_event/common/trace_event_common.h +0 -1123
- package/src-native/pods/Headers/inspector/base64.h +0 -9
- package/src-native/pods/Headers/inspector/src/base/address-region.h +0 -95
- package/src-native/pods/Headers/inspector/src/base/atomic-utils.h +0 -219
- package/src-native/pods/Headers/inspector/src/base/atomicops.h +0 -332
- package/src-native/pods/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +0 -89
- package/src-native/pods/Headers/inspector/src/base/base-export.h +0 -31
- package/src-native/pods/Headers/inspector/src/base/bits.h +0 -343
- package/src-native/pods/Headers/inspector/src/base/build_config.h +0 -234
- package/src-native/pods/Headers/inspector/src/base/compiler-specific.h +0 -136
- package/src-native/pods/Headers/inspector/src/base/export-template.h +0 -163
- package/src-native/pods/Headers/inspector/src/base/flags.h +0 -130
- package/src-native/pods/Headers/inspector/src/base/immediate-crash.h +0 -162
- package/src-native/pods/Headers/inspector/src/base/lazy-instance.h +0 -258
- package/src-native/pods/Headers/inspector/src/base/logging.h +0 -417
- package/src-native/pods/Headers/inspector/src/base/macros.h +0 -423
- package/src-native/pods/Headers/inspector/src/base/memory.h +0 -89
- package/src-native/pods/Headers/inspector/src/base/once.h +0 -108
- package/src-native/pods/Headers/inspector/src/base/optional.h +0 -882
- package/src-native/pods/Headers/inspector/src/base/platform/mutex.h +0 -370
- package/src-native/pods/Headers/inspector/src/base/platform/platform.h +0 -476
- package/src-native/pods/Headers/inspector/src/base/platform/semaphore.h +0 -108
- package/src-native/pods/Headers/inspector/src/base/platform/v8-time.h +0 -513
- package/src-native/pods/Headers/inspector/src/base/platform/wrappers.h +0 -73
- package/src-native/pods/Headers/inspector/src/base/safe_conversions.h +0 -389
- package/src-native/pods/Headers/inspector/src/base/safe_conversions_impl.h +0 -822
- package/src-native/pods/Headers/inspector/src/base/template-utils.h +0 -113
- package/src-native/pods/Headers/inspector/src/base/v8-fallthrough.h +0 -21
- package/src-native/pods/Headers/inspector/src/common/checks.h +0 -38
- package/src-native/pods/Headers/inspector/src/common/globals.h +0 -1842
- package/src-native/pods/Headers/inspector/src/debug/debug-interface.h +0 -667
- package/src-native/pods/Headers/inspector/src/debug/interface-types.h +0 -175
- package/src-native/pods/Headers/inspector/src/init/v8.h +0 -52
- package/src-native/pods/Headers/inspector/src/inspector/custom-preview.h +0 -24
- package/src-native/pods/Headers/inspector/src/inspector/injected-script.h +0 -251
- package/src-native/pods/Headers/inspector/src/inspector/inspected-context.h +0 -79
- package/src-native/pods/Headers/inspector/src/inspector/protocol/CSS.h +0 -2148
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Console.h +0 -211
- package/src-native/pods/Headers/inspector/src/inspector/protocol/DOM.h +0 -1008
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Debugger.h +0 -892
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Forward.h +0 -75
- package/src-native/pods/Headers/inspector/src/inspector/protocol/HeapProfiler.h +0 -346
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Log.h +0 -342
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Network.h +0 -2528
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Overlay.h +0 -281
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Page.h +0 -1189
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Profiler.h +0 -1001
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Protocol.h +0 -617
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Runtime.h +0 -1696
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Schema.h +0 -146
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Security.h +0 -793
- package/src-native/pods/Headers/inspector/src/inspector/remote-object-id.h +0 -54
- package/src-native/pods/Headers/inspector/src/inspector/search-util.h +0 -26
- package/src-native/pods/Headers/inspector/src/inspector/string-16.h +0 -180
- package/src-native/pods/Headers/inspector/src/inspector/string-util.h +0 -128
- package/src-native/pods/Headers/inspector/src/inspector/v8-console-agent-impl.h +0 -48
- package/src-native/pods/Headers/inspector/src/inspector/v8-console-message.h +0 -147
- package/src-native/pods/Headers/inspector/src/inspector/v8-console.h +0 -173
- package/src-native/pods/Headers/inspector/src/inspector/v8-css-agent-impl.h +0 -62
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +0 -248
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-id.h +0 -44
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-script.h +0 -123
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger.h +0 -257
- package/src-native/pods/Headers/inspector/src/inspector/v8-dom-agent-impl.h +0 -91
- package/src-native/pods/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +0 -80
- package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-impl.h +0 -191
- package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-session-impl.h +0 -156
- package/src-native/pods/Headers/inspector/src/inspector/v8-log-agent-impl.h +0 -34
- package/src-native/pods/Headers/inspector/src/inspector/v8-network-agent-impl.h +0 -71
- package/src-native/pods/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +0 -24
- package/src-native/pods/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +0 -70
- package/src-native/pods/Headers/inspector/src/inspector/v8-page-agent-impl.h +0 -88
- package/src-native/pods/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +0 -104
- package/src-native/pods/Headers/inspector/src/inspector/v8-regex.h +0 -38
- package/src-native/pods/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +0 -157
- package/src-native/pods/Headers/inspector/src/inspector/v8-schema-agent-impl.h +0 -38
- package/src-native/pods/Headers/inspector/src/inspector/v8-stack-trace-impl.h +0 -164
- package/src-native/pods/Headers/inspector/src/inspector/v8-string-conversions.h +0 -17
- package/src-native/pods/Headers/inspector/src/inspector/v8-value-utils.h +0 -23
- package/src-native/pods/Headers/inspector/src/inspector/value-mirror.h +0 -87
- package/src-native/pods/Headers/inspector/src/libplatform/default-platform.h +0 -92
- package/src-native/pods/Headers/inspector/src/logging/tracing-flags.h +0 -50
- package/src-native/pods/Headers/inspector/src/numbers/conversions.h +0 -183
- package/src-native/pods/Headers/inspector/src/tracing/trace-event.h +0 -664
- package/src-native/pods/Headers/inspector/src/utils/allocation.h +0 -367
- package/src-native/pods/Headers/inspector/src/utils/vector.h +0 -324
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +0 -305
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +0 -314
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +0 -62
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +0 -6
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +0 -58
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +0 -47
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +0 -80
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +0 -52
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +0 -26
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +0 -104
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +0 -39
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +0 -406
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +0 -32
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +0 -158
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +0 -99
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +0 -139
- package/src-native/pods/Headers/inspector/utils.h +0 -32
- package/src-native/pods/Headers/inspector/v8-inspector-platform.h +0 -44
- package/src-native/pods/Headers/jsi/decorator.h +0 -762
- package/src-native/pods/Headers/jsi/instrumentation.h +0 -117
- package/src-native/pods/Headers/jsi/jsi-inl.h +0 -322
- package/src-native/pods/Headers/jsi/jsi.h +0 -1387
- package/src-native/pods/Headers/jsi/jsilib.h +0 -59
- package/src-native/pods/Headers/jsi/threadsafe.h +0 -79
- package/src-native/pods/Headers/runtime/ArgConverter.h +0 -61
- package/src-native/pods/Headers/runtime/ArrayAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/Caches.h +0 -98
- package/src-native/pods/Headers/runtime/ClassBuilder.h +0 -61
- package/src-native/pods/Headers/runtime/Common.h +0 -9
- package/src-native/pods/Headers/runtime/ConcurrentMap.h +0 -55
- package/src-native/pods/Headers/runtime/ConcurrentQueue.h +0 -28
- package/src-native/pods/Headers/runtime/Console.h +0 -27
- package/src-native/pods/Headers/runtime/Constants.h +0 -15
- package/src-native/pods/Headers/runtime/DataWrapper.h +0 -671
- package/src-native/pods/Headers/runtime/DictionaryAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/ExtVector.h +0 -21
- package/src-native/pods/Headers/runtime/FFICall.h +0 -105
- package/src-native/pods/Headers/runtime/FastEnumerationAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/FunctionReference.h +0 -18
- package/src-native/pods/Headers/runtime/Helpers.h +0 -84
- package/src-native/pods/Headers/runtime/InlineFunctions.h +0 -16
- package/src-native/pods/Headers/runtime/Interop.h +0 -202
- package/src-native/pods/Headers/runtime/KnownUnknownClassPair.h +0 -35
- package/src-native/pods/Headers/runtime/Metadata.h +0 -981
- package/src-native/pods/Headers/runtime/MetadataBuilder.h +0 -72
- package/src-native/pods/Headers/runtime/MetadataInlines.h +0 -157
- package/src-native/pods/Headers/runtime/ModuleInternal.h +0 -59
- package/src-native/pods/Headers/runtime/NSDataAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/NativeScriptException.h +0 -27
- package/src-native/pods/Headers/runtime/ObjectManager.h +0 -31
- package/src-native/pods/Headers/runtime/OneByteStringResource.h +0 -21
- package/src-native/pods/Headers/runtime/Pointer.h +0 -26
- package/src-native/pods/Headers/runtime/PromiseProxy.h +0 -15
- package/src-native/pods/Headers/runtime/Reference.h +0 -38
- package/src-native/pods/Headers/runtime/Runtime.h +0 -67
- package/src-native/pods/Headers/runtime/RuntimeConfig.h +0 -17
- package/src-native/pods/Headers/runtime/SetTimeout.h +0 -34
- package/src-native/pods/Headers/runtime/SimpleAllocator.h +0 -23
- package/src-native/pods/Headers/runtime/StringHasher.h +0 -315
- package/src-native/pods/Headers/runtime/SymbolIterator.h +0 -18
- package/src-native/pods/Headers/runtime/SymbolLoader.h +0 -27
- package/src-native/pods/Headers/runtime/TNSDerivedClass.h +0 -8
- package/src-native/pods/Headers/runtime/TSHelpers.h +0 -15
- package/src-native/pods/Headers/runtime/Tasks.h +0 -19
- package/src-native/pods/Headers/runtime/UnmanagedType.h +0 -21
- package/src-native/pods/Headers/runtime/WeakRef.h +0 -15
- package/src-native/pods/Headers/runtime/Worker.h +0 -26
- package/src-native/pods/Headers/runtime/robin_hood.h +0 -2184
- package/src-native/pods/Headers/v8runtime/HostProxy.h +0 -71
- package/src-native/pods/Headers/v8runtime/JSIV8ValueConverter.h +0 -70
- package/src-native/pods/Headers/v8runtime/V8PointerValue.h +0 -44
- package/src-native/pods/Headers/v8runtime/V8Runtime.h +0 -215
- package/src-native/pods/Headers/v8runtime/V8RuntimeConfig.h +0 -26
- package/src-native/pods/Headers/v8runtime/V8RuntimeFactory.h +0 -21
- package/src-native/pods/NativeScript.podspec +0 -68
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (C) 2011 Google Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Redistribution and use in source and binary forms, with or without
|
|
5
|
-
* modification, are permitted provided that the following conditions are
|
|
6
|
-
* met:
|
|
7
|
-
*
|
|
8
|
-
* * Redistributions of source code must retain the above copyright
|
|
9
|
-
* notice, this list of conditions and the following disclaimer.
|
|
10
|
-
* * Redistributions in binary form must reproduce the above
|
|
11
|
-
* copyright notice, this list of conditions and the following disclaimer
|
|
12
|
-
* in the documentation and/or other materials provided with the
|
|
13
|
-
* distribution.
|
|
14
|
-
* * Neither the name of Google Inc. nor the names of its
|
|
15
|
-
* contributors may be used to endorse or promote products derived from
|
|
16
|
-
* this software without specific prior written permission.
|
|
17
|
-
*
|
|
18
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
19
|
-
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
20
|
-
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
21
|
-
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
22
|
-
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
23
|
-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
24
|
-
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
25
|
-
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
26
|
-
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
27
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
28
|
-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
#ifndef V8_INSPECTOR_V8_RUNTIME_AGENT_IMPL_H_
|
|
32
|
-
#define V8_INSPECTOR_V8_RUNTIME_AGENT_IMPL_H_
|
|
33
|
-
|
|
34
|
-
#include <memory>
|
|
35
|
-
#include <set>
|
|
36
|
-
#include <unordered_map>
|
|
37
|
-
|
|
38
|
-
#include "include/v8.h"
|
|
39
|
-
#include "src/base/macros.h"
|
|
40
|
-
#include "src/inspector/protocol/Forward.h"
|
|
41
|
-
#include "src/inspector/protocol/Runtime.h"
|
|
42
|
-
|
|
43
|
-
namespace v8_inspector {
|
|
44
|
-
|
|
45
|
-
class InjectedScript;
|
|
46
|
-
class InspectedContext;
|
|
47
|
-
class RemoteObjectIdBase;
|
|
48
|
-
class V8ConsoleMessage;
|
|
49
|
-
class V8InspectorImpl;
|
|
50
|
-
class V8InspectorSessionImpl;
|
|
51
|
-
|
|
52
|
-
using protocol::Response;
|
|
53
|
-
using protocol::Maybe;
|
|
54
|
-
|
|
55
|
-
class V8RuntimeAgentImpl : public protocol::Runtime::Backend {
|
|
56
|
-
public:
|
|
57
|
-
V8RuntimeAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
|
|
58
|
-
protocol::DictionaryValue* state);
|
|
59
|
-
~V8RuntimeAgentImpl() override;
|
|
60
|
-
V8RuntimeAgentImpl(const V8RuntimeAgentImpl&) = delete;
|
|
61
|
-
V8RuntimeAgentImpl& operator=(const V8RuntimeAgentImpl&) = delete;
|
|
62
|
-
void restore();
|
|
63
|
-
|
|
64
|
-
// Part of the protocol.
|
|
65
|
-
Response enable() override;
|
|
66
|
-
Response disable() override;
|
|
67
|
-
void evaluate(const String16& expression, Maybe<String16> objectGroup,
|
|
68
|
-
Maybe<bool> includeCommandLineAPI, Maybe<bool> silent,
|
|
69
|
-
Maybe<int> executionContextId, Maybe<bool> returnByValue,
|
|
70
|
-
Maybe<bool> generatePreview, Maybe<bool> userGesture,
|
|
71
|
-
Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect,
|
|
72
|
-
Maybe<double> timeout, Maybe<bool> disableBreaks,
|
|
73
|
-
Maybe<bool> replMode, Maybe<bool> allowUnsafeEvalBlockedByCSP,
|
|
74
|
-
Maybe<String16> uniqueContextId,
|
|
75
|
-
std::unique_ptr<EvaluateCallback>) override;
|
|
76
|
-
void awaitPromise(const String16& promiseObjectId, Maybe<bool> returnByValue,
|
|
77
|
-
Maybe<bool> generatePreview,
|
|
78
|
-
std::unique_ptr<AwaitPromiseCallback>) override;
|
|
79
|
-
void callFunctionOn(
|
|
80
|
-
const String16& expression, Maybe<String16> objectId,
|
|
81
|
-
Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments,
|
|
82
|
-
Maybe<bool> silent, Maybe<bool> returnByValue,
|
|
83
|
-
Maybe<bool> generatePreview, Maybe<bool> userGesture,
|
|
84
|
-
Maybe<bool> awaitPromise, Maybe<int> executionContextId,
|
|
85
|
-
Maybe<String16> objectGroup,
|
|
86
|
-
std::unique_ptr<CallFunctionOnCallback>) override;
|
|
87
|
-
Response releaseObject(const String16& objectId) override;
|
|
88
|
-
Response getProperties(
|
|
89
|
-
const String16& objectId, Maybe<bool> ownProperties,
|
|
90
|
-
Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview,
|
|
91
|
-
std::unique_ptr<protocol::Array<protocol::Runtime::PropertyDescriptor>>*
|
|
92
|
-
result,
|
|
93
|
-
Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>*
|
|
94
|
-
internalProperties,
|
|
95
|
-
Maybe<protocol::Array<protocol::Runtime::PrivatePropertyDescriptor>>*
|
|
96
|
-
privateProperties,
|
|
97
|
-
Maybe<protocol::Runtime::ExceptionDetails>*) override;
|
|
98
|
-
Response releaseObjectGroup(const String16& objectGroup) override;
|
|
99
|
-
Response runIfWaitingForDebugger() override;
|
|
100
|
-
Response setCustomObjectFormatterEnabled(bool) override;
|
|
101
|
-
Response setMaxCallStackSizeToCapture(int) override;
|
|
102
|
-
Response discardConsoleEntries() override;
|
|
103
|
-
Response compileScript(const String16& expression, const String16& sourceURL,
|
|
104
|
-
bool persistScript, Maybe<int> executionContextId,
|
|
105
|
-
Maybe<String16>*,
|
|
106
|
-
Maybe<protocol::Runtime::ExceptionDetails>*) override;
|
|
107
|
-
void runScript(const String16&, Maybe<int> executionContextId,
|
|
108
|
-
Maybe<String16> objectGroup, Maybe<bool> silent,
|
|
109
|
-
Maybe<bool> includeCommandLineAPI, Maybe<bool> returnByValue,
|
|
110
|
-
Maybe<bool> generatePreview, Maybe<bool> awaitPromise,
|
|
111
|
-
std::unique_ptr<RunScriptCallback>) override;
|
|
112
|
-
Response queryObjects(
|
|
113
|
-
const String16& prototypeObjectId, Maybe<String16> objectGroup,
|
|
114
|
-
std::unique_ptr<protocol::Runtime::RemoteObject>* objects) override;
|
|
115
|
-
Response globalLexicalScopeNames(
|
|
116
|
-
Maybe<int> executionContextId,
|
|
117
|
-
std::unique_ptr<protocol::Array<String16>>* outNames) override;
|
|
118
|
-
Response getIsolateId(String16* outIsolateId) override;
|
|
119
|
-
Response getHeapUsage(double* out_usedSize, double* out_totalSize) override;
|
|
120
|
-
void terminateExecution(
|
|
121
|
-
std::unique_ptr<TerminateExecutionCallback> callback) override;
|
|
122
|
-
|
|
123
|
-
Response addBinding(const String16& name, Maybe<int> executionContextId,
|
|
124
|
-
Maybe<String16> executionContextName) override;
|
|
125
|
-
Response removeBinding(const String16& name) override;
|
|
126
|
-
void addBindings(InspectedContext* context);
|
|
127
|
-
|
|
128
|
-
void reset();
|
|
129
|
-
void reportExecutionContextCreated(InspectedContext*);
|
|
130
|
-
void reportExecutionContextDestroyed(InspectedContext*);
|
|
131
|
-
void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect,
|
|
132
|
-
std::unique_ptr<protocol::DictionaryValue> hints);
|
|
133
|
-
void messageAdded(V8ConsoleMessage*);
|
|
134
|
-
bool enabled() const { return m_enabled; }
|
|
135
|
-
|
|
136
|
-
private:
|
|
137
|
-
bool reportMessage(V8ConsoleMessage*, bool generatePreview);
|
|
138
|
-
|
|
139
|
-
static void bindingCallback(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
140
|
-
void bindingCalled(const String16& name, const String16& payload,
|
|
141
|
-
int executionContextId);
|
|
142
|
-
void addBinding(InspectedContext* context, const String16& name);
|
|
143
|
-
|
|
144
|
-
V8InspectorSessionImpl* m_session;
|
|
145
|
-
protocol::DictionaryValue* m_state;
|
|
146
|
-
protocol::Runtime::Frontend m_frontend;
|
|
147
|
-
V8InspectorImpl* m_inspector;
|
|
148
|
-
bool m_enabled;
|
|
149
|
-
std::unordered_map<String16, std::unique_ptr<v8::Global<v8::Script>>>
|
|
150
|
-
m_compiledScripts;
|
|
151
|
-
// Binding name -> executionContextIds mapping.
|
|
152
|
-
std::unordered_map<String16, std::unordered_set<int>> m_activeBindings;
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
} // namespace v8_inspector
|
|
156
|
-
|
|
157
|
-
#endif // V8_INSPECTOR_V8_RUNTIME_AGENT_IMPL_H_
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
// Copyright 2016 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_INSPECTOR_V8_SCHEMA_AGENT_IMPL_H_
|
|
6
|
-
#define V8_INSPECTOR_V8_SCHEMA_AGENT_IMPL_H_
|
|
7
|
-
|
|
8
|
-
#include <memory>
|
|
9
|
-
|
|
10
|
-
#include "src/base/macros.h"
|
|
11
|
-
#include "src/inspector/protocol/Forward.h"
|
|
12
|
-
#include "src/inspector/protocol/Schema.h"
|
|
13
|
-
|
|
14
|
-
namespace v8_inspector {
|
|
15
|
-
|
|
16
|
-
class V8InspectorSessionImpl;
|
|
17
|
-
|
|
18
|
-
using protocol::Response;
|
|
19
|
-
|
|
20
|
-
class V8SchemaAgentImpl : public protocol::Schema::Backend {
|
|
21
|
-
public:
|
|
22
|
-
V8SchemaAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
|
|
23
|
-
protocol::DictionaryValue* state);
|
|
24
|
-
~V8SchemaAgentImpl() override;
|
|
25
|
-
V8SchemaAgentImpl(const V8SchemaAgentImpl&) = delete;
|
|
26
|
-
V8SchemaAgentImpl& operator=(const V8SchemaAgentImpl&) = delete;
|
|
27
|
-
|
|
28
|
-
Response getDomains(
|
|
29
|
-
std::unique_ptr<protocol::Array<protocol::Schema::Domain>>*) override;
|
|
30
|
-
|
|
31
|
-
private:
|
|
32
|
-
V8InspectorSessionImpl* m_session;
|
|
33
|
-
protocol::Schema::Frontend m_frontend;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
} // namespace v8_inspector
|
|
37
|
-
|
|
38
|
-
#endif // V8_INSPECTOR_V8_SCHEMA_AGENT_IMPL_H_
|
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
// Copyright 2016 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_INSPECTOR_V8_STACK_TRACE_IMPL_H_
|
|
6
|
-
#define V8_INSPECTOR_V8_STACK_TRACE_IMPL_H_
|
|
7
|
-
|
|
8
|
-
#include <memory>
|
|
9
|
-
#include <vector>
|
|
10
|
-
|
|
11
|
-
#include "include/v8-inspector.h"
|
|
12
|
-
#include "include/v8.h"
|
|
13
|
-
#include "src/base/macros.h"
|
|
14
|
-
#include "src/inspector/protocol/Runtime.h"
|
|
15
|
-
#include "src/inspector/string-16.h"
|
|
16
|
-
|
|
17
|
-
namespace v8_inspector {
|
|
18
|
-
|
|
19
|
-
class AsyncStackTrace;
|
|
20
|
-
class V8Debugger;
|
|
21
|
-
struct V8StackTraceId;
|
|
22
|
-
|
|
23
|
-
class StackFrame {
|
|
24
|
-
public:
|
|
25
|
-
explicit StackFrame(v8::Isolate* isolate, v8::Local<v8::StackFrame> frame);
|
|
26
|
-
~StackFrame() = default;
|
|
27
|
-
|
|
28
|
-
const String16& functionName() const;
|
|
29
|
-
int scriptId() const;
|
|
30
|
-
const String16& sourceURL() const;
|
|
31
|
-
int lineNumber() const; // 0-based.
|
|
32
|
-
int columnNumber() const; // 0-based.
|
|
33
|
-
std::unique_ptr<protocol::Runtime::CallFrame> buildInspectorObject(
|
|
34
|
-
V8InspectorClient* client) const;
|
|
35
|
-
bool isEqual(StackFrame* frame) const;
|
|
36
|
-
|
|
37
|
-
private:
|
|
38
|
-
String16 m_functionName;
|
|
39
|
-
int m_scriptId;
|
|
40
|
-
String16 m_sourceURL;
|
|
41
|
-
int m_lineNumber; // 0-based.
|
|
42
|
-
int m_columnNumber; // 0-based.
|
|
43
|
-
bool m_hasSourceURLComment;
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
class V8StackTraceImpl : public V8StackTrace {
|
|
47
|
-
public:
|
|
48
|
-
static void setCaptureStackTraceForUncaughtExceptions(v8::Isolate*,
|
|
49
|
-
bool capture);
|
|
50
|
-
static int maxCallStackSizeToCapture;
|
|
51
|
-
static std::unique_ptr<V8StackTraceImpl> create(V8Debugger*,
|
|
52
|
-
int contextGroupId,
|
|
53
|
-
v8::Local<v8::StackTrace>,
|
|
54
|
-
int maxStackSize);
|
|
55
|
-
static std::unique_ptr<V8StackTraceImpl> capture(V8Debugger*,
|
|
56
|
-
int contextGroupId,
|
|
57
|
-
int maxStackSize);
|
|
58
|
-
|
|
59
|
-
~V8StackTraceImpl() override;
|
|
60
|
-
V8StackTraceImpl(const V8StackTraceImpl&) = delete;
|
|
61
|
-
V8StackTraceImpl& operator=(const V8StackTraceImpl&) = delete;
|
|
62
|
-
std::unique_ptr<protocol::Runtime::StackTrace> buildInspectorObjectImpl(
|
|
63
|
-
V8Debugger* debugger) const;
|
|
64
|
-
|
|
65
|
-
std::unique_ptr<protocol::Runtime::StackTrace> buildInspectorObjectImpl(
|
|
66
|
-
V8Debugger* debugger, int maxAsyncDepth) const;
|
|
67
|
-
|
|
68
|
-
// V8StackTrace implementation.
|
|
69
|
-
// This method drops the async stack trace.
|
|
70
|
-
std::unique_ptr<V8StackTrace> clone() override;
|
|
71
|
-
StringView firstNonEmptySourceURL() const override;
|
|
72
|
-
bool isEmpty() const override;
|
|
73
|
-
StringView topSourceURL() const override;
|
|
74
|
-
int topLineNumber() const override; // 1-based.
|
|
75
|
-
int topColumnNumber() const override; // 1-based.
|
|
76
|
-
int topScriptId() const override;
|
|
77
|
-
StringView topFunctionName() const override;
|
|
78
|
-
std::unique_ptr<protocol::Runtime::API::StackTrace> buildInspectorObject()
|
|
79
|
-
const override;
|
|
80
|
-
std::unique_ptr<protocol::Runtime::API::StackTrace> buildInspectorObject(
|
|
81
|
-
int maxAsyncDepth) const override;
|
|
82
|
-
std::unique_ptr<StringBuffer> toString() const override;
|
|
83
|
-
|
|
84
|
-
bool isEqualIgnoringTopFrame(V8StackTraceImpl* stackTrace) const;
|
|
85
|
-
|
|
86
|
-
private:
|
|
87
|
-
V8StackTraceImpl(std::vector<std::shared_ptr<StackFrame>> frames,
|
|
88
|
-
int maxAsyncDepth,
|
|
89
|
-
std::shared_ptr<AsyncStackTrace> asyncParent,
|
|
90
|
-
const V8StackTraceId& externalParent);
|
|
91
|
-
|
|
92
|
-
class StackFrameIterator {
|
|
93
|
-
public:
|
|
94
|
-
explicit StackFrameIterator(const V8StackTraceImpl* stackTrace);
|
|
95
|
-
|
|
96
|
-
void next();
|
|
97
|
-
StackFrame* frame();
|
|
98
|
-
bool done();
|
|
99
|
-
|
|
100
|
-
private:
|
|
101
|
-
std::vector<std::shared_ptr<StackFrame>>::const_iterator m_currentIt;
|
|
102
|
-
std::vector<std::shared_ptr<StackFrame>>::const_iterator m_currentEnd;
|
|
103
|
-
AsyncStackTrace* m_parent;
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
std::vector<std::shared_ptr<StackFrame>> m_frames;
|
|
107
|
-
int m_maxAsyncDepth;
|
|
108
|
-
std::weak_ptr<AsyncStackTrace> m_asyncParent;
|
|
109
|
-
V8StackTraceId m_externalParent;
|
|
110
|
-
};
|
|
111
|
-
|
|
112
|
-
class AsyncStackTrace {
|
|
113
|
-
public:
|
|
114
|
-
AsyncStackTrace(const AsyncStackTrace&) = delete;
|
|
115
|
-
AsyncStackTrace& operator=(const AsyncStackTrace&) = delete;
|
|
116
|
-
static std::shared_ptr<AsyncStackTrace> capture(V8Debugger*,
|
|
117
|
-
int contextGroupId,
|
|
118
|
-
const String16& description,
|
|
119
|
-
int maxStackSize);
|
|
120
|
-
static uintptr_t store(V8Debugger* debugger,
|
|
121
|
-
std::shared_ptr<AsyncStackTrace> stack);
|
|
122
|
-
|
|
123
|
-
std::unique_ptr<protocol::Runtime::StackTrace> buildInspectorObject(
|
|
124
|
-
V8Debugger* debugger, int maxAsyncDepth) const;
|
|
125
|
-
|
|
126
|
-
// If async stack has suspended task id, it means that at moment when we
|
|
127
|
-
// capture current stack trace we suspended corresponded asynchronous
|
|
128
|
-
// execution flow and it is possible to request pause for a momemnt when
|
|
129
|
-
// that flow is resumed.
|
|
130
|
-
// E.g. every time when we suspend async function we mark corresponded async
|
|
131
|
-
// stack as suspended and every time when this function is resumed we remove
|
|
132
|
-
// suspendedTaskId.
|
|
133
|
-
void setSuspendedTaskId(void* task);
|
|
134
|
-
void* suspendedTaskId() const;
|
|
135
|
-
|
|
136
|
-
int contextGroupId() const;
|
|
137
|
-
const String16& description() const;
|
|
138
|
-
std::weak_ptr<AsyncStackTrace> parent() const;
|
|
139
|
-
bool isEmpty() const;
|
|
140
|
-
const V8StackTraceId& externalParent() const { return m_externalParent; }
|
|
141
|
-
|
|
142
|
-
const std::vector<std::shared_ptr<StackFrame>>& frames() const {
|
|
143
|
-
return m_frames;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
private:
|
|
147
|
-
AsyncStackTrace(int contextGroupId, const String16& description,
|
|
148
|
-
std::vector<std::shared_ptr<StackFrame>> frames,
|
|
149
|
-
std::shared_ptr<AsyncStackTrace> asyncParent,
|
|
150
|
-
const V8StackTraceId& externalParent);
|
|
151
|
-
|
|
152
|
-
int m_contextGroupId;
|
|
153
|
-
uintptr_t m_id;
|
|
154
|
-
void* m_suspendedTaskId;
|
|
155
|
-
String16 m_description;
|
|
156
|
-
|
|
157
|
-
std::vector<std::shared_ptr<StackFrame>> m_frames;
|
|
158
|
-
std::weak_ptr<AsyncStackTrace> m_asyncParent;
|
|
159
|
-
V8StackTraceId m_externalParent;
|
|
160
|
-
};
|
|
161
|
-
|
|
162
|
-
} // namespace v8_inspector
|
|
163
|
-
|
|
164
|
-
#endif // V8_INSPECTOR_V8_STACK_TRACE_IMPL_H_
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// Copyright 2019 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_INSPECTOR_V8_STRING_CONVERSIONS_H_
|
|
6
|
-
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
|
|
7
|
-
|
|
8
|
-
#include <string>
|
|
9
|
-
|
|
10
|
-
// Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may
|
|
11
|
-
// want to use string-16.h directly rather than these.
|
|
12
|
-
namespace v8_inspector {
|
|
13
|
-
std::basic_string<uint16_t> UTF8ToUTF16(const char* stringStart, size_t length);
|
|
14
|
-
std::string UTF16ToUTF8(const uint16_t* stringStart, size_t length);
|
|
15
|
-
} // namespace v8_inspector
|
|
16
|
-
|
|
17
|
-
#endif // V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// Copyright 2016 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_INSPECTOR_V8_VALUE_UTILS_H_
|
|
6
|
-
#define V8_INSPECTOR_V8_VALUE_UTILS_H_
|
|
7
|
-
|
|
8
|
-
#include "src/inspector/protocol/Protocol.h"
|
|
9
|
-
|
|
10
|
-
#include "include/v8.h"
|
|
11
|
-
|
|
12
|
-
namespace v8_inspector {
|
|
13
|
-
|
|
14
|
-
v8::Maybe<bool> createDataProperty(v8::Local<v8::Context>,
|
|
15
|
-
v8::Local<v8::Object>,
|
|
16
|
-
v8::Local<v8::Name> key,
|
|
17
|
-
v8::Local<v8::Value>);
|
|
18
|
-
v8::Maybe<bool> createDataProperty(v8::Local<v8::Context>, v8::Local<v8::Array>,
|
|
19
|
-
int index, v8::Local<v8::Value>);
|
|
20
|
-
|
|
21
|
-
} // namespace v8_inspector
|
|
22
|
-
|
|
23
|
-
#endif // V8_INSPECTOR_V8_VALUE_UTILS_H_
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
// Copyright 2018 the V8 project authors. All rights reserved.
|
|
2
|
-
// Use of this source code is governed by a BSD-style license that can be
|
|
3
|
-
// found in the LICENSE file.
|
|
4
|
-
|
|
5
|
-
#ifndef V8_INSPECTOR_VALUE_MIRROR_H_
|
|
6
|
-
#define V8_INSPECTOR_VALUE_MIRROR_H_
|
|
7
|
-
|
|
8
|
-
#include <memory>
|
|
9
|
-
|
|
10
|
-
#include "src/base/macros.h"
|
|
11
|
-
#include "src/inspector/protocol/Protocol.h"
|
|
12
|
-
#include "src/inspector/protocol/Runtime.h"
|
|
13
|
-
#include "src/inspector/string-16.h"
|
|
14
|
-
|
|
15
|
-
#include "include/v8-inspector.h"
|
|
16
|
-
#include "include/v8.h"
|
|
17
|
-
|
|
18
|
-
namespace v8_inspector {
|
|
19
|
-
|
|
20
|
-
class ValueMirror;
|
|
21
|
-
enum class WrapMode;
|
|
22
|
-
|
|
23
|
-
struct PrivatePropertyMirror {
|
|
24
|
-
String16 name;
|
|
25
|
-
std::unique_ptr<ValueMirror> value;
|
|
26
|
-
std::unique_ptr<ValueMirror> getter;
|
|
27
|
-
std::unique_ptr<ValueMirror> setter;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
struct InternalPropertyMirror {
|
|
31
|
-
String16 name;
|
|
32
|
-
std::unique_ptr<ValueMirror> value;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
struct PropertyMirror {
|
|
36
|
-
String16 name;
|
|
37
|
-
bool writable;
|
|
38
|
-
bool configurable;
|
|
39
|
-
bool enumerable;
|
|
40
|
-
bool isOwn;
|
|
41
|
-
bool isIndex;
|
|
42
|
-
std::unique_ptr<ValueMirror> value;
|
|
43
|
-
std::unique_ptr<ValueMirror> getter;
|
|
44
|
-
std::unique_ptr<ValueMirror> setter;
|
|
45
|
-
std::unique_ptr<ValueMirror> symbol;
|
|
46
|
-
std::unique_ptr<ValueMirror> exception;
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
class ValueMirror {
|
|
50
|
-
public:
|
|
51
|
-
virtual ~ValueMirror();
|
|
52
|
-
|
|
53
|
-
static std::unique_ptr<ValueMirror> create(v8::Local<v8::Context> context,
|
|
54
|
-
v8::Local<v8::Value> value);
|
|
55
|
-
virtual protocol::Response buildRemoteObject(
|
|
56
|
-
v8::Local<v8::Context> context, WrapMode mode,
|
|
57
|
-
std::unique_ptr<protocol::Runtime::RemoteObject>* result) const = 0;
|
|
58
|
-
virtual void buildPropertyPreview(
|
|
59
|
-
v8::Local<v8::Context> context, const String16& name,
|
|
60
|
-
std::unique_ptr<protocol::Runtime::PropertyPreview>*) const {}
|
|
61
|
-
virtual void buildObjectPreview(
|
|
62
|
-
v8::Local<v8::Context> context, bool generatePreviewForTable,
|
|
63
|
-
int* nameLimit, int* indexLimit,
|
|
64
|
-
std::unique_ptr<protocol::Runtime::ObjectPreview>*) const {}
|
|
65
|
-
virtual void buildEntryPreview(
|
|
66
|
-
v8::Local<v8::Context> context, int* nameLimit, int* indexLimit,
|
|
67
|
-
std::unique_ptr<protocol::Runtime::ObjectPreview>*) const {}
|
|
68
|
-
virtual v8::Local<v8::Value> v8Value() const = 0;
|
|
69
|
-
|
|
70
|
-
class PropertyAccumulator {
|
|
71
|
-
public:
|
|
72
|
-
virtual ~PropertyAccumulator() = default;
|
|
73
|
-
virtual bool Add(PropertyMirror mirror) = 0;
|
|
74
|
-
};
|
|
75
|
-
static bool getProperties(v8::Local<v8::Context> context,
|
|
76
|
-
v8::Local<v8::Object> object, bool ownProperties,
|
|
77
|
-
bool accessorPropertiesOnly,
|
|
78
|
-
PropertyAccumulator* accumulator);
|
|
79
|
-
static void getInternalProperties(
|
|
80
|
-
v8::Local<v8::Context> context, v8::Local<v8::Object> object,
|
|
81
|
-
std::vector<InternalPropertyMirror>* mirrors);
|
|
82
|
-
static std::vector<PrivatePropertyMirror> getPrivateProperties(
|
|
83
|
-
v8::Local<v8::Context> context, v8::Local<v8::Object> object);
|
|
84
|
-
};
|
|
85
|
-
} // namespace v8_inspector
|
|
86
|
-
|
|
87
|
-
#endif // V8_INSPECTOR_VALUE_MIRROR_H_
|
|
@@ -1,92 +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_LIBPLATFORM_DEFAULT_PLATFORM_H_
|
|
6
|
-
#define V8_LIBPLATFORM_DEFAULT_PLATFORM_H_
|
|
7
|
-
|
|
8
|
-
#include <map>
|
|
9
|
-
#include <memory>
|
|
10
|
-
|
|
11
|
-
#include "include/libplatform/libplatform-export.h"
|
|
12
|
-
#include "include/libplatform/libplatform.h"
|
|
13
|
-
#include "include/libplatform/v8-tracing.h"
|
|
14
|
-
#include "include/v8-platform.h"
|
|
15
|
-
#include "src/base/compiler-specific.h"
|
|
16
|
-
#include "src/base/macros.h"
|
|
17
|
-
#include "src/base/platform/mutex.h"
|
|
18
|
-
#include "src/base/platform/v8-time.h"
|
|
19
|
-
|
|
20
|
-
namespace v8 {
|
|
21
|
-
namespace platform {
|
|
22
|
-
|
|
23
|
-
class Thread;
|
|
24
|
-
class WorkerThread;
|
|
25
|
-
class DefaultForegroundTaskRunner;
|
|
26
|
-
class DefaultWorkerThreadsTaskRunner;
|
|
27
|
-
class DefaultPageAllocator;
|
|
28
|
-
|
|
29
|
-
class V8_PLATFORM_EXPORT DefaultPlatform : public NON_EXPORTED_BASE(Platform) {
|
|
30
|
-
public:
|
|
31
|
-
explicit DefaultPlatform(
|
|
32
|
-
int thread_pool_size = 0,
|
|
33
|
-
IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled,
|
|
34
|
-
std::unique_ptr<v8::TracingController> tracing_controller = {});
|
|
35
|
-
|
|
36
|
-
~DefaultPlatform() override;
|
|
37
|
-
|
|
38
|
-
DefaultPlatform(const DefaultPlatform&) = delete;
|
|
39
|
-
DefaultPlatform& operator=(const DefaultPlatform&) = delete;
|
|
40
|
-
|
|
41
|
-
void EnsureBackgroundTaskRunnerInitialized();
|
|
42
|
-
|
|
43
|
-
bool PumpMessageLoop(
|
|
44
|
-
v8::Isolate* isolate,
|
|
45
|
-
MessageLoopBehavior behavior = MessageLoopBehavior::kDoNotWait);
|
|
46
|
-
|
|
47
|
-
void RunIdleTasks(v8::Isolate* isolate, double idle_time_in_seconds);
|
|
48
|
-
|
|
49
|
-
void SetTracingController(
|
|
50
|
-
std::unique_ptr<v8::TracingController> tracing_controller);
|
|
51
|
-
|
|
52
|
-
using TimeFunction = double (*)();
|
|
53
|
-
|
|
54
|
-
void SetTimeFunctionForTesting(TimeFunction time_function);
|
|
55
|
-
|
|
56
|
-
// v8::Platform implementation.
|
|
57
|
-
int NumberOfWorkerThreads() override;
|
|
58
|
-
std::shared_ptr<TaskRunner> GetForegroundTaskRunner(
|
|
59
|
-
v8::Isolate* isolate) override;
|
|
60
|
-
void CallOnWorkerThread(std::unique_ptr<Task> task) override;
|
|
61
|
-
void CallDelayedOnWorkerThread(std::unique_ptr<Task> task,
|
|
62
|
-
double delay_in_seconds) override;
|
|
63
|
-
bool IdleTasksEnabled(Isolate* isolate) override;
|
|
64
|
-
std::unique_ptr<JobHandle> PostJob(
|
|
65
|
-
TaskPriority priority, std::unique_ptr<JobTask> job_state) override;
|
|
66
|
-
double MonotonicallyIncreasingTime() override;
|
|
67
|
-
double CurrentClockTimeMillis() override;
|
|
68
|
-
v8::TracingController* GetTracingController() override;
|
|
69
|
-
StackTracePrinter GetStackTracePrinter() override;
|
|
70
|
-
v8::PageAllocator* GetPageAllocator() override;
|
|
71
|
-
|
|
72
|
-
void NotifyIsolateShutdown(Isolate* isolate);
|
|
73
|
-
|
|
74
|
-
private:
|
|
75
|
-
base::Mutex lock_;
|
|
76
|
-
const int thread_pool_size_;
|
|
77
|
-
IdleTaskSupport idle_task_support_;
|
|
78
|
-
std::shared_ptr<DefaultWorkerThreadsTaskRunner> worker_threads_task_runner_;
|
|
79
|
-
std::map<v8::Isolate*, std::shared_ptr<DefaultForegroundTaskRunner>>
|
|
80
|
-
foreground_task_runner_map_;
|
|
81
|
-
|
|
82
|
-
std::unique_ptr<TracingController> tracing_controller_;
|
|
83
|
-
std::unique_ptr<PageAllocator> page_allocator_;
|
|
84
|
-
|
|
85
|
-
TimeFunction time_function_for_testing_ = nullptr;
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
} // namespace platform
|
|
89
|
-
} // namespace v8
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
#endif // V8_LIBPLATFORM_DEFAULT_PLATFORM_H_
|
|
@@ -1,50 +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_LOGGING_TRACING_FLAGS_H_
|
|
6
|
-
#define V8_LOGGING_TRACING_FLAGS_H_
|
|
7
|
-
|
|
8
|
-
#include <atomic>
|
|
9
|
-
|
|
10
|
-
#include "src/base/macros.h"
|
|
11
|
-
|
|
12
|
-
namespace v8 {
|
|
13
|
-
namespace internal {
|
|
14
|
-
|
|
15
|
-
// This struct contains a set of flags that can be modified from multiple
|
|
16
|
-
// threads at runtime unlike the normal FLAG_-like flags which are not modified
|
|
17
|
-
// after V8 instance is initialized.
|
|
18
|
-
|
|
19
|
-
struct TracingFlags {
|
|
20
|
-
static V8_EXPORT_PRIVATE std::atomic_uint runtime_stats;
|
|
21
|
-
static V8_EXPORT_PRIVATE std::atomic_uint gc;
|
|
22
|
-
static V8_EXPORT_PRIVATE std::atomic_uint gc_stats;
|
|
23
|
-
static V8_EXPORT_PRIVATE std::atomic_uint ic_stats;
|
|
24
|
-
static V8_EXPORT_PRIVATE std::atomic_uint zone_stats;
|
|
25
|
-
|
|
26
|
-
static bool is_runtime_stats_enabled() {
|
|
27
|
-
return runtime_stats.load(std::memory_order_relaxed) != 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
static bool is_gc_enabled() {
|
|
31
|
-
return gc.load(std::memory_order_relaxed) != 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
static bool is_gc_stats_enabled() {
|
|
35
|
-
return gc_stats.load(std::memory_order_relaxed) != 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
static bool is_ic_stats_enabled() {
|
|
39
|
-
return ic_stats.load(std::memory_order_relaxed) != 0;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
static bool is_zone_stats_enabled() {
|
|
43
|
-
return zone_stats.load(std::memory_order_relaxed) != 0;
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
} // namespace internal
|
|
48
|
-
} // namespace v8
|
|
49
|
-
|
|
50
|
-
#endif // V8_LOGGING_TRACING_FLAGS_H_
|