libv8-node 16.17.0.0-aarch64-linux-musl → 17.9.1.0-aarch64-linux-musl

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 (69) hide show
  1. checksums.yaml +4 -4
  2. data/ext/libv8-node/paths.rb +1 -1
  3. data/lib/libv8/node/version.rb +3 -3
  4. data/vendor/v8/aarch64-linux-musl/libv8/obj/libv8_monolith.a +0 -0
  5. data/vendor/v8/include/cppgc/allocation.h +11 -5
  6. data/vendor/v8/include/cppgc/cross-thread-persistent.h +78 -26
  7. data/vendor/v8/include/cppgc/internal/caged-heap-local-data.h +2 -2
  8. data/vendor/v8/include/cppgc/internal/finalizer-trait.h +2 -0
  9. data/vendor/v8/include/cppgc/internal/gc-info.h +90 -10
  10. data/vendor/v8/include/cppgc/internal/name-trait.h +11 -0
  11. data/vendor/v8/include/cppgc/internal/persistent-node.h +44 -12
  12. data/vendor/v8/include/cppgc/internal/pointer-policies.h +22 -11
  13. data/vendor/v8/include/cppgc/internal/write-barrier.h +9 -1
  14. data/vendor/v8/include/cppgc/persistent.h +1 -1
  15. data/vendor/v8/include/cppgc/prefinalizer.h +1 -1
  16. data/vendor/v8/include/v8-array-buffer.h +433 -0
  17. data/vendor/v8/include/v8-callbacks.h +377 -0
  18. data/vendor/v8/include/v8-container.h +129 -0
  19. data/vendor/v8/include/v8-context.h +418 -0
  20. data/vendor/v8/include/v8-cppgc.h +5 -2
  21. data/vendor/v8/include/v8-data.h +65 -0
  22. data/vendor/v8/include/v8-date.h +43 -0
  23. data/vendor/v8/include/v8-debug.h +151 -0
  24. data/vendor/v8/include/v8-embedder-heap.h +238 -0
  25. data/vendor/v8/include/v8-exception.h +224 -0
  26. data/vendor/v8/include/v8-extension.h +62 -0
  27. data/vendor/v8/include/v8-external.h +37 -0
  28. data/vendor/v8/include/v8-fast-api-calls.h +63 -11
  29. data/vendor/v8/include/v8-forward.h +81 -0
  30. data/vendor/v8/include/v8-function-callback.h +475 -0
  31. data/vendor/v8/include/v8-function.h +122 -0
  32. data/vendor/v8/include/v8-initialization.h +282 -0
  33. data/vendor/v8/include/v8-inspector.h +11 -21
  34. data/vendor/v8/include/v8-internal.h +85 -22
  35. data/vendor/v8/include/v8-isolate.h +1662 -0
  36. data/vendor/v8/include/v8-json.h +47 -0
  37. data/vendor/v8/include/v8-local-handle.h +459 -0
  38. data/vendor/v8/include/v8-locker.h +148 -0
  39. data/vendor/v8/include/v8-maybe.h +137 -0
  40. data/vendor/v8/include/v8-memory-span.h +43 -0
  41. data/vendor/v8/include/v8-message.h +241 -0
  42. data/vendor/v8/include/v8-metrics.h +37 -1
  43. data/vendor/v8/include/v8-microtask-queue.h +152 -0
  44. data/vendor/v8/include/v8-microtask.h +28 -0
  45. data/vendor/v8/include/v8-object.h +770 -0
  46. data/vendor/v8/include/v8-persistent-handle.h +590 -0
  47. data/vendor/v8/include/v8-platform.h +41 -17
  48. data/vendor/v8/include/v8-primitive-object.h +118 -0
  49. data/vendor/v8/include/v8-primitive.h +858 -0
  50. data/vendor/v8/include/v8-profiler.h +10 -11
  51. data/vendor/v8/include/v8-promise.h +174 -0
  52. data/vendor/v8/include/v8-proxy.h +50 -0
  53. data/vendor/v8/include/v8-regexp.h +105 -0
  54. data/vendor/v8/include/v8-script.h +771 -0
  55. data/vendor/v8/include/v8-snapshot.h +198 -0
  56. data/vendor/v8/include/v8-statistics.h +215 -0
  57. data/vendor/v8/include/v8-template.h +1052 -0
  58. data/vendor/v8/include/v8-traced-handle.h +605 -0
  59. data/vendor/v8/include/v8-typed-array.h +282 -0
  60. data/vendor/v8/include/v8-unwinder-state.h +4 -3
  61. data/vendor/v8/include/v8-unwinder.h +129 -0
  62. data/vendor/v8/include/v8-util.h +7 -1
  63. data/vendor/v8/include/v8-value-serializer.h +249 -0
  64. data/vendor/v8/include/v8-value.h +526 -0
  65. data/vendor/v8/include/v8-version.h +3 -3
  66. data/vendor/v8/include/v8-wasm.h +245 -0
  67. data/vendor/v8/include/v8-weak-callback-info.h +73 -0
  68. data/vendor/v8/include/v8.h +41 -12604
  69. metadata +48 -6
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8-node
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.17.0.0
4
+ version: 17.9.1.0
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - ''
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-27 00:00:00.000000000 Z
11
+ date: 2022-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -94,28 +94,70 @@ files:
94
94
  - vendor/v8/include/libplatform/libplatform-export.h
95
95
  - vendor/v8/include/libplatform/libplatform.h
96
96
  - vendor/v8/include/libplatform/v8-tracing.h
97
+ - vendor/v8/include/v8-array-buffer.h
98
+ - vendor/v8/include/v8-callbacks.h
99
+ - vendor/v8/include/v8-container.h
100
+ - vendor/v8/include/v8-context.h
97
101
  - vendor/v8/include/v8-cppgc.h
102
+ - vendor/v8/include/v8-data.h
103
+ - vendor/v8/include/v8-date.h
104
+ - vendor/v8/include/v8-debug.h
105
+ - vendor/v8/include/v8-embedder-heap.h
106
+ - vendor/v8/include/v8-exception.h
107
+ - vendor/v8/include/v8-extension.h
108
+ - vendor/v8/include/v8-external.h
98
109
  - vendor/v8/include/v8-fast-api-calls.h
110
+ - vendor/v8/include/v8-forward.h
111
+ - vendor/v8/include/v8-function-callback.h
112
+ - vendor/v8/include/v8-function.h
113
+ - vendor/v8/include/v8-initialization.h
99
114
  - vendor/v8/include/v8-inspector-protocol.h
100
115
  - vendor/v8/include/v8-inspector.h
101
116
  - vendor/v8/include/v8-internal.h
117
+ - vendor/v8/include/v8-isolate.h
118
+ - vendor/v8/include/v8-json.h
119
+ - vendor/v8/include/v8-local-handle.h
120
+ - vendor/v8/include/v8-locker.h
121
+ - vendor/v8/include/v8-maybe.h
122
+ - vendor/v8/include/v8-memory-span.h
123
+ - vendor/v8/include/v8-message.h
102
124
  - vendor/v8/include/v8-metrics.h
125
+ - vendor/v8/include/v8-microtask-queue.h
126
+ - vendor/v8/include/v8-microtask.h
127
+ - vendor/v8/include/v8-object.h
128
+ - vendor/v8/include/v8-persistent-handle.h
103
129
  - vendor/v8/include/v8-platform.h
130
+ - vendor/v8/include/v8-primitive-object.h
131
+ - vendor/v8/include/v8-primitive.h
104
132
  - vendor/v8/include/v8-profiler.h
133
+ - vendor/v8/include/v8-promise.h
134
+ - vendor/v8/include/v8-proxy.h
135
+ - vendor/v8/include/v8-regexp.h
136
+ - vendor/v8/include/v8-script.h
137
+ - vendor/v8/include/v8-snapshot.h
138
+ - vendor/v8/include/v8-statistics.h
139
+ - vendor/v8/include/v8-template.h
140
+ - vendor/v8/include/v8-traced-handle.h
141
+ - vendor/v8/include/v8-typed-array.h
105
142
  - vendor/v8/include/v8-unwinder-state.h
143
+ - vendor/v8/include/v8-unwinder.h
106
144
  - vendor/v8/include/v8-util.h
107
145
  - vendor/v8/include/v8-value-serializer-version.h
146
+ - vendor/v8/include/v8-value-serializer.h
147
+ - vendor/v8/include/v8-value.h
108
148
  - vendor/v8/include/v8-version-string.h
109
149
  - vendor/v8/include/v8-version.h
110
150
  - vendor/v8/include/v8-wasm-trap-handler-posix.h
111
151
  - vendor/v8/include/v8-wasm-trap-handler-win.h
152
+ - vendor/v8/include/v8-wasm.h
153
+ - vendor/v8/include/v8-weak-callback-info.h
112
154
  - vendor/v8/include/v8.h
113
155
  - vendor/v8/include/v8config.h
114
156
  homepage: https://github.com/rubyjs/libv8-node
115
157
  licenses:
116
158
  - MIT
117
159
  metadata: {}
118
- post_install_message:
160
+ post_install_message:
119
161
  rdoc_options: []
120
162
  require_paths:
121
163
  - lib
@@ -131,8 +173,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
173
  - !ruby/object:Gem::Version
132
174
  version: '0'
133
175
  requirements: []
134
- rubygems_version: 3.0.3
135
- signing_key:
176
+ rubygems_version: 3.0.3.1
177
+ signing_key:
136
178
  specification_version: 4
137
179
  summary: Node.JS's V8 JavaScript engine
138
180
  test_files: []