node-aix-ppc64 19.8.1 → 20.1.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/CHANGELOG.md +376 -1512
- package/LICENSE +538 -514
- package/README.md +33 -28
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +15 -8
- package/include/node/libplatform/v8-tracing.h +2 -2
- package/include/node/node.exp +20910 -17130
- package/include/node/node.h +24 -36
- package/include/node/node_api.h +17 -59
- package/include/node/node_version.h +4 -4
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/v8-array-buffer.h +59 -0
- package/include/node/v8-callbacks.h +14 -1
- package/include/node/v8-context.h +50 -3
- package/include/node/v8-data.h +1 -1
- package/include/node/v8-embedder-heap.h +0 -169
- package/include/node/v8-function-callback.h +69 -42
- package/include/node/v8-function.h +1 -0
- package/include/node/v8-internal.h +242 -150
- package/include/node/v8-isolate.h +30 -40
- package/include/node/v8-local-handle.h +81 -48
- package/include/node/v8-microtask-queue.h +5 -0
- package/include/node/v8-object.h +21 -3
- package/include/node/v8-persistent-handle.h +25 -16
- package/include/node/v8-platform.h +79 -10
- package/include/node/v8-primitive.h +19 -12
- package/include/node/v8-profiler.h +49 -31
- package/include/node/v8-script.h +29 -1
- package/include/node/v8-snapshot.h +4 -8
- package/include/node/v8-template.h +3 -1
- package/include/node/v8-traced-handle.h +22 -28
- package/include/node/v8-value.h +31 -4
- package/include/node/v8-version.h +4 -4
- package/include/node/v8-wasm.h +2 -1
- package/include/node/v8config.h +73 -2
- package/package.json +1 -1
- package/share/doc/node/gdbinit +4 -3
- package/share/man/man1/node.1 +17 -1
package/README.md
CHANGED
|
@@ -158,24 +158,20 @@ For information about the governance of the Node.js project, see
|
|
|
158
158
|
|
|
159
159
|
### TSC (Technical Steering Committee)
|
|
160
160
|
|
|
161
|
+
#### TSC voting members
|
|
162
|
+
|
|
161
163
|
<!--lint disable prohibited-strings-->
|
|
162
164
|
|
|
163
165
|
* [aduh95](https://github.com/aduh95) -
|
|
164
166
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
165
167
|
* [apapirovski](https://github.com/apapirovski) -
|
|
166
168
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
167
|
-
* [BethGriggs](https://github.com/BethGriggs) -
|
|
168
|
-
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
169
169
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
170
170
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
171
|
-
* [ChALkeR](https://github.com/ChALkeR) -
|
|
172
|
-
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
173
171
|
* [cjihrig](https://github.com/cjihrig) -
|
|
174
172
|
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
175
173
|
* [danielleadams](https://github.com/danielleadams) -
|
|
176
174
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
177
|
-
* [fhinkel](https://github.com/fhinkel) -
|
|
178
|
-
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
179
175
|
* [GeoffreyBooth](https://github.com/geoffreybooth) -
|
|
180
176
|
**Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
|
|
181
177
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
@@ -190,6 +186,8 @@ For information about the governance of the Node.js project, see
|
|
|
190
186
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
191
187
|
* [mhdawson](https://github.com/mhdawson) -
|
|
192
188
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
189
|
+
* [MoLow](https://github.com/MoLow) -
|
|
190
|
+
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
193
191
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
194
192
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
195
193
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -205,28 +203,45 @@ For information about the governance of the Node.js project, see
|
|
|
205
203
|
* [Trott](https://github.com/Trott) -
|
|
206
204
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
207
205
|
|
|
206
|
+
#### TSC regular members
|
|
207
|
+
|
|
208
|
+
* [BethGriggs](https://github.com/BethGriggs) -
|
|
209
|
+
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
210
|
+
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
211
|
+
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
212
|
+
* [ChALkeR](https://github.com/ChALkeR) -
|
|
213
|
+
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
214
|
+
* [codebytere](https://github.com/codebytere) -
|
|
215
|
+
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
216
|
+
* [danbev](https://github.com/danbev) -
|
|
217
|
+
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
218
|
+
* [fhinkel](https://github.com/fhinkel) -
|
|
219
|
+
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
220
|
+
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
221
|
+
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
222
|
+
* [mscdex](https://github.com/mscdex) -
|
|
223
|
+
**Brian White** <<mscdex@mscdex.net>>
|
|
224
|
+
* [MylesBorins](https://github.com/MylesBorins) -
|
|
225
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
226
|
+
* [rvagg](https://github.com/rvagg) -
|
|
227
|
+
**Rod Vagg** <<r@va.gg>>
|
|
228
|
+
* [TimothyGu](https://github.com/TimothyGu) -
|
|
229
|
+
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
230
|
+
|
|
208
231
|
<details>
|
|
209
232
|
|
|
210
|
-
<summary>
|
|
233
|
+
<summary>TSC emeriti members</summary>
|
|
211
234
|
|
|
212
|
-
|
|
235
|
+
#### TSC emeriti members
|
|
213
236
|
|
|
214
237
|
* [addaleax](https://github.com/addaleax) -
|
|
215
238
|
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
216
|
-
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
217
|
-
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
218
239
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
219
240
|
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
220
|
-
* [codebytere](https://github.com/codebytere) -
|
|
221
|
-
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
222
|
-
* [danbev](https://github.com/danbev) -
|
|
223
|
-
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
224
241
|
* [evanlucas](https://github.com/evanlucas) -
|
|
225
242
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
226
243
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
227
244
|
**Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
|
|
228
|
-
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
229
|
-
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
230
245
|
* [gibfahn](https://github.com/gibfahn) -
|
|
231
246
|
**Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
|
|
232
247
|
* [indutny](https://github.com/indutny) -
|
|
@@ -237,10 +252,6 @@ For information about the governance of the Node.js project, see
|
|
|
237
252
|
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
238
253
|
* [mmarchini](https://github.com/mmarchini) -
|
|
239
254
|
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
240
|
-
* [mscdex](https://github.com/mscdex) -
|
|
241
|
-
**Brian White** <<mscdex@mscdex.net>>
|
|
242
|
-
* [MylesBorins](https://github.com/MylesBorins) -
|
|
243
|
-
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
244
255
|
* [nebrius](https://github.com/nebrius) -
|
|
245
256
|
**Bryan Hughes** <<bryan@nebri.us>>
|
|
246
257
|
* [ofrobots](https://github.com/ofrobots) -
|
|
@@ -249,16 +260,12 @@ For information about the governance of the Node.js project, see
|
|
|
249
260
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
250
261
|
* [piscisaureus](https://github.com/piscisaureus) -
|
|
251
262
|
**Bert Belder** <<bertbelder@gmail.com>>
|
|
252
|
-
* [rvagg](https://github.com/rvagg) -
|
|
253
|
-
**Rod Vagg** <<r@va.gg>>
|
|
254
263
|
* [sam-github](https://github.com/sam-github) -
|
|
255
264
|
**Sam Roberts** <<vieuxtech@gmail.com>>
|
|
256
265
|
* [shigeki](https://github.com/shigeki) -
|
|
257
266
|
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
258
267
|
* [thefourtheye](https://github.com/thefourtheye) -
|
|
259
268
|
**Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
|
|
260
|
-
* [TimothyGu](https://github.com/TimothyGu) -
|
|
261
|
-
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
262
269
|
* [trevnorris](https://github.com/trevnorris) -
|
|
263
270
|
**Trevor Norris** <<trev.norris@gmail.com>>
|
|
264
271
|
|
|
@@ -364,6 +371,8 @@ For information about the governance of the Node.js project, see
|
|
|
364
371
|
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
365
372
|
* [JungMinu](https://github.com/JungMinu) -
|
|
366
373
|
**Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
|
|
374
|
+
* [KhafraDev](https://github.com/KhafraDev) -
|
|
375
|
+
**Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
|
|
367
376
|
* [kuriyosh](https://github.com/kuriyosh) -
|
|
368
377
|
**Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
|
|
369
378
|
* [legendecas](https://github.com/legendecas) -
|
|
@@ -698,8 +707,6 @@ maintaining the Node.js project.
|
|
|
698
707
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
699
708
|
* [Mesteery](https://github.com/Mesteery) -
|
|
700
709
|
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
701
|
-
* [MoLow](https://github.com/MoLow) -
|
|
702
|
-
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
703
710
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
704
711
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
705
712
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -801,8 +808,6 @@ releases on a rotation basis as outlined in the
|
|
|
801
808
|
* Datadog
|
|
802
809
|
* [bengl](https://github.com/bengl) -
|
|
803
810
|
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
804
|
-
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
805
|
-
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
806
811
|
* NearForm
|
|
807
812
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
808
813
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
'force_dynamic_crt': 0,
|
|
13
13
|
'gas_version': '0.0',
|
|
14
14
|
'host_arch': 'ppc64',
|
|
15
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
15
|
+
'icu_data_in': '../../deps/icu-tmp/icudt73l.dat',
|
|
16
16
|
'icu_endianness': 'b',
|
|
17
17
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
18
18
|
'icu_path': 'deps/icu-small',
|
|
19
19
|
'icu_small': 'false',
|
|
20
|
-
'icu_ver_major': '
|
|
20
|
+
'icu_ver_major': '73',
|
|
21
21
|
'is_debug': 0,
|
|
22
22
|
'libdir': 'lib',
|
|
23
23
|
'llvm_version': '0.0',
|
|
@@ -73,13 +73,14 @@
|
|
|
73
73
|
'lib/internal/async_hooks.js',
|
|
74
74
|
'lib/internal/blob.js',
|
|
75
75
|
'lib/internal/blocklist.js',
|
|
76
|
-
'lib/internal/bootstrap/browser.js',
|
|
77
|
-
'lib/internal/bootstrap/loaders.js',
|
|
78
76
|
'lib/internal/bootstrap/node.js',
|
|
77
|
+
'lib/internal/bootstrap/realm.js',
|
|
79
78
|
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
80
79
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
81
80
|
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
82
81
|
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
82
|
+
'lib/internal/bootstrap/web/exposed-wildcard.js',
|
|
83
|
+
'lib/internal/bootstrap/web/exposed-window-or-worker.js',
|
|
83
84
|
'lib/internal/buffer.js',
|
|
84
85
|
'lib/internal/child_process.js',
|
|
85
86
|
'lib/internal/child_process/serialization.js',
|
|
@@ -112,6 +113,7 @@
|
|
|
112
113
|
'lib/internal/crypto/sig.js',
|
|
113
114
|
'lib/internal/crypto/util.js',
|
|
114
115
|
'lib/internal/crypto/webcrypto.js',
|
|
116
|
+
'lib/internal/crypto/webidl.js',
|
|
115
117
|
'lib/internal/crypto/x509.js',
|
|
116
118
|
'lib/internal/debugger/inspect.js',
|
|
117
119
|
'lib/internal/debugger/inspect_client.js',
|
|
@@ -124,6 +126,7 @@
|
|
|
124
126
|
'lib/internal/error_serdes.js',
|
|
125
127
|
'lib/internal/errors.js',
|
|
126
128
|
'lib/internal/event_target.js',
|
|
129
|
+
'lib/internal/events/symbols.js',
|
|
127
130
|
'lib/internal/file.js',
|
|
128
131
|
'lib/internal/fixed_queue.js',
|
|
129
132
|
'lib/internal/freelist.js',
|
|
@@ -151,7 +154,7 @@
|
|
|
151
154
|
'lib/internal/legacy/processbinding.js',
|
|
152
155
|
'lib/internal/linkedlist.js',
|
|
153
156
|
'lib/internal/main/check_syntax.js',
|
|
154
|
-
'lib/internal/main/
|
|
157
|
+
'lib/internal/main/embedding.js',
|
|
155
158
|
'lib/internal/main/eval_stdin.js',
|
|
156
159
|
'lib/internal/main/eval_string.js',
|
|
157
160
|
'lib/internal/main/inspect.js',
|
|
@@ -160,7 +163,6 @@
|
|
|
160
163
|
'lib/internal/main/prof_process.js',
|
|
161
164
|
'lib/internal/main/repl.js',
|
|
162
165
|
'lib/internal/main/run_main_module.js',
|
|
163
|
-
'lib/internal/main/single_executable_application.js',
|
|
164
166
|
'lib/internal/main/test_runner.js',
|
|
165
167
|
'lib/internal/main/watch_mode.js',
|
|
166
168
|
'lib/internal/main/worker_thread.js',
|
|
@@ -180,8 +182,10 @@
|
|
|
180
182
|
'lib/internal/modules/esm/module_map.js',
|
|
181
183
|
'lib/internal/modules/esm/package_config.js',
|
|
182
184
|
'lib/internal/modules/esm/resolve.js',
|
|
185
|
+
'lib/internal/modules/esm/shared_constants.js',
|
|
183
186
|
'lib/internal/modules/esm/translators.js',
|
|
184
187
|
'lib/internal/modules/esm/utils.js',
|
|
188
|
+
'lib/internal/modules/esm/worker.js',
|
|
185
189
|
'lib/internal/modules/helpers.js',
|
|
186
190
|
'lib/internal/modules/package_json_reader.js',
|
|
187
191
|
'lib/internal/modules/run_main.js',
|
|
@@ -206,6 +210,7 @@
|
|
|
206
210
|
'lib/internal/process/esm_loader.js',
|
|
207
211
|
'lib/internal/process/execution.js',
|
|
208
212
|
'lib/internal/process/per_thread.js',
|
|
213
|
+
'lib/internal/process/permission.js',
|
|
209
214
|
'lib/internal/process/policy.js',
|
|
210
215
|
'lib/internal/process/pre_execution.js',
|
|
211
216
|
'lib/internal/process/promises.js',
|
|
@@ -276,6 +281,7 @@
|
|
|
276
281
|
'lib/internal/util/colors.js',
|
|
277
282
|
'lib/internal/util/comparisons.js',
|
|
278
283
|
'lib/internal/util/debuglog.js',
|
|
284
|
+
'lib/internal/util/embedding.js',
|
|
279
285
|
'lib/internal/util/inspect.js',
|
|
280
286
|
'lib/internal/util/inspector.js',
|
|
281
287
|
'lib/internal/util/iterable_weak_map.js',
|
|
@@ -324,6 +330,7 @@
|
|
|
324
330
|
'lib/string_decoder.js',
|
|
325
331
|
'lib/sys.js',
|
|
326
332
|
'lib/test.js',
|
|
333
|
+
'lib/test/reporters.js',
|
|
327
334
|
'lib/timers.js',
|
|
328
335
|
'lib/timers/promises.js',
|
|
329
336
|
'lib/tls.js',
|
|
@@ -337,7 +344,7 @@
|
|
|
337
344
|
'lib/wasi.js',
|
|
338
345
|
'lib/worker_threads.js',
|
|
339
346
|
'lib/zlib.js'],
|
|
340
|
-
'node_module_version':
|
|
347
|
+
'node_module_version': 115,
|
|
341
348
|
'node_no_browser_globals': 'false',
|
|
342
349
|
'node_prefix': '/',
|
|
343
350
|
'node_release_urlbase': 'https://nodejs.org/download/release/',
|
|
@@ -363,7 +370,7 @@
|
|
|
363
370
|
'openssl_is_fips': 'false',
|
|
364
371
|
'openssl_quic': 'true',
|
|
365
372
|
'ossfuzz': 'false',
|
|
366
|
-
'shlib_suffix': '
|
|
373
|
+
'shlib_suffix': '115.a',
|
|
367
374
|
'single_executable_application': 'true',
|
|
368
375
|
'target_arch': 'ppc64',
|
|
369
376
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
@@ -282,12 +282,12 @@ class V8_PLATFORM_EXPORT TracingController
|
|
|
282
282
|
const char* name, uint64_t handle) override;
|
|
283
283
|
|
|
284
284
|
static const char* GetCategoryGroupName(const uint8_t* category_enabled_flag);
|
|
285
|
-
#endif // !defined(V8_USE_PERFETTO)
|
|
286
285
|
|
|
287
286
|
void AddTraceStateObserver(
|
|
288
287
|
v8::TracingController::TraceStateObserver* observer) override;
|
|
289
288
|
void RemoveTraceStateObserver(
|
|
290
289
|
v8::TracingController::TraceStateObserver* observer) override;
|
|
290
|
+
#endif // !defined(V8_USE_PERFETTO)
|
|
291
291
|
|
|
292
292
|
void StartTracing(TraceConfig* trace_config);
|
|
293
293
|
void StopTracing();
|
|
@@ -307,7 +307,6 @@ class V8_PLATFORM_EXPORT TracingController
|
|
|
307
307
|
std::unique_ptr<base::Mutex> mutex_;
|
|
308
308
|
std::unique_ptr<TraceConfig> trace_config_;
|
|
309
309
|
std::atomic_bool recording_{false};
|
|
310
|
-
std::unordered_set<v8::TracingController::TraceStateObserver*> observers_;
|
|
311
310
|
|
|
312
311
|
#if defined(V8_USE_PERFETTO)
|
|
313
312
|
std::ostream* output_stream_ = nullptr;
|
|
@@ -316,6 +315,7 @@ class V8_PLATFORM_EXPORT TracingController
|
|
|
316
315
|
TraceEventListener* listener_for_testing_ = nullptr;
|
|
317
316
|
std::unique_ptr<perfetto::TracingSession> tracing_session_;
|
|
318
317
|
#else // !defined(V8_USE_PERFETTO)
|
|
318
|
+
std::unordered_set<v8::TracingController::TraceStateObserver*> observers_;
|
|
319
319
|
std::unique_ptr<TraceBuffer> trace_buffer_;
|
|
320
320
|
#endif // !defined(V8_USE_PERFETTO)
|
|
321
321
|
|