libv8-node 16.17.0.0-x86_64-linux-musl → 17.9.1.0-x86_64-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/include/cppgc/allocation.h +11 -5
  5. data/vendor/v8/include/cppgc/cross-thread-persistent.h +78 -26
  6. data/vendor/v8/include/cppgc/internal/caged-heap-local-data.h +2 -2
  7. data/vendor/v8/include/cppgc/internal/finalizer-trait.h +2 -0
  8. data/vendor/v8/include/cppgc/internal/gc-info.h +90 -10
  9. data/vendor/v8/include/cppgc/internal/name-trait.h +11 -0
  10. data/vendor/v8/include/cppgc/internal/persistent-node.h +44 -12
  11. data/vendor/v8/include/cppgc/internal/pointer-policies.h +22 -11
  12. data/vendor/v8/include/cppgc/internal/write-barrier.h +9 -1
  13. data/vendor/v8/include/cppgc/persistent.h +1 -1
  14. data/vendor/v8/include/cppgc/prefinalizer.h +1 -1
  15. data/vendor/v8/include/v8-array-buffer.h +433 -0
  16. data/vendor/v8/include/v8-callbacks.h +377 -0
  17. data/vendor/v8/include/v8-container.h +129 -0
  18. data/vendor/v8/include/v8-context.h +418 -0
  19. data/vendor/v8/include/v8-cppgc.h +5 -2
  20. data/vendor/v8/include/v8-data.h +65 -0
  21. data/vendor/v8/include/v8-date.h +43 -0
  22. data/vendor/v8/include/v8-debug.h +151 -0
  23. data/vendor/v8/include/v8-embedder-heap.h +238 -0
  24. data/vendor/v8/include/v8-exception.h +224 -0
  25. data/vendor/v8/include/v8-extension.h +62 -0
  26. data/vendor/v8/include/v8-external.h +37 -0
  27. data/vendor/v8/include/v8-fast-api-calls.h +63 -11
  28. data/vendor/v8/include/v8-forward.h +81 -0
  29. data/vendor/v8/include/v8-function-callback.h +475 -0
  30. data/vendor/v8/include/v8-function.h +122 -0
  31. data/vendor/v8/include/v8-initialization.h +282 -0
  32. data/vendor/v8/include/v8-inspector.h +11 -21
  33. data/vendor/v8/include/v8-internal.h +85 -22
  34. data/vendor/v8/include/v8-isolate.h +1662 -0
  35. data/vendor/v8/include/v8-json.h +47 -0
  36. data/vendor/v8/include/v8-local-handle.h +459 -0
  37. data/vendor/v8/include/v8-locker.h +148 -0
  38. data/vendor/v8/include/v8-maybe.h +137 -0
  39. data/vendor/v8/include/v8-memory-span.h +43 -0
  40. data/vendor/v8/include/v8-message.h +241 -0
  41. data/vendor/v8/include/v8-metrics.h +37 -1
  42. data/vendor/v8/include/v8-microtask-queue.h +152 -0
  43. data/vendor/v8/include/v8-microtask.h +28 -0
  44. data/vendor/v8/include/v8-object.h +770 -0
  45. data/vendor/v8/include/v8-persistent-handle.h +590 -0
  46. data/vendor/v8/include/v8-platform.h +41 -17
  47. data/vendor/v8/include/v8-primitive-object.h +118 -0
  48. data/vendor/v8/include/v8-primitive.h +858 -0
  49. data/vendor/v8/include/v8-profiler.h +10 -11
  50. data/vendor/v8/include/v8-promise.h +174 -0
  51. data/vendor/v8/include/v8-proxy.h +50 -0
  52. data/vendor/v8/include/v8-regexp.h +105 -0
  53. data/vendor/v8/include/v8-script.h +771 -0
  54. data/vendor/v8/include/v8-snapshot.h +198 -0
  55. data/vendor/v8/include/v8-statistics.h +215 -0
  56. data/vendor/v8/include/v8-template.h +1052 -0
  57. data/vendor/v8/include/v8-traced-handle.h +605 -0
  58. data/vendor/v8/include/v8-typed-array.h +282 -0
  59. data/vendor/v8/include/v8-unwinder-state.h +4 -3
  60. data/vendor/v8/include/v8-unwinder.h +129 -0
  61. data/vendor/v8/include/v8-util.h +7 -1
  62. data/vendor/v8/include/v8-value-serializer.h +249 -0
  63. data/vendor/v8/include/v8-value.h +526 -0
  64. data/vendor/v8/include/v8-version.h +3 -3
  65. data/vendor/v8/include/v8-wasm.h +245 -0
  66. data/vendor/v8/include/v8-weak-callback-info.h +73 -0
  67. data/vendor/v8/include/v8.h +41 -12604
  68. data/vendor/v8/x86_64-linux-musl/libv8/obj/libv8_monolith.a +0 -0
  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: x86_64-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
@@ -93,21 +93,63 @@ files:
93
93
  - vendor/v8/include/libplatform/libplatform-export.h
94
94
  - vendor/v8/include/libplatform/libplatform.h
95
95
  - vendor/v8/include/libplatform/v8-tracing.h
96
+ - vendor/v8/include/v8-array-buffer.h
97
+ - vendor/v8/include/v8-callbacks.h
98
+ - vendor/v8/include/v8-container.h
99
+ - vendor/v8/include/v8-context.h
96
100
  - vendor/v8/include/v8-cppgc.h
101
+ - vendor/v8/include/v8-data.h
102
+ - vendor/v8/include/v8-date.h
103
+ - vendor/v8/include/v8-debug.h
104
+ - vendor/v8/include/v8-embedder-heap.h
105
+ - vendor/v8/include/v8-exception.h
106
+ - vendor/v8/include/v8-extension.h
107
+ - vendor/v8/include/v8-external.h
97
108
  - vendor/v8/include/v8-fast-api-calls.h
109
+ - vendor/v8/include/v8-forward.h
110
+ - vendor/v8/include/v8-function-callback.h
111
+ - vendor/v8/include/v8-function.h
112
+ - vendor/v8/include/v8-initialization.h
98
113
  - vendor/v8/include/v8-inspector-protocol.h
99
114
  - vendor/v8/include/v8-inspector.h
100
115
  - vendor/v8/include/v8-internal.h
116
+ - vendor/v8/include/v8-isolate.h
117
+ - vendor/v8/include/v8-json.h
118
+ - vendor/v8/include/v8-local-handle.h
119
+ - vendor/v8/include/v8-locker.h
120
+ - vendor/v8/include/v8-maybe.h
121
+ - vendor/v8/include/v8-memory-span.h
122
+ - vendor/v8/include/v8-message.h
101
123
  - vendor/v8/include/v8-metrics.h
124
+ - vendor/v8/include/v8-microtask-queue.h
125
+ - vendor/v8/include/v8-microtask.h
126
+ - vendor/v8/include/v8-object.h
127
+ - vendor/v8/include/v8-persistent-handle.h
102
128
  - vendor/v8/include/v8-platform.h
129
+ - vendor/v8/include/v8-primitive-object.h
130
+ - vendor/v8/include/v8-primitive.h
103
131
  - vendor/v8/include/v8-profiler.h
132
+ - vendor/v8/include/v8-promise.h
133
+ - vendor/v8/include/v8-proxy.h
134
+ - vendor/v8/include/v8-regexp.h
135
+ - vendor/v8/include/v8-script.h
136
+ - vendor/v8/include/v8-snapshot.h
137
+ - vendor/v8/include/v8-statistics.h
138
+ - vendor/v8/include/v8-template.h
139
+ - vendor/v8/include/v8-traced-handle.h
140
+ - vendor/v8/include/v8-typed-array.h
104
141
  - vendor/v8/include/v8-unwinder-state.h
142
+ - vendor/v8/include/v8-unwinder.h
105
143
  - vendor/v8/include/v8-util.h
106
144
  - vendor/v8/include/v8-value-serializer-version.h
145
+ - vendor/v8/include/v8-value-serializer.h
146
+ - vendor/v8/include/v8-value.h
107
147
  - vendor/v8/include/v8-version-string.h
108
148
  - vendor/v8/include/v8-version.h
109
149
  - vendor/v8/include/v8-wasm-trap-handler-posix.h
110
150
  - vendor/v8/include/v8-wasm-trap-handler-win.h
151
+ - vendor/v8/include/v8-wasm.h
152
+ - vendor/v8/include/v8-weak-callback-info.h
111
153
  - vendor/v8/include/v8.h
112
154
  - vendor/v8/include/v8config.h
113
155
  - vendor/v8/x86_64-linux-musl/libv8/obj/libv8_monolith.a
@@ -115,7 +157,7 @@ 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: []