libv8-node 16.17.0.0-aarch64-linux → 17.9.1.0-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/libv8-node/paths.rb +1 -1
- data/lib/libv8/node/version.rb +3 -3
- data/vendor/v8/aarch64-linux/libv8/obj/libv8_monolith.a +0 -0
- data/vendor/v8/include/cppgc/allocation.h +11 -5
- data/vendor/v8/include/cppgc/cross-thread-persistent.h +78 -26
- data/vendor/v8/include/cppgc/internal/caged-heap-local-data.h +2 -2
- data/vendor/v8/include/cppgc/internal/finalizer-trait.h +2 -0
- data/vendor/v8/include/cppgc/internal/gc-info.h +90 -10
- data/vendor/v8/include/cppgc/internal/name-trait.h +11 -0
- data/vendor/v8/include/cppgc/internal/persistent-node.h +44 -12
- data/vendor/v8/include/cppgc/internal/pointer-policies.h +22 -11
- data/vendor/v8/include/cppgc/internal/write-barrier.h +9 -1
- data/vendor/v8/include/cppgc/persistent.h +1 -1
- data/vendor/v8/include/cppgc/prefinalizer.h +1 -1
- data/vendor/v8/include/v8-array-buffer.h +433 -0
- data/vendor/v8/include/v8-callbacks.h +377 -0
- data/vendor/v8/include/v8-container.h +129 -0
- data/vendor/v8/include/v8-context.h +418 -0
- data/vendor/v8/include/v8-cppgc.h +5 -2
- data/vendor/v8/include/v8-data.h +65 -0
- data/vendor/v8/include/v8-date.h +43 -0
- data/vendor/v8/include/v8-debug.h +151 -0
- data/vendor/v8/include/v8-embedder-heap.h +238 -0
- data/vendor/v8/include/v8-exception.h +224 -0
- data/vendor/v8/include/v8-extension.h +62 -0
- data/vendor/v8/include/v8-external.h +37 -0
- data/vendor/v8/include/v8-fast-api-calls.h +63 -11
- data/vendor/v8/include/v8-forward.h +81 -0
- data/vendor/v8/include/v8-function-callback.h +475 -0
- data/vendor/v8/include/v8-function.h +122 -0
- data/vendor/v8/include/v8-initialization.h +282 -0
- data/vendor/v8/include/v8-inspector.h +11 -21
- data/vendor/v8/include/v8-internal.h +85 -22
- data/vendor/v8/include/v8-isolate.h +1662 -0
- data/vendor/v8/include/v8-json.h +47 -0
- data/vendor/v8/include/v8-local-handle.h +459 -0
- data/vendor/v8/include/v8-locker.h +148 -0
- data/vendor/v8/include/v8-maybe.h +137 -0
- data/vendor/v8/include/v8-memory-span.h +43 -0
- data/vendor/v8/include/v8-message.h +241 -0
- data/vendor/v8/include/v8-metrics.h +37 -1
- data/vendor/v8/include/v8-microtask-queue.h +152 -0
- data/vendor/v8/include/v8-microtask.h +28 -0
- data/vendor/v8/include/v8-object.h +770 -0
- data/vendor/v8/include/v8-persistent-handle.h +590 -0
- data/vendor/v8/include/v8-platform.h +41 -17
- data/vendor/v8/include/v8-primitive-object.h +118 -0
- data/vendor/v8/include/v8-primitive.h +858 -0
- data/vendor/v8/include/v8-profiler.h +10 -11
- data/vendor/v8/include/v8-promise.h +174 -0
- data/vendor/v8/include/v8-proxy.h +50 -0
- data/vendor/v8/include/v8-regexp.h +105 -0
- data/vendor/v8/include/v8-script.h +771 -0
- data/vendor/v8/include/v8-snapshot.h +198 -0
- data/vendor/v8/include/v8-statistics.h +215 -0
- data/vendor/v8/include/v8-template.h +1052 -0
- data/vendor/v8/include/v8-traced-handle.h +605 -0
- data/vendor/v8/include/v8-typed-array.h +282 -0
- data/vendor/v8/include/v8-unwinder-state.h +4 -3
- data/vendor/v8/include/v8-unwinder.h +129 -0
- data/vendor/v8/include/v8-util.h +7 -1
- data/vendor/v8/include/v8-value-serializer.h +249 -0
- data/vendor/v8/include/v8-value.h +526 -0
- data/vendor/v8/include/v8-version.h +3 -3
- data/vendor/v8/include/v8-wasm.h +245 -0
- data/vendor/v8/include/v8-weak-callback-info.h +73 -0
- data/vendor/v8/include/v8.h +41 -12604
- metadata +45 -3
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:
|
4
|
+
version: 17.9.1.0
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- ''
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -94,21 +94,63 @@ 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
|
@@ -131,7 +173,7 @@ 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
|
176
|
+
rubygems_version: 3.0.3.1
|
135
177
|
signing_key:
|
136
178
|
specification_version: 4
|
137
179
|
summary: Node.JS's V8 JavaScript engine
|