node-aix-ppc64 20.6.1 → 20.7.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 CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#20.7.0">20.7.0</a><br/>
11
12
  <a href="#20.6.1">20.6.1</a><br/>
12
13
  <a href="#20.6.0">20.6.0</a><br/>
13
14
  <a href="#20.5.1">20.5.1</a><br/>
@@ -44,6 +45,149 @@
44
45
  * [io.js](CHANGELOG_IOJS.md)
45
46
  * [Archive](CHANGELOG_ARCHIVE.md)
46
47
 
48
+ <a id="20.7.0"></a>
49
+
50
+ ## 2023-09-18, Version 20.7.0 (Current), @UlisesGascon
51
+
52
+ ### Notable Changes
53
+
54
+ * \[[`022f1b70c1`](https://github.com/nodejs/node/commit/022f1b70c1)] - **src**: support multiple `--env-file` declarations (Yagiz Nizipli) [#49542](https://github.com/nodejs/node/pull/49542)
55
+ * \[[`4a1d1cad61`](https://github.com/nodejs/node/commit/4a1d1cad61)] - **crypto**: update root certificates to NSS 3.93 (Node.js GitHub Bot) [#49341](https://github.com/nodejs/node/pull/49341)
56
+ * \[[`a1a65f593c`](https://github.com/nodejs/node/commit/a1a65f593c)] - **deps**: upgrade npm to 10.1.0 (npm team) [#49570](https://github.com/nodejs/node/pull/49570)
57
+ * \[[`6c2480cad9`](https://github.com/nodejs/node/commit/6c2480cad9)] - **(SEMVER-MINOR)** **deps**: upgrade npm to 10.0.0 (npm team) [#49423](https://github.com/nodejs/node/pull/49423)
58
+ * \[[`bef900e56b`](https://github.com/nodejs/node/commit/bef900e56b)] - **doc**: move and rename loaders section (Geoffrey Booth) [#49261](https://github.com/nodejs/node/pull/49261)
59
+ * \[[`db4ce8a593`](https://github.com/nodejs/node/commit/db4ce8a593)] - **doc**: add release key for Ulises Gascon (Ulises Gascón) [#49196](https://github.com/nodejs/node/pull/49196)
60
+ * \[[`11c85ffa98`](https://github.com/nodejs/node/commit/11c85ffa98)] - **(SEMVER-MINOR)** **lib**: add api to detect whether source-maps are enabled (翠 / green) [#46391](https://github.com/nodejs/node/pull/46391)
61
+ * \[[`ec51e25ed7`](https://github.com/nodejs/node/commit/ec51e25ed7)] - **src,permission**: add multiple allow-fs-\* flags (Carlos Espa) [#49047](https://github.com/nodejs/node/pull/49047)
62
+ * \[[`efdc95fbc0`](https://github.com/nodejs/node/commit/efdc95fbc0)] - **(SEMVER-MINOR)** **test\_runner**: expose location of tests (Colin Ihrig) [#48975](https://github.com/nodejs/node/pull/48975)
63
+
64
+ ### Commits
65
+
66
+ * \[[`e84515594e`](https://github.com/nodejs/node/commit/e84515594e)] - **benchmark**: use `tmpdir.resolve()` (Livia Medeiros) [#49137](https://github.com/nodejs/node/pull/49137)
67
+ * \[[`f37444e896`](https://github.com/nodejs/node/commit/f37444e896)] - **bootstrap**: build code cache from deserialized isolate (Joyee Cheung) [#49099](https://github.com/nodejs/node/pull/49099)
68
+ * \[[`af6dc1754d`](https://github.com/nodejs/node/commit/af6dc1754d)] - **bootstrap**: do not generate code cache in an unfinalized isolate (Joyee Cheung) [#49108](https://github.com/nodejs/node/pull/49108)
69
+ * \[[`cade5716df`](https://github.com/nodejs/node/commit/cade5716df)] - **build**: add symlink to `compile_commands.json` file if needed (Juan José) [#49260](https://github.com/nodejs/node/pull/49260)
70
+ * \[[`34a2590b05`](https://github.com/nodejs/node/commit/34a2590b05)] - **build**: expand when we run internet tests (Michael Dawson) [#49218](https://github.com/nodejs/node/pull/49218)
71
+ * \[[`f637fd46ab`](https://github.com/nodejs/node/commit/f637fd46ab)] - **build**: fix typo `libray` -> `library` (configure.py) (michalbiesek) [#49106](https://github.com/nodejs/node/pull/49106)
72
+ * \[[`ef3d8dd493`](https://github.com/nodejs/node/commit/ef3d8dd493)] - **crypto**: remove webcrypto EdDSA key checks and properties (Filip Skokan) [#49408](https://github.com/nodejs/node/pull/49408)
73
+ * \[[`4a1d1cad61`](https://github.com/nodejs/node/commit/4a1d1cad61)] - **crypto**: update root certificates to NSS 3.93 (Node.js GitHub Bot) [#49341](https://github.com/nodejs/node/pull/49341)
74
+ * \[[`7eb10a38ea`](https://github.com/nodejs/node/commit/7eb10a38ea)] - **crypto**: remove getDefaultEncoding() (Tobias Nießen) [#49170](https://github.com/nodejs/node/pull/49170)
75
+ * \[[`772496c030`](https://github.com/nodejs/node/commit/772496c030)] - **crypto**: remove default encoding from DiffieHellman (Tobias Nießen) [#49169](https://github.com/nodejs/node/pull/49169)
76
+ * \[[`c795083232`](https://github.com/nodejs/node/commit/c795083232)] - **crypto**: remove default encoding from Hash/Hmac (Tobias Nießen) [#49167](https://github.com/nodejs/node/pull/49167)
77
+ * \[[`08197aa010`](https://github.com/nodejs/node/commit/08197aa010)] - **crypto**: remove default encoding from sign/verify (Tobias Nießen) [#49145](https://github.com/nodejs/node/pull/49145)
78
+ * \[[`a1a65f593c`](https://github.com/nodejs/node/commit/a1a65f593c)] - **deps**: upgrade npm to 10.1.0 (npm team) [#49570](https://github.com/nodejs/node/pull/49570)
79
+ * \[[`6c2480cad9`](https://github.com/nodejs/node/commit/6c2480cad9)] - **(SEMVER-MINOR)** **deps**: upgrade npm to 10.0.0 (npm team) [#49423](https://github.com/nodejs/node/pull/49423)
80
+ * \[[`84195d9584`](https://github.com/nodejs/node/commit/84195d9584)] - **deps**: add missing thread-common.c in uv.gyp (Santiago Gimeno) [#49410](https://github.com/nodejs/node/pull/49410)
81
+ * \[[`5b70b68b3d`](https://github.com/nodejs/node/commit/5b70b68b3d)] - **deps**: V8: cherry-pick eadaef581c29 (Adam Majer) [#49401](https://github.com/nodejs/node/pull/49401)
82
+ * \[[`fe34d632e8`](https://github.com/nodejs/node/commit/fe34d632e8)] - **deps**: update zlib to 1.2.13.1-motley-f5fd0ad (Node.js GitHub Bot) [#49252](https://github.com/nodejs/node/pull/49252)
83
+ * \[[`db4ce8a593`](https://github.com/nodejs/node/commit/db4ce8a593)] - **doc**: add release key for Ulises Gascon (Ulises Gascón) [#49196](https://github.com/nodejs/node/pull/49196)
84
+ * \[[`e5f3a694cf`](https://github.com/nodejs/node/commit/e5f3a694cf)] - **doc**: fix node-api call example (Chengzhong Wu) [#49395](https://github.com/nodejs/node/pull/49395)
85
+ * \[[`021345a724`](https://github.com/nodejs/node/commit/021345a724)] - **doc**: add news issue for Diagnostics WG (Michael Dawson) [#49306](https://github.com/nodejs/node/pull/49306)
86
+ * \[[`f82347266b`](https://github.com/nodejs/node/commit/f82347266b)] - **doc**: clarify policy expectations (Rafael Gonzaga) [#48947](https://github.com/nodejs/node/pull/48947)
87
+ * \[[`73cfd9c895`](https://github.com/nodejs/node/commit/73cfd9c895)] - **doc**: add print results for examples in `StringDecoder` (Jungku Lee) [#49326](https://github.com/nodejs/node/pull/49326)
88
+ * \[[`63ab591416`](https://github.com/nodejs/node/commit/63ab591416)] - **doc**: update outdated reference to NIST SP 800-131A (Tobias Nießen) [#49316](https://github.com/nodejs/node/pull/49316)
89
+ * \[[`935dfe2afd`](https://github.com/nodejs/node/commit/935dfe2afd)] - **doc**: use `cjs` as block code's type in `MockTimers` (Deokjin Kim) [#49309](https://github.com/nodejs/node/pull/49309)
90
+ * \[[`7c0cd2fb87`](https://github.com/nodejs/node/commit/7c0cd2fb87)] - **doc**: update `options.filter` description for `fs.cp` (Shubham Pandey) [#49289](https://github.com/nodejs/node/pull/49289)
91
+ * \[[`f72e79ea67`](https://github.com/nodejs/node/commit/f72e79ea67)] - **doc**: add riscv64 to list of architectures (Stewart X Addison) [#49284](https://github.com/nodejs/node/pull/49284)
92
+ * \[[`d19c710064`](https://github.com/nodejs/node/commit/d19c710064)] - **doc**: avoid "not currently recommended" (Tobias Nießen) [#49300](https://github.com/nodejs/node/pull/49300)
93
+ * \[[`ae656101c0`](https://github.com/nodejs/node/commit/ae656101c0)] - **doc**: update module hooks docs (Geoffrey Booth) [#49265](https://github.com/nodejs/node/pull/49265)
94
+ * \[[`fefbdb92f2`](https://github.com/nodejs/node/commit/fefbdb92f2)] - **doc**: modify param description for end(),write() in `StringDecoder` (Jungku Lee) [#49285](https://github.com/nodejs/node/pull/49285)
95
+ * \[[`59e66a1ebe`](https://github.com/nodejs/node/commit/59e66a1ebe)] - **doc**: use NODE\_API\_SUPPORTED\_VERSION\_MAX in release doc (Cheng Zhao) [#49268](https://github.com/nodejs/node/pull/49268)
96
+ * \[[`ac3b88449b`](https://github.com/nodejs/node/commit/ac3b88449b)] - **doc**: fix typo in `stream.finished` documentation (Antoine du Hamel) [#49271](https://github.com/nodejs/node/pull/49271)
97
+ * \[[`7428ebf6c3`](https://github.com/nodejs/node/commit/7428ebf6c3)] - **doc**: update description for `percent_encode` sets in `WHATWG API` (Jungku Lee) [#49258](https://github.com/nodejs/node/pull/49258)
98
+ * \[[`bef900e56b`](https://github.com/nodejs/node/commit/bef900e56b)] - **doc**: move and rename loaders section (Geoffrey Booth) [#49261](https://github.com/nodejs/node/pull/49261)
99
+ * \[[`a22e0d9696`](https://github.com/nodejs/node/commit/a22e0d9696)] - **doc**: clarify use of Uint8Array for n-api (Fedor Indutny) [#48742](https://github.com/nodejs/node/pull/48742)
100
+ * \[[`1704f24cb9`](https://github.com/nodejs/node/commit/1704f24cb9)] - **doc**: add signature for `module.register` (Geoffrey Booth) [#49251](https://github.com/nodejs/node/pull/49251)
101
+ * \[[`5a363bb01b`](https://github.com/nodejs/node/commit/5a363bb01b)] - **doc**: caveat unavailability of `import.meta.resolve` in custom loaders (Jacob Smith) [#49242](https://github.com/nodejs/node/pull/49242)
102
+ * \[[`8101f2b259`](https://github.com/nodejs/node/commit/8101f2b259)] - **doc**: use same name in the doc as in the code (Hyunjin Kim) [#49216](https://github.com/nodejs/node/pull/49216)
103
+ * \[[`edf278d60d`](https://github.com/nodejs/node/commit/edf278d60d)] - **doc**: add notable-change label mention to PR template (Rafael Gonzaga) [#49188](https://github.com/nodejs/node/pull/49188)
104
+ * \[[`3df2251a6a`](https://github.com/nodejs/node/commit/3df2251a6a)] - **doc**: add h1 summary to security release process (Rafael Gonzaga) [#49112](https://github.com/nodejs/node/pull/49112)
105
+ * \[[`9fcd99a744`](https://github.com/nodejs/node/commit/9fcd99a744)] - **doc**: update to semver-minor releases by default (Rafael Gonzaga) [#49175](https://github.com/nodejs/node/pull/49175)
106
+ * \[[`777931f499`](https://github.com/nodejs/node/commit/777931f499)] - **doc**: fix wording in napi\_async\_init (Tobias Nießen) [#49180](https://github.com/nodejs/node/pull/49180)
107
+ * \[[`f45c8e10c0`](https://github.com/nodejs/node/commit/f45c8e10c0)] - **doc,test**: add known path resolution issue in permission model (Tobias Nießen) [#49155](https://github.com/nodejs/node/pull/49155)
108
+ * \[[`a6cfea3f74`](https://github.com/nodejs/node/commit/a6cfea3f74)] - **esm**: align sync and async load implementations (Antoine du Hamel) [#49152](https://github.com/nodejs/node/pull/49152)
109
+ * \[[`9fac310b33`](https://github.com/nodejs/node/commit/9fac310b33)] - **fs**: add the options param description in openAsBlob() (Yeseul Lee) [#49308](https://github.com/nodejs/node/pull/49308)
110
+ * \[[`92772a8175`](https://github.com/nodejs/node/commit/92772a8175)] - **fs**: remove redundant code in readableWebStream() (Deokjin Kim) [#49298](https://github.com/nodejs/node/pull/49298)
111
+ * \[[`88ba79b083`](https://github.com/nodejs/node/commit/88ba79b083)] - **fs**: make sure to write entire buffer (Robert Nagy) [#49211](https://github.com/nodejs/node/pull/49211)
112
+ * \[[`11c85ffa98`](https://github.com/nodejs/node/commit/11c85ffa98)] - **(SEMVER-MINOR)** **lib**: add api to detect whether source-maps are enabled (翠 / green) [#46391](https://github.com/nodejs/node/pull/46391)
113
+ * \[[`c12711ebfe`](https://github.com/nodejs/node/commit/c12711ebfe)] - **lib**: implement WeakReference on top of JS WeakRef (Joyee Cheung) [#49053](https://github.com/nodejs/node/pull/49053)
114
+ * \[[`9a0891f88d`](https://github.com/nodejs/node/commit/9a0891f88d)] - **meta**: bump step-security/harden-runner from 2.5.0 to 2.5.1 (dependabot\[bot]) [#49435](https://github.com/nodejs/node/pull/49435)
115
+ * \[[`ae67f41ef1`](https://github.com/nodejs/node/commit/ae67f41ef1)] - **meta**: bump actions/checkout from 3.5.3 to 3.6.0 (dependabot\[bot]) [#49436](https://github.com/nodejs/node/pull/49436)
116
+ * \[[`71b4411fb2`](https://github.com/nodejs/node/commit/71b4411fb2)] - **meta**: bump actions/setup-node from 3.7.0 to 3.8.1 (dependabot\[bot]) [#49434](https://github.com/nodejs/node/pull/49434)
117
+ * \[[`83b7d3a395`](https://github.com/nodejs/node/commit/83b7d3a395)] - **meta**: remove modules team from CODEOWNERS (Benjamin Gruenbaum) [#49412](https://github.com/nodejs/node/pull/49412)
118
+ * \[[`81ff68c45c`](https://github.com/nodejs/node/commit/81ff68c45c)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#49264](https://github.com/nodejs/node/pull/49264)
119
+ * \[[`ab975233cc`](https://github.com/nodejs/node/commit/ab975233cc)] - **meta**: mention nodejs/tsc when changing GH templates (Rafael Gonzaga) [#49189](https://github.com/nodejs/node/pull/49189)
120
+ * \[[`ceaa5494de`](https://github.com/nodejs/node/commit/ceaa5494de)] - **meta**: add test/reporters to codeowners (Chemi Atlow) [#49186](https://github.com/nodejs/node/pull/49186)
121
+ * \[[`de0a51b7cf`](https://github.com/nodejs/node/commit/de0a51b7cf)] - **net**: improve performance of isIPv4 and isIPv6 (Uzlopak) [#49568](https://github.com/nodejs/node/pull/49568)
122
+ * \[[`8d0913bf95`](https://github.com/nodejs/node/commit/8d0913bf95)] - **net**: use asserts in JS Socket Stream to catch races in future (Tim Perry) [#49400](https://github.com/nodejs/node/pull/49400)
123
+ * \[[`2486836a7d`](https://github.com/nodejs/node/commit/2486836a7d)] - **net**: fix crash due to simultaneous close/shutdown on JS Stream Sockets (Tim Perry) [#49400](https://github.com/nodejs/node/pull/49400)
124
+ * \[[`7a808340cd`](https://github.com/nodejs/node/commit/7a808340cd)] - **node-api**: fix compiler warning in node\_api.h (Michael Graeb) [#49103](https://github.com/nodejs/node/pull/49103)
125
+ * \[[`30f26a99f4`](https://github.com/nodejs/node/commit/30f26a99f4)] - **permission**: ensure to resolve path when calling mkdtemp (RafaelGSS) [nodejs-private/node-private#440](https://github.com/nodejs-private/node-private/pull/440)
126
+ * \[[`5051c75a5b`](https://github.com/nodejs/node/commit/5051c75a5b)] - **policy**: fix path to URL conversion (Antoine du Hamel) [#49133](https://github.com/nodejs/node/pull/49133)
127
+ * \[[`173aed4757`](https://github.com/nodejs/node/commit/173aed4757)] - **report**: fix recent coverity warning (Michael Dawson) [#48954](https://github.com/nodejs/node/pull/48954)
128
+ * \[[`d7ff78b442`](https://github.com/nodejs/node/commit/d7ff78b442)] - **sea**: generate code cache with deserialized isolate (Joyee Cheung) [#49226](https://github.com/nodejs/node/pull/49226)
129
+ * \[[`022f1b70c1`](https://github.com/nodejs/node/commit/022f1b70c1)] - **src**: support multiple `--env-file` declarations (Yagiz Nizipli) [#49542](https://github.com/nodejs/node/pull/49542)
130
+ * \[[`154b1c2115`](https://github.com/nodejs/node/commit/154b1c2115)] - **src**: don't overwrite environment from .env file (Phil Nash) [#49424](https://github.com/nodejs/node/pull/49424)
131
+ * \[[`dc4de1c69b`](https://github.com/nodejs/node/commit/dc4de1c69b)] - **src**: modify code for empty string (pluris) [#49336](https://github.com/nodejs/node/pull/49336)
132
+ * \[[`701c46f967`](https://github.com/nodejs/node/commit/701c46f967)] - **src**: remove unused PromiseWrap-related code (Joyee Cheung) [#49335](https://github.com/nodejs/node/pull/49335)
133
+ * \[[`4a094dc7af`](https://github.com/nodejs/node/commit/4a094dc7af)] - **src**: rename IsAnyByteSource to IsAnyBufferSource (Tobias Nießen) [#49346](https://github.com/nodejs/node/pull/49346)
134
+ * \[[`55d6649175`](https://github.com/nodejs/node/commit/55d6649175)] - **src**: support snapshot deserialization in RAIIIsolate (Joyee Cheung) [#49226](https://github.com/nodejs/node/pull/49226)
135
+ * \[[`dc092864ef`](https://github.com/nodejs/node/commit/dc092864ef)] - **src**: remove unused function `GetName()` in node\_perf (Jungku Lee) [#49244](https://github.com/nodejs/node/pull/49244)
136
+ * \[[`f2552a410e`](https://github.com/nodejs/node/commit/f2552a410e)] - **src**: use ARES\_SUCCESS instead of 0 (Jungku Lee) [#49048](https://github.com/nodejs/node/pull/49048)
137
+ * \[[`4a9ae31519`](https://github.com/nodejs/node/commit/4a9ae31519)] - **src**: add a condition if the argument of `DomainToUnicode` is empty (Jungku Lee) [#49097](https://github.com/nodejs/node/pull/49097)
138
+ * \[[`f460362cdf`](https://github.com/nodejs/node/commit/f460362cdf)] - **src**: remove C++ WeakReference implementation (Joyee Cheung) [#49053](https://github.com/nodejs/node/pull/49053)
139
+ * \[[`2a35383b3e`](https://github.com/nodejs/node/commit/2a35383b3e)] - **src**: use per-realm GetBindingData() wherever applicable (Joyee Cheung) [#49007](https://github.com/nodejs/node/pull/49007)
140
+ * \[[`184bbddcf5`](https://github.com/nodejs/node/commit/184bbddcf5)] - **src**: add per-realm GetBindingData() method (Joyee Cheung) [#49007](https://github.com/nodejs/node/pull/49007)
141
+ * \[[`e9946885f9`](https://github.com/nodejs/node/commit/e9946885f9)] - **src**: serialize both BaseObject slots (Joyee Cheung) [#48996](https://github.com/nodejs/node/pull/48996)
142
+ * \[[`ec51e25ed7`](https://github.com/nodejs/node/commit/ec51e25ed7)] - **src,permission**: add multiple allow-fs-\* flags (Carlos Espa) [#49047](https://github.com/nodejs/node/pull/49047)
143
+ * \[[`8aac95de4b`](https://github.com/nodejs/node/commit/8aac95de4b)] - **stream**: improve tee perf by reduce `ReflectConstruct` usages (Raz Luvaton) [#49546](https://github.com/nodejs/node/pull/49546)
144
+ * \[[`0eea7fd8fb`](https://github.com/nodejs/node/commit/0eea7fd8fb)] - **stream**: use Buffer.from when constructor is a Buffer (Matthew Aitken) [#49250](https://github.com/nodejs/node/pull/49250)
145
+ * \[[`b961d9bd52`](https://github.com/nodejs/node/commit/b961d9bd52)] - **stream**: add `highWaterMark` for the map operator (Raz Luvaton) [#49249](https://github.com/nodejs/node/pull/49249)
146
+ * \[[`ca1384166d`](https://github.com/nodejs/node/commit/ca1384166d)] - **test**: fix warning for comment in embedtest (Jungku Lee) [#49416](https://github.com/nodejs/node/pull/49416)
147
+ * \[[`2a35782809`](https://github.com/nodejs/node/commit/2a35782809)] - **test**: simplify test-crypto-dh-group-setters (Tobias Nießen) [#49404](https://github.com/nodejs/node/pull/49404)
148
+ * \[[`6740f3c209`](https://github.com/nodejs/node/commit/6740f3c209)] - **test**: verify dynamic import call with absolute path strings (Chengzhong Wu) [#49275](https://github.com/nodejs/node/pull/49275)
149
+ * \[[`6ed47bd8fb`](https://github.com/nodejs/node/commit/6ed47bd8fb)] - **test**: reduce length in crypto keygen tests (Joyee Cheung) [#49221](https://github.com/nodejs/node/pull/49221)
150
+ * \[[`4faa30c553`](https://github.com/nodejs/node/commit/4faa30c553)] - **test**: split JWK async elliptic curve keygen tests (Joyee Cheung) [#49221](https://github.com/nodejs/node/pull/49221)
151
+ * \[[`e04a2603d8`](https://github.com/nodejs/node/commit/e04a2603d8)] - **test**: split test-crypto-keygen.js (Joyee Cheung) [#49221](https://github.com/nodejs/node/pull/49221)
152
+ * \[[`0d23c1d4ce`](https://github.com/nodejs/node/commit/0d23c1d4ce)] - **test**: rename test-crypto-modp1-error (Tobias Nießen) [#49348](https://github.com/nodejs/node/pull/49348)
153
+ * \[[`48e41569e2`](https://github.com/nodejs/node/commit/48e41569e2)] - **test**: migrate message source map tests from Python to JS (Yiyun Lei) [#49238](https://github.com/nodejs/node/pull/49238)
154
+ * \[[`a11e64e09c`](https://github.com/nodejs/node/commit/a11e64e09c)] - **test**: fix compiler warning in NodeCryptoEnv (Tobias Nießen) [#49206](https://github.com/nodejs/node/pull/49206)
155
+ * \[[`345543938f`](https://github.com/nodejs/node/commit/345543938f)] - **test**: handle EUNATCH (Abdirahim Musse) [#48050](https://github.com/nodejs/node/pull/48050)
156
+ * \[[`e391f4b197`](https://github.com/nodejs/node/commit/e391f4b197)] - **test**: use `tmpdir.resolve()` (Livia Medeiros) [#49136](https://github.com/nodejs/node/pull/49136)
157
+ * \[[`910378f93f`](https://github.com/nodejs/node/commit/910378f93f)] - **test**: reduce flakiness of `test-esm-loader-hooks` (Antoine du Hamel) [#49248](https://github.com/nodejs/node/pull/49248)
158
+ * \[[`4a85f70462`](https://github.com/nodejs/node/commit/4a85f70462)] - **test**: add spawnSyncAndExit() and spawnSyncAndExitWithoutError() (Joyee Cheung) [#49200](https://github.com/nodejs/node/pull/49200)
159
+ * \[[`9610008b79`](https://github.com/nodejs/node/commit/9610008b79)] - **test**: make test-perf-hooks more robust and work with workers (Joyee Cheung) [#49197](https://github.com/nodejs/node/pull/49197)
160
+ * \[[`dc8fff9a75`](https://github.com/nodejs/node/commit/dc8fff9a75)] - **test**: use gcUntil() in test-v8-serialize-leak (Joyee Cheung) [#49168](https://github.com/nodejs/node/pull/49168)
161
+ * \[[`ca9f801332`](https://github.com/nodejs/node/commit/ca9f801332)] - **test**: make WeakReference tests robust (Joyee Cheung) [#49053](https://github.com/nodejs/node/pull/49053)
162
+ * \[[`de103a4686`](https://github.com/nodejs/node/commit/de103a4686)] - **test**: add test for effect of UV\_THREADPOOL\_SIZE (Tobias Nießen) [#49165](https://github.com/nodejs/node/pull/49165)
163
+ * \[[`47d24f144b`](https://github.com/nodejs/node/commit/47d24f144b)] - **test**: use expectSyncExit{WithErrors} in snapshot tests (Joyee Cheung) [#49020](https://github.com/nodejs/node/pull/49020)
164
+ * \[[`c441f5a097`](https://github.com/nodejs/node/commit/c441f5a097)] - **test**: add expectSyncExitWithoutError() and expectSyncExit() utils (Joyee Cheung) [#49020](https://github.com/nodejs/node/pull/49020)
165
+ * \[[`4d184b5251`](https://github.com/nodejs/node/commit/4d184b5251)] - **test**: remove --no-warnings flag in test\_runner fixtures (Raz Luvaton) [#48989](https://github.com/nodejs/node/pull/48989)
166
+ * \[[`25e967a90b`](https://github.com/nodejs/node/commit/25e967a90b)] - **test**: reorder test files fixtures for better understanding (Raz Luvaton) [#48787](https://github.com/nodejs/node/pull/48787)
167
+ * \[[`fac56dbcc0`](https://github.com/nodejs/node/commit/fac56dbcc0)] - **test,benchmark**: use `tmpdir.fileURL()` (Livia Medeiros) [#49138](https://github.com/nodejs/node/pull/49138)
168
+ * \[[`36763fa532`](https://github.com/nodejs/node/commit/36763fa532)] - **test\_runner**: preserve original property descriptor (Erick Wendel) [#49433](https://github.com/nodejs/node/pull/49433)
169
+ * \[[`40e9fcdbea`](https://github.com/nodejs/node/commit/40e9fcdbea)] - **test\_runner**: add support for setImmediate (Erick Wendel) [#49397](https://github.com/nodejs/node/pull/49397)
170
+ * \[[`23216f1935`](https://github.com/nodejs/node/commit/23216f1935)] - **test\_runner**: report covered lines, functions and branches to reporters (Phil Nash) [#49320](https://github.com/nodejs/node/pull/49320)
171
+ * \[[`283f2806b1`](https://github.com/nodejs/node/commit/283f2806b1)] - **test\_runner**: expose spec reporter as newable function (Chemi Atlow) [#49184](https://github.com/nodejs/node/pull/49184)
172
+ * \[[`546ad5f770`](https://github.com/nodejs/node/commit/546ad5f770)] - **test\_runner**: reland run global after() hook earlier (Colin Ihrig) [#49116](https://github.com/nodejs/node/pull/49116)
173
+ * \[[`efdc95fbc0`](https://github.com/nodejs/node/commit/efdc95fbc0)] - **(SEMVER-MINOR)** **test\_runner**: expose location of tests (Colin Ihrig) [#48975](https://github.com/nodejs/node/pull/48975)
174
+ * \[[`4bc0a8fe99`](https://github.com/nodejs/node/commit/4bc0a8fe99)] - **test\_runner**: fix global after not failing the tests (Raz Luvaton) [#48913](https://github.com/nodejs/node/pull/48913)
175
+ * \[[`08738b2664`](https://github.com/nodejs/node/commit/08738b2664)] - **test\_runner**: fix timeout in \*Each hook failing further tests (Raz Luvaton) [#48925](https://github.com/nodejs/node/pull/48925)
176
+ * \[[`c2f1830f66`](https://github.com/nodejs/node/commit/c2f1830f66)] - **test\_runner**: cleanup test timeout abort listener (Raz Luvaton) [#48915](https://github.com/nodejs/node/pull/48915)
177
+ * \[[`75333f38b2`](https://github.com/nodejs/node/commit/75333f38b2)] - **test\_runner**: fix global before not called when no global test exists (Raz Luvaton) [#48877](https://github.com/nodejs/node/pull/48877)
178
+ * \[[`b28b85adf8`](https://github.com/nodejs/node/commit/b28b85adf8)] - **tls**: remove redundant code in onConnectSecure() (Deokjin Kim) [#49457](https://github.com/nodejs/node/pull/49457)
179
+ * \[[`83fc4dccbc`](https://github.com/nodejs/node/commit/83fc4dccbc)] - **tls**: refactor to use validateFunction (Deokjin Kim) [#49422](https://github.com/nodejs/node/pull/49422)
180
+ * \[[`8949cc79dd`](https://github.com/nodejs/node/commit/8949cc79dd)] - **tls**: ensure TLS Sockets are closed if the underlying wrap closes (Tim Perry) [#49327](https://github.com/nodejs/node/pull/49327)
181
+ * \[[`1df56e6f01`](https://github.com/nodejs/node/commit/1df56e6f01)] - **tools**: update eslint to 8.48.0 (Node.js GitHub Bot) [#49343](https://github.com/nodejs/node/pull/49343)
182
+ * \[[`ef50ec5b57`](https://github.com/nodejs/node/commit/ef50ec5b57)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#49342](https://github.com/nodejs/node/pull/49342)
183
+ * \[[`9a8fb4fc34`](https://github.com/nodejs/node/commit/9a8fb4fc34)] - **tools**: remove v8\_dump\_build\_config action (Cheng Zhao) [#49301](https://github.com/nodejs/node/pull/49301)
184
+ * \[[`91b2d4314b`](https://github.com/nodejs/node/commit/91b2d4314b)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#49253](https://github.com/nodejs/node/pull/49253)
185
+ * \[[`b51946ebdd`](https://github.com/nodejs/node/commit/b51946ebdd)] - **tools**: fix github reporter appended multiple times (Moshe Atlow) [#49199](https://github.com/nodejs/node/pull/49199)
186
+ * \[[`ae40cb1612`](https://github.com/nodejs/node/commit/ae40cb1612)] - **url**: validate `pathToFileURL(path)` argument as string (LiviaMedeiros) [#49161](https://github.com/nodejs/node/pull/49161)
187
+ * \[[`e787673dcf`](https://github.com/nodejs/node/commit/e787673dcf)] - **url**: handle unicode hostname if empty (Yagiz Nizipli) [#49396](https://github.com/nodejs/node/pull/49396)
188
+ * \[[`6ee74be87f`](https://github.com/nodejs/node/commit/6ee74be87f)] - **vm**: store MicrotaskQueue in ContextifyContext directly (Joyee Cheung) [#48982](https://github.com/nodejs/node/pull/48982)
189
+ * \[[`0179c6dc8f`](https://github.com/nodejs/node/commit/0179c6dc8f)] - **worker**: protect against user mutating well-known prototypes (Antoine du Hamel) [#49270](https://github.com/nodejs/node/pull/49270)
190
+
47
191
  <a id="20.6.1"></a>
48
192
 
49
193
  ## 2023-09-08, Version 20.6.1 (Current), @RafaelGSS
package/README.md CHANGED
@@ -387,8 +387,6 @@ For information about the governance of the Node.js project, see
387
387
  **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
388
388
  * [legendecas](https://github.com/legendecas) -
389
389
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
390
- * [Leko](https://github.com/Leko) -
391
- **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
392
390
  * [linkgoron](https://github.com/linkgoron) -
393
391
  **Nitzan Uziely** <<linkgoron@gmail.com>>
394
392
  * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
@@ -585,6 +583,8 @@ For information about the governance of the Node.js project, see
585
583
  **Kunal Pathak** <<kunal.pathak@microsoft.com>>
586
584
  * [lance](https://github.com/lance) -
587
585
  **Lance Ball** <<lball@redhat.com>> (he/him)
586
+ * [Leko](https://github.com/Leko) -
587
+ **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
588
588
  * [lucamaraschi](https://github.com/lucamaraschi) -
589
589
  **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
590
590
  * [lundibundi](https://github.com/lundibundi) -
@@ -757,6 +757,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
757
757
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
758
758
  * **Ruy Adorno** <<ruyadorno@hotmail.com>>
759
759
  `108F52B48DB57BB0CC439B2997B01419BD92F80A`
760
+ * **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>>
761
+ `A363A499291CBBC940DD62E41F10027AF002F8B0`
760
762
 
761
763
  To import the full set of trusted release keys (including subkeys possibly used
762
764
  to sign releases):
@@ -771,6 +773,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73B
771
773
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
772
774
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
773
775
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
776
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0
774
777
  ```
775
778
 
776
779
  See [Verifying binaries](#verifying-binaries) for how to use these keys to
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.14',
39
+ 'v8_embedder_string': '-node.15',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -5976,7 +5976,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x2a91aeb8dc
5976
5976
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x208cb787e6986c7b
5977
5977
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x2f0ab1046c749870
5978
5978
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xeab1e6887ce43341
5979
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x766821a099b12e7f
5979
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x6e59ece1eafe6bf
5980
5980
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5981
5981
  _GLOBAL__I_65535_0__Z16_register_configv
5982
5982
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -6914,9 +6914,9 @@ _GLOBAL__I_65535_0__ZN4node10JSONParserC2Ev
6914
6914
  _GLOBAL__I_65535_0__ZN4node10StreamBase8ShutdownEN2v85LocalINS1_6ObjectEEE
6915
6915
  _GLOBAL__I_65535_0__ZN4node10StreamPipeC2EPNS_10StreamBaseES2_N2v85LocalINS3_6ObjectEEE
6916
6916
  _GLOBAL__I_65535_0__ZN4node10cares_wrap11ChannelWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEii
6917
- _GLOBAL__I_65535_0__ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNS0_14ContextOptionsE
6917
+ _GLOBAL__I_65535_0__ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEPNS0_14ContextOptionsE
6918
6918
  _GLOBAL__I_65535_0__ZN4node10permission10Permission18PermissionToStringENS0_15PermissionScopeE
6919
- _GLOBAL__I_65535_0__ZN4node10permission12FSPermission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
6919
+ _GLOBAL__I_65535_0__ZN4node10permission12FSPermission5ApplyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EENS0_15PermissionScopeE
6920
6920
  _GLOBAL__I_65535_0__ZN4node11ConnectWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeE
6921
6921
  _GLOBAL__I_65535_0__ZN4node11ProcessEmitEPNS_11EnvironmentEPKcN2v85LocalINS4_5ValueEEE
6922
6922
  _GLOBAL__I_65535_0__ZN4node11StatWatcher26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
@@ -51838,7 +51838,7 @@ _ZN4node10contextify15CompiledFnEntryD0Ev
51838
51838
  _ZN4node10contextify15CompiledFnEntryD1Ev
51839
51839
  _ZN4node10contextify15CompiledFnEntryD2Ev
51840
51840
  _ZN4node10contextify16ContextifyScript10InstanceOfEPNS_11EnvironmentERKN2v85LocalINS4_5ValueEEE
51841
- _ZN4node10contextify16ContextifyScript11EvalMachineEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentElbbbSt10shared_ptrINS2_14MicrotaskQueueEERKNS2_20FunctionCallbackInfoINS2_5ValueEEE
51841
+ _ZN4node10contextify16ContextifyScript11EvalMachineEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentElbbbPNS2_14MicrotaskQueueERKNS2_20FunctionCallbackInfoINS2_5ValueEEE
51842
51842
  _ZN4node10contextify16ContextifyScript12RunInContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51843
51843
  _ZN4node10contextify16ContextifyScript16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51844
51844
  _ZN4node10contextify16ContextifyScript26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
@@ -51870,21 +51870,14 @@ _ZN4node10contextify17ContextifyContext30IndexedPropertyDefinerCallbackEjRKN2v81
51870
51870
  _ZN4node10contextify17ContextifyContext30IndexedPropertyDeleterCallbackEjRKN2v820PropertyCallbackInfoINS2_7BooleanEEE
51871
51871
  _ZN4node10contextify17ContextifyContext33IndexedPropertyDescriptorCallbackEjRKN2v820PropertyCallbackInfoINS2_5ValueEEE
51872
51872
  _ZN4node10contextify17ContextifyContext3GetEN2v85LocalINS2_6ObjectEEE
51873
- _ZN4node10contextify17ContextifyContext3NewEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentENS3_INS2_6ObjectEEERKNS0_14ContextOptionsE
51874
- _ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNS0_14ContextOptionsE
51873
+ _ZN4node10contextify17ContextifyContext3NewEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentENS3_INS2_6ObjectEEEPNS0_14ContextOptionsE
51874
+ _ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEPNS0_14ContextOptionsE
51875
51875
  _ZN4node10contextify17ContextifyContext9IsContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51876
- _ZN4node10contextify17ContextifyContextC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_7ContextEEERKNS0_14ContextOptionsE
51877
- _ZN4node10contextify17ContextifyContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_7ContextEEERKNS0_14ContextOptionsE
51876
+ _ZN4node10contextify17ContextifyContextC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_7ContextEEEPNS0_14ContextOptionsE
51877
+ _ZN4node10contextify17ContextifyContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_7ContextEEEPNS0_14ContextOptionsE
51878
51878
  _ZN4node10contextify17ContextifyContextD0Ev
51879
51879
  _ZN4node10contextify17ContextifyContextD1Ev
51880
51880
  _ZN4node10contextify17ContextifyContextD2Ev
51881
- _ZN4node10contextify18MicrotaskQueueWrap26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
51882
- _ZN4node10contextify18MicrotaskQueueWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
51883
- _ZN4node10contextify18MicrotaskQueueWrap3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51884
- _ZN4node10contextify18MicrotaskQueueWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51885
- _ZN4node10contextify18MicrotaskQueueWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51886
- _ZN4node10contextify18MicrotaskQueueWrapD0Ev
51887
- _ZN4node10contextify18MicrotaskQueueWrapD1Ev
51888
51881
  _ZN4node10contextify20StoreCodeCacheResultEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS3_14ScriptCompiler14CompileOptionsERKNS7_6SourceEbSt10unique_ptrINS7_10CachedDataESt14default_deleteISD_EE
51889
51882
  _ZN4node10contextify26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
51890
51883
  _ZN4node10contextify26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
@@ -51903,12 +51896,12 @@ _ZN4node10permission10Permission17EnablePermissionsEv
51903
51896
  _ZN4node10permission10Permission17ThrowAccessDeniedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
51904
51897
  _ZN4node10permission10Permission18PermissionToStringENS0_15PermissionScopeE
51905
51898
  _ZN4node10permission10Permission18StringToPermissionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
51906
- _ZN4node10permission10Permission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
51899
+ _ZN4node10permission10Permission5ApplyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EENS0_15PermissionScopeE
51907
51900
  _ZN4node10permission10PermissionC1Ev
51908
51901
  _ZN4node10permission10PermissionC2Ev
51909
51902
  _ZN4node10permission12FSPermission10is_grantedENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
51910
51903
  _ZN4node10permission12FSPermission11GrantAccessENS0_15PermissionScopeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
51911
- _ZN4node10permission12FSPermission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
51904
+ _ZN4node10permission12FSPermission5ApplyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EENS0_15PermissionScopeE
51912
51905
  _ZN4node10permission12FSPermission9RadixTree4Node11CreateChildENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
51913
51906
  _ZN4node10permission12FSPermission9RadixTree6InsertERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
51914
51907
  _ZN4node10permission12FSPermission9RadixTree6LookupERKSt17basic_string_viewIcSt11char_traitsIcEEb
@@ -51917,11 +51910,11 @@ _ZN4node10permission12FSPermission9RadixTreeC2Ev
51917
51910
  _ZN4node10permission12FSPermission9RadixTreeD1Ev
51918
51911
  _ZN4node10permission12FSPermission9RadixTreeD2Ev
51919
51912
  _ZN4node10permission16WorkerPermission10is_grantedENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
51920
- _ZN4node10permission16WorkerPermission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
51913
+ _ZN4node10permission16WorkerPermission5ApplyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EENS0_15PermissionScopeE
51921
51914
  _ZN4node10permission19InspectorPermission10is_grantedENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
51922
- _ZN4node10permission19InspectorPermission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
51915
+ _ZN4node10permission19InspectorPermission5ApplyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EENS0_15PermissionScopeE
51923
51916
  _ZN4node10permission22ChildProcessPermission10is_grantedENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
51924
- _ZN4node10permission22ChildProcessPermission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
51917
+ _ZN4node10permission22ChildProcessPermission5ApplyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EENS0_15PermissionScopeE
51925
51918
  _ZN4node10permission26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
51926
51919
  _ZN4node10task_queue26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
51927
51920
  _ZN4node11AddressToJSEPNS_11EnvironmentEPK8sockaddrN2v85LocalINS5_6ObjectEEE
@@ -51996,8 +51989,8 @@ _ZN4node11IsolateDataD0Ev
51996
51989
  _ZN4node11IsolateDataD1Ev
51997
51990
  _ZN4node11IsolateDataD2Ev
51998
51991
  _ZN4node11ProcessEmitEPNS_11EnvironmentEPKcN2v85LocalINS4_5ValueEEE
51999
- _ZN4node11RAIIIsolateC1Ev
52000
- _ZN4node11RAIIIsolateC2Ev
51992
+ _ZN4node11RAIIIsolateC1EPKNS_12SnapshotDataE
51993
+ _ZN4node11RAIIIsolateC2EPKNS_12SnapshotDataE
52001
51994
  _ZN4node11RAIIIsolateD1Ev
52002
51995
  _ZN4node11RAIIIsolateD2Ev
52003
51996
  _ZN4node11SPrintFImplB5cxx11EPKc
@@ -52065,7 +52058,6 @@ _ZN4node11SPrintFImplIRPKcJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
52065
52058
  _ZN4node11SPrintFImplIRPKcJS2_RA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
52066
52059
  _ZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
52067
52060
  _ZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_
52068
- _ZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52069
52061
  _ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_
52070
52062
  _ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
52071
52063
  _ZN4node11SPrintFImplIRbJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
@@ -53291,6 +53283,7 @@ _ZN4node25ProcessEmitWarningGenericEPNS_11EnvironmentEPKcS3_S3_
53291
53283
  _ZN4node25SetFastMethodNoSideEffectEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
53292
53284
  _ZN4node25SetFastMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEESt17basic_string_viewIcSt11char_traitsIcEEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
53293
53285
  _ZN4node25SetFastMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEESt17basic_string_viewIcSt11char_traitsIcEEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEERKNS0_10MemorySpanIKNS0_9CFunctionEEE
53286
+ _ZN4node26BuildCodeCacheFromSnapshotEPNS_12SnapshotDataERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESC_
53294
53287
  _ZN4node26CreateArrayBufferAllocatorEv
53295
53288
  _ZN4node26DecreaseSignalHandlerCountEi
53296
53289
  _ZN4node26ERR_CONSTRUCT_CALL_INVALIDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -53380,6 +53373,7 @@ _ZN4node28NativeSymbolDebuggingContextD1Ev
53380
53373
  _ZN4node28RemoveEnvironmentCleanupHookEPN2v87IsolateEPFvPvES3_
53381
53374
  _ZN4node28SerializeSnapshotableObjectsEPNS_5RealmEPN2v815SnapshotCreatorEPNS_18RealmSerializeInfoE
53382
53375
  _ZN4node29AsyncHooksGetExecutionAsyncIdEPN2v87IsolateE
53376
+ _ZN4node29BuildSnapshotWithoutCodeCacheEPNS_12SnapshotDataERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESC_St8optionalISt17basic_string_viewIcS6_EE
53383
53377
  _ZN4node29DebuggingArrayBufferAllocator10ReallocateEPvmm
53384
53378
  _ZN4node29DebuggingArrayBufferAllocator15RegisterPointerEPvm
53385
53379
  _ZN4node29DebuggingArrayBufferAllocator17UnregisterPointerEPvm
@@ -53895,19 +53889,6 @@ _ZN4node4quic9QuicErrorC2ESt17basic_string_viewIcSt11char_traitsIcEE
53895
53889
  _ZN4node4quic9QuicErrorD0Ev
53896
53890
  _ZN4node4quic9QuicErrorD1Ev
53897
53891
  _ZN4node4util10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
53898
- _ZN4node4util13WeakReference11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
53899
- _ZN4node4util13WeakReference23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
53900
- _ZN4node4util13WeakReference3GetERKN2v820FunctionCallbackInfoINS2_5ValueEEE
53901
- _ZN4node4util13WeakReference3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
53902
- _ZN4node4util13WeakReference6DecRefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
53903
- _ZN4node4util13WeakReference6IncRefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
53904
- _ZN4node4util13WeakReference9SerializeEi
53905
- _ZN4node4util13WeakReferenceC1EPNS_5RealmEN2v85LocalINS4_6ObjectEEES7_
53906
- _ZN4node4util13WeakReferenceC1EPNS_5RealmEN2v85LocalINS4_6ObjectEEES7_m
53907
- _ZN4node4util13WeakReferenceC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEES7_
53908
- _ZN4node4util13WeakReferenceC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEES7_m
53909
- _ZN4node4util13WeakReferenceD0Ev
53910
- _ZN4node4util13WeakReferenceD1Ev
53911
53892
  _ZN4node4util23fast_guess_handle_type_E
53912
53893
  _ZN4node4util24ArrayBufferViewHasBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
53913
53894
  _ZN4node4util26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
@@ -55400,7 +55381,6 @@ _ZN4node7FPrintFIJRPKcEEEvP4FILES2_DpOT_
55400
55381
  _ZN4node7FPrintFIJRPKcS2_EEEvP4FILES2_DpOT_
55401
55382
  _ZN4node7FPrintFIJRPKcS2_RA12_S1_EEEvP4FILES2_DpOT_
55402
55383
  _ZN4node7FPrintFIJRPKcS3_EEEvP4FILES2_DpOT_
55403
- _ZN4node7FPrintFIJRPvEEEvP4FILEPKcDpOT_
55404
55384
  _ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEEEEvP4FILEPKcDpOT_
55405
55385
  _ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcS7_EEEvP4FILES7_DpOT_
55406
55386
  _ZN4node7FPrintFIJRbEEEvP4FILEPKcDpOT_
@@ -55510,7 +55490,6 @@ _ZN4node7SPrintFIJRPKcRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
55510
55490
  _ZN4node7SPrintFIJRPKcS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
55511
55491
  _ZN4node7SPrintFIJRPKcS2_RA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
55512
55492
  _ZN4node7SPrintFIJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
55513
- _ZN4node7SPrintFIJRPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
55514
55493
  _ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcDpOT_
55515
55494
  _ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_DpOT_
55516
55495
  _ZN4node7SPrintFIJRbEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
@@ -55808,6 +55787,7 @@ _ZN4node8WatchdogD2Ev
55808
55787
  _ZN4node8builtins13BuiltinLoader10GetNativesEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
55809
55788
  _ZN4node8builtins13BuiltinLoader12RecordResultEPKcNS1_6ResultEPNS_5RealmE
55810
55789
  _ZN4node8builtins13BuiltinLoader13GetCacheUsageERKN2v820FunctionCallbackInfoINS2_5ValueEEE
55790
+ _ZN4node8builtins13BuiltinLoader13SaveCodeCacheEPKcN2v85LocalINS4_8FunctionEEE
55811
55791
  _ZN4node8builtins13BuiltinLoader14CompileAndCallEN2v85LocalINS2_7ContextEEEPKcPNS_5RealmE
55812
55792
  _ZN4node8builtins13BuiltinLoader14CompileAndCallEN2v85LocalINS2_7ContextEEEPKciPNS3_INS2_5ValueEEEPNS_5RealmE
55813
55793
  _ZN4node8builtins13BuiltinLoader15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -55821,7 +55801,7 @@ _ZN4node8builtins13BuiltinLoader18ConfigStringGetterEN2v85LocalINS2_4NameEEERKNS
55821
55801
  _ZN4node8builtins13BuiltinLoader20GetBuiltinCategoriesEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
55822
55802
  _ZN4node8builtins13BuiltinLoader20LoadJavaScriptSourceEv
55823
55803
  _ZN4node8builtins13BuiltinLoader22AddExternalizedBuiltinEPKcS3_
55824
- _ZN4node8builtins13BuiltinLoader24LookupAndCompileInternalEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS1_6ResultE
55804
+ _ZN4node8builtins13BuiltinLoader24LookupAndCompileInternalEN2v85LocalINS2_7ContextEEEPKcPSt6vectorINS3_INS2_6StringEEESaISA_EEPNS_5RealmE
55825
55805
  _ZN4node8builtins13BuiltinLoader26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
55826
55806
  _ZN4node8builtins13BuiltinLoader26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
55827
55807
  _ZN4node8builtins13BuiltinLoader26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
@@ -67513,10 +67493,6 @@ _ZNK4node10contextify16ContextifyScript8SelfSizeEv
67513
67493
  _ZNK4node10contextify17ContextifyContext10MemoryInfoEPNS_13MemoryTrackerE
67514
67494
  _ZNK4node10contextify17ContextifyContext14MemoryInfoNameEv
67515
67495
  _ZNK4node10contextify17ContextifyContext8SelfSizeEv
67516
- _ZNK4node10contextify18MicrotaskQueueWrap10MemoryInfoEPNS_13MemoryTrackerE
67517
- _ZNK4node10contextify18MicrotaskQueueWrap14MemoryInfoNameEv
67518
- _ZNK4node10contextify18MicrotaskQueueWrap15microtask_queueEv
67519
- _ZNK4node10contextify18MicrotaskQueueWrap8SelfSizeEv
67520
67496
  _ZNK4node10mksnapshot11BindingData10MemoryInfoEPNS_13MemoryTrackerE
67521
67497
  _ZNK4node10mksnapshot11BindingData14MemoryInfoNameEv
67522
67498
  _ZNK4node10mksnapshot11BindingData8SelfSizeEv
@@ -68078,9 +68054,6 @@ _ZNK4node4quic9QuicErrorcvRK29ngtcp2_connection_close_errorEv
68078
68054
  _ZNK4node4quic9QuicErrorcvbEv
68079
68055
  _ZNK4node4quic9QuicErroreqERKS1_
68080
68056
  _ZNK4node4quic9QuicErrorneERKS1_
68081
- _ZNK4node4util13WeakReference10MemoryInfoEPNS_13MemoryTrackerE
68082
- _ZNK4node4util13WeakReference14MemoryInfoNameEv
68083
- _ZNK4node4util13WeakReference8SelfSizeEv
68084
68057
  _ZNK4node4wasi4WASI10MemoryInfoEPNS_13MemoryTrackerE
68085
68058
  _ZNK4node4wasi4WASI14MemoryInfoNameEv
68086
68059
  _ZNK4node4wasi4WASI18CheckAllocatedSizeEm
@@ -72018,6 +71991,8 @@ _ZNSt17_Function_handlerIFN2v88internal8compiler10turboshaft4TypeENS3_7OpIndexEE
72018
71991
  _ZNSt17_Function_handlerIFN2v88internal8compiler10turboshaft4TypeENS3_7OpIndexEEZNS3_20TypeInferenceReducerINS3_12ReducerStackINS3_9AssemblerINS3_12reducer_listIJNS3_25TypedOptimizationsReducerES7_EEEEEJNS3_11ReducerBaseEEEEE22RefineTypesAfterBranchEPKNS3_8BranchOpEPNS3_5BlockEbEUlS5_E_E9_M_invokeERKSt9_Any_dataOS5_
72019
71992
  _ZNSt17_Function_handlerIFN2v88internal8compiler10turboshaft4TypeENS3_7OpIndexEEZNS3_21TypeInferenceAnalysis22RefineTypesAfterBranchEPKNS3_8BranchOpEPKNS3_5BlockEbEUlS5_E_E10_M_managerERSt9_Any_dataRKSG_St18_Manager_operation
72020
71993
  _ZNSt17_Function_handlerIFN2v88internal8compiler10turboshaft4TypeENS3_7OpIndexEEZNS3_21TypeInferenceAnalysis22RefineTypesAfterBranchEPKNS3_8BranchOpEPKNS3_5BlockEbEUlS5_E_E9_M_invokeERKSt9_Any_dataOS5_
71994
+ _ZNSt17_Function_handlerIFPN4node11EnvironmentEPKNS0_22CommonEnvironmentSetupEEZNS3_18CreateFromSnapshotIJRKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_EEESt10unique_ptrIS3_St14default_deleteIS3_EEPNS0_20MultiIsolatePlatformEPSG_PKNS0_20EmbedderSnapshotDataEDpOT_EUlS5_E_E10_M_managerERSt9_Any_dataRKSY_St18_Manager_operation
71995
+ _ZNSt17_Function_handlerIFPN4node11EnvironmentEPKNS0_22CommonEnvironmentSetupEEZNS3_18CreateFromSnapshotIJRKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_EEESt10unique_ptrIS3_St14default_deleteIS3_EEPNS0_20MultiIsolatePlatformEPSG_PKNS0_20EmbedderSnapshotDataEDpOT_EUlS5_E_E9_M_invokeERKSt9_Any_dataOS5_
72021
71996
  _ZNSt17_Function_handlerIFbN2v88internal12InstanceTypeEEPS3_E10_M_managerERSt9_Any_dataRKS6_St18_Manager_operation
72022
71997
  _ZNSt17_Function_handlerIFbN2v88internal12InstanceTypeEEPS3_E9_M_invokeERKSt9_Any_dataOS2_
72023
71998
  _ZNSt17_Function_handlerIFbN2v88internal12VariableModeEEPS3_E10_M_managerERSt9_Any_dataRKS6_St18_Manager_operation
@@ -72158,11 +72133,6 @@ _ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__
72158
72133
  _ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
72159
72134
  _ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
72160
72135
  _ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
72161
- _ZNSt19_Sp_counted_deleterIPN2v814MicrotaskQueueESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
72162
- _ZNSt19_Sp_counted_deleterIPN2v814MicrotaskQueueESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
72163
- _ZNSt19_Sp_counted_deleterIPN2v814MicrotaskQueueESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
72164
- _ZNSt19_Sp_counted_deleterIPN2v814MicrotaskQueueESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
72165
- _ZNSt19_Sp_counted_deleterIPN2v814MicrotaskQueueESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
72166
72136
  _ZNSt19_Sp_counted_deleterIPN2v88internal12BackingStoreESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
72167
72137
  _ZNSt19_Sp_counted_deleterIPN2v88internal12BackingStoreESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
72168
72138
  _ZNSt19_Sp_counted_deleterIPN2v88internal12BackingStoreESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
@@ -73228,7 +73198,6 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
73228
73198
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_
73229
73199
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE8_M_eraseEPSt13_Rb_tree_nodeISA_E
73230
73200
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PKN2v88internal6torque13AggregateTypeEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
73231
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJRSt17basic_string_viewIcS3_ERS5_EEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_
73232
73201
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_S5_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_
73233
73202
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_
73234
73203
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_
@@ -76769,7 +76738,6 @@ _ZTVN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEEE
76769
76738
  _ZTVN4node10contextify15CompiledFnEntryE
76770
76739
  _ZTVN4node10contextify16ContextifyScriptE
76771
76740
  _ZTVN4node10contextify17ContextifyContextE
76772
- _ZTVN4node10contextify18MicrotaskQueueWrapE
76773
76741
  _ZTVN4node10mksnapshot11BindingDataE
76774
76742
  _ZTVN4node10permission12FSPermissionE
76775
76743
  _ZTVN4node10permission16WorkerPermissionE
@@ -76922,7 +76890,6 @@ _ZTVN4node4quic6Packet4DataE
76922
76890
  _ZTVN4node4quic6PacketE
76923
76891
  _ZTVN4node4quic9LogStreamE
76924
76892
  _ZTVN4node4quic9QuicErrorE
76925
- _ZTVN4node4util13WeakReferenceE
76926
76893
  _ZTVN4node4wasi4WASIE
76927
76894
  _ZTVN4node5RealmE
76928
76895
  _ZTVN4node5http210Http2StateE
@@ -77640,7 +77607,6 @@ _ZTVSt15_Sp_counted_ptrIPZN4node14options_parser13OptionsParserINS0_17PerIsolate
77640
77607
  _ZTVSt15_Sp_counted_ptrIPZN4node14options_parser13OptionsParserINS0_17PerProcessOptionsEE7ConvertINS2_INS0_17PerIsolateOptionsEE15BaseOptionFieldES6_EEDaSt10shared_ptrIT_EMS3_FPT0_vEE12AdaptedFieldLN9__gnu_cxx12_Lock_policyE2EE
77641
77608
  _ZTVSt15_Sp_counted_ptrIPZN4node14options_parser13OptionsParserINS0_18EnvironmentOptionsEE7ConvertINS2_INS0_12DebugOptionsEE15BaseOptionFieldES6_EEDaSt10shared_ptrIT_EMS3_FPT0_vEE12AdaptedFieldLN9__gnu_cxx12_Lock_policyE2EE
77642
77609
  _ZTVSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
77643
- _ZTVSt19_Sp_counted_deleterIPN2v814MicrotaskQueueESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
77644
77610
  _ZTVSt19_Sp_counted_deleterIPN2v88internal12BackingStoreESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
77645
77611
  _ZTVSt19_Sp_counted_deleterIPN2v88internal4wasm11StackMemoryESt14default_deleteIS3_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
77646
77612
  _ZTVSt19_Sp_counted_deleterIPN2v88internal4wasm16StreamingDecoderESt14default_deleteIS3_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
@@ -79046,8 +79012,6 @@ _ZZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcES
79046
79012
  _ZZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
79047
79013
  _ZZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_E4args
79048
79014
  _ZZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_E4args_1
79049
- _ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
79050
- _ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
79051
79015
  _ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E4args
79052
79016
  _ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E4args_0
79053
79017
  _ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E4args
@@ -79325,7 +79289,6 @@ _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SoaTraitsEEELb0EEC4E
79325
79289
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SrvTraitsEEELb0EEC4EPS4_E4args
79326
79290
  _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9TxtTraitsEEELb0EEC4EPS4_E4args
79327
79291
  _ZZN4node17BaseObjectPtrImplINS_10contextify17ContextifyContextELb0EEC4EPS2_E4args
79328
- _ZZN4node17BaseObjectPtrImplINS_10contextify18MicrotaskQueueWrapELb0EEC4EPS2_E4args
79329
79292
  _ZZN4node17BaseObjectPtrImplINS_10mksnapshot11BindingDataELb1EEC4EPS2_E4args
79330
79293
  _ZZN4node17BaseObjectPtrImplINS_11ConnectWrapELb0EEC4EPS1_E4args
79331
79294
  _ZZN4node17BaseObjectPtrImplINS_13HistogramBaseELb0EEC4EPS1_E4args
@@ -86662,6 +86625,9 @@ uv_async_send
86662
86625
  uv_available_parallelism
86663
86626
  uv_backend_fd
86664
86627
  uv_backend_timeout
86628
+ uv_barrier_destroy
86629
+ uv_barrier_init
86630
+ uv_barrier_wait
86665
86631
  uv_buf_init
86666
86632
  uv_cancel
86667
86633
  uv_chdir
@@ -30,7 +30,7 @@ struct uv_loop_s; // Forward declaration.
30
30
 
31
31
  typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
32
32
  napi_value exports);
33
- typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)();
33
+ typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
34
34
 
35
35
  // Used by deprecated registration method napi_module_register.
36
36
  typedef struct napi_module {
@@ -66,7 +66,7 @@ typedef struct napi_module {
66
66
 
67
67
  #define NAPI_MODULE_INIT() \
68
68
  EXTERN_C_START \
69
- NAPI_MODULE_EXPORT int32_t NODE_API_MODULE_GET_API_VERSION() { \
69
+ NAPI_MODULE_EXPORT int32_t NODE_API_MODULE_GET_API_VERSION(void) { \
70
70
  return NAPI_VERSION; \
71
71
  } \
72
72
  NAPI_MODULE_EXPORT napi_value NAPI_MODULE_INITIALIZER(napi_env env, \
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
- #define NODE_MINOR_VERSION 6
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 7
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v20.6.1",
3
+ "version": "v20.7.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"