node-aix-ppc64 22.2.0 → 22.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#22.3.0">22.3.0</a><br/>
11
12
  <a href="#22.2.0">22.2.0</a><br/>
12
13
  <a href="#22.1.0">22.1.0</a><br/>
13
14
  <a href="#22.0.0">22.0.0</a><br/>
@@ -39,6 +40,166 @@
39
40
  * [io.js](CHANGELOG_IOJS.md)
40
41
  * [Archive](CHANGELOG_ARCHIVE.md)
41
42
 
43
+ <a id="22.3.0"></a>
44
+
45
+ ## 2024-06-11, Version 22.3.0 (Current), @RafaelGSS
46
+
47
+ ### Notable Changes
48
+
49
+ * \[[`5a41bcf9ca`](https://github.com/nodejs/node/commit/5a41bcf9ca)] - **(SEMVER-MINOR)** **src**: traverse parent folders while running `--run` (Yagiz Nizipli) [#53154](https://github.com/nodejs/node/pull/53154)
50
+ * \[[`1d5934524b`](https://github.com/nodejs/node/commit/1d5934524b)] - **(SEMVER-MINOR)** **buffer**: add .bytes() method to Blob (Matthew Aitken) [#53221](https://github.com/nodejs/node/pull/53221)
51
+ * \[[`75e5612fae`](https://github.com/nodejs/node/commit/75e5612fae)] - **(SEMVER-MINOR)** **src,permission**: --allow-wasi & prevent WASI exec (Rafael Gonzaga) [#53124](https://github.com/nodejs/node/pull/53124)
52
+ * \[[`b5c30e2f5e`](https://github.com/nodejs/node/commit/b5c30e2f5e)] - **(SEMVER-MINOR)** **module**: print amount of load time of a cjs module (Vinicius Lourenço) [#52213](https://github.com/nodejs/node/pull/52213)
53
+ * \[[`8c6dffc269`](https://github.com/nodejs/node/commit/8c6dffc269)] - **(SEMVER-MINOR)** **test\_runner**: add snapshot testing (Colin Ihrig) [#53169](https://github.com/nodejs/node/pull/53169)
54
+ * \[[`048478d351`](https://github.com/nodejs/node/commit/048478d351)] - **(SEMVER-MINOR)** **doc**: add context.assert docs (Colin Ihrig) [#53169](https://github.com/nodejs/node/pull/53169)
55
+ * \[[`f6d2af8ee7`](https://github.com/nodejs/node/commit/f6d2af8ee7)] - **(SEMVER-MINOR)** **test\_runner**: add context.fullName (Colin Ihrig) [#53169](https://github.com/nodejs/node/pull/53169)
56
+ * \[[`a0766bdf0e`](https://github.com/nodejs/node/commit/a0766bdf0e)] - **(SEMVER-MINOR)** **net**: add new net.server.listen tracing channel (Paolo Insogna) [#53136](https://github.com/nodejs/node/pull/53136)
57
+ * \[[`374743cd4e`](https://github.com/nodejs/node/commit/374743cd4e)] - **(SEMVER-MINOR)** **process**: add process.getBuiltinModule(id) (Joyee Cheung) [#52762](https://github.com/nodejs/node/pull/52762)
58
+ * \[[`1eb55f3550`](https://github.com/nodejs/node/commit/1eb55f3550)] - **(SEMVER-MINOR)** **doc**: improve explanation about built-in modules (Joyee Cheung) [#52762](https://github.com/nodejs/node/pull/52762)
59
+ * \[[`6165894774`](https://github.com/nodejs/node/commit/6165894774)] - **fs**: mark recursive cp methods as stable (Théo LUDWIG) [#53127](https://github.com/nodejs/node/pull/53127)
60
+ * \[[`db5dd0c6df`](https://github.com/nodejs/node/commit/db5dd0c6df)] - **doc**: add StefanStojanovic to collaborators (StefanStojanovic) [#53118](https://github.com/nodejs/node/pull/53118)
61
+ * \[[`cfcde78513`](https://github.com/nodejs/node/commit/cfcde78513)] - **(SEMVER-MINOR)** **cli**: add `NODE_RUN_PACKAGE_JSON_PATH` env (Yagiz Nizipli) [#53058](https://github.com/nodejs/node/pull/53058)
62
+ * \[[`7a67ecf161`](https://github.com/nodejs/node/commit/7a67ecf161)] - **(SEMVER-MINOR)** **test\_runner**: support module mocking (Colin Ihrig) [#52848](https://github.com/nodejs/node/pull/52848)
63
+ * \[[`ee56aecced`](https://github.com/nodejs/node/commit/ee56aecced)] - **(SEMVER-MINOR)** **lib**: add EventSource Client (Aras Abbasi) [#51575](https://github.com/nodejs/node/pull/51575)
64
+ * \[[`6413769bc7`](https://github.com/nodejs/node/commit/6413769bc7)] - **(SEMVER-MINOR)** **lib**: replace MessageEvent with undici's (Matthew Aitken) [#52370](https://github.com/nodejs/node/pull/52370)
65
+ * \[[`c70b2f7a76`](https://github.com/nodejs/node/commit/c70b2f7a76)] - **(SEMVER-MINOR)** **cli**: add `NODE_RUN_SCRIPT_NAME` env to `node --run` (Yagiz Nizipli) [#53032](https://github.com/nodejs/node/pull/53032)
66
+ * \[[`badec0c38b`](https://github.com/nodejs/node/commit/badec0c38b)] - **doc**: add Marco Ippolito to TSC (Rafael Gonzaga) [#53008](https://github.com/nodejs/node/pull/53008)
67
+
68
+ ### Commits
69
+
70
+ * \[[`feb0ba2860`](https://github.com/nodejs/node/commit/feb0ba2860)] - **benchmark**: fix napi/ref addon (Michaël Zasso) [#53233](https://github.com/nodejs/node/pull/53233)
71
+ * \[[`bb844de4e1`](https://github.com/nodejs/node/commit/bb844de4e1)] - **benchmark**: fix api restriction for the permission category (Ryan Tsien) [#51528](https://github.com/nodejs/node/pull/51528)
72
+ * \[[`1d5934524b`](https://github.com/nodejs/node/commit/1d5934524b)] - **(SEMVER-MINOR)** **buffer**: add .bytes() method to Blob (Matthew Aitken) [#53221](https://github.com/nodejs/node/pull/53221)
73
+ * \[[`d87f9af5aa`](https://github.com/nodejs/node/commit/d87f9af5aa)] - **buffer**: make compare/equals faster (Tobias Nießen) [#52993](https://github.com/nodejs/node/pull/52993)
74
+ * \[[`ec83431d71`](https://github.com/nodejs/node/commit/ec83431d71)] - **build**: generate binlog in out directories (Chengzhong Wu) [#53325](https://github.com/nodejs/node/pull/53325)
75
+ * \[[`0976439417`](https://github.com/nodejs/node/commit/0976439417)] - **build**: fix --v8-lite-mode build (Daeyeon Jeong) [#52725](https://github.com/nodejs/node/pull/52725)
76
+ * \[[`350c733ae6`](https://github.com/nodejs/node/commit/350c733ae6)] - **build**: support python 3.13 (Chengzhong Wu) [#53190](https://github.com/nodejs/node/pull/53190)
77
+ * \[[`74cefa55a2`](https://github.com/nodejs/node/commit/74cefa55a2)] - **build**: update ruff to v0.4.5 (Yagiz Nizipli) [#53180](https://github.com/nodejs/node/pull/53180)
78
+ * \[[`33242ff042`](https://github.com/nodejs/node/commit/33242ff042)] - **build**: add `--skip-tests` to `test-ci-js` target (Antoine du Hamel) [#53105](https://github.com/nodejs/node/pull/53105)
79
+ * \[[`edcadf7f8a`](https://github.com/nodejs/node/commit/edcadf7f8a)] - **build**: fix building embedtest in GN build (Cheng) [#53145](https://github.com/nodejs/node/pull/53145)
80
+ * \[[`d711942fce`](https://github.com/nodejs/node/commit/d711942fce)] - **build**: use broader detection for 'help' (Aviv Keller) [#53045](https://github.com/nodejs/node/pull/53045)
81
+ * \[[`ca655b61a7`](https://github.com/nodejs/node/commit/ca655b61a7)] - **build**: fix -j propagation to ninja (Tobias Nießen) [#53088](https://github.com/nodejs/node/pull/53088)
82
+ * \[[`5fba67ff9f`](https://github.com/nodejs/node/commit/5fba67ff9f)] - **build**: exit on unsupported host OS for Android (Mohammed Keyvanzadeh) [#52882](https://github.com/nodejs/node/pull/52882)
83
+ * \[[`b7d7e9a084`](https://github.com/nodejs/node/commit/b7d7e9a084)] - **build**: fix `--enable-d8` builds (Richard Lau) [#53106](https://github.com/nodejs/node/pull/53106)
84
+ * \[[`14547c5d32`](https://github.com/nodejs/node/commit/14547c5d32)] - **build**: fix ./configure --help format error (Zhenwei Jin) [#53066](https://github.com/nodejs/node/pull/53066)
85
+ * \[[`f9490806d3`](https://github.com/nodejs/node/commit/f9490806d3)] - **build**: set "clang" in config.gypi in GN build (Cheng) [#53004](https://github.com/nodejs/node/pull/53004)
86
+ * \[[`638b510ce7`](https://github.com/nodejs/node/commit/638b510ce7)] - **cli**: add `--expose-gc` flag available to `NODE_OPTIONS` (Juan José) [#53078](https://github.com/nodejs/node/pull/53078)
87
+ * \[[`cfcde78513`](https://github.com/nodejs/node/commit/cfcde78513)] - **(SEMVER-MINOR)** **cli**: add `NODE_RUN_PACKAGE_JSON_PATH` env (Yagiz Nizipli) [#53058](https://github.com/nodejs/node/pull/53058)
88
+ * \[[`c70b2f7a76`](https://github.com/nodejs/node/commit/c70b2f7a76)] - **(SEMVER-MINOR)** **cli**: add `NODE_RUN_SCRIPT_NAME` env to `node --run` (Yagiz Nizipli) [#53032](https://github.com/nodejs/node/pull/53032)
89
+ * \[[`34f20983fd`](https://github.com/nodejs/node/commit/34f20983fd)] - **crypto**: fix propagation of "memory limit exceeded" (Tobias Nießen) [#53300](https://github.com/nodejs/node/pull/53300)
90
+ * \[[`fef067f4f4`](https://github.com/nodejs/node/commit/fef067f4f4)] - **deps**: update nghttp2 to 1.62.1 (Node.js GitHub Bot) [#52966](https://github.com/nodejs/node/pull/52966)
91
+ * \[[`fc949928ac`](https://github.com/nodejs/node/commit/fc949928ac)] - **deps**: update nghttp2 to 1.62.0 (Node.js GitHub Bot) [#52966](https://github.com/nodejs/node/pull/52966)
92
+ * \[[`4a17dda8dc`](https://github.com/nodejs/node/commit/4a17dda8dc)] - **deps**: update undici to 6.18.2 (Node.js GitHub Bot) [#53255](https://github.com/nodejs/node/pull/53255)
93
+ * \[[`e45cc2a551`](https://github.com/nodejs/node/commit/e45cc2a551)] - **deps**: update ada to 2.8.0 (Node.js GitHub Bot) [#53254](https://github.com/nodejs/node/pull/53254)
94
+ * \[[`77907a2619`](https://github.com/nodejs/node/commit/77907a2619)] - **deps**: update corepack to 0.28.2 (Node.js GitHub Bot) [#53253](https://github.com/nodejs/node/pull/53253)
95
+ * \[[`b688050778`](https://github.com/nodejs/node/commit/b688050778)] - **deps**: update simdjson to 3.9.3 (Node.js GitHub Bot) [#53252](https://github.com/nodejs/node/pull/53252)
96
+ * \[[`6303f19cbe`](https://github.com/nodejs/node/commit/6303f19cbe)] - **deps**: patch V8 to 12.4.254.20 (Node.js GitHub Bot) [#53159](https://github.com/nodejs/node/pull/53159)
97
+ * \[[`257004c68f`](https://github.com/nodejs/node/commit/257004c68f)] - **deps**: update c-ares to 1.29.0 (Node.js GitHub Bot) [#53155](https://github.com/nodejs/node/pull/53155)
98
+ * \[[`0b375a3e36`](https://github.com/nodejs/node/commit/0b375a3e36)] - **deps**: upgrade npm to 10.8.1 (npm team) [#53207](https://github.com/nodejs/node/pull/53207)
99
+ * \[[`728c861b1c`](https://github.com/nodejs/node/commit/728c861b1c)] - **deps**: fix FP16 bitcasts.h (Stefan Stojanovic) [#53134](https://github.com/nodejs/node/pull/53134)
100
+ * \[[`52a78737b1`](https://github.com/nodejs/node/commit/52a78737b1)] - **deps**: patch V8 to 12.4.254.19 (Node.js GitHub Bot) [#53094](https://github.com/nodejs/node/pull/53094)
101
+ * \[[`4d27b32e58`](https://github.com/nodejs/node/commit/4d27b32e58)] - **deps**: update undici to 6.18.1 (Node.js GitHub Bot) [#53073](https://github.com/nodejs/node/pull/53073)
102
+ * \[[`b94199240b`](https://github.com/nodejs/node/commit/b94199240b)] - **deps**: update undici to 6.18.0 (Node.js GitHub Bot) [#53073](https://github.com/nodejs/node/pull/53073)
103
+ * \[[`793af1b3e7`](https://github.com/nodejs/node/commit/793af1b3e7)] - **deps**: update undici to 6.17.0 (Node.js GitHub Bot) [#53034](https://github.com/nodejs/node/pull/53034)
104
+ * \[[`fe00becc03`](https://github.com/nodejs/node/commit/fe00becc03)] - **deps**: update undici to 6.16.1 (Node.js GitHub Bot) [#52948](https://github.com/nodejs/node/pull/52948)
105
+ * \[[`96f72ae54f`](https://github.com/nodejs/node/commit/96f72ae54f)] - **deps**: update undici to 6.15.0 (Matthew Aitken) [#52763](https://github.com/nodejs/node/pull/52763)
106
+ * \[[`af60fbb12b`](https://github.com/nodejs/node/commit/af60fbb12b)] - **deps**: update googletest to 33af80a (Node.js GitHub Bot) [#53053](https://github.com/nodejs/node/pull/53053)
107
+ * \[[`7b929df489`](https://github.com/nodejs/node/commit/7b929df489)] - **deps**: patch V8 to 12.4.254.18 (Node.js GitHub Bot) [#53054](https://github.com/nodejs/node/pull/53054)
108
+ * \[[`626037c0fc`](https://github.com/nodejs/node/commit/626037c0fc)] - **deps**: update zlib to 1.3.0.1-motley-4f653ff (Node.js GitHub Bot) [#53052](https://github.com/nodejs/node/pull/53052)
109
+ * \[[`6d8589e558`](https://github.com/nodejs/node/commit/6d8589e558)] - **deps**: patch V8 to 12.4.254.17 (Node.js GitHub Bot) [#52980](https://github.com/nodejs/node/pull/52980)
110
+ * \[[`fd91eaab34`](https://github.com/nodejs/node/commit/fd91eaab34)] - **deps**: upgrade npm to 10.8.0 (npm team) [#53014](https://github.com/nodejs/node/pull/53014)
111
+ * \[[`133cae0732`](https://github.com/nodejs/node/commit/133cae0732)] - **doc**: fix broken link in `static-analysis.md` (Richard Lau) [#53345](https://github.com/nodejs/node/pull/53345)
112
+ * \[[`7bc5f964fd`](https://github.com/nodejs/node/commit/7bc5f964fd)] - **doc**: indicate requirement on VS 17.6 or newer (Chengzhong Wu) [#53301](https://github.com/nodejs/node/pull/53301)
113
+ * \[[`8c71522ced`](https://github.com/nodejs/node/commit/8c71522ced)] - **doc**: remove cases for keys not containing "\*" in PATTERN\_KEY\_COMPARE (Maarten Zuidhoorn) [#53215](https://github.com/nodejs/node/pull/53215)
114
+ * \[[`718a3ab1ab`](https://github.com/nodejs/node/commit/718a3ab1ab)] - **doc**: add err param to fs.cp callback (Feng Yu) [#53234](https://github.com/nodejs/node/pull/53234)
115
+ * \[[`d89bde26ff`](https://github.com/nodejs/node/commit/d89bde26ff)] - **doc**: add `err` param to fs.copyFile callback (Feng Yu) [#53234](https://github.com/nodejs/node/pull/53234)
116
+ * \[[`91971ee344`](https://github.com/nodejs/node/commit/91971ee344)] - **doc**: reserve 128 for Electron 32 (Keeley Hammond) [#53203](https://github.com/nodejs/node/pull/53203)
117
+ * \[[`812f0e9e14`](https://github.com/nodejs/node/commit/812f0e9e14)] - **doc**: add note to ninjia build for macOS using -jn flag (jakecastelli) [#53187](https://github.com/nodejs/node/pull/53187)
118
+ * \[[`048478d351`](https://github.com/nodejs/node/commit/048478d351)] - **(SEMVER-MINOR)** **doc**: add context.assert docs (Colin Ihrig) [#53169](https://github.com/nodejs/node/pull/53169)
119
+ * \[[`c391923445`](https://github.com/nodejs/node/commit/c391923445)] - **doc**: include ESM import for HTTP (Aviv Keller) [#53165](https://github.com/nodejs/node/pull/53165)
120
+ * \[[`1eb55f3550`](https://github.com/nodejs/node/commit/1eb55f3550)] - **(SEMVER-MINOR)** **doc**: improve explanation about built-in modules (Joyee Cheung) [#52762](https://github.com/nodejs/node/pull/52762)
121
+ * \[[`67a766f7d4`](https://github.com/nodejs/node/commit/67a766f7d4)] - **doc**: fix minor grammar and style issues in SECURITY.md (Rich Trott) [#53168](https://github.com/nodejs/node/pull/53168)
122
+ * \[[`afbfe8922a`](https://github.com/nodejs/node/commit/afbfe8922a)] - **doc**: mention pm is not enforced when using fd (Rafael Gonzaga) [#53125](https://github.com/nodejs/node/pull/53125)
123
+ * \[[`1702d2632e`](https://github.com/nodejs/node/commit/1702d2632e)] - **doc**: fix format in `esm.md` (Pop Moore) [#53170](https://github.com/nodejs/node/pull/53170)
124
+ * \[[`070577e7d7`](https://github.com/nodejs/node/commit/070577e7d7)] - **doc**: fix wrong variable name in example of `timers.tick()` (Deokjin Kim) [#53147](https://github.com/nodejs/node/pull/53147)
125
+ * \[[`7147c1df1f`](https://github.com/nodejs/node/commit/7147c1df1f)] - **doc**: fix wrong function name in example of `context.plan()` (Deokjin Kim) [#53140](https://github.com/nodejs/node/pull/53140)
126
+ * \[[`cf47384148`](https://github.com/nodejs/node/commit/cf47384148)] - **doc**: add note for windows users and symlinks (Aviv Keller) [#53117](https://github.com/nodejs/node/pull/53117)
127
+ * \[[`088dff1074`](https://github.com/nodejs/node/commit/088dff1074)] - **doc**: move all TLS-PSK documentation to its section (Alba Mendez) [#35717](https://github.com/nodejs/node/pull/35717)
128
+ * \[[`db5dd0c6df`](https://github.com/nodejs/node/commit/db5dd0c6df)] - **doc**: add StefanStojanovic to collaborators (StefanStojanovic) [#53118](https://github.com/nodejs/node/pull/53118)
129
+ * \[[`0f0bc98ad7`](https://github.com/nodejs/node/commit/0f0bc98ad7)] - **doc**: improve ninja build for --built-in-modules-path (jakecastelli) [#53007](https://github.com/nodejs/node/pull/53007)
130
+ * \[[`4c65c52d30`](https://github.com/nodejs/node/commit/4c65c52d30)] - **doc**: avoid hiding by navigation bar in anchor jumping (Cloyd Lau) [#45131](https://github.com/nodejs/node/pull/45131)
131
+ * \[[`63fcbcfd62`](https://github.com/nodejs/node/commit/63fcbcfd62)] - **doc**: remove unavailable youtube link in pull requests (Deokjin Kim) [#52982](https://github.com/nodejs/node/pull/52982)
132
+ * \[[`77fd504636`](https://github.com/nodejs/node/commit/77fd504636)] - **doc**: add missing supported timer values in `timers.enable()` (Deokjin Kim) [#52969](https://github.com/nodejs/node/pull/52969)
133
+ * \[[`6708536b03`](https://github.com/nodejs/node/commit/6708536b03)] - **fs**: fix cp dir/non-dir mismatch error messages (Mathis Wiehl) [#53150](https://github.com/nodejs/node/pull/53150)
134
+ * \[[`6165894774`](https://github.com/nodejs/node/commit/6165894774)] - **fs**: mark recursive cp methods as stable (Théo LUDWIG) [#53127](https://github.com/nodejs/node/pull/53127)
135
+ * \[[`7940db7be1`](https://github.com/nodejs/node/commit/7940db7be1)] - **fs**: remove basename in favor of std::filesystem (Yagiz Nizipli) [#53062](https://github.com/nodejs/node/pull/53062)
136
+ * \[[`505e9a425b`](https://github.com/nodejs/node/commit/505e9a425b)] - **lib**: fix misleading argument of validateUint32 (Tobias Nießen) [#53307](https://github.com/nodejs/node/pull/53307)
137
+ * \[[`98ae1ebdd6`](https://github.com/nodejs/node/commit/98ae1ebdd6)] - **lib**: fix the name of the fetch global function (Gabriel Bota) [#53227](https://github.com/nodejs/node/pull/53227)
138
+ * \[[`fe007cd1b4`](https://github.com/nodejs/node/commit/fe007cd1b4)] - **lib**: allow CJS source map cache to be reclaimed (Chengzhong Wu) [#51711](https://github.com/nodejs/node/pull/51711)
139
+ * \[[`040be4a7b4`](https://github.com/nodejs/node/commit/040be4a7b4)] - **lib**: do not call callback if socket is closed (theanarkh) [#52829](https://github.com/nodejs/node/pull/52829)
140
+ * \[[`ee56aecced`](https://github.com/nodejs/node/commit/ee56aecced)] - **(SEMVER-MINOR)** **lib**: add EventSource Client (Aras Abbasi) [#51575](https://github.com/nodejs/node/pull/51575)
141
+ * \[[`6413769bc7`](https://github.com/nodejs/node/commit/6413769bc7)] - **(SEMVER-MINOR)** **lib**: replace MessageEvent with undici's (Matthew Aitken) [#52370](https://github.com/nodejs/node/pull/52370)
142
+ * \[[`879679e5a3`](https://github.com/nodejs/node/commit/879679e5a3)] - **lib,doc**: replace references to import assertions (Michaël Zasso) [#52998](https://github.com/nodejs/node/pull/52998)
143
+ * \[[`062a0c6f67`](https://github.com/nodejs/node/commit/062a0c6f67)] - **meta**: bump ossf/scorecard-action from 2.3.1 to 2.3.3 (dependabot\[bot]) [#53248](https://github.com/nodejs/node/pull/53248)
144
+ * \[[`e59b744b30`](https://github.com/nodejs/node/commit/e59b744b30)] - **meta**: bump actions/checkout from 4.1.4 to 4.1.6 (dependabot\[bot]) [#53247](https://github.com/nodejs/node/pull/53247)
145
+ * \[[`96924f48a0`](https://github.com/nodejs/node/commit/96924f48a0)] - **meta**: bump github/codeql-action from 3.25.3 to 3.25.7 (dependabot\[bot]) [#53246](https://github.com/nodejs/node/pull/53246)
146
+ * \[[`b7f5662dee`](https://github.com/nodejs/node/commit/b7f5662dee)] - **meta**: bump codecov/codecov-action from 4.3.1 to 4.4.1 (dependabot\[bot]) [#53244](https://github.com/nodejs/node/pull/53244)
147
+ * \[[`e079967eb4`](https://github.com/nodejs/node/commit/e079967eb4)] - **meta**: remove `initializeCommand` from devcontainer (Aviv Keller) [#53137](https://github.com/nodejs/node/pull/53137)
148
+ * \[[`3afeced572`](https://github.com/nodejs/node/commit/3afeced572)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#53065](https://github.com/nodejs/node/pull/53065)
149
+ * \[[`4b9cdea8a6`](https://github.com/nodejs/node/commit/4b9cdea8a6)] - _**Revert**_ "**module**: have a single hooks thread for all workers" (Matteo Collina) [#53183](https://github.com/nodejs/node/pull/53183)
150
+ * \[[`b5c30e2f5e`](https://github.com/nodejs/node/commit/b5c30e2f5e)] - **(SEMVER-MINOR)** **module**: print amount of load time of a cjs module (Vinicius Lourenço) [#52213](https://github.com/nodejs/node/pull/52213)
151
+ * \[[`4cdb05a7a2`](https://github.com/nodejs/node/commit/4cdb05a7a2)] - **module**: do not set CJS variables for Worker eval (Antoine du Hamel) [#53050](https://github.com/nodejs/node/pull/53050)
152
+ * \[[`a0766bdf0e`](https://github.com/nodejs/node/commit/a0766bdf0e)] - **(SEMVER-MINOR)** **net**: add new net.server.listen tracing channel (Paolo Insogna) [#53136](https://github.com/nodejs/node/pull/53136)
153
+ * \[[`374743cd4e`](https://github.com/nodejs/node/commit/374743cd4e)] - **(SEMVER-MINOR)** **process**: add process.getBuiltinModule(id) (Joyee Cheung) [#52762](https://github.com/nodejs/node/pull/52762)
154
+ * \[[`e66eb376a0`](https://github.com/nodejs/node/commit/e66eb376a0)] - **repl**: fix await object patterns without values (Luke Haas) [#53331](https://github.com/nodejs/node/pull/53331)
155
+ * \[[`cb1329a8cf`](https://github.com/nodejs/node/commit/cb1329a8cf)] - **src**: use v8::(Des|S)erializeInternalFieldsCallback (Joyee Cheung) [#53217](https://github.com/nodejs/node/pull/53217)
156
+ * \[[`1886fe99af`](https://github.com/nodejs/node/commit/1886fe99af)] - **src**: use \_\_FUNCSIG\_\_ on Windows in backtrace (Joyee Cheung) [#53135](https://github.com/nodejs/node/pull/53135)
157
+ * \[[`3bfce6c816`](https://github.com/nodejs/node/commit/3bfce6c816)] - **src**: use new V8 API to define stream accessor (Igor Sheludko) [#53084](https://github.com/nodejs/node/pull/53084)
158
+ * \[[`11f790d911`](https://github.com/nodejs/node/commit/11f790d911)] - **src**: do not use deprecated V8 API (ishell) [#53084](https://github.com/nodejs/node/pull/53084)
159
+ * \[[`6b1731cbcc`](https://github.com/nodejs/node/commit/6b1731cbcc)] - **src**: convert all endian checks to constexpr (Tobias Nießen) [#52974](https://github.com/nodejs/node/pull/52974)
160
+ * \[[`7aa9519ad4`](https://github.com/nodejs/node/commit/7aa9519ad4)] - **src**: fix external module env and kDisableNodeOptionsEnv (Rafael Gonzaga) [#52905](https://github.com/nodejs/node/pull/52905)
161
+ * \[[`838fe59787`](https://github.com/nodejs/node/commit/838fe59787)] - **src**: fix execArgv in worker (theanarkh) [#53029](https://github.com/nodejs/node/pull/53029)
162
+ * \[[`4a2c6ff05d`](https://github.com/nodejs/node/commit/4a2c6ff05d)] - **src**: reduce unnecessary `GetCwd` calls (Yagiz Nizipli) [#53064](https://github.com/nodejs/node/pull/53064)
163
+ * \[[`ec44965b49`](https://github.com/nodejs/node/commit/ec44965b49)] - **src**: simplify node modules traverse path (Yagiz Nizipli) [#53061](https://github.com/nodejs/node/pull/53061)
164
+ * \[[`190129b48e`](https://github.com/nodejs/node/commit/190129b48e)] - **src**: remove unused `base64_table_url` (Yagiz Nizipli) [#53040](https://github.com/nodejs/node/pull/53040)
165
+ * \[[`d750a3c5c4`](https://github.com/nodejs/node/commit/d750a3c5c4)] - **src**: remove calls to recently deprecated V8 APIs (Adam Klein) [#52996](https://github.com/nodejs/node/pull/52996)
166
+ * \[[`f1890abb18`](https://github.com/nodejs/node/commit/f1890abb18)] - **src**: replace deprecated GetImportAssertions V8 API (Michaël Zasso) [#52997](https://github.com/nodejs/node/pull/52997)
167
+ * \[[`4347bd2acb`](https://github.com/nodejs/node/commit/4347bd2acb)] - **src**: improve node::Dotenv declarations (Tobias Nießen) [#52973](https://github.com/nodejs/node/pull/52973)
168
+ * \[[`e26166f30b`](https://github.com/nodejs/node/commit/e26166f30b)] - **src,permission**: handle process.chdir on pm (Rafael Gonzaga) [#53175](https://github.com/nodejs/node/pull/53175)
169
+ * \[[`75e5612fae`](https://github.com/nodejs/node/commit/75e5612fae)] - **(SEMVER-MINOR)** **src,permission**: --allow-wasi & prevent WASI exec (Rafael Gonzaga) [#53124](https://github.com/nodejs/node/pull/53124)
170
+ * \[[`7c66b27407`](https://github.com/nodejs/node/commit/7c66b27407)] - **stream**: micro-optimize writable condition (Orgad Shaneh) [#53189](https://github.com/nodejs/node/pull/53189)
171
+ * \[[`a656cf6bc8`](https://github.com/nodejs/node/commit/a656cf6bc8)] - **stream**: fix memory usage regression in writable (Orgad Shaneh) [#53188](https://github.com/nodejs/node/pull/53188)
172
+ * \[[`0e85a84fdc`](https://github.com/nodejs/node/commit/0e85a84fdc)] - **test**: fix test when compiled without engine support (Richard Lau) [#53232](https://github.com/nodejs/node/pull/53232)
173
+ * \[[`cebbd83e47`](https://github.com/nodejs/node/commit/cebbd83e47)] - **test**: update TLS trace tests for OpenSSL >= 3.2 (Richard Lau) [#53229](https://github.com/nodejs/node/pull/53229)
174
+ * \[[`45c1eb19f1`](https://github.com/nodejs/node/commit/45c1eb19f1)] - _**Revert**_ "**test**: skip v8-updates/test-linux-perf-logger" (Luke Albao) [#52869](https://github.com/nodejs/node/pull/52869)
175
+ * \[[`c1138db3c1`](https://github.com/nodejs/node/commit/c1138db3c1)] - **test**: unskip v8-updates/test-linux-perf-logger (Luke Albao) [#52869](https://github.com/nodejs/node/pull/52869)
176
+ * \[[`65b64cf0f1`](https://github.com/nodejs/node/commit/65b64cf0f1)] - **test**: fix Windows native test suites (Stefan Stojanovic) [#53173](https://github.com/nodejs/node/pull/53173)
177
+ * \[[`9a47792cd1`](https://github.com/nodejs/node/commit/9a47792cd1)] - **test**: skip `test-setproctitle` when `ps` is not available (Antoine du Hamel) [#53104](https://github.com/nodejs/node/pull/53104)
178
+ * \[[`a371dea699`](https://github.com/nodejs/node/commit/a371dea699)] - **test**: increase allocation so it fails for the test (Adam Majer) [#53099](https://github.com/nodejs/node/pull/53099)
179
+ * \[[`3ce7a9a1b5`](https://github.com/nodejs/node/commit/3ce7a9a1b5)] - **test**: remove timers from test-tls-socket-close (Luigi Pinca) [#53019](https://github.com/nodejs/node/pull/53019)
180
+ * \[[`494fa542af`](https://github.com/nodejs/node/commit/494fa542af)] - **test**: replace `.substr` with `.slice` (Antoine du Hamel) [#53070](https://github.com/nodejs/node/pull/53070)
181
+ * \[[`3f7d55b7db`](https://github.com/nodejs/node/commit/3f7d55b7db)] - **test**: add AbortController to knownGlobals (Luigi Pinca) [#53020](https://github.com/nodejs/node/pull/53020)
182
+ * \[[`c61f909ab6`](https://github.com/nodejs/node/commit/c61f909ab6)] - **test,doc**: enable running embedtest for Windows (Vladimir Morozov) [#52646](https://github.com/nodejs/node/pull/52646)
183
+ * \[[`2d1ecbf827`](https://github.com/nodejs/node/commit/2d1ecbf827)] - **test\_runner**: calculate executed lines using source map (Moshe Atlow) [#53315](https://github.com/nodejs/node/pull/53315)
184
+ * \[[`d4f5f80f6c`](https://github.com/nodejs/node/commit/d4f5f80f6c)] - **test\_runner**: handle file rename and deletion under watch mode (jakecastelli) [#53114](https://github.com/nodejs/node/pull/53114)
185
+ * \[[`07c601e32f`](https://github.com/nodejs/node/commit/07c601e32f)] - **test\_runner**: refactor to use min/max of `validateInteger` (Deokjin Kim) [#53148](https://github.com/nodejs/node/pull/53148)
186
+ * \[[`8c6dffc269`](https://github.com/nodejs/node/commit/8c6dffc269)] - **(SEMVER-MINOR)** **test\_runner**: add snapshot testing (Colin Ihrig) [#53169](https://github.com/nodejs/node/pull/53169)
187
+ * \[[`f6d2af8ee7`](https://github.com/nodejs/node/commit/f6d2af8ee7)] - **(SEMVER-MINOR)** **test\_runner**: add context.fullName (Colin Ihrig) [#53169](https://github.com/nodejs/node/pull/53169)
188
+ * \[[`7a67ecf161`](https://github.com/nodejs/node/commit/7a67ecf161)] - **(SEMVER-MINOR)** **test\_runner**: support module mocking (Colin Ihrig) [#52848](https://github.com/nodejs/node/pull/52848)
189
+ * \[[`3ff174f2bf`](https://github.com/nodejs/node/commit/3ff174f2bf)] - **test\_runner**: fix t.assert methods (Colin Ihrig) [#53049](https://github.com/nodejs/node/pull/53049)
190
+ * \[[`e2211a07c2`](https://github.com/nodejs/node/commit/e2211a07c2)] - **test\_runner**: avoid error when coverage line not found (Moshe Atlow) [#53000](https://github.com/nodejs/node/pull/53000)
191
+ * \[[`c249289121`](https://github.com/nodejs/node/commit/c249289121)] - **test\_runner,doc**: align documentation with actual stdout/stderr behavior (Moshe Atlow) [#53131](https://github.com/nodejs/node/pull/53131)
192
+ * \[[`5110b19a07`](https://github.com/nodejs/node/commit/5110b19a07)] - **tls**: fix negative sessionTimeout handling (Tobias Nießen) [#53002](https://github.com/nodejs/node/pull/53002)
193
+ * \[[`0ecb770331`](https://github.com/nodejs/node/commit/0ecb770331)] - **tools**: remove no-goma arg from make-v8 script (Michaël Zasso) [#53336](https://github.com/nodejs/node/pull/53336)
194
+ * \[[`e7f3a3c296`](https://github.com/nodejs/node/commit/e7f3a3c296)] - **tools**: use sccache Github action (Moshe Atlow) [#53316](https://github.com/nodejs/node/pull/53316)
195
+ * \[[`98cc094bc5`](https://github.com/nodejs/node/commit/98cc094bc5)] - **tools**: update eslint to 9.4.0 (Node.js GitHub Bot) [#53298](https://github.com/nodejs/node/pull/53298)
196
+ * \[[`6409b1fe65`](https://github.com/nodejs/node/commit/6409b1fe65)] - **tools**: update gyp-next to 0.18.1 (Node.js GitHub Bot) [#53251](https://github.com/nodejs/node/pull/53251)
197
+ * \[[`86e80dcb9b`](https://github.com/nodejs/node/commit/86e80dcb9b)] - **tools**: move webcrypto into no-restricted-properties (Zihong Qu) [#53023](https://github.com/nodejs/node/pull/53023)
198
+ * \[[`6022346f0e`](https://github.com/nodejs/node/commit/6022346f0e)] - **tools**: update error message for Type Error (Aviv Keller) [#53047](https://github.com/nodejs/node/pull/53047)
199
+ * \[[`c1b3e0ed6f`](https://github.com/nodejs/node/commit/c1b3e0ed6f)] - _**Revert**_ "**tools**: add --certify-safe to nci-ci" (Antoine du Hamel) [#53098](https://github.com/nodejs/node/pull/53098)
200
+ * \[[`9f764a873c`](https://github.com/nodejs/node/commit/9f764a873c)] - **tools**: update ESLint to v9 and use flat config (Michaël Zasso) [#52780](https://github.com/nodejs/node/pull/52780)
201
+ * \[[`2859f4c027`](https://github.com/nodejs/node/commit/2859f4c027)] - **watch**: fix variable naming (jakecastelli) [#53101](https://github.com/nodejs/node/pull/53101)
202
+
42
203
  <a id="22.2.0"></a>
43
204
 
44
205
  ## 2024-05-15, Version 22.2.0 (Current), @targos
package/README.md CHANGED
@@ -180,6 +180,8 @@ For information about the governance of the Node.js project, see
180
180
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
181
181
  * [legendecas](https://github.com/legendecas) -
182
182
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
183
+ * [marco-ippolito](https://github.com/marco-ippolito) -
184
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
183
185
  * [mcollina](https://github.com/mcollina) -
184
186
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
185
187
  * [mhdawson](https://github.com/mhdawson) -
@@ -431,6 +433,8 @@ For information about the governance of the Node.js project, see
431
433
  **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
432
434
  * [srl295](https://github.com/srl295) -
433
435
  **Steven R Loomis** <<srl295@gmail.com>>
436
+ * [StefanStojanovic](https://github.com/StefanStojanovic) -
437
+ **Stefan Stojanovic** <<stefan.stojanovic@janeasystems.com>> (he/him)
434
438
  * [sxa](https://github.com/sxa) -
435
439
  **Stewart X Addison** <<sxa@redhat.com>> (he/him)
436
440
  * [targos](https://github.com/targos) -
@@ -453,8 +457,6 @@ For information about the governance of the Node.js project, see
453
457
  **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
454
458
  * [XadillaX](https://github.com/XadillaX) -
455
459
  **Khaidi Chu** <<i@2333.moe>> (he/him)
456
- * [yashLadha](https://github.com/yashLadha) -
457
- **Yash Ladha** <<yash@yashladha.in>> (he/him)
458
460
  * [zcbenz](https://github.com/zcbenz) -
459
461
  **Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
460
462
  * [ZYSzys](https://github.com/ZYSzys) -
@@ -703,6 +705,8 @@ For information about the governance of the Node.js project, see
703
705
  **Thomas Watson** <<w@tson.dk>>
704
706
  * [whitlockjc](https://github.com/whitlockjc) -
705
707
  **Jeremy Whitlock** <<jwhitlock@apache.org>>
708
+ * [yashLadha](https://github.com/yashLadha) -
709
+ **Yash Ladha** <<yash@yashladha.in>> (he/him)
706
710
  * [yhwang](https://github.com/yhwang) -
707
711
  **Yihong Wang** <<yh.wang@ibm.com>>
708
712
  * [yorkie](https://github.com/yorkie) -
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.12',
39
+ 'v8_embedder_string': '-node.13',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -234,6 +234,7 @@
234
234
  'lib/internal/source_map/prepare_stack_trace.js',
235
235
  'lib/internal/source_map/source_map.js',
236
236
  'lib/internal/source_map/source_map_cache.js',
237
+ 'lib/internal/source_map/source_map_cache_map.js',
237
238
  'lib/internal/stream_base_commons.js',
238
239
  'lib/internal/streams/add-abort-signal.js',
239
240
  'lib/internal/streams/compose.js',
@@ -266,6 +267,7 @@
266
267
  'lib/internal/test_runner/reporter/utils.js',
267
268
  'lib/internal/test_runner/reporter/v8-serializer.js',
268
269
  'lib/internal/test_runner/runner.js',
270
+ 'lib/internal/test_runner/snapshot.js',
269
271
  'lib/internal/test_runner/test.js',
270
272
  'lib/internal/test_runner/tests_stream.js',
271
273
  'lib/internal/test_runner/utils.js',
@@ -282,7 +284,6 @@
282
284
  'lib/internal/util/embedding.js',
283
285
  'lib/internal/util/inspect.js',
284
286
  'lib/internal/util/inspector.js',
285
- 'lib/internal/util/iterable_weak_map.js',
286
287
  'lib/internal/util/parse_args/parse_args.js',
287
288
  'lib/internal/util/parse_args/utils.js',
288
289
  'lib/internal/util/types.js',
@@ -329,6 +330,7 @@
329
330
  'lib/string_decoder.js',
330
331
  'lib/sys.js',
331
332
  'lib/test.js',
333
+ 'lib/test/mock_loader.js',
332
334
  'lib/test/reporters.js',
333
335
  'lib/timers.js',
334
336
  'lib/timers/promises.js',
@@ -6009,7 +6009,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_E21CEA7D_0x7
6009
6009
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_BFF00FE3_0x16d255ce1b1bcefb
6010
6010
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x41df37448a97d4d2
6011
6011
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_E21CEA7D_0x18680b2cec3609fc
6012
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x7fbe7498e4a05eda
6012
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0xabcadca7dafafc95
6013
6013
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
6014
6014
  _GLOBAL__I_65535_0__Z16_register_configv
6015
6015
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -7038,7 +7038,7 @@ _GLOBAL__I_65535_0__ZN4node11per_process17cli_options_mutexE
7038
7038
  _GLOBAL__I_65535_0__ZN4node11per_process18enabled_debug_listE
7039
7039
  _GLOBAL__I_65535_0__ZN4node11per_process8metadataE
7040
7040
  _GLOBAL__I_65535_0__ZN4node11performance25performance_process_startE
7041
- _GLOBAL__I_65535_0__ZN4node11task_runner13ProcessRunnerC2ESt10shared_ptrINS_24InitializationResultImplEESt17basic_string_viewIcSt11char_traitsIcEERKSt6vectorIS8_SaIS8_EE
7041
+ _GLOBAL__I_65535_0__ZN4node11task_runner13ProcessRunnerC2ESt10shared_ptrINS_24InitializationResultImplEERKNSt10filesystem7__cxx114pathESt17basic_string_viewIcSt11char_traitsIcEESD_SD_RKSt6vectorISD_SaISD_EE
7042
7042
  _GLOBAL__I_65535_0__ZN4node12SnapshotData6kMagicE
7043
7043
  _GLOBAL__I_65535_0__ZN4node12shadow_realm11ShadowRealm3NewEPNS_11EnvironmentE
7044
7044
  _GLOBAL__I_65535_0__ZN4node12wasm_web_api19WasmStreamingObject10InitializeEPNS_11EnvironmentE
@@ -7066,7 +7066,6 @@ _GLOBAL__I_65535_0__ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInf
7066
7066
  _GLOBAL__I_65535_0__ZN4node23WorkerThreadsTaskRunnerC2Ei
7067
7067
  _GLOBAL__I_65535_0__ZN4node25ExternalReferenceRegistry19external_referencesEv
7068
7068
  _GLOBAL__I_65535_0__ZN4node26DecreaseSignalHandlerCountEi
7069
- _GLOBAL__I_65535_0__ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
7070
7069
  _GLOBAL__I_65535_0__ZN4node2os10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
7071
7070
  _GLOBAL__I_65535_0__ZN4node2uv7ErrNameERKN2v820FunctionCallbackInfoINS1_5ValueEEE
7072
7071
  _GLOBAL__I_65535_0__ZN4node31AllowWasmCodeGenerationCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_6StringEEE
@@ -7188,6 +7187,7 @@ _GLOBAL__I_65535_0__ZNK2v88internal8compiler21PropertyAccessBuilder5graphEv
7188
7187
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
7189
7188
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
7190
7189
  _GLOBAL__I_65535_0__ZNK4node16encoding_binding11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7190
+ _GLOBAL__I_65535_0__ZNK4node2fs18FSContinuationData10MemoryInfoEPNS_13MemoryTrackerE
7191
7191
  _GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
7192
7192
  _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7193
7193
  _GLOBAL__I_65535_0__ZNK4node4quic14PathDescriptor8ToStringB5cxx11Ev
@@ -7455,6 +7455,7 @@ _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2
7455
7455
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7456
7456
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7457
7457
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7458
+ _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEESC_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7458
7459
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7459
7460
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7460
7461
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
@@ -60679,8 +60680,8 @@ _ZN4node10AsyncHooksD0Ev
60679
60680
  _ZN4node10AsyncHooksD1Ev
60680
60681
  _ZN4node10BaseObject11OnGCCollectEv
60681
60682
  _ZN4node10BaseObject12pointer_dataEv
60682
- _ZN4node10BaseObject16InternalFieldGetILi3EEEvN2v85LocalINS2_6StringEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
60683
- _ZN4node10BaseObject16InternalFieldSetILi3EXadL_ZNK2v85Value10IsFunctionEvEEEEvNS2_5LocalINS2_6StringEEENS4_IS3_EERKNS2_20PropertyCallbackInfoIvEE
60683
+ _ZN4node10BaseObject16InternalFieldGetILi3EEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
60684
+ _ZN4node10BaseObject16InternalFieldSetILi3EXadL_ZNK2v85Value10IsFunctionEvEEEEvRKNS2_20FunctionCallbackInfoIS3_EE
60684
60685
  _ZN4node10BaseObject17decrease_refcountEv
60685
60686
  _ZN4node10BaseObject17increase_refcountEv
60686
60687
  _ZN4node10BaseObject20FinalizeTransferReadEN2v85LocalINS1_7ContextEEEPNS1_17ValueDeserializerE
@@ -60748,6 +60749,7 @@ _ZN4node10SignalExitEiP9siginfo_tPv
60748
60749
  _ZN4node10StreamBase10AddMethodsEPNS_11EnvironmentEN2v85LocalINS3_16FunctionTemplateEEE
60749
60750
  _ZN4node10StreamBase10AddMethodsEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
60750
60751
  _ZN4node10StreamBase10ReadStopJSERKN2v820FunctionCallbackInfoINS1_5ValueEEE
60752
+ _ZN4node10StreamBase11AddAccessorEPN2v87IsolateENS1_5LocalINS1_9SignatureEEENS1_17PropertyAttributeENS4_INS1_16FunctionTemplateEEEPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEESG_NS4_INS1_6StringEEE
60751
60753
  _ZN4node10StreamBase11GetExternalERKN2v820FunctionCallbackInfoINS1_5ValueEEE
60752
60754
  _ZN4node10StreamBase11ReadStartJSERKN2v820FunctionCallbackInfoINS1_5ValueEEE
60753
60755
  _ZN4node10StreamBase11WriteBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -60987,6 +60989,7 @@ _ZN4node10permission12FSPermission9RadixTreeC1Ev
60987
60989
  _ZN4node10permission12FSPermission9RadixTreeC2Ev
60988
60990
  _ZN4node10permission12FSPermission9RadixTreeD1Ev
60989
60991
  _ZN4node10permission12FSPermission9RadixTreeD2Ev
60992
+ _ZN4node10permission14WASIPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
60990
60993
  _ZN4node10permission16WorkerPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
60991
60994
  _ZN4node10permission19InspectorPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
60992
60995
  _ZN4node10permission22ChildProcessPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
@@ -61104,6 +61107,7 @@ _ZN4node11SPrintFImplIPN2v86ObjectEJRA24_KcEEENSt7__cxx1112basic_stringIcSt11cha
61104
61107
  _ZN4node11SPrintFImplIPN2v86ObjectEJRA30_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS4_OT_DpOT0_
61105
61108
  _ZN4node11SPrintFImplIPN2v86ObjectEJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES9_PKcOT_DpOT0_
61106
61109
  _ZN4node11SPrintFImplIPN2v86ObjectEJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61110
+ _ZN4node11SPrintFImplIPN2v87ContextEJRPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61107
61111
  _ZN4node11SPrintFImplIPcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61108
61112
  _ZN4node11SPrintFImplIPcJRKiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61109
61113
  _ZN4node11SPrintFImplIPcJRKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
@@ -61118,6 +61122,7 @@ _ZN4node11SPrintFImplIRA20_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
61118
61122
  _ZN4node11SPrintFImplIRA21_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
61119
61123
  _ZN4node11SPrintFImplIRA22_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
61120
61124
  _ZN4node11SPrintFImplIRA24_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
61125
+ _ZN4node11SPrintFImplIRA256_cJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61121
61126
  _ZN4node11SPrintFImplIRA2_KcJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS6_SaIcEEEPS1_OT_DpOT0_
61122
61127
  _ZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
61123
61128
  _ZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
@@ -61187,6 +61192,7 @@ _ZN4node11SPrintFImplIRPKcJS2_RA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_tra
61187
61192
  _ZN4node11SPrintFImplIRPKcJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
61188
61193
  _ZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
61189
61194
  _ZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_
61195
+ _ZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61190
61196
  _ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_
61191
61197
  _ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
61192
61198
  _ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
@@ -61247,6 +61253,7 @@ _ZN4node11SPrintFImplIhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEP
61247
61253
  _ZN4node11SPrintFImplIiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61248
61254
  _ZN4node11SPrintFImplIiJPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61249
61255
  _ZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61256
+ _ZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
61250
61257
  _ZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
61251
61258
  _ZN4node11SPrintFImplIiJRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_
61252
61259
  _ZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
@@ -61335,10 +61342,12 @@ _ZN4node11performance6NotifyERKN2v820FunctionCallbackInfoINS1_5ValueEEE
61335
61342
  _ZN4node11performancelsERSoRKNS0_16PerformanceState13SerializeInfoE
61336
61343
  _ZN4node11task_runner11EscapeShellB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
61337
61344
  _ZN4node11task_runner13ProcessRunner12ExitCallbackEP12uv_process_sli
61345
+ _ZN4node11task_runner13ProcessRunner23SetEnvironmentVariablesEv
61338
61346
  _ZN4node11task_runner13ProcessRunner3RunEv
61339
61347
  _ZN4node11task_runner13ProcessRunner6OnExitEli
61340
- _ZN4node11task_runner13ProcessRunnerC1ESt10shared_ptrINS_24InitializationResultImplEESt17basic_string_viewIcSt11char_traitsIcEERKSt6vectorIS8_SaIS8_EE
61341
- _ZN4node11task_runner13ProcessRunnerC2ESt10shared_ptrINS_24InitializationResultImplEESt17basic_string_viewIcSt11char_traitsIcEERKSt6vectorIS8_SaIS8_EE
61348
+ _ZN4node11task_runner13ProcessRunnerC1ESt10shared_ptrINS_24InitializationResultImplEERKNSt10filesystem7__cxx114pathESt17basic_string_viewIcSt11char_traitsIcEESD_SD_RKSt6vectorISD_SaISD_EE
61349
+ _ZN4node11task_runner13ProcessRunnerC2ESt10shared_ptrINS_24InitializationResultImplEERKNSt10filesystem7__cxx114pathESt17basic_string_viewIcSt11char_traitsIcEESD_SD_RKSt6vectorISD_SaISD_EE
61350
+ _ZN4node11task_runner15FindPackageJsonERKNSt10filesystem7__cxx114pathE
61342
61351
  _ZN4node11task_runner17GetPositionalArgsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
61343
61352
  _ZN4node11task_runner7RunTaskESt10shared_ptrINS_24InitializationResultImplEESt17basic_string_viewIcSt11char_traitsIcEERKSt6vectorIS7_SaIS7_EE
61344
61353
  _ZN4node11trim_spacesESt17basic_string_viewIcSt11char_traitsIcEE
@@ -62503,6 +62512,7 @@ _ZN4node24NodeArrayBufferAllocator7GetImplEv
62503
62512
  _ZN4node24NodeArrayBufferAllocator8AllocateEm
62504
62513
  _ZN4node24NodeArrayBufferAllocatorD0Ev
62505
62514
  _ZN4node24NodeArrayBufferAllocatorD1Ev
62515
+ _ZN4node24SerializeNodeContextDataEN2v85LocalINS0_7ContextEEEiPv
62506
62516
  _ZN4node24base64_decode_group_slowIcEEbPcmPKT_mPmS5_
62507
62517
  _ZN4node24base64_decode_group_slowIhEEbPcmPKT_mPmS5_
62508
62518
  _ZN4node24base64_decode_group_slowItEEbPcmPKT_mPmS5_
@@ -62530,6 +62540,7 @@ _ZN4node25SetFastMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEESt1
62530
62540
  _ZN4node26BuildCodeCacheFromSnapshotEPNS_12SnapshotDataERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESC_
62531
62541
  _ZN4node26CreateArrayBufferAllocatorEv
62532
62542
  _ZN4node26DecreaseSignalHandlerCountEi
62543
+ _ZN4node26DeserializeNodeContextDataEN2v85LocalINS0_7ContextEEEiNS0_11StartupDataEPv
62533
62544
  _ZN4node26DetermineSpecificErrorTypeB5cxx11EPNS_11EnvironmentEN2v85LocalINS2_5ValueEEE
62534
62545
  _ZN4node26ERR_CONSTRUCT_CALL_INVALIDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62535
62546
  _ZN4node26ERR_CRYPTO_INVALID_COUNTERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -62776,7 +62787,6 @@ _ZN4node2fs19AfterOpenFileHandleEP7uv_fs_s
62776
62787
  _ZN4node2fs26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
62777
62788
  _ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62778
62789
  _ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62779
- _ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
62780
62790
  _ZN4node2fs9AfterStatEP7uv_fs_s
62781
62791
  _ZN4node2fs9FSReqBase12binding_dataEv
62782
62792
  _ZN4node2fs9FSReqBaseD0Ev
@@ -62805,6 +62815,7 @@ _ZN4node31THROW_ERR_CRYPTO_UNKNOWN_CIPHEREPN2v87IsolateE
62805
62815
  _ZN4node32ERR_BUFFER_CONTEXT_NOT_AVAILABLEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62806
62816
  _ZN4node32ERR_CRYPTO_INITIALIZATION_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62807
62817
  _ZN4node32ERR_CRYPTO_INVALID_SCRYPT_PARAMSIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62818
+ _ZN4node32ERR_CRYPTO_INVALID_SCRYPT_PARAMSIJRA256_cEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateEPKcDpOT_
62808
62819
  _ZN4node32ERR_CRYPTO_JWK_UNSUPPORTED_CURVEIJPKcEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateES2_DpOT_
62809
62820
  _ZN4node32ERR_CRYPTO_UNSUPPORTED_OPERATIONIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62810
62821
  _ZN4node32ERR_SCRIPT_EXECUTION_INTERRUPTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -63914,8 +63925,6 @@ _ZN4node6Buffer6LengthEN2v85LocalINS1_6ObjectEEE
63914
63925
  _ZN4node6Dotenv12ParseContentESt17basic_string_viewIcSt11char_traitsIcEE
63915
63926
  _ZN4node6Dotenv14SetEnvironmentEPNS_11EnvironmentE
63916
63927
  _ZN4node6Dotenv15GetPathFromArgsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
63917
- _ZN4node6Dotenv28AssignNodeOptionsIfAvailableEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
63918
- _ZN4node6Dotenv8ToObjectEPNS_11EnvironmentE
63919
63928
  _ZN4node6Dotenv9ParsePathESt17basic_string_viewIcSt11char_traitsIcEE
63920
63929
  _ZN4node6DotenvD1Ev
63921
63930
  _ZN4node6EncodeEPN2v87IsolateEPKcmNS_8encodingE
@@ -65095,6 +65104,7 @@ _ZN4node7FPrintFIJhEEEvP4FILEPKcDpOT_
65095
65104
  _ZN4node7FPrintFIJiEEEvP4FILEPKcDpOT_
65096
65105
  _ZN4node7FPrintFIJiPN2v86ObjectEEEEvP4FILEPKcDpOT_
65097
65106
  _ZN4node7FPrintFIJiPN2v86ObjectEiEEEvP4FILEPKcDpOT_
65107
+ _ZN4node7FPrintFIJiPN2v87ContextERPvEEEvP4FILEPKcDpOT_
65098
65108
  _ZN4node7FPrintFIJiRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
65099
65109
  _ZN4node7FPrintFIJjEEEvP4FILEPKcDpOT_
65100
65110
  _ZN4node7FPrintFIJlEEEvP4FILEPKcDpOT_
@@ -65154,6 +65164,7 @@ _ZN4node7SPrintFIJPcRKiiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEP
65154
65164
  _ZN4node7SPrintFIJPcS1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65155
65165
  _ZN4node7SPrintFIJPcS1_RKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65156
65166
  _ZN4node7SPrintFIJR24nghttp2_headers_categoryEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65167
+ _ZN4node7SPrintFIJRA256_cEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65157
65168
  _ZN4node7SPrintFIJRA2_KcRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS6_SaIcEEEPS1_DpOT_
65158
65169
  _ZN4node7SPrintFIJRA3_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
65159
65170
  _ZN4node7SPrintFIJRA8_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
@@ -65254,6 +65265,7 @@ _ZN4node7SPrintFIJhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpO
65254
65265
  _ZN4node7SPrintFIJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65255
65266
  _ZN4node7SPrintFIJiPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65256
65267
  _ZN4node7SPrintFIJiPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65268
+ _ZN4node7SPrintFIJiPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65257
65269
  _ZN4node7SPrintFIJiRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcDpOT_
65258
65270
  _ZN4node7SPrintFIJiRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
65259
65271
  _ZN4node7SPrintFIJjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
@@ -65357,7 +65369,7 @@ _ZN4node7binding4DLibC2EPKci
65357
65369
  _ZN4node7binding6DLOpenERKN2v820FunctionCallbackInfoINS1_5ValueEEE
65358
65370
  _ZN4node7modules11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
65359
65371
  _ZN4node7modules11BindingData14GetPackageJSONEPNS_5RealmESt17basic_string_viewIcSt11char_traitsIcEEPNS1_12ErrorContextE
65360
- _ZN4node7modules11BindingData14TraverseParentEPNS_5RealmESt17basic_string_viewIcSt11char_traitsIcEE
65372
+ _ZN4node7modules11BindingData14TraverseParentEPNS_5RealmERKNSt10filesystem7__cxx114pathE
65361
65373
  _ZN4node7modules11BindingData15ReadPackageJSONERKN2v820FunctionCallbackInfoINS2_5ValueEEE
65362
65374
  _ZN4node7modules11BindingData21GetPackageScopeConfigERKN2v820FunctionCallbackInfoINS2_5ValueEEE
65363
65375
  _ZN4node7modules11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
@@ -75985,6 +75997,7 @@ _ZNK2v88internal8GCTracer61CurrentOldGenerationAllocationThroughputInBytesPerMil
75985
75997
  _ZNK2v88internal8GCTracer6OutputEPKcz
75986
75998
  _ZNK2v88internal8GCTracer8PrintNVPEv
75987
75999
  _ZNK2v88internal8JSObject21GetEmbedderFieldCountEv
76000
+ _ZNK2v88internal8JSObject40HasTypedArrayOrRabGsabTypedArrayElementsEv
75988
76001
  _ZNK2v88internal8JSRegExp15backtrack_limitEv
75989
76002
  _ZNK2v88internal8JSRegExp4codeENS0_17IsolateForSandboxEb
75990
76003
  _ZNK2v88internal8JSRegExp8bytecodeEb
@@ -78377,6 +78390,7 @@ _ZNK4node10mksnapshot11BindingData8SelfSizeEv
78377
78390
  _ZNK4node10permission10Permission16is_scope_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
78378
78391
  _ZNK4node10permission12FSPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
78379
78392
  _ZNK4node10permission12FSPermission9RadixTree6LookupERKSt17basic_string_viewIcSt11char_traitsIcEEb
78393
+ _ZNK4node10permission14WASIPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
78380
78394
  _ZNK4node10permission16WorkerPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
78381
78395
  _ZNK4node10permission19InspectorPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
78382
78396
  _ZNK4node10permission22ChildProcessPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
@@ -79127,6 +79141,8 @@ _ZNK4node5http29Http2Ping10MemoryInfoEPNS_13MemoryTrackerE
79127
79141
  _ZNK4node5http29Http2Ping14MemoryInfoNameEv
79128
79142
  _ZNK4node5http29Http2Ping8SelfSizeEv
79129
79143
  _ZNK4node5http29Http2Ping8callbackEv
79144
+ _ZNK4node6Dotenv28AssignNodeOptionsIfAvailableEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
79145
+ _ZNK4node6Dotenv8ToObjectEPNS_11EnvironmentE
79130
79146
  _ZNK4node6crypto10CipherBase10MemoryInfoEPNS_13MemoryTrackerE
79131
79147
  _ZNK4node6crypto10CipherBase14MemoryInfoNameEv
79132
79148
  _ZNK4node6crypto10CipherBase19IsAuthenticatedModeEv
@@ -82919,6 +82935,8 @@ _ZNSt10_HashtableImSt4pairIKmN4node9inspector10WorkerInfoEESaIS5_ENSt8__detail10
82919
82935
  _ZNSt10_HashtableImSt4pairIKmPN2v88internal10CancelableEESaIS6_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEE8_M_eraseEmPNS8_15_Hash_node_baseEPNS8_10_Hash_nodeIS6_Lb0EEE
82920
82936
  _ZNSt10_HashtableImSt4pairIKmmESaIS2_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEmRS1_
82921
82937
  _ZNSt10__weak_ptrIN12v8_inspector16EvaluateCallbackELN9__gnu_cxx12_Lock_policyE2EEC2ERKS4_
82938
+ _ZNSt10filesystem7__cxx114pathC1ERKS1_
82939
+ _ZNSt10filesystem7__cxx114pathD1Ev
82922
82940
  _ZNSt10shared_ptrIN4node17PerProcessOptionsEED1Ev
82923
82941
  _ZNSt10shared_ptrIN4node7KVStoreEED1Ev
82924
82942
  _ZNSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS1_EED1Ev
@@ -83599,6 +83617,11 @@ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission12FSPermissionESaIS2_ELN9__gnu_
83599
83617
  _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission12FSPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
83600
83618
  _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission12FSPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED0Ev
83601
83619
  _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission12FSPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED1Ev
83620
+ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
83621
+ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
83622
+ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
83623
+ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED0Ev
83624
+ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED1Ev
83602
83625
  _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
83603
83626
  _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
83604
83627
  _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
@@ -84490,9 +84513,9 @@ _ZNSt6vectorISt10unique_ptrIN4node9inspector8protocol5ValueESt14default_deleteIS
84490
84513
  _ZNSt6vectorISt10unique_ptrIN5cppgc8internal9BaseSpaceESt14default_deleteIS3_EESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_
84491
84514
  _ZNSt6vectorISt10unique_ptrISt5arrayIN5cppgc8internal14PersistentNodeELm256EESt14default_deleteIS5_EESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_
84492
84515
  _ZNSt6vectorISt10unique_ptrIjSt14default_deleteIjEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84516
+ _ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EE17_M_realloc_insertIJPKcmEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84493
84517
  _ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EE17_M_realloc_insertIJRKNSt7__cxx1112basic_stringIcS2_SaIcEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84494
84518
  _ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EE17_M_realloc_insertIJRPKclEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84495
- _ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84496
84519
  _ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EED1Ev
84497
84520
  _ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESaISD_EE17_M_realloc_insertIJSD_EEEvN9__gnu_cxx17__normal_iteratorIPSD_SF_EEDpOT_
84498
84521
  _ZNSt6vectorISt4pairIN12v8_inspector8String16ESt10unique_ptrINS1_8protocol15DictionaryValueESt14default_deleteIS5_EEESaIS9_EE17_M_realloc_insertIJS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_
@@ -84810,6 +84833,7 @@ _ZNSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEE15_M_insert_dummyEv
84810
84833
  _ZNSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEE15_M_insert_stateENS_6_StateIcEE
84811
84834
  _ZNSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEE16_M_insert_repeatEllb
84812
84835
  _ZNSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEE17_M_insert_matcherESt8functionIFbcEE
84836
+ _ZNSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEE21_M_insert_subexpr_endEv
84813
84837
  _ZNSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEE23_M_insert_subexpr_beginEv
84814
84838
  _ZNSt8__detail8_ScannerIcE10_M_advanceEv
84815
84839
  _ZNSt8__detail8_ScannerIcE12_M_eat_classEc
@@ -88742,6 +88766,7 @@ _ZTVN4node10contextify16ContextifyScriptE
88742
88766
  _ZTVN4node10contextify17ContextifyContextE
88743
88767
  _ZTVN4node10mksnapshot11BindingDataE
88744
88768
  _ZTVN4node10permission12FSPermissionE
88769
+ _ZTVN4node10permission14WASIPermissionE
88745
88770
  _ZTVN4node10permission16WorkerPermissionE
88746
88771
  _ZTVN4node10permission19InspectorPermissionE
88747
88772
  _ZTVN4node10permission22ChildProcessPermissionE
@@ -89721,6 +89746,7 @@ _ZTVSt23_Sp_counted_ptr_inplaceIN2v88platform27DefaultForegroundTaskRunnerESaIS2
89721
89746
  _ZTVSt23_Sp_counted_ptr_inplaceIN2v88platform30DefaultWorkerThreadsTaskRunnerESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
89722
89747
  _ZTVSt23_Sp_counted_ptr_inplaceIN4node10MapKVStoreESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE
89723
89748
  _ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission12FSPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
89749
+ _ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
89724
89750
  _ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
89725
89751
  _ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission19InspectorPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
89726
89752
  _ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission22ChildProcessPermissionESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
@@ -90320,6 +90346,7 @@ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_I
90320
90346
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90321
90347
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90322
90348
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90349
+ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEESC_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90323
90350
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90324
90351
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90325
90352
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
@@ -92651,7 +92678,7 @@ _ZZN4absl18container_internal12raw_hash_setINS0_17FlatHashMapPolicyISt4pairIN2v8
92651
92678
  _ZZN4absl18container_internal12raw_hash_setINS0_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS3_8internal8compiler10turboshaft16SnapshotTableKeyINS8_7OpIndexENS8_7KeyDataEEENS8_16OffsetListTraitsEEEEENS_13hash_internal4HashIiEESt8equal_toIiENS6_13ZoneAllocatorISt4pairIKiSE_EEEE18GetPolicyFunctionsEvE5value
92652
92679
  _ZZN4absl18container_internal12raw_hash_setINS0_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS_13hash_internal4HashIiEESt8equal_toIiENS4_13ZoneAllocatorISt4pairIKiS7_EEEE18GetPolicyFunctionsEvE5value
92653
92680
  _ZZN4absl18container_internal12raw_hash_setINS0_17FlatHashSetPolicyIN2v88internal8compiler10turboshaft7OpIndexEEENS_13hash_internal4HashIS7_EESt8equal_toIS7_ENS4_13ZoneAllocatorIS7_EEE18GetPolicyFunctionsEvE5value
92654
- _ZZN4node10BaseObject16InternalFieldSetILi3EXadL_ZNK2v85Value10IsFunctionEvEEEEvNS2_5LocalINS2_6StringEEENS4_IS3_EERKNS2_20PropertyCallbackInfoIvEEE4args
92681
+ _ZZN4node10BaseObject16InternalFieldSetILi3EXadL_ZNK2v85Value10IsFunctionEvEEEEvRKNS2_20FunctionCallbackInfoIS3_EEE4args
92655
92682
  _ZZN4node10BaseObject6DetachEvE4args
92656
92683
  _ZZN4node10StreamBase11WriteStringILNS_8encodingE0EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
92657
92684
  _ZZN4node10StreamBase11WriteStringILNS_8encodingE0EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_0
@@ -92831,6 +92858,8 @@ _ZZN4node11SPrintFImplIPN2v86ObjectEJRNSt7__cxx1112basic_stringIcSt11char_traits
92831
92858
  _ZZN4node11SPrintFImplIPN2v86ObjectEJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES9_PKcOT_DpOT0_E4args_1
92832
92859
  _ZZN4node11SPrintFImplIPN2v86ObjectEJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
92833
92860
  _ZZN4node11SPrintFImplIPN2v86ObjectEJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
92861
+ _ZZN4node11SPrintFImplIPN2v87ContextEJRPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
92862
+ _ZZN4node11SPrintFImplIPN2v87ContextEJRPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
92834
92863
  _ZZN4node11SPrintFImplIPcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
92835
92864
  _ZZN4node11SPrintFImplIPcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
92836
92865
  _ZZN4node11SPrintFImplIPcJRKiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
@@ -92859,6 +92888,8 @@ _ZZN4node11SPrintFImplIRA22_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcES
92859
92888
  _ZZN4node11SPrintFImplIRA22_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
92860
92889
  _ZZN4node11SPrintFImplIRA24_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args
92861
92890
  _ZZN4node11SPrintFImplIRA24_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
92891
+ _ZZN4node11SPrintFImplIRA256_cJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
92892
+ _ZZN4node11SPrintFImplIRA256_cJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
92862
92893
  _ZZN4node11SPrintFImplIRA2_KcJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS6_SaIcEEEPS1_OT_DpOT0_E4args
92863
92894
  _ZZN4node11SPrintFImplIRA2_KcJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS6_SaIcEEEPS1_OT_DpOT0_E4args_0
92864
92895
  _ZZN4node11SPrintFImplIRA30_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args
@@ -92997,6 +93028,8 @@ _ZZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcES
92997
93028
  _ZZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
92998
93029
  _ZZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_E4args
92999
93030
  _ZZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_E4args_1
93031
+ _ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
93032
+ _ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
93000
93033
  _ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E4args
93001
93034
  _ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E4args_0
93002
93035
  _ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E4args
@@ -93117,6 +93150,8 @@ _ZZN4node11SPrintFImplIiJPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_tra
93117
93150
  _ZZN4node11SPrintFImplIiJPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
93118
93151
  _ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
93119
93152
  _ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
93153
+ _ZZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
93154
+ _ZZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
93120
93155
  _ZZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
93121
93156
  _ZZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_0
93122
93157
  _ZZN4node11SPrintFImplIiJRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_E4args
@@ -93389,8 +93424,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
93389
93424
  _ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
93390
93425
  _ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
93391
93426
  _ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
93392
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic342
93393
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic344
93427
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic319
93428
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic321
93394
93429
  _ZZN4node2fs10FileHandle5CloseEvE4args
93395
93430
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
93396
93431
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
@@ -93721,6 +93756,8 @@ _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag
93721
93756
  _ZZNSt8__detail13__to_chars_16IjEENSt9enable_ifIXsrSt5__or_IJS2_IJSt7is_sameINSt9remove_cvIT_E4typeEaES3_IS7_sES3_IS7_iES3_IS7_lES3_IS7_xES3_IS7_nEEES2_IJS3_IS7_hES3_IS7_tES3_IS7_jES3_IS7_mES3_IS7_yES3_IS7_oEEES3_IcS7_EEE5valueESt15to_chars_resultE4typeEPcSR_S5_E8__digits
93722
93757
  _ZZNSt8__detail18__to_chars_10_implIjEEvPcjT_E8__digits
93723
93758
  _ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits
93759
+ _ZZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE18_M_expression_termILb1ELb0EEEbRSt4pairIbcERNS_15_BracketMatcherIS3_XT_EXT0_EEEENKUlcE_clEc
93760
+ _ZZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE18_M_expression_termILb1ELb1EEEbRSt4pairIbcERNS_15_BracketMatcherIS3_XT_EXT0_EEEENKUlcE_clEc
93724
93761
  _ZZSt9call_onceIRFvvEJEEvRSt9once_flagOT_DpOT0_ENUlvE0_4_FUNEv
93725
93762
  _ZZZN4node14ThreadPoolWork12ScheduleWorkEvENKUlP9uv_work_sE_clES2_E27trace_event_unique_atomic42
93726
93763
  _ZZZN4node14ThreadPoolWork12ScheduleWorkEvENKUlP9uv_work_sE_clES2_E27trace_event_unique_atomic45
@@ -93940,6 +93977,13 @@ ares__htable_szvp_get_direct
93940
93977
  ares__htable_szvp_insert
93941
93978
  ares__htable_szvp_num_keys
93942
93979
  ares__htable_szvp_remove
93980
+ ares__htable_vpvp_create
93981
+ ares__htable_vpvp_destroy
93982
+ ares__htable_vpvp_get
93983
+ ares__htable_vpvp_get_direct
93984
+ ares__htable_vpvp_insert
93985
+ ares__htable_vpvp_num_keys
93986
+ ares__htable_vpvp_remove
93943
93987
  ares__if_indextoname
93944
93988
  ares__if_nametoindex
93945
93989
  ares__iface_ips
@@ -94029,6 +94073,7 @@ ares__strsplit
94029
94073
  ares__strsplit_duplicate
94030
94074
  ares__strsplit_free
94031
94075
  ares__subnet_match
94076
+ ares__sysconfig_set_options
94032
94077
  ares__thread_cond_broadcast
94033
94078
  ares__thread_cond_create
94034
94079
  ares__thread_cond_destroy
@@ -94122,6 +94167,8 @@ ares_dns_section_isvalid
94122
94167
  ares_dns_section_tostr
94123
94168
  ares_dns_write
94124
94169
  ares_dup
94170
+ ares_event_configchg_destroy
94171
+ ares_event_configchg_init
94125
94172
  ares_event_thread_destroy
94126
94173
  ares_event_thread_init
94127
94174
  ares_event_update
@@ -94136,6 +94183,7 @@ ares_free_data
94136
94183
  ares_free_hostent
94137
94184
  ares_free_string
94138
94185
  ares_freeaddrinfo
94186
+ ares_get_server_addr
94139
94187
  ares_get_servers
94140
94188
  ares_get_servers_csv
94141
94189
  ares_get_servers_ports
@@ -94195,6 +94243,7 @@ ares_send_dnsrec
94195
94243
  ares_set_local_dev
94196
94244
  ares_set_local_ip4
94197
94245
  ares_set_local_ip6
94246
+ ares_set_server_state_callback
94198
94247
  ares_set_servers
94199
94248
  ares_set_servers_csv
94200
94249
  ares_set_servers_ports
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
- #define NODE_MINOR_VERSION 2
26
+ #define NODE_MINOR_VERSION 3
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -11,7 +11,7 @@
11
11
  #define V8_MAJOR_VERSION 12
12
12
  #define V8_MINOR_VERSION 4
13
13
  #define V8_BUILD_NUMBER 254
14
- #define V8_PATCH_LEVEL 14
14
+ #define V8_PATCH_LEVEL 20
15
15
 
16
16
  // Use 1 for candidates and 0 otherwise.
17
17
  // (Boolean macro values are not supported by all preprocessors.)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v22.2.0",
3
+ "version": "v22.3.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -88,6 +88,9 @@ Allow using native addons when using the permission model.
88
88
  .It Fl -allow-child-process
89
89
  Allow spawning process when using the permission model.
90
90
  .
91
+ .It Fl -allow-wasi
92
+ Allow execution of WASI when using the permission model.
93
+ .
91
94
  .It Fl -allow-worker
92
95
  Allow creating worker threads when using the permission model.
93
96
  .
@@ -185,6 +188,15 @@ Use this flag to enable ShadowRealm support.
185
188
  .It Fl -experimental-test-coverage
186
189
  Enable code coverage in the test runner.
187
190
  .
191
+ .It Fl -experimental-test-module-mocks
192
+ Enable module mocking in the test runner.
193
+ .
194
+ .It Fl -experimental-test-snapshots
195
+ Enable snapshot testing in the test runner.
196
+ .
197
+ .It Fl -experimental-eventsource
198
+ Enable experimental support for the EventSource Web API.
199
+ .
188
200
  .It Fl -no-experimental-fetch
189
201
  Disable experimental support for the Fetch API.
190
202
  .
@@ -454,6 +466,9 @@ whose name matches the provided pattern.
454
466
  .It Fl -test-timeout
455
467
  A number of milliseconds the test execution will fail after.
456
468
  .
469
+ .It Fl -test-update-snapshots
470
+ Regenerates the snapshot file used by the test runner for snapshot testing.
471
+ .
457
472
  .It Fl -throw-deprecation
458
473
  Throw errors for deprecations.
459
474
  .