node-aix-ppc64 22.12.0 → 22.13.1
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 +272 -3
- package/README.md +2 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +4 -0
- package/include/node/node.exp +105 -75
- package/include/node/node_version.h +2 -2
- package/include/node/uv/version.h +1 -1
- package/include/node/v8config.h +4 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#22.13.1">22.13.1</a><br/>
|
|
13
|
+
<a href="#22.13.0">22.13.0</a><br/>
|
|
12
14
|
<a href="#22.12.0">22.12.0</a><br/>
|
|
13
15
|
<a href="#22.11.0">22.11.0</a><br/>
|
|
14
16
|
</td>
|
|
@@ -54,6 +56,273 @@
|
|
|
54
56
|
* [io.js](CHANGELOG_IOJS.md)
|
|
55
57
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
56
58
|
|
|
59
|
+
<a id="22.13.1"></a>
|
|
60
|
+
|
|
61
|
+
## 2025-01-21, Version 22.13.1 'Jod' (LTS), @RafaelGSS
|
|
62
|
+
|
|
63
|
+
This is a security release.
|
|
64
|
+
|
|
65
|
+
### Notable Changes
|
|
66
|
+
|
|
67
|
+
* CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when permission model is enabled (High)
|
|
68
|
+
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
|
|
69
|
+
* CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
|
|
70
|
+
|
|
71
|
+
Dependency update:
|
|
72
|
+
|
|
73
|
+
* CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
|
|
74
|
+
|
|
75
|
+
### Commits
|
|
76
|
+
|
|
77
|
+
* \[[`520da342e0`](https://github.com/nodejs/node/commit/520da342e0)] - **(CVE-2025-22150)** **deps**: update undici to v6.21.1 (Matteo Collina) [nodejs-private/node-private#662](https://github.com/nodejs-private/node-private/pull/662)
|
|
78
|
+
* \[[`99f217369f`](https://github.com/nodejs/node/commit/99f217369f)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
|
|
79
|
+
* \[[`984f735e35`](https://github.com/nodejs/node/commit/984f735e35)] - **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS) [nodejs-private/node-private#650](https://github.com/nodejs-private/node-private/pull/650)
|
|
80
|
+
* \[[`2446870618`](https://github.com/nodejs/node/commit/2446870618)] - **(CVE-2025-23083)** **src,loader,permission**: throw on InternalWorker use (RafaelGSS) [nodejs-private/node-private#651](https://github.com/nodejs-private/node-private/pull/651)
|
|
81
|
+
|
|
82
|
+
<a id="22.13.0"></a>
|
|
83
|
+
|
|
84
|
+
## 2025-01-07, Version 22.13.0 'Jod' (LTS), @ruyadorno
|
|
85
|
+
|
|
86
|
+
### Notable Changes
|
|
87
|
+
|
|
88
|
+
#### Stabilize Permission Model
|
|
89
|
+
|
|
90
|
+
Upgrades the Permission Model status from Active Development to Stable.
|
|
91
|
+
|
|
92
|
+
Contributed by Rafael Gonzaga [#56201](https://github.com/nodejs/node/pull/56201)
|
|
93
|
+
|
|
94
|
+
#### Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable
|
|
95
|
+
|
|
96
|
+
Following the merge of Curve25519 into the [Web Cryptography API Editor's Draft](https://w3c.github.io/webcrypto/) the `Ed25519` and `X25519` algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.
|
|
97
|
+
|
|
98
|
+
Contributed by (Filip Skokan) [#56142](https://github.com/nodejs/node/pull/56142)
|
|
99
|
+
|
|
100
|
+
#### Other Notable Changes
|
|
101
|
+
|
|
102
|
+
* \[[`05d6227a88`](https://github.com/nodejs/node/commit/05d6227a88)] - **(SEMVER-MINOR)** **assert**: add partialDeepStrictEqual (Giovanni Bucci) [#54630](https://github.com/nodejs/node/pull/54630)
|
|
103
|
+
* \[[`a933103499`](https://github.com/nodejs/node/commit/a933103499)] - **(SEMVER-MINOR)** **cli**: implement --trace-env and --trace-env-\[js|native]-stack (Joyee Cheung) [#55604](https://github.com/nodejs/node/pull/55604)
|
|
104
|
+
* \[[`ba9d5397de`](https://github.com/nodejs/node/commit/ba9d5397de)] - **(SEMVER-MINOR)** **dgram**: support blocklist in udp (theanarkh) [#56087](https://github.com/nodejs/node/pull/56087)
|
|
105
|
+
* \[[`f6d0c01303`](https://github.com/nodejs/node/commit/f6d0c01303)] - **doc**: stabilize util.styleText (Rafael Gonzaga) [#56265](https://github.com/nodejs/node/pull/56265)
|
|
106
|
+
* \[[`34c68827af`](https://github.com/nodejs/node/commit/34c68827af)] - **doc**: move typescript support to active development (Marco Ippolito) [#55536](https://github.com/nodejs/node/pull/55536)
|
|
107
|
+
* \[[`dd14b80350`](https://github.com/nodejs/node/commit/dd14b80350)] - **doc**: add LJHarb to collaborators (Jordan Harband) [#56132](https://github.com/nodejs/node/pull/56132)
|
|
108
|
+
* \[[`5263086169`](https://github.com/nodejs/node/commit/5263086169)] - **(SEMVER-MINOR)** **doc**: add report version and history section (Chengzhong Wu) [#56130](https://github.com/nodejs/node/pull/56130)
|
|
109
|
+
* \[[`8cb3c2018d`](https://github.com/nodejs/node/commit/8cb3c2018d)] - **(SEMVER-MINOR)** **doc**: sort --report-exclude alphabetically (Rafael Gonzaga) [#55788](https://github.com/nodejs/node/pull/55788)
|
|
110
|
+
* \[[`55239a48b6`](https://github.com/nodejs/node/commit/55239a48b6)] - **(SEMVER-MINOR)** **doc,lib,src,test**: unflag sqlite module (Colin Ihrig) [#55890](https://github.com/nodejs/node/pull/55890)
|
|
111
|
+
* \[[`7cbe3de1d8`](https://github.com/nodejs/node/commit/7cbe3de1d8)] - **(SEMVER-MINOR)** **module**: only emit require(esm) warning under --trace-require-module (Joyee Cheung) [#56194](https://github.com/nodejs/node/pull/56194)
|
|
112
|
+
* \[[`6575b76042`](https://github.com/nodejs/node/commit/6575b76042)] - **(SEMVER-MINOR)** **module**: add module.stripTypeScriptTypes (Marco Ippolito) [#55282](https://github.com/nodejs/node/pull/55282)
|
|
113
|
+
* \[[`bacfe6d5c9`](https://github.com/nodejs/node/commit/bacfe6d5c9)] - **(SEMVER-MINOR)** **net**: support blocklist in net.connect (theanarkh) [#56075](https://github.com/nodejs/node/pull/56075)
|
|
114
|
+
* \[[`b47888d390`](https://github.com/nodejs/node/commit/b47888d390)] - **(SEMVER-MINOR)** **net**: support blocklist for net.Server (theanarkh) [#56079](https://github.com/nodejs/node/pull/56079)
|
|
115
|
+
* \[[`566f0a1d25`](https://github.com/nodejs/node/commit/566f0a1d25)] - **(SEMVER-MINOR)** **net**: add SocketAddress.parse (James M Snell) [#56076](https://github.com/nodejs/node/pull/56076)
|
|
116
|
+
* \[[`ed7eab1421`](https://github.com/nodejs/node/commit/ed7eab1421)] - **(SEMVER-MINOR)** **net**: add net.BlockList.isBlockList(value) (James M Snell) [#56078](https://github.com/nodejs/node/pull/56078)
|
|
117
|
+
* \[[`ea4891856d`](https://github.com/nodejs/node/commit/ea4891856d)] - **(SEMVER-MINOR)** **process**: deprecate `features.{ipv6,uv}` and `features.tls_*` (René) [#55545](https://github.com/nodejs/node/pull/55545)
|
|
118
|
+
* \[[`01eb308f26`](https://github.com/nodejs/node/commit/01eb308f26)] - **(SEMVER-MINOR)** **report**: fix typos in report keys and bump the version (Yuan-Ming Hsu) [#56068](https://github.com/nodejs/node/pull/56068)
|
|
119
|
+
* \[[`97c38352d0`](https://github.com/nodejs/node/commit/97c38352d0)] - **(SEMVER-MINOR)** **sqlite**: aggregate constants in a single property (Edigleysson Silva (Edy)) [#56213](https://github.com/nodejs/node/pull/56213)
|
|
120
|
+
* \[[`b4041e554a`](https://github.com/nodejs/node/commit/b4041e554a)] - **(SEMVER-MINOR)** **sqlite**: add `StatementSync.prototype.iterate` method (tpoisseau) [#54213](https://github.com/nodejs/node/pull/54213)
|
|
121
|
+
* \[[`2e3ca1bbdd`](https://github.com/nodejs/node/commit/2e3ca1bbdd)] - **(SEMVER-MINOR)** **src**: add cli option to preserve env vars on diagnostic reports (Rafael Gonzaga) [#55697](https://github.com/nodejs/node/pull/55697)
|
|
122
|
+
* \[[`bcfe9c80fc`](https://github.com/nodejs/node/commit/bcfe9c80fc)] - **(SEMVER-MINOR)** **util**: add sourcemap support to getCallSites (Marco Ippolito) [#55589](https://github.com/nodejs/node/pull/55589)
|
|
123
|
+
|
|
124
|
+
### Commits
|
|
125
|
+
|
|
126
|
+
* \[[`e9024779c0`](https://github.com/nodejs/node/commit/e9024779c0)] - **assert**: make Maps be partially compared in partialDeepStrictEqual (Giovanni Bucci) [#56195](https://github.com/nodejs/node/pull/56195)
|
|
127
|
+
* \[[`4c13d8e587`](https://github.com/nodejs/node/commit/4c13d8e587)] - **assert**: make partialDeepStrictEqual work with ArrayBuffers (Giovanni Bucci) [#56098](https://github.com/nodejs/node/pull/56098)
|
|
128
|
+
* \[[`a4fa31a86e`](https://github.com/nodejs/node/commit/a4fa31a86e)] - **assert**: optimize partial comparison of two `Set`s (Antoine du Hamel) [#55970](https://github.com/nodejs/node/pull/55970)
|
|
129
|
+
* \[[`05d6227a88`](https://github.com/nodejs/node/commit/05d6227a88)] - **(SEMVER-MINOR)** **assert**: add partialDeepStrictEqual (Giovanni Bucci) [#54630](https://github.com/nodejs/node/pull/54630)
|
|
130
|
+
* \[[`5e1321abd7`](https://github.com/nodejs/node/commit/5e1321abd7)] - **buffer**: document concat zero-fill (Duncan) [#55562](https://github.com/nodejs/node/pull/55562)
|
|
131
|
+
* \[[`be5ba7c648`](https://github.com/nodejs/node/commit/be5ba7c648)] - **build**: set DESTCPU correctly for 'make binary' on loongarch64 (吴小白) [#56271](https://github.com/nodejs/node/pull/56271)
|
|
132
|
+
* \[[`38cf37ee2d`](https://github.com/nodejs/node/commit/38cf37ee2d)] - **build**: fix missing fp16 dependency in d8 builds (Joyee Cheung) [#56266](https://github.com/nodejs/node/pull/56266)
|
|
133
|
+
* \[[`dbb7557455`](https://github.com/nodejs/node/commit/dbb7557455)] - **build**: add major release action (Rafael Gonzaga) [#56199](https://github.com/nodejs/node/pull/56199)
|
|
134
|
+
* \[[`27cc90f3be`](https://github.com/nodejs/node/commit/27cc90f3be)] - **build**: fix C string encoding for `PRODUCT_DIR_ABS` (Anna Henningsen) [#56111](https://github.com/nodejs/node/pull/56111)
|
|
135
|
+
* \[[`376561c2b4`](https://github.com/nodejs/node/commit/376561c2b4)] - **build**: use variable for simdutf path (Shelley Vohr) [#56196](https://github.com/nodejs/node/pull/56196)
|
|
136
|
+
* \[[`126ae15000`](https://github.com/nodejs/node/commit/126ae15000)] - **build**: allow overriding clang usage (Shelley Vohr) [#56016](https://github.com/nodejs/node/pull/56016)
|
|
137
|
+
* \[[`97bb8f7c76`](https://github.com/nodejs/node/commit/97bb8f7c76)] - **build**: remove defaults for create-release-proposal (Rafael Gonzaga) [#56042](https://github.com/nodejs/node/pull/56042)
|
|
138
|
+
* \[[`a8fb1a06f3`](https://github.com/nodejs/node/commit/a8fb1a06f3)] - **build**: set node\_arch to target\_cpu in GN (Shelley Vohr) [#55967](https://github.com/nodejs/node/pull/55967)
|
|
139
|
+
* \[[`9f48ca27f1`](https://github.com/nodejs/node/commit/9f48ca27f1)] - **build**: use variable for crypto dep path (Shelley Vohr) [#55928](https://github.com/nodejs/node/pull/55928)
|
|
140
|
+
* \[[`e47ccd2287`](https://github.com/nodejs/node/commit/e47ccd2287)] - **build**: fix GN build for sqlite (Cheng) [#55912](https://github.com/nodejs/node/pull/55912)
|
|
141
|
+
* \[[`8d70b99a5a`](https://github.com/nodejs/node/commit/8d70b99a5a)] - **build**: compile bundled simdutf conditionally (Jakub Jirutka) [#55886](https://github.com/nodejs/node/pull/55886)
|
|
142
|
+
* \[[`826fd35242`](https://github.com/nodejs/node/commit/826fd35242)] - **build**: compile bundled simdjson conditionally (Jakub Jirutka) [#55886](https://github.com/nodejs/node/pull/55886)
|
|
143
|
+
* \[[`1015b22085`](https://github.com/nodejs/node/commit/1015b22085)] - **build**: compile bundled ada conditionally (Jakub Jirutka) [#55886](https://github.com/nodejs/node/pull/55886)
|
|
144
|
+
* \[[`77e2869ca6`](https://github.com/nodejs/node/commit/77e2869ca6)] - **build**: use glob for dependencies of out/Makefile (Richard Lau) [#55789](https://github.com/nodejs/node/pull/55789)
|
|
145
|
+
* \[[`a933103499`](https://github.com/nodejs/node/commit/a933103499)] - **(SEMVER-MINOR)** **cli**: implement --trace-env and --trace-env-\[js|native]-stack (Joyee Cheung) [#55604](https://github.com/nodejs/node/pull/55604)
|
|
146
|
+
* \[[`72e8e0684e`](https://github.com/nodejs/node/commit/72e8e0684e)] - **crypto**: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) [#56142](https://github.com/nodejs/node/pull/56142)
|
|
147
|
+
* \[[`fe2b344ddb`](https://github.com/nodejs/node/commit/fe2b344ddb)] - **crypto**: ensure CryptoKey usages and algorithm are cached objects (Filip Skokan) [#56108](https://github.com/nodejs/node/pull/56108)
|
|
148
|
+
* \[[`9ee9f524a7`](https://github.com/nodejs/node/commit/9ee9f524a7)] - **crypto**: allow non-multiple of 8 in SubtleCrypto.deriveBits (Filip Skokan) [#55296](https://github.com/nodejs/node/pull/55296)
|
|
149
|
+
* \[[`76f242d993`](https://github.com/nodejs/node/commit/76f242d993)] - **deps**: update nghttp3 to 1.6.0 (Node.js GitHub Bot) [#56258](https://github.com/nodejs/node/pull/56258)
|
|
150
|
+
* \[[`c7ff2ea6b5`](https://github.com/nodejs/node/commit/c7ff2ea6b5)] - **deps**: update simdutf to 5.6.4 (Node.js GitHub Bot) [#56255](https://github.com/nodejs/node/pull/56255)
|
|
151
|
+
* \[[`04230be1ef`](https://github.com/nodejs/node/commit/04230be1ef)] - **deps**: update libuv to 1.49.2 (Luigi Pinca) [#56224](https://github.com/nodejs/node/pull/56224)
|
|
152
|
+
* \[[`88589b85b7`](https://github.com/nodejs/node/commit/88589b85b7)] - **deps**: update c-ares to v1.34.4 (Node.js GitHub Bot) [#56256](https://github.com/nodejs/node/pull/56256)
|
|
153
|
+
* \[[`5c2e0618f3`](https://github.com/nodejs/node/commit/5c2e0618f3)] - **deps**: define V8\_PRESERVE\_MOST as no-op on Windows (Stefan Stojanovic) [#56238](https://github.com/nodejs/node/pull/56238)
|
|
154
|
+
* \[[`9f8f3c9658`](https://github.com/nodejs/node/commit/9f8f3c9658)] - **deps**: update sqlite to 3.47.2 (Node.js GitHub Bot) [#56178](https://github.com/nodejs/node/pull/56178)
|
|
155
|
+
* \[[`17b6931d3b`](https://github.com/nodejs/node/commit/17b6931d3b)] - **deps**: update ngtcp2 to 1.9.1 (Node.js GitHub Bot) [#56095](https://github.com/nodejs/node/pull/56095)
|
|
156
|
+
* \[[`22b453b619`](https://github.com/nodejs/node/commit/22b453b619)] - **deps**: upgrade npm to 10.9.2 (npm team) [#56135](https://github.com/nodejs/node/pull/56135)
|
|
157
|
+
* \[[`d7eb41b382`](https://github.com/nodejs/node/commit/d7eb41b382)] - **deps**: update sqlite to 3.47.1 (Node.js GitHub Bot) [#56094](https://github.com/nodejs/node/pull/56094)
|
|
158
|
+
* \[[`669c722aa9`](https://github.com/nodejs/node/commit/669c722aa9)] - **deps**: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot) [#55980](https://github.com/nodejs/node/pull/55980)
|
|
159
|
+
* \[[`f61a0454d2`](https://github.com/nodejs/node/commit/f61a0454d2)] - **deps**: update corepack to 0.30.0 (Node.js GitHub Bot) [#55977](https://github.com/nodejs/node/pull/55977)
|
|
160
|
+
* \[[`d98bf0b891`](https://github.com/nodejs/node/commit/d98bf0b891)] - **deps**: update ngtcp2 to 1.9.0 (Node.js GitHub Bot) [#55975](https://github.com/nodejs/node/pull/55975)
|
|
161
|
+
* \[[`fc362624bf`](https://github.com/nodejs/node/commit/fc362624bf)] - **deps**: update simdutf to 5.6.3 (Node.js GitHub Bot) [#55973](https://github.com/nodejs/node/pull/55973)
|
|
162
|
+
* \[[`f61dcc4df4`](https://github.com/nodejs/node/commit/f61dcc4df4)] - **deps**: upgrade npm to 10.9.1 (npm team) [#55951](https://github.com/nodejs/node/pull/55951)
|
|
163
|
+
* \[[`bfe7982491`](https://github.com/nodejs/node/commit/bfe7982491)] - **deps**: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot) [#54432](https://github.com/nodejs/node/pull/54432)
|
|
164
|
+
* \[[`d714367ef8`](https://github.com/nodejs/node/commit/d714367ef8)] - **deps**: update simdjson to 3.10.1 (Node.js GitHub Bot) [#54678](https://github.com/nodejs/node/pull/54678)
|
|
165
|
+
* \[[`ccc9b105ec`](https://github.com/nodejs/node/commit/ccc9b105ec)] - **deps**: update simdutf to 5.6.2 (Node.js GitHub Bot) [#55889](https://github.com/nodejs/node/pull/55889)
|
|
166
|
+
* \[[`ba9d5397de`](https://github.com/nodejs/node/commit/ba9d5397de)] - **(SEMVER-MINOR)** **dgram**: support blocklist in udp (theanarkh) [#56087](https://github.com/nodejs/node/pull/56087)
|
|
167
|
+
* \[[`7ddbf94849`](https://github.com/nodejs/node/commit/7ddbf94849)] - **dgram**: check udp buffer size to avoid fd leak (theanarkh) [#56084](https://github.com/nodejs/node/pull/56084)
|
|
168
|
+
* \[[`360d68de0f`](https://github.com/nodejs/node/commit/360d68de0f)] - **doc**: fix color contrast issue in light mode (Rich Trott) [#56272](https://github.com/nodejs/node/pull/56272)
|
|
169
|
+
* \[[`f6d0c01303`](https://github.com/nodejs/node/commit/f6d0c01303)] - **doc**: stabilize util.styleText (Rafael Gonzaga) [#56265](https://github.com/nodejs/node/pull/56265)
|
|
170
|
+
* \[[`9436c3c949`](https://github.com/nodejs/node/commit/9436c3c949)] - **doc**: clarify util.aborted resource usage (Kunal Kumar) [#55780](https://github.com/nodejs/node/pull/55780)
|
|
171
|
+
* \[[`b1cec2cef9`](https://github.com/nodejs/node/commit/b1cec2cef9)] - **doc**: add esm examples to node:repl (Alfredo González) [#55432](https://github.com/nodejs/node/pull/55432)
|
|
172
|
+
* \[[`d6a84cf781`](https://github.com/nodejs/node/commit/d6a84cf781)] - **doc**: add esm examples to node:readline (Alfredo González) [#55335](https://github.com/nodejs/node/pull/55335)
|
|
173
|
+
* \[[`a11ac1c0f2`](https://github.com/nodejs/node/commit/a11ac1c0f2)] - **doc**: fix 'which' to 'that' and add commas (Selveter Senitro) [#56216](https://github.com/nodejs/node/pull/56216)
|
|
174
|
+
* \[[`5331df7911`](https://github.com/nodejs/node/commit/5331df7911)] - **doc**: fix winget config path (Alex Yang) [#56233](https://github.com/nodejs/node/pull/56233)
|
|
175
|
+
* \[[`7a8071b43c`](https://github.com/nodejs/node/commit/7a8071b43c)] - **doc**: add esm examples to node:tls (Alfredo González) [#56229](https://github.com/nodejs/node/pull/56229)
|
|
176
|
+
* \[[`7d8c1e72d5`](https://github.com/nodejs/node/commit/7d8c1e72d5)] - **doc**: add esm examples to node:perf\_hooks (Alfredo González) [#55257](https://github.com/nodejs/node/pull/55257)
|
|
177
|
+
* \[[`ea53c4b1ae`](https://github.com/nodejs/node/commit/ea53c4b1ae)] - **doc**: `sea.getRawAsset(key)` always returns an ArrayBuffer (沈鸿飞) [#56206](https://github.com/nodejs/node/pull/56206)
|
|
178
|
+
* \[[`7a94100a3e`](https://github.com/nodejs/node/commit/7a94100a3e)] - **doc**: update announce documentation for releases (Rafael Gonzaga) [#56200](https://github.com/nodejs/node/pull/56200)
|
|
179
|
+
* \[[`44c4e57e32`](https://github.com/nodejs/node/commit/44c4e57e32)] - **doc**: update blog link to /vulnerability (Rafael Gonzaga) [#56198](https://github.com/nodejs/node/pull/56198)
|
|
180
|
+
* \[[`5e5b4b0cbd`](https://github.com/nodejs/node/commit/5e5b4b0cbd)] - **doc**: call out import.meta is only supported in ES modules (Anton Kastritskii) [#56186](https://github.com/nodejs/node/pull/56186)
|
|
181
|
+
* \[[`a83de32d35`](https://github.com/nodejs/node/commit/a83de32d35)] - **doc**: add ambassador message - benefits of Node.js (Michael Dawson) [#56085](https://github.com/nodejs/node/pull/56085)
|
|
182
|
+
* \[[`bb880dd21a`](https://github.com/nodejs/node/commit/bb880dd21a)] - **doc**: fix incorrect link to style guide (Yuan-Ming Hsu) [#56181](https://github.com/nodejs/node/pull/56181)
|
|
183
|
+
* \[[`39ce902e58`](https://github.com/nodejs/node/commit/39ce902e58)] - **doc**: fix c++ addon hello world sample (Edigleysson Silva (Edy)) [#56172](https://github.com/nodejs/node/pull/56172)
|
|
184
|
+
* \[[`19c72c4acc`](https://github.com/nodejs/node/commit/19c72c4acc)] - **doc**: update blog release-post link (Ruy Adorno) [#56123](https://github.com/nodejs/node/pull/56123)
|
|
185
|
+
* \[[`b667cc4669`](https://github.com/nodejs/node/commit/b667cc4669)] - **doc**: fix module.md headings (Chengzhong Wu) [#56131](https://github.com/nodejs/node/pull/56131)
|
|
186
|
+
* \[[`34c68827af`](https://github.com/nodejs/node/commit/34c68827af)] - **doc**: move typescript support to active development (Marco Ippolito) [#55536](https://github.com/nodejs/node/pull/55536)
|
|
187
|
+
* \[[`c4a97d810b`](https://github.com/nodejs/node/commit/c4a97d810b)] - **doc**: mention `-a` flag for the release script (Ruy Adorno) [#56124](https://github.com/nodejs/node/pull/56124)
|
|
188
|
+
* \[[`dd14b80350`](https://github.com/nodejs/node/commit/dd14b80350)] - **doc**: add LJHarb to collaborators (Jordan Harband) [#56132](https://github.com/nodejs/node/pull/56132)
|
|
189
|
+
* \[[`2feb0781ed`](https://github.com/nodejs/node/commit/2feb0781ed)] - **doc**: add create-release-action to process (Rafael Gonzaga) [#55993](https://github.com/nodejs/node/pull/55993)
|
|
190
|
+
* \[[`71f6263942`](https://github.com/nodejs/node/commit/71f6263942)] - **doc**: rename file to advocacy-ambassador-program.md (Tobias Nießen) [#56046](https://github.com/nodejs/node/pull/56046)
|
|
191
|
+
* \[[`8efa240500`](https://github.com/nodejs/node/commit/8efa240500)] - **doc**: remove unused import from sample code (Blended Bram) [#55570](https://github.com/nodejs/node/pull/55570)
|
|
192
|
+
* \[[`e64cef8bf4`](https://github.com/nodejs/node/commit/e64cef8bf4)] - **doc**: add FAQ to releases section (Rafael Gonzaga) [#55992](https://github.com/nodejs/node/pull/55992)
|
|
193
|
+
* \[[`4bb0f30f92`](https://github.com/nodejs/node/commit/4bb0f30f92)] - **doc**: move history entry to class description (Luigi Pinca) [#55991](https://github.com/nodejs/node/pull/55991)
|
|
194
|
+
* \[[`6d02bd6873`](https://github.com/nodejs/node/commit/6d02bd6873)] - **doc**: add history entry for textEncoder.encodeInto() (Luigi Pinca) [#55990](https://github.com/nodejs/node/pull/55990)
|
|
195
|
+
* \[[`e239382ed8`](https://github.com/nodejs/node/commit/e239382ed8)] - **doc**: improve GN build documentation a bit (Shelley Vohr) [#55968](https://github.com/nodejs/node/pull/55968)
|
|
196
|
+
* \[[`78b6aef6bc`](https://github.com/nodejs/node/commit/78b6aef6bc)] - **doc**: fix deprecation codes (Filip Skokan) [#56018](https://github.com/nodejs/node/pull/56018)
|
|
197
|
+
* \[[`474bf80a44`](https://github.com/nodejs/node/commit/474bf80a44)] - **doc**: remove confusing and outdated sentence (Luigi Pinca) [#55988](https://github.com/nodejs/node/pull/55988)
|
|
198
|
+
* \[[`57381076c5`](https://github.com/nodejs/node/commit/57381076c5)] - **doc**: deprecate passing invalid types in `fs.existsSync` (Carlos Espa) [#55892](https://github.com/nodejs/node/pull/55892)
|
|
199
|
+
* \[[`e529cf6b26`](https://github.com/nodejs/node/commit/e529cf6b26)] - **doc**: add doc for PerformanceObserver.takeRecords() (skyclouds2001) [#55786](https://github.com/nodejs/node/pull/55786)
|
|
200
|
+
* \[[`a6ef0f6f6e`](https://github.com/nodejs/node/commit/a6ef0f6f6e)] - **doc**: add vetted courses to the ambassador benefits (Matteo Collina) [#55934](https://github.com/nodejs/node/pull/55934)
|
|
201
|
+
* \[[`63526049f2`](https://github.com/nodejs/node/commit/63526049f2)] - **doc**: order `node:crypto` APIs alphabetically (Julian Gassner) [#55831](https://github.com/nodejs/node/pull/55831)
|
|
202
|
+
* \[[`36080b7b61`](https://github.com/nodejs/node/commit/36080b7b61)] - **doc**: doc how to add message for promotion (Michael Dawson) [#55843](https://github.com/nodejs/node/pull/55843)
|
|
203
|
+
* \[[`12b2ad4287`](https://github.com/nodejs/node/commit/12b2ad4287)] - **doc**: add esm example for zlib (Leonardo Peixoto) [#55946](https://github.com/nodejs/node/pull/55946)
|
|
204
|
+
* \[[`352daac296`](https://github.com/nodejs/node/commit/352daac296)] - **doc**: fix typo (Alex Yang) [#56125](https://github.com/nodejs/node/pull/56125)
|
|
205
|
+
* \[[`6e7e9a126d`](https://github.com/nodejs/node/commit/6e7e9a126d)] - **doc**: document approach for building wasm in deps (Michael Dawson) [#55940](https://github.com/nodejs/node/pull/55940)
|
|
206
|
+
* \[[`0b3ac05422`](https://github.com/nodejs/node/commit/0b3ac05422)] - **doc**: remove RedYetiDev from triagers team (Aviv Keller) [#55947](https://github.com/nodejs/node/pull/55947)
|
|
207
|
+
* \[[`20be5e2f80`](https://github.com/nodejs/node/commit/20be5e2f80)] - **doc**: add esm examples to node:timers (Alfredo González) [#55857](https://github.com/nodejs/node/pull/55857)
|
|
208
|
+
* \[[`3ba9b57436`](https://github.com/nodejs/node/commit/3ba9b57436)] - **doc**: fix relative path mention in --allow-fs (Rafael Gonzaga) [#55791](https://github.com/nodejs/node/pull/55791)
|
|
209
|
+
* \[[`3e6b3a9a8b`](https://github.com/nodejs/node/commit/3e6b3a9a8b)] - **doc**: include git node release --promote to steps (Rafael Gonzaga) [#55835](https://github.com/nodejs/node/pull/55835)
|
|
210
|
+
* \[[`5bdfde8dc6`](https://github.com/nodejs/node/commit/5bdfde8dc6)] - **doc**: add history entry for import assertion removal (Antoine du Hamel) [#55883](https://github.com/nodejs/node/pull/55883)
|
|
211
|
+
* \[[`c842146c05`](https://github.com/nodejs/node/commit/c842146c05)] - **doc**: add a note on console stream behavior (Gireesh Punathil) [#55616](https://github.com/nodejs/node/pull/55616)
|
|
212
|
+
* \[[`5263086169`](https://github.com/nodejs/node/commit/5263086169)] - **(SEMVER-MINOR)** **doc**: add report version and history section (Chengzhong Wu) [#56130](https://github.com/nodejs/node/pull/56130)
|
|
213
|
+
* \[[`8cb3c2018d`](https://github.com/nodejs/node/commit/8cb3c2018d)] - **(SEMVER-MINOR)** **doc**: sort --report-exclude alphabetically (Rafael Gonzaga) [#55788](https://github.com/nodejs/node/pull/55788)
|
|
214
|
+
* \[[`55239a48b6`](https://github.com/nodejs/node/commit/55239a48b6)] - **(SEMVER-MINOR)** **doc,lib,src,test**: unflag sqlite module (Colin Ihrig) [#55890](https://github.com/nodejs/node/pull/55890)
|
|
215
|
+
* \[[`04d7c7a349`](https://github.com/nodejs/node/commit/04d7c7a349)] - **fs**: make mutating `options` in Callback `readdir()` not affect results (LiviaMedeiros) [#56057](https://github.com/nodejs/node/pull/56057)
|
|
216
|
+
* \[[`92bcd528e7`](https://github.com/nodejs/node/commit/92bcd528e7)] - **fs**: make mutating `options` in Promises `readdir()` not affect results (LiviaMedeiros) [#56057](https://github.com/nodejs/node/pull/56057)
|
|
217
|
+
* \[[`3a55bd9448`](https://github.com/nodejs/node/commit/3a55bd9448)] - **fs**: lazily load ReadFileContext (Gürgün Dayıoğlu) [#55998](https://github.com/nodejs/node/pull/55998)
|
|
218
|
+
* \[[`0331b3fdd3`](https://github.com/nodejs/node/commit/0331b3fdd3)] - **fs,win**: fix readdir for named pipe (Hüseyin Açacak) [#56110](https://github.com/nodejs/node/pull/56110)
|
|
219
|
+
* \[[`79152b54e9`](https://github.com/nodejs/node/commit/79152b54e9)] - **http**: add setDefaultHeaders option to http.request (Tim Perry) [#56112](https://github.com/nodejs/node/pull/56112)
|
|
220
|
+
* \[[`19782855a8`](https://github.com/nodejs/node/commit/19782855a8)] - **http**: don't emit error after destroy (Robert Nagy) [#55457](https://github.com/nodejs/node/pull/55457)
|
|
221
|
+
* \[[`8494512c17`](https://github.com/nodejs/node/commit/8494512c17)] - **http2**: remove duplicate codeblock (Vitaly Aminev) [#55915](https://github.com/nodejs/node/pull/55915)
|
|
222
|
+
* \[[`d2f82223d1`](https://github.com/nodejs/node/commit/d2f82223d1)] - **http2**: support ALPNCallback option (ZYSzys) [#56187](https://github.com/nodejs/node/pull/56187)
|
|
223
|
+
* \[[`2616f1247a`](https://github.com/nodejs/node/commit/2616f1247a)] - **http2**: fix memory leak caused by premature listener removing (ywave620) [#55966](https://github.com/nodejs/node/pull/55966)
|
|
224
|
+
* \[[`598fe048f2`](https://github.com/nodejs/node/commit/598fe048f2)] - **lib**: remove redundant global regexps (Gürgün Dayıoğlu) [#56182](https://github.com/nodejs/node/pull/56182)
|
|
225
|
+
* \[[`a3c8739530`](https://github.com/nodejs/node/commit/a3c8739530)] - **lib**: clean up persisted signals when they are settled (Edigleysson Silva (Edy)) [#56001](https://github.com/nodejs/node/pull/56001)
|
|
226
|
+
* \[[`11144ab158`](https://github.com/nodejs/node/commit/11144ab158)] - **lib**: handle Float16Array in node:v8 serdes (Bartek Iwańczuk) [#55996](https://github.com/nodejs/node/pull/55996)
|
|
227
|
+
* \[[`81c94a32e4`](https://github.com/nodejs/node/commit/81c94a32e4)] - **lib**: disable default memory leak warning for AbortSignal (Lenz Weber-Tronic) [#55816](https://github.com/nodejs/node/pull/55816)
|
|
228
|
+
* \[[`68dda61420`](https://github.com/nodejs/node/commit/68dda61420)] - **lib**: add validation for options in compileFunction (Taejin Kim) [#56023](https://github.com/nodejs/node/pull/56023)
|
|
229
|
+
* \[[`d2007aec28`](https://github.com/nodejs/node/commit/d2007aec28)] - **lib**: fix `fs.readdir` recursive async (Rafael Gonzaga) [#56041](https://github.com/nodejs/node/pull/56041)
|
|
230
|
+
* \[[`0571d5556f`](https://github.com/nodejs/node/commit/0571d5556f)] - **lib**: avoid excluding symlinks in recursive fs.readdir with filetypes (Juan José) [#55714](https://github.com/nodejs/node/pull/55714)
|
|
231
|
+
* \[[`843943d0ce`](https://github.com/nodejs/node/commit/843943d0ce)] - **meta**: bump github/codeql-action from 3.27.0 to 3.27.5 (dependabot\[bot]) [#56103](https://github.com/nodejs/node/pull/56103)
|
|
232
|
+
* \[[`1529027f03`](https://github.com/nodejs/node/commit/1529027f03)] - **meta**: bump actions/checkout from 4.1.7 to 4.2.2 (dependabot\[bot]) [#56102](https://github.com/nodejs/node/pull/56102)
|
|
233
|
+
* \[[`8e265de9f5`](https://github.com/nodejs/node/commit/8e265de9f5)] - **meta**: bump step-security/harden-runner from 2.10.1 to 2.10.2 (dependabot\[bot]) [#56101](https://github.com/nodejs/node/pull/56101)
|
|
234
|
+
* \[[`0fba3a3b9b`](https://github.com/nodejs/node/commit/0fba3a3b9b)] - **meta**: bump actions/setup-node from 4.0.3 to 4.1.0 (dependabot\[bot]) [#56100](https://github.com/nodejs/node/pull/56100)
|
|
235
|
+
* \[[`2e3fdfdb19`](https://github.com/nodejs/node/commit/2e3fdfdb19)] - **meta**: add releasers as CODEOWNERS to proposal action (Rafael Gonzaga) [#56043](https://github.com/nodejs/node/pull/56043)
|
|
236
|
+
* \[[`7cbe3de1d8`](https://github.com/nodejs/node/commit/7cbe3de1d8)] - **(SEMVER-MINOR)** **module**: only emit require(esm) warning under --trace-require-module (Joyee Cheung) [#56194](https://github.com/nodejs/node/pull/56194)
|
|
237
|
+
* \[[`8a5429c9b3`](https://github.com/nodejs/node/commit/8a5429c9b3)] - **module**: prevent main thread exiting before esm worker ends (Shima Ryuhei) [#56183](https://github.com/nodejs/node/pull/56183)
|
|
238
|
+
* \[[`6575b76042`](https://github.com/nodejs/node/commit/6575b76042)] - **(SEMVER-MINOR)** **module**: add module.stripTypeScriptTypes (Marco Ippolito) [#55282](https://github.com/nodejs/node/pull/55282)
|
|
239
|
+
* \[[`0794861bc3`](https://github.com/nodejs/node/commit/0794861bc3)] - **module**: simplify ts under node\_modules check (Marco Ippolito) [#55440](https://github.com/nodejs/node/pull/55440)
|
|
240
|
+
* \[[`28a11adf14`](https://github.com/nodejs/node/commit/28a11adf14)] - **module**: mark evaluation rejection in require(esm) as handled (Joyee Cheung) [#56122](https://github.com/nodejs/node/pull/56122)
|
|
241
|
+
* \[[`bacfe6d5c9`](https://github.com/nodejs/node/commit/bacfe6d5c9)] - **(SEMVER-MINOR)** **net**: support blocklist in net.connect (theanarkh) [#56075](https://github.com/nodejs/node/pull/56075)
|
|
242
|
+
* \[[`566f0a1d25`](https://github.com/nodejs/node/commit/566f0a1d25)] - **(SEMVER-MINOR)** **net**: add SocketAddress.parse (James M Snell) [#56076](https://github.com/nodejs/node/pull/56076)
|
|
243
|
+
* \[[`ed7eab1421`](https://github.com/nodejs/node/commit/ed7eab1421)] - **(SEMVER-MINOR)** **net**: add net.BlockList.isBlockList(value) (James M Snell) [#56078](https://github.com/nodejs/node/pull/56078)
|
|
244
|
+
* \[[`b47888d390`](https://github.com/nodejs/node/commit/b47888d390)] - **(SEMVER-MINOR)** **net**: support blocklist for net.Server (theanarkh) [#56079](https://github.com/nodejs/node/pull/56079)
|
|
245
|
+
* \[[`481770a38f`](https://github.com/nodejs/node/commit/481770a38f)] - **node-api**: allow napi\_delete\_reference in finalizers (Chengzhong Wu) [#55620](https://github.com/nodejs/node/pull/55620)
|
|
246
|
+
* \[[`2beb4f1f8c`](https://github.com/nodejs/node/commit/2beb4f1f8c)] - **permission**: ignore internalModuleStat on module loading (Rafael Gonzaga) [#55797](https://github.com/nodejs/node/pull/55797)
|
|
247
|
+
* \[[`ea4891856d`](https://github.com/nodejs/node/commit/ea4891856d)] - **(SEMVER-MINOR)** **process**: deprecate `features.{ipv6,uv}` and `features.tls_*` (René) [#55545](https://github.com/nodejs/node/pull/55545)
|
|
248
|
+
* \[[`c907b2f358`](https://github.com/nodejs/node/commit/c907b2f358)] - **quic**: update more QUIC implementation (James M Snell) [#55986](https://github.com/nodejs/node/pull/55986)
|
|
249
|
+
* \[[`43c25e2e0d`](https://github.com/nodejs/node/commit/43c25e2e0d)] - **quic**: multiple updates to quic impl (James M Snell) [#55971](https://github.com/nodejs/node/pull/55971)
|
|
250
|
+
* \[[`01eb308f26`](https://github.com/nodejs/node/commit/01eb308f26)] - **(SEMVER-MINOR)** **report**: fix typos in report keys and bump the version (Yuan-Ming Hsu) [#56068](https://github.com/nodejs/node/pull/56068)
|
|
251
|
+
* \[[`1cfa31fb82`](https://github.com/nodejs/node/commit/1cfa31fb82)] - **sea**: only assert snapshot main function for main threads (Joyee Cheung) [#56120](https://github.com/nodejs/node/pull/56120)
|
|
252
|
+
* \[[`97c38352d0`](https://github.com/nodejs/node/commit/97c38352d0)] - **(SEMVER-MINOR)** **sqlite**: aggregate constants in a single property (Edigleysson Silva (Edy)) [#56213](https://github.com/nodejs/node/pull/56213)
|
|
253
|
+
* \[[`2268c1ea8b`](https://github.com/nodejs/node/commit/2268c1ea8b)] - **sqlite**: add support for custom functions (Colin Ihrig) [#55985](https://github.com/nodejs/node/pull/55985)
|
|
254
|
+
* \[[`f5c6955722`](https://github.com/nodejs/node/commit/f5c6955722)] - **sqlite**: support `db.loadExtension` (Alex Yang) [#53900](https://github.com/nodejs/node/pull/53900)
|
|
255
|
+
* \[[`9a60bea6b7`](https://github.com/nodejs/node/commit/9a60bea6b7)] - **sqlite**: deps include `sqlite3ext.h` (Alex Yang) [#56010](https://github.com/nodejs/node/pull/56010)
|
|
256
|
+
* \[[`b4041e554a`](https://github.com/nodejs/node/commit/b4041e554a)] - **(SEMVER-MINOR)** **sqlite**: add `StatementSync.prototype.iterate` method (tpoisseau) [#54213](https://github.com/nodejs/node/pull/54213)
|
|
257
|
+
* \[[`2889e8da04`](https://github.com/nodejs/node/commit/2889e8da04)] - **src**: fix outdated js2c.cc references (Chengzhong Wu) [#56133](https://github.com/nodejs/node/pull/56133)
|
|
258
|
+
* \[[`5ce020b0c9`](https://github.com/nodejs/node/commit/5ce020b0c9)] - **src**: use spaceship operator in SocketAddress (James M Snell) [#56059](https://github.com/nodejs/node/pull/56059)
|
|
259
|
+
* \[[`a32fa30847`](https://github.com/nodejs/node/commit/a32fa30847)] - **src**: add missing qualifiers to env.cc (Yagiz Nizipli) [#56062](https://github.com/nodejs/node/pull/56062)
|
|
260
|
+
* \[[`974b7b61ef`](https://github.com/nodejs/node/commit/974b7b61ef)] - **src**: use std::string\_view for process emit fns (Yagiz Nizipli) [#56086](https://github.com/nodejs/node/pull/56086)
|
|
261
|
+
* \[[`4559fac862`](https://github.com/nodejs/node/commit/4559fac862)] - **src**: remove dead code in async\_wrap (Gerhard Stöbich) [#56065](https://github.com/nodejs/node/pull/56065)
|
|
262
|
+
* \[[`e42e4b20be`](https://github.com/nodejs/node/commit/e42e4b20be)] - **src**: avoid copy on getV8FastApiCallCount (Yagiz Nizipli) [#56081](https://github.com/nodejs/node/pull/56081)
|
|
263
|
+
* \[[`c188660e8b`](https://github.com/nodejs/node/commit/c188660e8b)] - **src**: fix check fd (theanarkh) [#56000](https://github.com/nodejs/node/pull/56000)
|
|
264
|
+
* \[[`d894cb76ff`](https://github.com/nodejs/node/commit/d894cb76ff)] - **src**: safely remove the last line from dotenv (Shima Ryuhei) [#55982](https://github.com/nodejs/node/pull/55982)
|
|
265
|
+
* \[[`2ca9f4b65a`](https://github.com/nodejs/node/commit/2ca9f4b65a)] - **src**: fix kill signal on Windows (Hüseyin Açacak) [#55514](https://github.com/nodejs/node/pull/55514)
|
|
266
|
+
* \[[`2e3ca1bbdd`](https://github.com/nodejs/node/commit/2e3ca1bbdd)] - **(SEMVER-MINOR)** **src**: add cli option to preserve env vars on dr (Rafael Gonzaga) [#55697](https://github.com/nodejs/node/pull/55697)
|
|
267
|
+
* \[[`359fff1c4e`](https://github.com/nodejs/node/commit/359fff1c4e)] - **src,build**: add no user defined deduction guides of CTAD check (Chengzhong Wu) [#56071](https://github.com/nodejs/node/pull/56071)
|
|
268
|
+
* \[[`57bb983215`](https://github.com/nodejs/node/commit/57bb983215)] - **(SEMVER-MINOR)** **src,lib**: stabilize permission model (Rafael Gonzaga) [#56201](https://github.com/nodejs/node/pull/56201)
|
|
269
|
+
* \[[`d352b0465a`](https://github.com/nodejs/node/commit/d352b0465a)] - **stream**: commit pull-into descriptors after filling from queue (Mattias Buelens) [#56072](https://github.com/nodejs/node/pull/56072)
|
|
270
|
+
* \[[`eef9bd1bf6`](https://github.com/nodejs/node/commit/eef9bd1bf6)] - **test**: remove test-sqlite-statement-sync flaky designation (Luigi Pinca) [#56051](https://github.com/nodejs/node/pull/56051)
|
|
271
|
+
* \[[`8718135a5d`](https://github.com/nodejs/node/commit/8718135a5d)] - **test**: use --permission over --experimental-permission (Rafael Gonzaga) [#56239](https://github.com/nodejs/node/pull/56239)
|
|
272
|
+
* \[[`9c68d4f180`](https://github.com/nodejs/node/commit/9c68d4f180)] - **test**: remove exludes for sea tests on PPC (Michael Dawson) [#56217](https://github.com/nodejs/node/pull/56217)
|
|
273
|
+
* \[[`c5d0472968`](https://github.com/nodejs/node/commit/c5d0472968)] - **test**: fix test-abortsignal-drop-settled-signals flakiness (Edigleysson Silva (Edy)) [#56197](https://github.com/nodejs/node/pull/56197)
|
|
274
|
+
* \[[`4adf518689`](https://github.com/nodejs/node/commit/4adf518689)] - **test**: move localizationd data from `test-icu-env` to external file (Livia Medeiros) [#55618](https://github.com/nodejs/node/pull/55618)
|
|
275
|
+
* \[[`02383b4267`](https://github.com/nodejs/node/commit/02383b4267)] - **test**: update WPT for url to 6fa3fe8a92 (Node.js GitHub Bot) [#56136](https://github.com/nodejs/node/pull/56136)
|
|
276
|
+
* \[[`0e24eebf24`](https://github.com/nodejs/node/commit/0e24eebf24)] - **test**: remove `hasOpenSSL3x` utils (Antoine du Hamel) [#56164](https://github.com/nodejs/node/pull/56164)
|
|
277
|
+
* \[[`381e705385`](https://github.com/nodejs/node/commit/381e705385)] - **test**: update streams wpt (Mattias Buelens) [#56072](https://github.com/nodejs/node/pull/56072)
|
|
278
|
+
* \[[`ad107ca0d9`](https://github.com/nodejs/node/commit/ad107ca0d9)] - **test**: remove test-fs-utimes flaky designation (Luigi Pinca) [#56052](https://github.com/nodejs/node/pull/56052)
|
|
279
|
+
* \[[`e15c5dab79`](https://github.com/nodejs/node/commit/e15c5dab79)] - **test**: ensure `cli.md` is in alphabetical order (Antoine du Hamel) [#56025](https://github.com/nodejs/node/pull/56025)
|
|
280
|
+
* \[[`d0302e7d2d`](https://github.com/nodejs/node/commit/d0302e7d2d)] - **test**: update WPT for WebCryptoAPI to 3e3374efde (Node.js GitHub Bot) [#56093](https://github.com/nodejs/node/pull/56093)
|
|
281
|
+
* \[[`a0b1e8f400`](https://github.com/nodejs/node/commit/a0b1e8f400)] - **test**: update WPT for WebCryptoAPI to 76dfa54e5d (Node.js GitHub Bot) [#56093](https://github.com/nodejs/node/pull/56093)
|
|
282
|
+
* \[[`211f058a12`](https://github.com/nodejs/node/commit/211f058a12)] - **test**: move test-worker-arraybuffer-zerofill to parallel (Luigi Pinca) [#56053](https://github.com/nodejs/node/pull/56053)
|
|
283
|
+
* \[[`c52bc5d71c`](https://github.com/nodejs/node/commit/c52bc5d71c)] - **test**: update WPT for url to 67880a4eb83ca9aa732eec4b35a1971ff5bf37ff (Node.js GitHub Bot) [#55999](https://github.com/nodejs/node/pull/55999)
|
|
284
|
+
* \[[`1a78bde8d4`](https://github.com/nodejs/node/commit/1a78bde8d4)] - **test**: make HTTP/1.0 connection test more robust (Arne Keller) [#55959](https://github.com/nodejs/node/pull/55959)
|
|
285
|
+
* \[[`ff7b1445a0`](https://github.com/nodejs/node/commit/ff7b1445a0)] - **test**: convert readdir test to use test runner (Thomas Chetwin) [#55750](https://github.com/nodejs/node/pull/55750)
|
|
286
|
+
* \[[`b296b5a4e4`](https://github.com/nodejs/node/commit/b296b5a4e4)] - **test**: make x509 crypto tests work with BoringSSL (Shelley Vohr) [#55927](https://github.com/nodejs/node/pull/55927)
|
|
287
|
+
* \[[`97458ad74b`](https://github.com/nodejs/node/commit/97458ad74b)] - **test**: fix determining lower priority (Livia Medeiros) [#55908](https://github.com/nodejs/node/pull/55908)
|
|
288
|
+
* \[[`bb4aa7a296`](https://github.com/nodejs/node/commit/bb4aa7a296)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#55997](https://github.com/nodejs/node/pull/55997)
|
|
289
|
+
* \[[`fb98fa4967`](https://github.com/nodejs/node/commit/fb98fa4967)] - **test\_runner**: refactor Promise chain in run() (Colin Ihrig) [#55958](https://github.com/nodejs/node/pull/55958)
|
|
290
|
+
* \[[`18c94961f8`](https://github.com/nodejs/node/commit/18c94961f8)] - **test\_runner**: refactor build Promise in Suite() (Colin Ihrig) [#55958](https://github.com/nodejs/node/pull/55958)
|
|
291
|
+
* \[[`bf3967fd3a`](https://github.com/nodejs/node/commit/bf3967fd3a)] - **test\_runner**: simplify hook running logic (Colin Ihrig) [#55963](https://github.com/nodejs/node/pull/55963)
|
|
292
|
+
* \[[`8c065dc61e`](https://github.com/nodejs/node/commit/8c065dc61e)] - **test\_runner**: mark context.plan() as stable (Colin Ihrig) [#55895](https://github.com/nodejs/node/pull/55895)
|
|
293
|
+
* \[[`8ff082cf48`](https://github.com/nodejs/node/commit/8ff082cf48)] - **test\_runner**: mark snapshot testing as stable (Colin Ihrig) [#55897](https://github.com/nodejs/node/pull/55897)
|
|
294
|
+
* \[[`7ae125cef4`](https://github.com/nodejs/node/commit/7ae125cef4)] - **tools**: fix `node:` enforcement for docs (Antoine du Hamel) [#56284](https://github.com/nodejs/node/pull/56284)
|
|
295
|
+
* \[[`0b489116a3`](https://github.com/nodejs/node/commit/0b489116a3)] - **tools**: update github\_reporter to 1.7.2 (Node.js GitHub Bot) [#56205](https://github.com/nodejs/node/pull/56205)
|
|
296
|
+
* \[[`5306819fac`](https://github.com/nodejs/node/commit/5306819fac)] - **tools**: add REPLACEME check to workflow (Mert Can Altin) [#56251](https://github.com/nodejs/node/pull/56251)
|
|
297
|
+
* \[[`4e3cab44cb`](https://github.com/nodejs/node/commit/4e3cab44cb)] - **tools**: use `github.actor` instead of bot username for release proposals (Antoine du Hamel) [#56232](https://github.com/nodejs/node/pull/56232)
|
|
298
|
+
* \[[`3e8938463a`](https://github.com/nodejs/node/commit/3e8938463a)] - _**Revert**_ "**tools**: disable automated libuv updates" (Luigi Pinca) [#56223](https://github.com/nodejs/node/pull/56223)
|
|
299
|
+
* \[[`98ea499e36`](https://github.com/nodejs/node/commit/98ea499e36)] - **tools**: update gyp-next to 0.19.1 (Anna Henningsen) [#56111](https://github.com/nodejs/node/pull/56111)
|
|
300
|
+
* \[[`2e76cd2a8b`](https://github.com/nodejs/node/commit/2e76cd2a8b)] - **tools**: fix release proposal linter to support more than 1 folk preparing (Antoine du Hamel) [#56203](https://github.com/nodejs/node/pull/56203)
|
|
301
|
+
* \[[`9fa0e41665`](https://github.com/nodejs/node/commit/9fa0e41665)] - **tools**: enable linter for `tools/icu/**` (Livia Medeiros) [#56176](https://github.com/nodejs/node/pull/56176)
|
|
302
|
+
* \[[`d6e1efcc59`](https://github.com/nodejs/node/commit/d6e1efcc59)] - **tools**: use commit title as PR title when creating release proposal (Antoine du Hamel) [#56165](https://github.com/nodejs/node/pull/56165)
|
|
303
|
+
* \[[`a88e4ce55e`](https://github.com/nodejs/node/commit/a88e4ce55e)] - **tools**: update gyp-next to 0.19.0 (Node.js GitHub Bot) [#56158](https://github.com/nodejs/node/pull/56158)
|
|
304
|
+
* \[[`bd0760efbc`](https://github.com/nodejs/node/commit/bd0760efbc)] - **tools**: bump the eslint group in /tools/eslint with 4 updates (dependabot\[bot]) [#56099](https://github.com/nodejs/node/pull/56099)
|
|
305
|
+
* \[[`c5b1cf4b12`](https://github.com/nodejs/node/commit/c5b1cf4b12)] - **tools**: improve release proposal PR opening (Antoine du Hamel) [#56161](https://github.com/nodejs/node/pull/56161)
|
|
306
|
+
* \[[`12baefb13d`](https://github.com/nodejs/node/commit/12baefb13d)] - **tools**: update `create-release-proposal` workflow (Antoine du Hamel) [#56054](https://github.com/nodejs/node/pull/56054)
|
|
307
|
+
* \[[`e6e1495f1a`](https://github.com/nodejs/node/commit/e6e1495f1a)] - **tools**: fix update-undici script (Michaël Zasso) [#56069](https://github.com/nodejs/node/pull/56069)
|
|
308
|
+
* \[[`ed635c90da`](https://github.com/nodejs/node/commit/ed635c90da)] - **tools**: allow dispatch of `tools.yml` from forks (Antoine du Hamel) [#56008](https://github.com/nodejs/node/pull/56008)
|
|
309
|
+
* \[[`1e628d1f37`](https://github.com/nodejs/node/commit/1e628d1f37)] - **tools**: fix nghttp3 updater script (Antoine du Hamel) [#56007](https://github.com/nodejs/node/pull/56007)
|
|
310
|
+
* \[[`1af3599b7e`](https://github.com/nodejs/node/commit/1af3599b7e)] - **tools**: filter release keys to reduce interactivity (Antoine du Hamel) [#55950](https://github.com/nodejs/node/pull/55950)
|
|
311
|
+
* \[[`1893be4a9c`](https://github.com/nodejs/node/commit/1893be4a9c)] - **tools**: update WPT updater (Antoine du Hamel) [#56003](https://github.com/nodejs/node/pull/56003)
|
|
312
|
+
* \[[`f89bd2ba8a`](https://github.com/nodejs/node/commit/f89bd2ba8a)] - **tools**: add WPT updater for specific subsystems (Mert Can Altin) [#54460](https://github.com/nodejs/node/pull/54460)
|
|
313
|
+
* \[[`61901372d5`](https://github.com/nodejs/node/commit/61901372d5)] - **tools**: use tokenless Codecov uploads (Michaël Zasso) [#55943](https://github.com/nodejs/node/pull/55943)
|
|
314
|
+
* \[[`312bb4dff8`](https://github.com/nodejs/node/commit/312bb4dff8)] - **tools**: lint js in `doc/**/*.md` (Livia Medeiros) [#55904](https://github.com/nodejs/node/pull/55904)
|
|
315
|
+
* \[[`7b476f637c`](https://github.com/nodejs/node/commit/7b476f637c)] - **tools**: add linter for release commit proposals (Antoine du Hamel) [#55923](https://github.com/nodejs/node/pull/55923)
|
|
316
|
+
* \[[`22d7017191`](https://github.com/nodejs/node/commit/22d7017191)] - **tools**: fix riscv64 build failed (Lu Yahan) [#52888](https://github.com/nodejs/node/pull/52888)
|
|
317
|
+
* \[[`f4f777f4d2`](https://github.com/nodejs/node/commit/f4f777f4d2)] - **tools**: bump cross-spawn from 7.0.3 to 7.0.5 in /tools/eslint (dependabot\[bot]) [#55894](https://github.com/nodejs/node/pull/55894)
|
|
318
|
+
* \[[`a648e4c44a`](https://github.com/nodejs/node/commit/a648e4c44a)] - **util**: harden more built-in classes against prototype pollution (Antoine du Hamel) [#56225](https://github.com/nodejs/node/pull/56225)
|
|
319
|
+
* \[[`4a1b51b5a9`](https://github.com/nodejs/node/commit/4a1b51b5a9)] - **util**: fix Latin1 decoding to return string output (Mert Can Altin) [#56222](https://github.com/nodejs/node/pull/56222)
|
|
320
|
+
* \[[`9e98e86604`](https://github.com/nodejs/node/commit/9e98e86604)] - **util**: do not rely on mutable `Object` and `Function`' `constructor` prop (Antoine du Hamel) [#56188](https://github.com/nodejs/node/pull/56188)
|
|
321
|
+
* \[[`374eb415fd`](https://github.com/nodejs/node/commit/374eb415fd)] - **util**: add fast path for Latin1 decoding (Mert Can Altin) [#55275](https://github.com/nodejs/node/pull/55275)
|
|
322
|
+
* \[[`bcfe9c80fc`](https://github.com/nodejs/node/commit/bcfe9c80fc)] - **(SEMVER-MINOR)** **util**: add sourcemap support to getCallSites (Marco Ippolito) [#55589](https://github.com/nodejs/node/pull/55589)
|
|
323
|
+
* \[[`2aa77c8a8f`](https://github.com/nodejs/node/commit/2aa77c8a8f)] - **v8,tools**: expose experimental wasm revectorize feature (Yolanda-Chen) [#54896](https://github.com/nodejs/node/pull/54896)
|
|
324
|
+
* \[[`bfd11d7661`](https://github.com/nodejs/node/commit/bfd11d7661)] - **worker**: fix crash when a worker joins after exit (Stephen Belanger) [#56191](https://github.com/nodejs/node/pull/56191)
|
|
325
|
+
|
|
57
326
|
<a id="22.12.0"></a>
|
|
58
327
|
|
|
59
328
|
## 2024-12-03, Version 22.12.0 'Jod' (LTS), @ruyadorno
|
|
@@ -79,11 +348,11 @@ When a `Buffer` is created using a resizable `ArrayBuffer`, the `Buffer` length
|
|
|
79
348
|
```js
|
|
80
349
|
const ab = new ArrayBuffer(10, { maxByteLength: 20 });
|
|
81
350
|
const buffer = Buffer.from(ab);
|
|
82
|
-
console.log(buffer.byteLength); 10
|
|
351
|
+
console.log(buffer.byteLength); // 10
|
|
83
352
|
ab.resize(15);
|
|
84
|
-
console.log(buffer.byteLength); 15
|
|
353
|
+
console.log(buffer.byteLength); // 15
|
|
85
354
|
ab.resize(5);
|
|
86
|
-
console.log(buffer.byteLength); 5
|
|
355
|
+
console.log(buffer.byteLength); // 5
|
|
87
356
|
```
|
|
88
357
|
|
|
89
358
|
Contributed by James Snell in [#55377](https://github.com/nodejs/node/pull/55377)
|
package/README.md
CHANGED
|
@@ -379,6 +379,8 @@ For information about the governance of the Node.js project, see
|
|
|
379
379
|
**Nitzan Uziely** <<linkgoron@gmail.com>>
|
|
380
380
|
* [LiviaMedeiros](https://github.com/LiviaMedeiros) -
|
|
381
381
|
**LiviaMedeiros** <<livia@cirno.name>>
|
|
382
|
+
* [ljharb](https://github.com/ljharb) -
|
|
383
|
+
**Jordan Harband** <<ljharb@gmail.com>>
|
|
382
384
|
* [lpinca](https://github.com/lpinca) -
|
|
383
385
|
**Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
|
|
384
386
|
* [lukekarrys](https://github.com/lukekarrys) -
|
|
@@ -757,8 +759,6 @@ maintaining the Node.js project.
|
|
|
757
759
|
**Mert Can Altin** <<mertgold60@gmail.com>>
|
|
758
760
|
* [preveen-stack](https://github.com/preveen-stack) -
|
|
759
761
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
760
|
-
* [RedYetiDev](https://github.com/RedYetiDev) -
|
|
761
|
-
**Aviv Keller** <<redyetidev@gmail.com>> (they/them)
|
|
762
762
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
763
763
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
764
764
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
'lib/internal/modules/helpers.js',
|
|
206
206
|
'lib/internal/modules/package_json_reader.js',
|
|
207
207
|
'lib/internal/modules/run_main.js',
|
|
208
|
+
'lib/internal/modules/typescript.js',
|
|
208
209
|
'lib/internal/navigator.js',
|
|
209
210
|
'lib/internal/net.js',
|
|
210
211
|
'lib/internal/options.js',
|
|
@@ -236,6 +237,9 @@
|
|
|
236
237
|
'lib/internal/promise_hooks.js',
|
|
237
238
|
'lib/internal/querystring.js',
|
|
238
239
|
'lib/internal/quic/quic.js',
|
|
240
|
+
'lib/internal/quic/state.js',
|
|
241
|
+
'lib/internal/quic/stats.js',
|
|
242
|
+
'lib/internal/quic/symbols.js',
|
|
239
243
|
'lib/internal/readline/callbacks.js',
|
|
240
244
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
241
245
|
'lib/internal/readline/interface.js',
|
package/include/node/node.exp
CHANGED
|
@@ -5965,7 +5965,12 @@ _CONF_get_string
|
|
|
5965
5965
|
_CONF_new_data
|
|
5966
5966
|
_CONF_new_section
|
|
5967
5967
|
_CompoundTextData_76
|
|
5968
|
+
_GLOBAL__AIXD_libsqlite_extension_a
|
|
5969
|
+
_GLOBAL__AIXI_libsqlite_extension_a
|
|
5970
|
+
_GLOBAL__D_65535_0___dso_handle
|
|
5968
5971
|
_GLOBAL__D_65535_0_uv__strdup
|
|
5972
|
+
_GLOBAL__FD_libsqlite_extension_a
|
|
5973
|
+
_GLOBAL__FI_libsqlite_extension_a
|
|
5969
5974
|
_GLOBAL__F__ZN2v84base18ContextualVariableINS_8internal6torque14TorqueMessagesESt6vectorINS3_13TorqueMessageESaIS6_EEE11ExportedTopEv
|
|
5970
5975
|
_GLOBAL__F__ZN2v84base18ContextualVariableINS_8internal6torque17CurrentSourceFileENS3_8SourceIdEE11ExportedTopEv
|
|
5971
5976
|
_GLOBAL__F__ZN2v84base18ContextualVariableINS_8internal6torque18LanguageServerDataES4_E11ExportedTopEv
|
|
@@ -5990,27 +5995,27 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5990
5995
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5991
5996
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5992
5997
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5993
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
5994
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5995
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
5996
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5997
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5998
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5999
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6000
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6001
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6002
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6003
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6004
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6005
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6006
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6007
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6008
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6009
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6010
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6011
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6012
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6013
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5998
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_BFF00FE3_0x48450a513c59e3b8
|
|
5999
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x2113c31ca5f9ff7
|
|
6000
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_6EE78FAE_0x16369a7277d74400
|
|
6001
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x2c4a0f114620b89d
|
|
6002
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x62bd5c674050cd9d
|
|
6003
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0xd75ec31b958432a7
|
|
6004
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xeec2e45ac7373cec
|
|
6005
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_E21CEA7D_0xe7222984c466cbeb
|
|
6006
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_6EE78FAE_0xcb55c428603f4dae
|
|
6007
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_E21CEA7D_0xbec3e2f65dfaf421
|
|
6008
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x64c23d64d8ecaf85
|
|
6009
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xd7e5433e0a60c7f2
|
|
6010
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0xb2cd82e0e0dbe9af
|
|
6011
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_BFF00FE3_0x53c455026be60cee
|
|
6012
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x5d52247181bf9dac
|
|
6013
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_E21CEA7D_0xfbdcaf0fa0935a50
|
|
6014
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_E21CEA7D_0x6c41d40968279ed5
|
|
6015
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_BFF00FE3_0x9039c07aed7b94f4
|
|
6016
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xf723695678e1034
|
|
6017
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_E21CEA7D_0xeb6bbd1db97838d0
|
|
6018
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0xb3b64cfac4dbdcaf
|
|
6014
6019
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6015
6020
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6016
6021
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -7063,7 +7068,7 @@ _GLOBAL__I_65535_0__ZN4node20IsExceptionDecoratedEPNS_11EnvironmentEN2v85LocalIN
|
|
|
7063
7068
|
_GLOBAL__I_65535_0__ZN4node20SyncProcessStdioPipeC2EPNS_17SyncProcessRunnerEbb8uv_buf_t
|
|
7064
7069
|
_GLOBAL__I_65535_0__ZN4node21PromiseRejectCallbackEN2v820PromiseRejectMessageE
|
|
7065
7070
|
_GLOBAL__I_65535_0__ZN4node21SpinEventLoopInternalEPNS_11EnvironmentE
|
|
7066
|
-
|
|
7071
|
+
_GLOBAL__I_65535_0__ZN4node22ProcessEmitWarningSyncEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEE
|
|
7067
7072
|
_GLOBAL__I_65535_0__ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
7068
7073
|
_GLOBAL__I_65535_0__ZN4node23WorkerThreadsTaskRunnerC2Ei
|
|
7069
7074
|
_GLOBAL__I_65535_0__ZN4node25ExternalReferenceRegistry19external_referencesEv
|
|
@@ -7125,7 +7130,7 @@ _GLOBAL__I_65535_0__ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6Obje
|
|
|
7125
7130
|
_GLOBAL__I_65535_0__ZN4node6report10WalkHandleEP11uv_handle_sPvb
|
|
7126
7131
|
_GLOBAL__I_65535_0__ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
7127
7132
|
_GLOBAL__I_65535_0__ZN4node6serdes17SerializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
7128
|
-
|
|
7133
|
+
_GLOBAL__I_65535_0__ZN4node6sqlite12DatabaseSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEONS0_25DatabaseOpenConfigurationEbb
|
|
7129
7134
|
_GLOBAL__I_65535_0__ZN4node6timers11BindingData11SetupTimersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
7130
7135
|
_GLOBAL__I_65535_0__ZN4node6worker12TransferData21FinalizeTransferWriteEN2v85LocalINS2_7ContextEEEPNS2_15ValueSerializerE
|
|
7131
7136
|
_GLOBAL__I_65535_0__ZN4node6worker6WorkerC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESF_St10shared_ptrINS_17PerIsolateOptionsEEOSt6vectorISD_SaISD_EESG_INS_7KVStoreEEPKNS_12SnapshotDataE
|
|
@@ -7199,18 +7204,18 @@ _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
7199
7204
|
_GLOBAL__I_65535_0__ZNK4node4quic14PathDescriptor8ToStringB5cxx11Ev
|
|
7200
7205
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7201
7206
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7202
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7203
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7204
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
7205
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7206
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7207
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7208
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7209
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7210
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7211
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7212
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7213
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7207
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x6b8cadb2b2cd3b34
|
|
7208
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_E21CEA7D_0x18a096365b1b9a5b
|
|
7209
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xf1abd378e96dccf
|
|
7210
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x93ceb3cb8a510f78
|
|
7211
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x62eece86a4c555a9
|
|
7212
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_BFF00FE3_0x77ab9bbc24c1e36d
|
|
7213
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0xd06386cbe8e3875a
|
|
7214
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x382fb21bd508f147
|
|
7215
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_E21CEA7D_0x3b87fd4e81b086b8
|
|
7216
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_E21CEA7D_0x92d9af49ddbefeb9
|
|
7217
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0xc51f6fe679d21661
|
|
7218
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0xfc516156e8080dd2
|
|
7214
7219
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7215
7220
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7216
7221
|
_HZData_76
|
|
@@ -60720,7 +60725,6 @@ _ZN4heap4base8WorklistISt4pairIN2v88internal6TaggedINS4_10HeapObjectEEEiELt256EE
|
|
|
60720
60725
|
_ZN4heap4base8WorklistISt4pairIN2v88internal6TaggedINS4_10HeapObjectEEEiELt256EE7Segment6CreateEt
|
|
60721
60726
|
_ZN4heap4base8internal11SegmentBase25GetSentinelSegmentAddressEv
|
|
60722
60727
|
_ZN4node10AsyncHooks11DeserializeEN2v85LocalINS1_7ContextEEE
|
|
60723
|
-
_ZN4node10AsyncHooks15GetPromiseHooksEPN2v87IsolateE
|
|
60724
60728
|
_ZN4node10AsyncHooks17ResetPromiseHooksEN2v85LocalINS1_8FunctionEEES4_S4_S4_
|
|
60725
60729
|
_ZN4node10AsyncHooks17pop_async_contextEd
|
|
60726
60730
|
_ZN4node10AsyncHooks18push_async_contextEddN2v85LocalINS1_6ObjectEEE
|
|
@@ -61124,7 +61128,6 @@ _ZN4node11Environment23allocate_managed_bufferEm
|
|
|
61124
61128
|
_ZN4node11Environment24stop_sub_worker_contextsEv
|
|
61125
61129
|
_ZN4node11Environment25EnqueueDeserializeRequestEPFvN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEEiPNS_21InternalFieldInfoBaseEES6_iS8_
|
|
61126
61130
|
_ZN4node11Environment25StartProfilerIdleNotifierEv
|
|
61127
|
-
_ZN4node11Environment27CheckUnsettledTopLevelAwaitEv
|
|
61128
61131
|
_ZN4node11Environment27PrintInfoForSnapshotIfDebugEv
|
|
61129
61132
|
_ZN4node11Environment27RunAndClearNativeImmediatesEb
|
|
61130
61133
|
_ZN4node11Environment33WaitForInspectorFrontendByOptionsEv
|
|
@@ -61154,7 +61157,7 @@ _ZN4node11IsolateDataD0Ev
|
|
|
61154
61157
|
_ZN4node11IsolateDataD1Ev
|
|
61155
61158
|
_ZN4node11IsolateDataD2Ev
|
|
61156
61159
|
_ZN4node11PathResolveB5cxx11EPNS_11EnvironmentERKSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS6_EE
|
|
61157
|
-
|
|
61160
|
+
_ZN4node11ProcessEmitEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEEN2v85LocalINS6_5ValueEEE
|
|
61158
61161
|
_ZN4node11RAIIIsolateC1EPKNS_12SnapshotDataE
|
|
61159
61162
|
_ZN4node11RAIIIsolateC2EPKNS_12SnapshotDataE
|
|
61160
61163
|
_ZN4node11RAIIIsolateD1Ev
|
|
@@ -61393,7 +61396,7 @@ _ZN4node11UDPWrapBaseD1Ev
|
|
|
61393
61396
|
_ZN4node11UDPWrapBaseD2Ev
|
|
61394
61397
|
_ZN4node11UVExceptionEPN2v87IsolateEiPKcS4_S4_S4_
|
|
61395
61398
|
_ZN4node11Uint32ToHexB5cxx11Ej
|
|
61396
|
-
|
|
61399
|
+
_ZN4node11credentials10SafeGetenvEPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS_11EnvironmentE
|
|
61397
61400
|
_ZN4node11credentials26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
61398
61401
|
_ZN4node11http_parser11BindingDataD0Ev
|
|
61399
61402
|
_ZN4node11http_parser11BindingDataD1Ev
|
|
@@ -62146,12 +62149,13 @@ _ZN4node16ERR_OUT_OF_RANGEIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
|
62146
62149
|
_ZN4node16ERR_OUT_OF_RANGEIJPcEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
62147
62150
|
_ZN4node16ERR_OUT_OF_RANGEIJRKiRxEEEN2v85LocalINS4_6ObjectEEEPNS4_7IsolateEPKcDpOT_
|
|
62148
62151
|
_ZN4node16ERR_OUT_OF_RANGEIJRiS1_EEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
62152
|
+
_ZN4node16ERR_OUT_OF_RANGEIJRxEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
62149
62153
|
_ZN4node16ERR_OUT_OF_RANGEIJiEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62150
62154
|
_ZN4node16ERR_PROTO_ACCESSIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62151
62155
|
_ZN4node16EmitAsyncDestroyEPN2v87IsolateENS_13async_contextE
|
|
62152
62156
|
_ZN4node16EmitAsyncDestroyEPNS_11EnvironmentENS_13async_contextE
|
|
62157
|
+
_ZN4node16EnabledDebugList5ParseEPNS_11EnvironmentE
|
|
62153
62158
|
_ZN4node16EnabledDebugList5ParseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
62154
|
-
_ZN4node16EnabledDebugList5ParseESt10shared_ptrINS_7KVStoreEE
|
|
62155
62159
|
_ZN4node16GetActiveHandlesERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
62156
62160
|
_ZN4node16GetDefaultLocaleERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
62157
62161
|
_ZN4node16GetValidFileModeEPNS_11EnvironmentEN2v85LocalINS2_5ValueEEE10uv_fs_type
|
|
@@ -62199,6 +62203,7 @@ _ZN4node16WithoutCodeCacheERKNS_14SnapshotConfigE
|
|
|
62199
62203
|
_ZN4node16encoding_binding11BindingData10DecodeUTF8ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
62200
62204
|
_ZN4node16encoding_binding11BindingData10EncodeIntoERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
62201
62205
|
_ZN4node16encoding_binding11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
62206
|
+
_ZN4node16encoding_binding11BindingData12DecodeLatin1ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
62202
62207
|
_ZN4node16encoding_binding11BindingData16EncodeUtf8StringERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
62203
62208
|
_ZN4node16encoding_binding11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
62204
62209
|
_ZN4node16encoding_binding11BindingData26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
@@ -62353,6 +62358,8 @@ _ZN4node18MemoryRetainerNode4NameEv
|
|
|
62353
62358
|
_ZN4node18MemoryRetainerNodeD0Ev
|
|
62354
62359
|
_ZN4node18MemoryRetainerNodeD1Ev
|
|
62355
62360
|
_ZN4node18PatchProcessObjectERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
62361
|
+
_ZN4node18PrintTraceEnvStackEPNS_11EnvironmentE
|
|
62362
|
+
_ZN4node18PrintTraceEnvStackESt10shared_ptrINS_18EnvironmentOptionsEE
|
|
62356
62363
|
_ZN4node18ProcessEmitWarningIJRiEEEN2v85MaybeIbEEPNS_11EnvironmentEPKcDpOT_
|
|
62357
62364
|
_ZN4node18ReadSnapshotConfigEPKc
|
|
62358
62365
|
_ZN4node18RunEmbedderPreloadERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
@@ -62571,7 +62578,7 @@ _ZN4node22PerIsolatePlatformDataD0Ev
|
|
|
62571
62578
|
_ZN4node22PerIsolatePlatformDataD1Ev
|
|
62572
62579
|
_ZN4node22PerIsolatePlatformDataD2Ev
|
|
62573
62580
|
_ZN4node22PrintCurrentStackTraceEPN2v87IsolateENS_16StackTracePrefixE
|
|
62574
|
-
|
|
62581
|
+
_ZN4node22ProcessEmitWarningSyncEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEE
|
|
62575
62582
|
_ZN4node22SetConstructorFunctionEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEENS1_INS0_6StringEEENS1_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
62576
62583
|
_ZN4node22SetConstructorFunctionEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcNS1_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
62577
62584
|
_ZN4node22SetConstructorFunctionEPN2v87IsolateENS0_5LocalINS0_8TemplateEEENS3_INS0_6StringEEENS3_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
@@ -62678,6 +62685,7 @@ _ZN4node25ERR_CRYPTO_INVALID_KEYLENIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEP
|
|
|
62678
62685
|
_ZN4node25ERR_CRYPTO_UNKNOWN_CIPHERIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62679
62686
|
_ZN4node25ERR_INVALID_FILE_URL_HOSTIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS7_6ObjectEEEPNS7_7IsolateEPKcDpOT_
|
|
62680
62687
|
_ZN4node25ERR_INVALID_FILE_URL_PATHIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62688
|
+
_ZN4node25ERR_LOAD_SQLITE_EXTENSIONIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62681
62689
|
_ZN4node25ExternalReferenceRegistry19external_referencesEv
|
|
62682
62690
|
_ZN4node25ExternalReferenceRegistryC1Ev
|
|
62683
62691
|
_ZN4node25ExternalReferenceRegistryC2Ev
|
|
@@ -62686,7 +62694,7 @@ _ZN4node25InspectorParentHandleImplD0Ev
|
|
|
62686
62694
|
_ZN4node25InspectorParentHandleImplD1Ev
|
|
62687
62695
|
_ZN4node25MapStaticCodeToLargePagesEv
|
|
62688
62696
|
_ZN4node25PrepareStackTraceCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_5ValueEEENS1_INS0_5ArrayEEE
|
|
62689
|
-
|
|
62697
|
+
_ZN4node25ProcessEmitWarningGenericEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEES5_S5_
|
|
62690
62698
|
_ZN4node25SetFastMethodNoSideEffectEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
|
|
62691
62699
|
_ZN4node25SetFastMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEESt17basic_string_viewIcSt11char_traitsIcEEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
|
|
62692
62700
|
_ZN4node25SetFastMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEESt17basic_string_viewIcSt11char_traitsIcEEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEERKNS0_10MemorySpanIKNS0_9CFunctionEEE
|
|
@@ -62837,7 +62845,7 @@ _ZN4node29DebuggingArrayBufferAllocatorD2Ev
|
|
|
62837
62845
|
_ZN4node29DeserializeNodeInternalFieldsEN2v85LocalINS0_6ObjectEEEiNS0_11StartupDataEPv
|
|
62838
62846
|
_ZN4node29ERR_CRYPTO_INVALID_MESSAGELENIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62839
62847
|
_ZN4node29ERR_CRYPTO_INVALID_TAG_LENGTHIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62840
|
-
|
|
62848
|
+
_ZN4node29ProcessEmitDeprecationWarningEPNS_11EnvironmentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_E
|
|
62841
62849
|
_ZN4node29SetIsolateCreateParamsForNodeEPN2v87Isolate12CreateParamsE
|
|
62842
62850
|
_ZN4node2fs10FileHandle10AfterCloseEv
|
|
62843
62851
|
_ZN4node2fs10FileHandle10DoShutdownEPNS_12ShutdownWrapE
|
|
@@ -62957,7 +62965,7 @@ _ZN4node2uv7ErrNameERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
62957
62965
|
_ZN4node2uv9GetErrMapERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
62958
62966
|
_ZN4node30ERR_NON_CONTEXT_AWARE_DISABLEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62959
62967
|
_ZN4node30ERR_ZLIB_INITIALIZATION_FAILEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
62960
|
-
|
|
62968
|
+
_ZN4node30ProcessEmitExperimentalWarningEPNS_11EnvironmentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
62961
62969
|
_ZN4node30ReportWritesToJSStreamListener18OnStreamAfterWriteEPNS_9WriteWrapEi
|
|
62962
62970
|
_ZN4node30ReportWritesToJSStreamListener21OnStreamAfterShutdownEPNS_12ShutdownWrapEi
|
|
62963
62971
|
_ZN4node30ReportWritesToJSStreamListener24OnStreamAfterReqFinishedEPNS_9StreamReqEi
|
|
@@ -63005,6 +63013,7 @@ _ZN4node38THROW_ERR_BUFFER_CONTEXT_NOT_AVAILABLEEPN2v87IsolateE
|
|
|
63005
63013
|
_ZN4node38THROW_ERR_CRYPTO_UNSUPPORTED_OPERATIONEPN2v87IsolateE
|
|
63006
63014
|
_ZN4node39ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
63007
63015
|
_ZN4node39RegisterStringDecoderExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
63016
|
+
_ZN4node39THROW_ERR_ENCODING_INVALID_ENCODED_DATAIJEEEvPN2v87IsolateEPKcDpOT_
|
|
63008
63017
|
_ZN4node3bob10SourceImplI10ngtcp2_vecE4PullESt8functionIFviPKS2_mS4_IFvmEEEEiPS2_mm
|
|
63009
63018
|
_ZN4node3mem18NgLibMemoryManagerINS_4quic11BindingDataE10ngtcp2_memE10CallocImplEmmPv
|
|
63010
63019
|
_ZN4node3mem18NgLibMemoryManagerINS_4quic11BindingDataE10ngtcp2_memE10MallocImplEmPv
|
|
@@ -64955,18 +64964,21 @@ _ZN4node6serdes19DeserializerContextD0Ev
|
|
|
64955
64964
|
_ZN4node6serdes19DeserializerContextD1Ev
|
|
64956
64965
|
_ZN4node6serdes26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
64957
64966
|
_ZN4node6sqlite12DatabaseSync13CreateSessionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64967
|
+
_ZN4node6sqlite12DatabaseSync13LoadExtensionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64958
64968
|
_ZN4node6sqlite12DatabaseSync14ApplyChangesetERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64969
|
+
_ZN4node6sqlite12DatabaseSync14CustomFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64959
64970
|
_ZN4node6sqlite12DatabaseSync14DeleteSessionsEv
|
|
64960
64971
|
_ZN4node6sqlite12DatabaseSync16UntrackStatementEPNS0_13StatementSyncE
|
|
64961
64972
|
_ZN4node6sqlite12DatabaseSync18FinalizeStatementsEv
|
|
64973
|
+
_ZN4node6sqlite12DatabaseSync19EnableLoadExtensionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64962
64974
|
_ZN4node6sqlite12DatabaseSync3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64963
64975
|
_ZN4node6sqlite12DatabaseSync4ExecERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64964
64976
|
_ZN4node6sqlite12DatabaseSync4OpenERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64965
64977
|
_ZN4node6sqlite12DatabaseSync4OpenEv
|
|
64966
64978
|
_ZN4node6sqlite12DatabaseSync5CloseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64967
64979
|
_ZN4node6sqlite12DatabaseSync7PrepareERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64968
|
-
|
|
64969
|
-
|
|
64980
|
+
_ZN4node6sqlite12DatabaseSyncC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEONS0_25DatabaseOpenConfigurationEbb
|
|
64981
|
+
_ZN4node6sqlite12DatabaseSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEONS0_25DatabaseOpenConfigurationEbb
|
|
64970
64982
|
_ZN4node6sqlite12DatabaseSyncD0Ev
|
|
64971
64983
|
_ZN4node6sqlite12DatabaseSyncD1Ev
|
|
64972
64984
|
_ZN4node6sqlite12DatabaseSyncD2Ev
|
|
@@ -64976,12 +64988,15 @@ _ZN4node6sqlite13StatementSync14SetReadBigIntsERKN2v820FunctionCallbackInfoINS2_
|
|
|
64976
64988
|
_ZN4node6sqlite13StatementSync15SourceSQLGetterERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64977
64989
|
_ZN4node6sqlite13StatementSync16ColumnNameToNameEi
|
|
64978
64990
|
_ZN4node6sqlite13StatementSync17ExpandedSQLGetterERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64991
|
+
_ZN4node6sqlite13StatementSync19IterateNextCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64992
|
+
_ZN4node6sqlite13StatementSync21IterateReturnCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64979
64993
|
_ZN4node6sqlite13StatementSync22GetConstructorTemplateEPNS_11EnvironmentE
|
|
64980
64994
|
_ZN4node6sqlite13StatementSync27SetAllowBareNamedParametersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64981
64995
|
_ZN4node6sqlite13StatementSync3AllERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64982
64996
|
_ZN4node6sqlite13StatementSync3GetERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64983
64997
|
_ZN4node6sqlite13StatementSync3RunERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64984
64998
|
_ZN4node6sqlite13StatementSync6CreateEPNS_11EnvironmentEPNS0_12DatabaseSyncEP12sqlite3_stmt
|
|
64999
|
+
_ZN4node6sqlite13StatementSync7IterateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64985
65000
|
_ZN4node6sqlite13StatementSync8FinalizeEv
|
|
64986
65001
|
_ZN4node6sqlite13StatementSync9BindValueERKN2v85LocalINS2_5ValueEEEi
|
|
64987
65002
|
_ZN4node6sqlite13StatementSyncC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEPNS0_12DatabaseSyncEP12sqlite3_stmt
|
|
@@ -64989,7 +65004,13 @@ _ZN4node6sqlite13StatementSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEPNS0
|
|
|
64989
65004
|
_ZN4node6sqlite13StatementSyncD0Ev
|
|
64990
65005
|
_ZN4node6sqlite13StatementSyncD1Ev
|
|
64991
65006
|
_ZN4node6sqlite13StatementSyncD2Ev
|
|
65007
|
+
_ZN4node6sqlite15DefineConstantsEN2v85LocalINS1_6ObjectEEE
|
|
64992
65008
|
_ZN4node6sqlite18IllegalConstructorERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
65009
|
+
_ZN4node6sqlite19UserDefinedFunction5xFuncEP15sqlite3_contextiPP13sqlite3_value
|
|
65010
|
+
_ZN4node6sqlite19UserDefinedFunction8xDestroyEPv
|
|
65011
|
+
_ZN4node6sqlite19UserDefinedFunctionD0Ev
|
|
65012
|
+
_ZN4node6sqlite19UserDefinedFunctionD1Ev
|
|
65013
|
+
_ZN4node6sqlite22THROW_ERR_SQLITE_ERROREPN2v87IsolateEP7sqlite3
|
|
64993
65014
|
_ZN4node6sqlite7Session22GetConstructorTemplateEPNS_11EnvironmentE
|
|
64994
65015
|
_ZN4node6sqlite7Session5CloseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64995
65016
|
_ZN4node6sqlite7Session6CreateEPNS_11EnvironmentENS_17BaseObjectPtrImplINS0_12DatabaseSyncELb1EEEP15sqlite3_session
|
|
@@ -65259,7 +65280,6 @@ _ZN4node7FPrintFIJmPKcmRmS2_EEEvP4FILES2_DpOT_
|
|
|
65259
65280
|
_ZN4node7FPrintFIJmPKcmmS2_EEEvP4FILES2_DpOT_
|
|
65260
65281
|
_ZN4node7FPrintFIJmRKjEEEvP4FILEPKcDpOT_
|
|
65261
65282
|
_ZN4node7FPrintFIJmRiEEEvP4FILEPKcDpOT_
|
|
65262
|
-
_ZN4node7FPrintFIJmmEEEvP4FILEPKcDpOT_
|
|
65263
65283
|
_ZN4node7FPrintFIJmmPKcEEEvP4FILES2_DpOT_
|
|
65264
65284
|
_ZN4node7FPrintFIJmmmmEEEvP4FILEPKcDpOT_
|
|
65265
65285
|
_ZN4node7GetHashEPKcm
|
|
@@ -65410,6 +65430,7 @@ _ZN4node7SPrintFIJRmRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc
|
|
|
65410
65430
|
_ZN4node7SPrintFIJRmS1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65411
65431
|
_ZN4node7SPrintFIJRmiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65412
65432
|
_ZN4node7SPrintFIJRmiRPKcS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_DpOT_
|
|
65433
|
+
_ZN4node7SPrintFIJRxEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65413
65434
|
_ZN4node7SPrintFIJSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcDpOT_
|
|
65414
65435
|
_ZN4node7SPrintFIJhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65415
65436
|
_ZN4node7SPrintFIJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
@@ -65427,7 +65448,6 @@ _ZN4node7SPrintFIJmPKcmRmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc
|
|
|
65427
65448
|
_ZN4node7SPrintFIJmPKcmmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65428
65449
|
_ZN4node7SPrintFIJmRKjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65429
65450
|
_ZN4node7SPrintFIJmRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65430
|
-
_ZN4node7SPrintFIJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65431
65451
|
_ZN4node7SPrintFIJmmPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65432
65452
|
_ZN4node7SPrintFIJmmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65433
65453
|
_ZN4node7TCPWrap10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
@@ -65782,7 +65802,7 @@ _ZN4node8v8_utils26UpdateHeapStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5
|
|
|
65782
65802
|
_ZN4node8v8_utils28SetHeapSnapshotNearHeapLimitERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
65783
65803
|
_ZN4node8v8_utils30UpdateHeapCodeStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
65784
65804
|
_ZN4node8v8_utils31UpdateHeapSpaceStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
65785
|
-
|
|
65805
|
+
_ZN4node9AsyncWrap10AsyncResetEN2v85LocalINS1_6ObjectEEEd
|
|
65786
65806
|
_ZN4node9AsyncWrap10AsyncResetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
65787
65807
|
_ZN4node9AsyncWrap10EmitBeforeEPNS_11EnvironmentEd
|
|
65788
65808
|
_ZN4node9AsyncWrap10GetAsyncIdERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -65813,12 +65833,8 @@ _ZN4node9AsyncWrap8GetOwnerEv
|
|
|
65813
65833
|
_ZN4node9AsyncWrap9EmitAfterEPNS_11EnvironmentEd
|
|
65814
65834
|
_ZN4node9AsyncWrapC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
|
|
65815
65835
|
_ZN4node9AsyncWrapC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS0_12ProviderTypeEd
|
|
65816
|
-
_ZN4node9AsyncWrapC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS0_12ProviderTypeEdb
|
|
65817
|
-
_ZN4node9AsyncWrapC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS0_12ProviderTypeEdd
|
|
65818
65836
|
_ZN4node9AsyncWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
|
|
65819
65837
|
_ZN4node9AsyncWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS0_12ProviderTypeEd
|
|
65820
|
-
_ZN4node9AsyncWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS0_12ProviderTypeEdb
|
|
65821
|
-
_ZN4node9AsyncWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS0_12ProviderTypeEdd
|
|
65822
65838
|
_ZN4node9AsyncWrapD0Ev
|
|
65823
65839
|
_ZN4node9AsyncWrapD1Ev
|
|
65824
65840
|
_ZN4node9AsyncWrapD2Ev
|
|
@@ -78716,6 +78732,7 @@ _ZNK4heap4base5Stack26IteratePointersUntilMarkerEPNS0_12StackVisitorE
|
|
|
78716
78732
|
_ZNK4heap4base5Stack9IsOnStackEPKv
|
|
78717
78733
|
_ZNK4node10AsyncHooks10MemoryInfoEPNS_13MemoryTrackerE
|
|
78718
78734
|
_ZNK4node10AsyncHooks14MemoryInfoNameEv
|
|
78735
|
+
_ZNK4node10AsyncHooks15GetPromiseHooksEPN2v87IsolateE
|
|
78719
78736
|
_ZNK4node10AsyncHooks8SelfSizeEv
|
|
78720
78737
|
_ZNK4node10BaseObject10IsRootNodeEv
|
|
78721
78738
|
_ZNK4node10BaseObject13WrappedObjectEv
|
|
@@ -78816,6 +78833,7 @@ _ZNK4node11Environment14MemoryInfoNameEv
|
|
|
78816
78833
|
_ZNK4node11Environment14PrintSyncTraceEv
|
|
78817
78834
|
_ZNK4node11Environment17worker_parent_envEv
|
|
78818
78835
|
_ZNK4node11Environment26RunSnapshotDeserializeMainEv
|
|
78836
|
+
_ZNK4node11Environment27CheckUnsettledTopLevelAwaitEv
|
|
78819
78837
|
_ZNK4node11Environment28RunSnapshotSerializeCallbackEv
|
|
78820
78838
|
_ZNK4node11Environment8SelfSizeEv
|
|
78821
78839
|
_ZNK4node11IsolateData10MemoryInfoEPNS_13MemoryTrackerE
|
|
@@ -79086,6 +79104,7 @@ _ZNK4node17IntervalHistogram14MemoryInfoNameEv
|
|
|
79086
79104
|
_ZNK4node17IntervalHistogram15GetTransferModeEv
|
|
79087
79105
|
_ZNK4node17IntervalHistogram17CloneForMessagingEv
|
|
79088
79106
|
_ZNK4node17IntervalHistogram8SelfSizeEv
|
|
79107
|
+
_ZNK4node17PerIsolateOptions5CloneEv
|
|
79089
79108
|
_ZNK4node17SocketAddressBase10MemoryInfoEPNS_13MemoryTrackerE
|
|
79090
79109
|
_ZNK4node17SocketAddressBase12TransferData10MemoryInfoEPNS_13MemoryTrackerE
|
|
79091
79110
|
_ZNK4node17SocketAddressBase12TransferData14MemoryInfoNameEv
|
|
@@ -89556,6 +89575,7 @@ _ZTVN4node6serdes17SerializerContextE
|
|
|
89556
89575
|
_ZTVN4node6serdes19DeserializerContextE
|
|
89557
89576
|
_ZTVN4node6sqlite12DatabaseSyncE
|
|
89558
89577
|
_ZTVN4node6sqlite13StatementSyncE
|
|
89578
|
+
_ZTVN4node6sqlite19UserDefinedFunctionE
|
|
89559
89579
|
_ZTVN4node6sqlite7SessionE
|
|
89560
89580
|
_ZTVN4node6timers11BindingDataE
|
|
89561
89581
|
_ZTVN4node6worker11MessagePortE
|
|
@@ -94391,6 +94411,7 @@ _ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5
|
|
|
94391
94411
|
_ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args_3
|
|
94392
94412
|
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic140
|
|
94393
94413
|
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic142
|
|
94414
|
+
_ZZN4node6sqlite19UserDefinedFunction5xFuncEP15sqlite3_contextiPP13sqlite3_valueE20error_and_abort_args
|
|
94394
94415
|
_ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE20error_and_abort_args
|
|
94395
94416
|
_ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE20error_and_abort_args_0
|
|
94396
94417
|
_ZZN4node6worker16WorkerThreadDataD4EvE20error_and_abort_args
|
|
@@ -94485,6 +94506,8 @@ _ZZZN4node14ThreadPoolWork12ScheduleWorkEvENKUlP9uv_work_sE_clES2_E27trace_event
|
|
|
94485
94506
|
_ZZZN4node14ThreadPoolWork12ScheduleWorkEvENKUlP9uv_work_siE0_clES2_iE27trace_event_unique_atomic51
|
|
94486
94507
|
_ZZZN4node4quic18DefaultApplication13GetStreamDataEPNS0_7Session11Application10StreamDataEENKUlT_mE_clIPK10ngtcp2_vecEEDaS6_mE20error_and_abort_args
|
|
94487
94508
|
__DumpBacktrace
|
|
94509
|
+
__dso_handle
|
|
94510
|
+
__init_aix_libgcc_cxa_atexit
|
|
94488
94511
|
_cppgc_internal_Uncompress_Member
|
|
94489
94512
|
_dist_code
|
|
94490
94513
|
_kBrotliContextLookupTable
|
|
@@ -94652,6 +94675,7 @@ ares_buf_parse_dns_str
|
|
|
94652
94675
|
ares_buf_peek
|
|
94653
94676
|
ares_buf_peek_byte
|
|
94654
94677
|
ares_buf_reclaim
|
|
94678
|
+
ares_buf_replace
|
|
94655
94679
|
ares_buf_set_length
|
|
94656
94680
|
ares_buf_set_position
|
|
94657
94681
|
ares_buf_split
|
|
@@ -95057,10 +95081,13 @@ ares_strerror
|
|
|
95057
95081
|
ares_strlen
|
|
95058
95082
|
ares_strncasecmp
|
|
95059
95083
|
ares_strncmp
|
|
95084
|
+
ares_strnlen
|
|
95060
95085
|
ares_strsplit
|
|
95061
95086
|
ares_strsplit_duplicate
|
|
95062
95087
|
ares_strsplit_free
|
|
95063
95088
|
ares_subnet_match
|
|
95089
|
+
ares_sysconfig_parse_resolv_line
|
|
95090
|
+
ares_sysconfig_process_buf
|
|
95064
95091
|
ares_sysconfig_set_options
|
|
95065
95092
|
ares_thread_cond_broadcast
|
|
95066
95093
|
ares_thread_cond_create
|
|
@@ -96859,6 +96886,7 @@ nghttp3_conn_submit_shutdown_notice
|
|
|
96859
96886
|
nghttp3_conn_submit_trailers
|
|
96860
96887
|
nghttp3_conn_unblock_stream
|
|
96861
96888
|
nghttp3_conn_unschedule_stream
|
|
96889
|
+
nghttp3_conn_update_ack_offset
|
|
96862
96890
|
nghttp3_conn_writev_stream
|
|
96863
96891
|
nghttp3_cpymem
|
|
96864
96892
|
nghttp3_downcase
|
|
@@ -96891,7 +96919,6 @@ nghttp3_http_on_request_headers
|
|
|
96891
96919
|
nghttp3_http_on_response_headers
|
|
96892
96920
|
nghttp3_http_parse_priority
|
|
96893
96921
|
nghttp3_http_record_request_method
|
|
96894
|
-
nghttp3_idtr_first_gap
|
|
96895
96922
|
nghttp3_idtr_free
|
|
96896
96923
|
nghttp3_idtr_init
|
|
96897
96924
|
nghttp3_idtr_is_open
|
|
@@ -96916,7 +96943,6 @@ nghttp3_ksl_remove_hint
|
|
|
96916
96943
|
nghttp3_ksl_update_key
|
|
96917
96944
|
nghttp3_map_clear
|
|
96918
96945
|
nghttp3_map_each
|
|
96919
|
-
nghttp3_map_each_free
|
|
96920
96946
|
nghttp3_map_find
|
|
96921
96947
|
nghttp3_map_free
|
|
96922
96948
|
nghttp3_map_init
|
|
@@ -97080,7 +97106,6 @@ nghttp3_ringbuf_resize
|
|
|
97080
97106
|
nghttp3_server_stream_uni
|
|
97081
97107
|
nghttp3_set_debug_vprintf_callback
|
|
97082
97108
|
nghttp3_settings_default_versioned
|
|
97083
|
-
nghttp3_stream_add_ack_offset
|
|
97084
97109
|
nghttp3_stream_add_outq_offset
|
|
97085
97110
|
nghttp3_stream_buffer_data
|
|
97086
97111
|
nghttp3_stream_del
|
|
@@ -97098,6 +97123,7 @@ nghttp3_stream_read_state_reset
|
|
|
97098
97123
|
nghttp3_stream_require_schedule
|
|
97099
97124
|
nghttp3_stream_transit_rx_http_state
|
|
97100
97125
|
nghttp3_stream_uni
|
|
97126
|
+
nghttp3_stream_update_ack_offset
|
|
97101
97127
|
nghttp3_stream_write_data
|
|
97102
97128
|
nghttp3_stream_write_goaway
|
|
97103
97129
|
nghttp3_stream_write_header_block
|
|
@@ -97153,18 +97179,13 @@ ngtcp2_cbrt
|
|
|
97153
97179
|
ngtcp2_cc_bbr_init
|
|
97154
97180
|
ngtcp2_cc_compute_initcwnd
|
|
97155
97181
|
ngtcp2_cc_cubic_cc_congestion_event
|
|
97156
|
-
ngtcp2_cc_cubic_cc_event
|
|
97157
|
-
ngtcp2_cc_cubic_cc_new_rtt_sample
|
|
97158
97182
|
ngtcp2_cc_cubic_cc_on_ack_recv
|
|
97159
97183
|
ngtcp2_cc_cubic_cc_on_persistent_congestion
|
|
97160
|
-
ngtcp2_cc_cubic_cc_on_pkt_acked
|
|
97161
|
-
ngtcp2_cc_cubic_cc_on_pkt_sent
|
|
97162
97184
|
ngtcp2_cc_cubic_cc_on_spurious_congestion
|
|
97163
97185
|
ngtcp2_cc_cubic_cc_reset
|
|
97164
97186
|
ngtcp2_cc_cubic_init
|
|
97165
97187
|
ngtcp2_cc_pkt_init
|
|
97166
97188
|
ngtcp2_cc_reno_cc_congestion_event
|
|
97167
|
-
ngtcp2_cc_reno_cc_on_ack_recv
|
|
97168
97189
|
ngtcp2_cc_reno_cc_on_persistent_congestion
|
|
97169
97190
|
ngtcp2_cc_reno_cc_on_pkt_acked
|
|
97170
97191
|
ngtcp2_cc_reno_cc_reset
|
|
@@ -97183,6 +97204,8 @@ ngtcp2_cmemeq
|
|
|
97183
97204
|
ngtcp2_conn_ack_delay_expiry
|
|
97184
97205
|
ngtcp2_conn_after_retry
|
|
97185
97206
|
ngtcp2_conn_cancel_expired_ack_delay_timer
|
|
97207
|
+
ngtcp2_conn_cancel_loss_detection_timer
|
|
97208
|
+
ngtcp2_conn_check_retired_dcid_tracked
|
|
97186
97209
|
ngtcp2_conn_client_new_versioned
|
|
97187
97210
|
ngtcp2_conn_close_stream
|
|
97188
97211
|
ngtcp2_conn_close_stream_if_shut_rdwr
|
|
@@ -97193,6 +97216,8 @@ ngtcp2_conn_decode_and_set_0rtt_transport_params
|
|
|
97193
97216
|
ngtcp2_conn_decode_and_set_remote_transport_params
|
|
97194
97217
|
ngtcp2_conn_del
|
|
97195
97218
|
ngtcp2_conn_detect_lost_pkt
|
|
97219
|
+
ngtcp2_conn_discard_handshake_state
|
|
97220
|
+
ngtcp2_conn_discard_initial_state
|
|
97196
97221
|
ngtcp2_conn_encode_0rtt_transport_params
|
|
97197
97222
|
ngtcp2_conn_encode_local_transport_params
|
|
97198
97223
|
ngtcp2_conn_extend_max_offset
|
|
@@ -97330,6 +97355,7 @@ ngtcp2_crypto_encrypt
|
|
|
97330
97355
|
ngtcp2_crypto_encrypt_cb
|
|
97331
97356
|
ngtcp2_crypto_generate_regular_token
|
|
97332
97357
|
ngtcp2_crypto_generate_retry_token
|
|
97358
|
+
ngtcp2_crypto_generate_retry_token2
|
|
97333
97359
|
ngtcp2_crypto_generate_stateless_reset_token
|
|
97334
97360
|
ngtcp2_crypto_get_path_challenge_data_cb
|
|
97335
97361
|
ngtcp2_crypto_hkdf
|
|
@@ -97362,6 +97388,7 @@ ngtcp2_crypto_update_key_cb
|
|
|
97362
97388
|
ngtcp2_crypto_update_traffic_secret
|
|
97363
97389
|
ngtcp2_crypto_verify_regular_token
|
|
97364
97390
|
ngtcp2_crypto_verify_retry_token
|
|
97391
|
+
ngtcp2_crypto_verify_retry_token2
|
|
97365
97392
|
ngtcp2_crypto_version_negotiation_cb
|
|
97366
97393
|
ngtcp2_crypto_write_connection_close
|
|
97367
97394
|
ngtcp2_crypto_write_retry
|
|
@@ -97399,14 +97426,12 @@ ngtcp2_get_bytes
|
|
|
97399
97426
|
ngtcp2_get_pkt_num
|
|
97400
97427
|
ngtcp2_get_uint16
|
|
97401
97428
|
ngtcp2_get_uint16be
|
|
97402
|
-
|
|
97403
|
-
|
|
97404
|
-
|
|
97405
|
-
ngtcp2_get_uint64
|
|
97429
|
+
ngtcp2_get_uint24be
|
|
97430
|
+
ngtcp2_get_uint32be
|
|
97431
|
+
ngtcp2_get_uint64be
|
|
97406
97432
|
ngtcp2_get_uvarint
|
|
97407
97433
|
ngtcp2_get_uvarintlen
|
|
97408
97434
|
ngtcp2_get_varint
|
|
97409
|
-
ngtcp2_idtr_first_gap
|
|
97410
97435
|
ngtcp2_idtr_free
|
|
97411
97436
|
ngtcp2_idtr_init
|
|
97412
97437
|
ngtcp2_idtr_is_open
|
|
@@ -97420,17 +97445,23 @@ ngtcp2_ksl_end
|
|
|
97420
97445
|
ngtcp2_ksl_free
|
|
97421
97446
|
ngtcp2_ksl_init
|
|
97422
97447
|
ngtcp2_ksl_insert
|
|
97448
|
+
ngtcp2_ksl_int64_greater
|
|
97449
|
+
ngtcp2_ksl_int64_greater_search
|
|
97423
97450
|
ngtcp2_ksl_it_begin
|
|
97424
97451
|
ngtcp2_ksl_it_init
|
|
97425
97452
|
ngtcp2_ksl_it_prev
|
|
97426
97453
|
ngtcp2_ksl_len
|
|
97427
97454
|
ngtcp2_ksl_lower_bound
|
|
97428
|
-
|
|
97455
|
+
ngtcp2_ksl_lower_bound_search
|
|
97429
97456
|
ngtcp2_ksl_print
|
|
97430
97457
|
ngtcp2_ksl_range_compar
|
|
97431
97458
|
ngtcp2_ksl_range_exclusive_compar
|
|
97459
|
+
ngtcp2_ksl_range_exclusive_search
|
|
97460
|
+
ngtcp2_ksl_range_search
|
|
97432
97461
|
ngtcp2_ksl_remove
|
|
97433
97462
|
ngtcp2_ksl_remove_hint
|
|
97463
|
+
ngtcp2_ksl_uint64_less
|
|
97464
|
+
ngtcp2_ksl_uint64_less_search
|
|
97434
97465
|
ngtcp2_ksl_update_key
|
|
97435
97466
|
ngtcp2_log_info
|
|
97436
97467
|
ngtcp2_log_init
|
|
@@ -97445,7 +97476,6 @@ ngtcp2_log_tx_fr
|
|
|
97445
97476
|
ngtcp2_log_tx_pkt_hd
|
|
97446
97477
|
ngtcp2_map_clear
|
|
97447
97478
|
ngtcp2_map_each
|
|
97448
|
-
ngtcp2_map_each_free
|
|
97449
97479
|
ngtcp2_map_find
|
|
97450
97480
|
ngtcp2_map_free
|
|
97451
97481
|
ngtcp2_map_init
|
|
@@ -97458,10 +97488,6 @@ ngtcp2_mem_default
|
|
|
97458
97488
|
ngtcp2_mem_free
|
|
97459
97489
|
ngtcp2_mem_malloc
|
|
97460
97490
|
ngtcp2_mem_realloc
|
|
97461
|
-
ngtcp2_nth_client_bidi_id
|
|
97462
|
-
ngtcp2_nth_client_uni_id
|
|
97463
|
-
ngtcp2_nth_server_bidi_id
|
|
97464
|
-
ngtcp2_nth_server_uni_id
|
|
97465
97491
|
ngtcp2_objalloc_acktr_entry_get
|
|
97466
97492
|
ngtcp2_objalloc_acktr_entry_len_get
|
|
97467
97493
|
ngtcp2_objalloc_clear
|
|
@@ -97564,14 +97590,14 @@ ngtcp2_pmtud_probe_sent
|
|
|
97564
97590
|
ngtcp2_pmtud_probe_success
|
|
97565
97591
|
ngtcp2_pmtud_probelen
|
|
97566
97592
|
ngtcp2_pmtud_require_probe
|
|
97593
|
+
ngtcp2_ppe_dgram_padding
|
|
97594
|
+
ngtcp2_ppe_dgram_padding_size
|
|
97567
97595
|
ngtcp2_ppe_encode_frame
|
|
97568
97596
|
ngtcp2_ppe_encode_hd
|
|
97569
97597
|
ngtcp2_ppe_ensure_hp_sample
|
|
97570
97598
|
ngtcp2_ppe_final
|
|
97571
97599
|
ngtcp2_ppe_init
|
|
97572
97600
|
ngtcp2_ppe_left
|
|
97573
|
-
ngtcp2_ppe_padding
|
|
97574
|
-
ngtcp2_ppe_padding_hp_sample
|
|
97575
97601
|
ngtcp2_ppe_padding_size
|
|
97576
97602
|
ngtcp2_ppe_pktlen
|
|
97577
97603
|
ngtcp2_pq_each
|
|
@@ -97588,7 +97614,6 @@ ngtcp2_put_uint16
|
|
|
97588
97614
|
ngtcp2_put_uint16be
|
|
97589
97615
|
ngtcp2_put_uint24be
|
|
97590
97616
|
ngtcp2_put_uint32be
|
|
97591
|
-
ngtcp2_put_uint48be
|
|
97592
97617
|
ngtcp2_put_uint64be
|
|
97593
97618
|
ngtcp2_put_uvarint
|
|
97594
97619
|
ngtcp2_put_uvarint30
|
|
@@ -97671,7 +97696,10 @@ ngtcp2_scid_copy
|
|
|
97671
97696
|
ngtcp2_scid_init
|
|
97672
97697
|
ngtcp2_select_version
|
|
97673
97698
|
ngtcp2_setmem
|
|
97699
|
+
ngtcp2_settings_convert_to_latest
|
|
97700
|
+
ngtcp2_settings_convert_to_old
|
|
97674
97701
|
ngtcp2_settings_default_versioned
|
|
97702
|
+
ngtcp2_settingslen_version
|
|
97675
97703
|
ngtcp2_strerror
|
|
97676
97704
|
ngtcp2_strm_ack_data
|
|
97677
97705
|
ngtcp2_strm_discard_reordered_data
|
|
@@ -99655,6 +99683,7 @@ should_add_extension
|
|
|
99655
99683
|
shutdown_stream_sync
|
|
99656
99684
|
sqlite3_aggregate_context
|
|
99657
99685
|
sqlite3_aggregate_count
|
|
99686
|
+
sqlite3_api
|
|
99658
99687
|
sqlite3_auto_extension
|
|
99659
99688
|
sqlite3_autovacuum_pages
|
|
99660
99689
|
sqlite3_backup_finish
|
|
@@ -99753,6 +99782,7 @@ sqlite3_expanded_sql
|
|
|
99753
99782
|
sqlite3_expired
|
|
99754
99783
|
sqlite3_extended_errcode
|
|
99755
99784
|
sqlite3_extended_result_codes
|
|
99785
|
+
sqlite3_extension_init
|
|
99756
99786
|
sqlite3_file_control
|
|
99757
99787
|
sqlite3_filename_database
|
|
99758
99788
|
sqlite3_filename_journal
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 22
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 13
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Jod"
|
package/include/node/v8config.h
CHANGED
|
@@ -549,11 +549,15 @@ path. Add it with -I<path> to the command line
|
|
|
549
549
|
// functions.
|
|
550
550
|
// Use like:
|
|
551
551
|
// V8_NOINLINE V8_PRESERVE_MOST void UnlikelyMethod();
|
|
552
|
+
#if V8_OS_WIN
|
|
553
|
+
# define V8_PRESERVE_MOST
|
|
554
|
+
#else
|
|
552
555
|
#if V8_HAS_ATTRIBUTE_PRESERVE_MOST
|
|
553
556
|
# define V8_PRESERVE_MOST __attribute__((preserve_most))
|
|
554
557
|
#else
|
|
555
558
|
# define V8_PRESERVE_MOST /* NOT SUPPORTED */
|
|
556
559
|
#endif
|
|
560
|
+
#endif
|
|
557
561
|
|
|
558
562
|
|
|
559
563
|
// A macro (V8_DEPRECATED) to mark classes or functions as deprecated.
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -176,15 +176,12 @@ Specify the
|
|
|
176
176
|
.Ar module
|
|
177
177
|
to use as a custom module loader.
|
|
178
178
|
.
|
|
179
|
-
.It Fl -
|
|
180
|
-
Enable the
|
|
179
|
+
.It Fl -permission
|
|
180
|
+
Enable the permission model.
|
|
181
181
|
.
|
|
182
182
|
.It Fl -experimental-shadow-realm
|
|
183
183
|
Use this flag to enable ShadowRealm support.
|
|
184
184
|
.
|
|
185
|
-
.It Fl -experimental-sqlite
|
|
186
|
-
Enable the experimental node:sqlite module.
|
|
187
|
-
.
|
|
188
185
|
.It Fl -experimental-test-coverage
|
|
189
186
|
Enable code coverage in the test runner.
|
|
190
187
|
.
|
|
@@ -194,9 +191,6 @@ Configures the type of test isolation used in the test runner.
|
|
|
194
191
|
.It Fl -experimental-test-module-mocks
|
|
195
192
|
Enable module mocking in the test runner.
|
|
196
193
|
.
|
|
197
|
-
.It Fl -experimental-test-snapshots
|
|
198
|
-
Enable snapshot testing in the test runner.
|
|
199
|
-
.
|
|
200
194
|
.It Fl -experimental-strip-types
|
|
201
195
|
Enable experimental type-stripping for TypeScript files.
|
|
202
196
|
.
|
|
@@ -224,6 +218,9 @@ Disable exposition of the Web Crypto API on the global scope.
|
|
|
224
218
|
.It Fl -no-experimental-repl-await
|
|
225
219
|
Disable top-level await keyword support in REPL.
|
|
226
220
|
.
|
|
221
|
+
.It Fl -no-experimental-sqlite
|
|
222
|
+
Disable the experimental node:sqlite module.
|
|
223
|
+
.
|
|
227
224
|
.It Fl -experimental-vm-modules
|
|
228
225
|
Enable experimental ES module support in VM module.
|
|
229
226
|
.
|