node-aix-ppc64 22.4.1 → 22.5.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.5.0">22.5.0</a><br/>
11
12
  <a href="#22.4.1">22.4.1</a><br/>
12
13
  <a href="#22.4.0">22.4.0</a><br/>
13
14
  <a href="#22.3.0">22.3.0</a><br/>
@@ -42,6 +43,162 @@
42
43
  * [io.js](CHANGELOG_IOJS.md)
43
44
  * [Archive](CHANGELOG_ARCHIVE.md)
44
45
 
46
+ <a id="22.5.0"></a>
47
+
48
+ ## 2024-07-16, Version 22.5.0 (Current), @RafaelGSS prepared by @aduh95
49
+
50
+ ### Notable Changes
51
+
52
+ * \[[`1367c5558e`](https://github.com/nodejs/node/commit/1367c5558e)] - **(SEMVER-MINOR)** **http**: expose websockets (Natalia Venditto) [#53721](https://github.com/nodejs/node/pull/53721)
53
+ * \[[`b31394920d`](https://github.com/nodejs/node/commit/b31394920d)] - **(SEMVER-MINOR)** **lib**: add `node:sqlite` module (Colin Ihrig) [#53752](https://github.com/nodejs/node/pull/53752)
54
+ * \[[`aa7df9551d`](https://github.com/nodejs/node/commit/aa7df9551d)] - **module**: add `__esModule` to `require()`'d ESM (Joyee Cheung) [#52166](https://github.com/nodejs/node/pull/52166)
55
+ * \[[`8743c4d65a`](https://github.com/nodejs/node/commit/8743c4d65a)] - **(SEMVER-MINOR)** **path**: add `matchesGlob` method (Aviv Keller) [#52881](https://github.com/nodejs/node/pull/52881)
56
+ * \[[`77936c3d24`](https://github.com/nodejs/node/commit/77936c3d24)] - **(SEMVER-MINOR)** **process**: port on-exit-leak-free to core (Vinicius Lourenço) [#53239](https://github.com/nodejs/node/pull/53239)
57
+ * \[[`82d88a83f8`](https://github.com/nodejs/node/commit/82d88a83f8)] - **(SEMVER-MINOR)** **stream**: pipeline wait for close before calling the callback (jakecastelli) [#53462](https://github.com/nodejs/node/pull/53462)
58
+ * \[[`3a0fcbb17a`](https://github.com/nodejs/node/commit/3a0fcbb17a)] - **test\_runner**: support glob matching coverage files (Aviv Keller) [#53553](https://github.com/nodejs/node/pull/53553)
59
+ * \[[`22ca334090`](https://github.com/nodejs/node/commit/22ca334090)] - **(SEMVER-MINOR)** **worker**: add `postMessageToThread` (Paolo Insogna) [#53682](https://github.com/nodejs/node/pull/53682)
60
+
61
+ ### Commits
62
+
63
+ * \[[`eb4e370933`](https://github.com/nodejs/node/commit/eb4e370933)] - **benchmark**: add require-esm benchmark (Joyee Cheung) [#52166](https://github.com/nodejs/node/pull/52166)
64
+ * \[[`4d4a8338db`](https://github.com/nodejs/node/commit/4d4a8338db)] - **benchmark**: add cpSync benchmark (Yagiz Nizipli) [#53612](https://github.com/nodejs/node/pull/53612)
65
+ * \[[`3d60b38afa`](https://github.com/nodejs/node/commit/3d60b38afa)] - **build**: fix build warning of c-ares under GN build (Cheng) [#53750](https://github.com/nodejs/node/pull/53750)
66
+ * \[[`a45c801048`](https://github.com/nodejs/node/commit/a45c801048)] - **build**: fix build error in sqlite under GN build (Cheng) [#53686](https://github.com/nodejs/node/pull/53686)
67
+ * \[[`40032eb623`](https://github.com/nodejs/node/commit/40032eb623)] - **build**: add gn files for deps/nbytes (Cheng) [#53685](https://github.com/nodejs/node/pull/53685)
68
+ * \[[`082799debb`](https://github.com/nodejs/node/commit/082799debb)] - **build**: fix mac build error of c-ares under GN (Cheng) [#53687](https://github.com/nodejs/node/pull/53687)
69
+ * \[[`b05394ea6a`](https://github.com/nodejs/node/commit/b05394ea6a)] - **build**: add version-specific library path for AIX (Richard Lau) [#53585](https://github.com/nodejs/node/pull/53585)
70
+ * \[[`6237172eaf`](https://github.com/nodejs/node/commit/6237172eaf)] - **cli**: update `node.1` to reflect Atom's sunset (Aviv Keller) [#53734](https://github.com/nodejs/node/pull/53734)
71
+ * \[[`5697938cb7`](https://github.com/nodejs/node/commit/5697938cb7)] - **crypto**: avoid std::function (Tobias Nießen) [#53683](https://github.com/nodejs/node/pull/53683)
72
+ * \[[`3cc01aa314`](https://github.com/nodejs/node/commit/3cc01aa314)] - **crypto**: make deriveBits length parameter optional and nullable (Filip Skokan) [#53601](https://github.com/nodejs/node/pull/53601)
73
+ * \[[`f82e20fdea`](https://github.com/nodejs/node/commit/f82e20fdea)] - **crypto**: avoid taking ownership of OpenSSL objects (Tobias Nießen) [#53460](https://github.com/nodejs/node/pull/53460)
74
+ * \[[`ad1e5610ec`](https://github.com/nodejs/node/commit/ad1e5610ec)] - **deps**: update googletest to 4b21f1a (Node.js GitHub Bot) [#53842](https://github.com/nodejs/node/pull/53842)
75
+ * \[[`d285d610a0`](https://github.com/nodejs/node/commit/d285d610a0)] - **deps**: update minimatch to 10.0.1 (Node.js GitHub Bot) [#53841](https://github.com/nodejs/node/pull/53841)
76
+ * \[[`70f5209c9f`](https://github.com/nodejs/node/commit/70f5209c9f)] - **deps**: update corepack to 0.29.2 (Node.js GitHub Bot) [#53838](https://github.com/nodejs/node/pull/53838)
77
+ * \[[`4930e12a45`](https://github.com/nodejs/node/commit/4930e12a45)] - **deps**: update simdutf to 5.3.0 (Node.js GitHub Bot) [#53837](https://github.com/nodejs/node/pull/53837)
78
+ * \[[`d346833364`](https://github.com/nodejs/node/commit/d346833364)] - **deps**: update ada to 2.9.0 (Node.js GitHub Bot) [#53748](https://github.com/nodejs/node/pull/53748)
79
+ * \[[`ab8abb5367`](https://github.com/nodejs/node/commit/ab8abb5367)] - **deps**: upgrade npm to 10.8.2 (npm team) [#53799](https://github.com/nodejs/node/pull/53799)
80
+ * \[[`1ad664905a`](https://github.com/nodejs/node/commit/1ad664905a)] - **deps**: update nbytes and add update script (Yagiz Nizipli) [#53790](https://github.com/nodejs/node/pull/53790)
81
+ * \[[`a66f11e798`](https://github.com/nodejs/node/commit/a66f11e798)] - **deps**: update googletest to 34ad51b (Node.js GitHub Bot) [#53157](https://github.com/nodejs/node/pull/53157)
82
+ * \[[`9bf61d6a0d`](https://github.com/nodejs/node/commit/9bf61d6a0d)] - **deps**: update googletest to 305e5a2 (Node.js GitHub Bot) [#53157](https://github.com/nodejs/node/pull/53157)
83
+ * \[[`8542ace488`](https://github.com/nodejs/node/commit/8542ace488)] - **deps**: V8: cherry-pick 9ebca66a5740 (Chengzhong Wu) [#53755](https://github.com/nodejs/node/pull/53755)
84
+ * \[[`29a734c21d`](https://github.com/nodejs/node/commit/29a734c21d)] - **deps**: V8: cherry-pick e061cf9970d9 (Joyee Cheung) [#53755](https://github.com/nodejs/node/pull/53755)
85
+ * \[[`c7624af44a`](https://github.com/nodejs/node/commit/c7624af44a)] - **deps**: update c-ares to v1.32.1 (Node.js GitHub Bot) [#53753](https://github.com/nodejs/node/pull/53753)
86
+ * \[[`bbcec9e129`](https://github.com/nodejs/node/commit/bbcec9e129)] - **deps**: update minimatch to 9.0.5 (Node.js GitHub Bot) [#53646](https://github.com/nodejs/node/pull/53646)
87
+ * \[[`76032fd980`](https://github.com/nodejs/node/commit/76032fd980)] - **deps**: update c-ares to v1.32.0 (Node.js GitHub Bot) [#53722](https://github.com/nodejs/node/pull/53722)
88
+ * \[[`26386046ad`](https://github.com/nodejs/node/commit/26386046ad)] - **doc**: move MylesBorins to emeritus (Myles Borins) [#53760](https://github.com/nodejs/node/pull/53760)
89
+ * \[[`362875bda0`](https://github.com/nodejs/node/commit/362875bda0)] - **doc**: add Rafael to the last security release (Rafael Gonzaga) [#53769](https://github.com/nodejs/node/pull/53769)
90
+ * \[[`a1a5ad848d`](https://github.com/nodejs/node/commit/a1a5ad848d)] - **doc**: use mock.callCount() in examples (Sébastien Règne) [#53754](https://github.com/nodejs/node/pull/53754)
91
+ * \[[`bb960c5471`](https://github.com/nodejs/node/commit/bb960c5471)] - **doc**: clarify authenticity of plaintexts in update (Tobias Nießen) [#53784](https://github.com/nodejs/node/pull/53784)
92
+ * \[[`5dd3018eb4`](https://github.com/nodejs/node/commit/5dd3018eb4)] - **doc**: add option to have support me link (Michael Dawson) [#53312](https://github.com/nodejs/node/pull/53312)
93
+ * \[[`0f95ad3d7d`](https://github.com/nodejs/node/commit/0f95ad3d7d)] - **doc**: add OpenSSL security level to TLS docs (Afanasii Kurakin) [#53647](https://github.com/nodejs/node/pull/53647)
94
+ * \[[`2d92ec2831`](https://github.com/nodejs/node/commit/2d92ec2831)] - **doc**: update `scroll-padding-top` to 4rem (Cloyd Lau) [#53662](https://github.com/nodejs/node/pull/53662)
95
+ * \[[`933359a786`](https://github.com/nodejs/node/commit/933359a786)] - **doc**: mention v8.setFlagsFromString to pm (Rafael Gonzaga) [#53731](https://github.com/nodejs/node/pull/53731)
96
+ * \[[`e17c2618e3`](https://github.com/nodejs/node/commit/e17c2618e3)] - **doc**: remove the last \<pre> tag (Claudio W) [#53741](https://github.com/nodejs/node/pull/53741)
97
+ * \[[`7f18a5f47a`](https://github.com/nodejs/node/commit/7f18a5f47a)] - **doc**: exclude voting and regular TSC from spotlight (Michael Dawson) [#53694](https://github.com/nodejs/node/pull/53694)
98
+ * \[[`df3dcd1bd1`](https://github.com/nodejs/node/commit/df3dcd1bd1)] - **doc**: fix releases guide for recent Git versions (Michaël Zasso) [#53709](https://github.com/nodejs/node/pull/53709)
99
+ * \[[`50987ea833`](https://github.com/nodejs/node/commit/50987ea833)] - **doc**: require `node:process` in assert doc examples (Alfredo González) [#53702](https://github.com/nodejs/node/pull/53702)
100
+ * \[[`fa58d01497`](https://github.com/nodejs/node/commit/fa58d01497)] - **doc**: add additional explanation to the wildcard section in permissions (jakecastelli) [#53664](https://github.com/nodejs/node/pull/53664)
101
+ * \[[`28bf1e48ef`](https://github.com/nodejs/node/commit/28bf1e48ef)] - **doc**: mark NODE\_MODULE\_VERSION for Node.js 22.0.0 (Michaël Zasso) [#53650](https://github.com/nodejs/node/pull/53650)
102
+ * \[[`1cc0b41f00`](https://github.com/nodejs/node/commit/1cc0b41f00)] - **doc**: include node.module\_timer on available categories (Vinicius Lourenço) [#53638](https://github.com/nodejs/node/pull/53638)
103
+ * \[[`d224e9eab5`](https://github.com/nodejs/node/commit/d224e9eab5)] - **doc**: fix module customization hook examples (Elliot Goodrich) [#53637](https://github.com/nodejs/node/pull/53637)
104
+ * \[[`2cf60964e6`](https://github.com/nodejs/node/commit/2cf60964e6)] - **doc**: fix doc for correct usage with plan & TestContext (Emil Tayeb) [#53615](https://github.com/nodejs/node/pull/53615)
105
+ * \[[`6df86ae056`](https://github.com/nodejs/node/commit/6df86ae056)] - **doc**: remove some news issues that are no longer (Michael Dawson) [#53608](https://github.com/nodejs/node/pull/53608)
106
+ * \[[`42b9408f3e`](https://github.com/nodejs/node/commit/42b9408f3e)] - **doc**: add issue for news from ambassadors (Michael Dawson) [#53607](https://github.com/nodejs/node/pull/53607)
107
+ * \[[`2d1ff91953`](https://github.com/nodejs/node/commit/2d1ff91953)] - **doc**: add esm example for os (Leonardo Peixoto) [#53604](https://github.com/nodejs/node/pull/53604)
108
+ * \[[`de99d69d75`](https://github.com/nodejs/node/commit/de99d69d75)] - **doc**: clarify usage of coverage reporters (Eliphaz Bouye) [#53523](https://github.com/nodejs/node/pull/53523)
109
+ * \[[`519c328dcf`](https://github.com/nodejs/node/commit/519c328dcf)] - **doc**: document addition testing options (Aviv Keller) [#53569](https://github.com/nodejs/node/pull/53569)
110
+ * \[[`c6166cdfe4`](https://github.com/nodejs/node/commit/c6166cdfe4)] - **doc**: clarify that fs.exists() may return false for existing symlink (Tobias Nießen) [#53566](https://github.com/nodejs/node/pull/53566)
111
+ * \[[`9139ab2848`](https://github.com/nodejs/node/commit/9139ab2848)] - **doc**: note http.closeAllConnections excludes upgraded sockets (Rob Hogan) [#53560](https://github.com/nodejs/node/pull/53560)
112
+ * \[[`19b3718ee1`](https://github.com/nodejs/node/commit/19b3718ee1)] - **doc, meta**: add PTAL to glossary (Aviv Keller) [#53770](https://github.com/nodejs/node/pull/53770)
113
+ * \[[`80c1f5ce8a`](https://github.com/nodejs/node/commit/80c1f5ce8a)] - **doc, typings**: events.once accepts symbol event type (René) [#53542](https://github.com/nodejs/node/pull/53542)
114
+ * \[[`1a21e0f61e`](https://github.com/nodejs/node/commit/1a21e0f61e)] - **esm**: improve `defaultResolve` performance (Yagiz Nizipli) [#53711](https://github.com/nodejs/node/pull/53711)
115
+ * \[[`262f2cb3b6`](https://github.com/nodejs/node/commit/262f2cb3b6)] - **esm**: remove unnecessary toNamespacedPath calls (Yagiz Nizipli) [#53656](https://github.com/nodejs/node/pull/53656)
116
+ * \[[`e29c9453a9`](https://github.com/nodejs/node/commit/e29c9453a9)] - **esm**: move hooks test with others (Geoffrey Booth) [#53558](https://github.com/nodejs/node/pull/53558)
117
+ * \[[`8368555289`](https://github.com/nodejs/node/commit/8368555289)] - **fs**: add v8 fast api to closeSync (Yagiz Nizipli) [#53627](https://github.com/nodejs/node/pull/53627)
118
+ * \[[`628a539810`](https://github.com/nodejs/node/commit/628a539810)] - **fs**: reduce throwing unnecessary errors on glob (Yagiz Nizipli) [#53632](https://github.com/nodejs/node/pull/53632)
119
+ * \[[`076e82ca40`](https://github.com/nodejs/node/commit/076e82ca40)] - **fs**: move `ToNamespacedPath` dir calls to c++ (Yagiz Nizipli) [#53630](https://github.com/nodejs/node/pull/53630)
120
+ * \[[`128e514d81`](https://github.com/nodejs/node/commit/128e514d81)] - **fs**: improve error performance of `fs.dir` (Yagiz Nizipli) [#53667](https://github.com/nodejs/node/pull/53667)
121
+ * \[[`603c2c5c08`](https://github.com/nodejs/node/commit/603c2c5c08)] - **fs**: fix typings (Yagiz Nizipli) [#53626](https://github.com/nodejs/node/pull/53626)
122
+ * \[[`1367c5558e`](https://github.com/nodejs/node/commit/1367c5558e)] - **(SEMVER-MINOR)** **http**: expose websockets (Natalia Venditto) [#53721](https://github.com/nodejs/node/pull/53721)
123
+ * \[[`7debb6c36e`](https://github.com/nodejs/node/commit/7debb6c36e)] - **http**: remove prototype primordials (Antoine du Hamel) [#53698](https://github.com/nodejs/node/pull/53698)
124
+ * \[[`b13aea5698`](https://github.com/nodejs/node/commit/b13aea5698)] - **http, readline**: replace sort with toSorted (Benjamin Gruenbaum) [#53623](https://github.com/nodejs/node/pull/53623)
125
+ * \[[`1397f5d9f4`](https://github.com/nodejs/node/commit/1397f5d9f4)] - **http2**: remove prototype primordials (Antoine du Hamel) [#53696](https://github.com/nodejs/node/pull/53696)
126
+ * \[[`f57d3cee2c`](https://github.com/nodejs/node/commit/f57d3cee2c)] - **lib**: make navigator not runtime-lookup process.version/arch/platform (Jordan Harband) [#53765](https://github.com/nodejs/node/pull/53765)
127
+ * \[[`0a01abbd45`](https://github.com/nodejs/node/commit/0a01abbd45)] - **lib**: refactor `platform` utility methods (Daniel Bayley) [#53817](https://github.com/nodejs/node/pull/53817)
128
+ * \[[`afe7f4f819`](https://github.com/nodejs/node/commit/afe7f4f819)] - **lib**: remove path.resolve from permissions.js (Rafael Gonzaga) [#53729](https://github.com/nodejs/node/pull/53729)
129
+ * \[[`cbe77b30ca`](https://github.com/nodejs/node/commit/cbe77b30ca)] - **lib**: move `ToNamespacedPath` call to c++ (Yagiz Nizipli) [#53654](https://github.com/nodejs/node/pull/53654)
130
+ * \[[`0f146aac2c`](https://github.com/nodejs/node/commit/0f146aac2c)] - **lib**: make navigator properties lazy (James M Snell) [#53649](https://github.com/nodejs/node/pull/53649)
131
+ * \[[`0540308bd7`](https://github.com/nodejs/node/commit/0540308bd7)] - **lib**: add toJSON to PerformanceMeasure (theanarkh) [#53603](https://github.com/nodejs/node/pull/53603)
132
+ * \[[`b31394920d`](https://github.com/nodejs/node/commit/b31394920d)] - **(SEMVER-MINOR)** **lib,src,test,doc**: add node:sqlite module (Colin Ihrig) [#53752](https://github.com/nodejs/node/pull/53752)
133
+ * \[[`1a7c2dc5ea`](https://github.com/nodejs/node/commit/1a7c2dc5ea)] - **meta**: remove redudant logging from dep updaters (Aviv Keller) [#53783](https://github.com/nodejs/node/pull/53783)
134
+ * \[[`ac5d7b709d`](https://github.com/nodejs/node/commit/ac5d7b709d)] - **meta**: change email address of anonrig (Yagiz Nizipli) [#53829](https://github.com/nodejs/node/pull/53829)
135
+ * \[[`085ec5533c`](https://github.com/nodejs/node/commit/085ec5533c)] - **meta**: add `node_sqlite.c` to PR label config (Aviv Keller) [#53797](https://github.com/nodejs/node/pull/53797)
136
+ * \[[`c68d873e99`](https://github.com/nodejs/node/commit/c68d873e99)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#53758](https://github.com/nodejs/node/pull/53758)
137
+ * \[[`5ae8ea489d`](https://github.com/nodejs/node/commit/5ae8ea489d)] - **meta**: use HTML entities in commit-queue comment (Aviv Keller) [#53744](https://github.com/nodejs/node/pull/53744)
138
+ * \[[`ecd8fceb68`](https://github.com/nodejs/node/commit/ecd8fceb68)] - **meta**: move regular TSC member to emeritus (Michael Dawson) [#53693](https://github.com/nodejs/node/pull/53693)
139
+ * \[[`05058f9809`](https://github.com/nodejs/node/commit/05058f9809)] - **meta**: bump codecov/codecov-action from 4.4.1 to 4.5.0 (dependabot\[bot]) [#53675](https://github.com/nodejs/node/pull/53675)
140
+ * \[[`e272ffa3d6`](https://github.com/nodejs/node/commit/e272ffa3d6)] - **meta**: bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 (dependabot\[bot]) [#53674](https://github.com/nodejs/node/pull/53674)
141
+ * \[[`a39407560c`](https://github.com/nodejs/node/commit/a39407560c)] - **meta**: bump github/codeql-action from 3.25.7 to 3.25.11 (dependabot\[bot]) [#53673](https://github.com/nodejs/node/pull/53673)
142
+ * \[[`e4ce92ee31`](https://github.com/nodejs/node/commit/e4ce92ee31)] - **meta**: bump actions/checkout from 4.1.6 to 4.1.7 (dependabot\[bot]) [#53672](https://github.com/nodejs/node/pull/53672)
143
+ * \[[`4cf98febe7`](https://github.com/nodejs/node/commit/4cf98febe7)] - **meta**: bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (dependabot\[bot]) [#53671](https://github.com/nodejs/node/pull/53671)
144
+ * \[[`c28af95bf5`](https://github.com/nodejs/node/commit/c28af95bf5)] - **meta**: bump step-security/harden-runner from 2.8.0 to 2.8.1 (dependabot\[bot]) [#53670](https://github.com/nodejs/node/pull/53670)
145
+ * \[[`dd2157bc83`](https://github.com/nodejs/node/commit/dd2157bc83)] - **meta**: move member from TSC regular to emeriti (Michael Dawson) [#53599](https://github.com/nodejs/node/pull/53599)
146
+ * \[[`508abfe178`](https://github.com/nodejs/node/commit/508abfe178)] - **meta**: warnings bypass deprecation cycle (Benjamin Gruenbaum) [#53513](https://github.com/nodejs/node/pull/53513)
147
+ * \[[`3c5ec839e3`](https://github.com/nodejs/node/commit/3c5ec839e3)] - **meta**: prevent constant references to issues in versioning (Aviv Keller) [#53564](https://github.com/nodejs/node/pull/53564)
148
+ * \[[`aa7df9551d`](https://github.com/nodejs/node/commit/aa7df9551d)] - **module**: add \_\_esModule to require()'d ESM (Joyee Cheung) [#52166](https://github.com/nodejs/node/pull/52166)
149
+ * \[[`8743c4d65a`](https://github.com/nodejs/node/commit/8743c4d65a)] - **(SEMVER-MINOR)** **path**: add `matchesGlob` method (Aviv Keller) [#52881](https://github.com/nodejs/node/pull/52881)
150
+ * \[[`77936c3d24`](https://github.com/nodejs/node/commit/77936c3d24)] - **(SEMVER-MINOR)** **process**: port on-exit-leak-free to core (Vinicius Lourenço) [#53239](https://github.com/nodejs/node/pull/53239)
151
+ * \[[`5e4ca9fbb6`](https://github.com/nodejs/node/commit/5e4ca9fbb6)] - **src**: update outdated references to spec sections (Tobias Nießen) [#53832](https://github.com/nodejs/node/pull/53832)
152
+ * \[[`c22d9d5167`](https://github.com/nodejs/node/commit/c22d9d5167)] - **src**: use Maybe\<void> in ManagedEVPPKey (Tobias Nießen) [#53811](https://github.com/nodejs/node/pull/53811)
153
+ * \[[`d41ed44f49`](https://github.com/nodejs/node/commit/d41ed44f49)] - **src**: move `loadEnvFile` toNamespacedPath call (Yagiz Nizipli) [#53658](https://github.com/nodejs/node/pull/53658)
154
+ * \[[`dc99dd391f`](https://github.com/nodejs/node/commit/dc99dd391f)] - **src**: fix error handling in ExportJWKAsymmetricKey (Tobias Nießen) [#53767](https://github.com/nodejs/node/pull/53767)
155
+ * \[[`ab1e03e8cd`](https://github.com/nodejs/node/commit/ab1e03e8cd)] - **src**: use Maybe\<void> in node::crypto::error (Tobias Nießen) [#53766](https://github.com/nodejs/node/pull/53766)
156
+ * \[[`9bde9b254d`](https://github.com/nodejs/node/commit/9bde9b254d)] - **src**: fix implementation of `PropertySetterCallback` (Igor Sheludko) [#53576](https://github.com/nodejs/node/pull/53576)
157
+ * \[[`021e2cf40f`](https://github.com/nodejs/node/commit/021e2cf40f)] - **src**: remove unused ContextifyContext::WeakCallback (Chengzhong Wu) [#53517](https://github.com/nodejs/node/pull/53517)
158
+ * \[[`87121a17c4`](https://github.com/nodejs/node/commit/87121a17c4)] - **src**: fix typo in node.h (Daeyeon Jeong) [#53759](https://github.com/nodejs/node/pull/53759)
159
+ * \[[`94c7054c8d`](https://github.com/nodejs/node/commit/94c7054c8d)] - **src**: document the Node.js context embedder data (Joyee Cheung) [#53611](https://github.com/nodejs/node/pull/53611)
160
+ * \[[`c181940e83`](https://github.com/nodejs/node/commit/c181940e83)] - **src**: zero-initialize data that are copied into the snapshot (Joyee Cheung) [#53563](https://github.com/nodejs/node/pull/53563)
161
+ * \[[`8cda2db64c`](https://github.com/nodejs/node/commit/8cda2db64c)] - _**Revert**_ "**src**: make sure that memcpy-ed structs in snapshot have no padding" (Joyee Cheung) [#53563](https://github.com/nodejs/node/pull/53563)
162
+ * \[[`81767f6089`](https://github.com/nodejs/node/commit/81767f6089)] - **src**: fix Worker termination when '--inspect-brk' is passed (Daeyeon Jeong) [#53724](https://github.com/nodejs/node/pull/53724)
163
+ * \[[`a9db553935`](https://github.com/nodejs/node/commit/a9db553935)] - **src**: refactor embedded entrypoint loading (Joyee Cheung) [#53573](https://github.com/nodejs/node/pull/53573)
164
+ * \[[`3ab8aba478`](https://github.com/nodejs/node/commit/3ab8aba478)] - **src**: do not get string\_view from temp string (Cheng) [#53688](https://github.com/nodejs/node/pull/53688)
165
+ * \[[`664bf6c28f`](https://github.com/nodejs/node/commit/664bf6c28f)] - **src**: replace `kPathSeparator` with std::filesystem (Yagiz Nizipli) [#53063](https://github.com/nodejs/node/pull/53063)
166
+ * \[[`cc1f49751a`](https://github.com/nodejs/node/commit/cc1f49751a)] - **src**: move `FromNamespacedPath` to path.cc (Yagiz Nizipli) [#53540](https://github.com/nodejs/node/pull/53540)
167
+ * \[[`e43a4e07ec`](https://github.com/nodejs/node/commit/e43a4e07ec)] - **src**: use `starts_with` in node\_dotenv.cc (Yagiz Nizipli) [#53539](https://github.com/nodejs/node/pull/53539)
168
+ * \[[`19488fd4ce`](https://github.com/nodejs/node/commit/19488fd4ce)] - **src,test**: further cleanup references to osx (Daniel Bayley) [#53820](https://github.com/nodejs/node/pull/53820)
169
+ * \[[`4bf62f6cbd`](https://github.com/nodejs/node/commit/4bf62f6cbd)] - **stream**: improve inspector ergonomics (Benjamin Gruenbaum) [#53800](https://github.com/nodejs/node/pull/53800)
170
+ * \[[`82d88a83f8`](https://github.com/nodejs/node/commit/82d88a83f8)] - **(SEMVER-MINOR)** **stream**: pipeline wait for close before calling the callback (jakecastelli) [#53462](https://github.com/nodejs/node/pull/53462)
171
+ * \[[`53a7dd7790`](https://github.com/nodejs/node/commit/53a7dd7790)] - **test**: update wpt test (Mert Can Altin) [#53814](https://github.com/nodejs/node/pull/53814)
172
+ * \[[`bc480902ab`](https://github.com/nodejs/node/commit/bc480902ab)] - **test**: update WPT WebIDL interfaces (Filip Skokan) [#53720](https://github.com/nodejs/node/pull/53720)
173
+ * \[[`d13153d90f`](https://github.com/nodejs/node/commit/d13153d90f)] - **test**: un-set inspector-async-hook-setup-at-inspect-brk as flaky (Abdirahim Musse) [#53692](https://github.com/nodejs/node/pull/53692)
174
+ * \[[`ac9c2e6bf2`](https://github.com/nodejs/node/commit/ac9c2e6bf2)] - **test**: use python3 instead of python in pummel test (Mathis Wiehl) [#53057](https://github.com/nodejs/node/pull/53057)
175
+ * \[[`bac28678e6`](https://github.com/nodejs/node/commit/bac28678e6)] - **test**: do not assume cwd in snapshot tests (Antoine du Hamel) [#53146](https://github.com/nodejs/node/pull/53146)
176
+ * \[[`41e106c0c6`](https://github.com/nodejs/node/commit/41e106c0c6)] - **test**: use `Set.difference()` (Richard Lau) [#53597](https://github.com/nodejs/node/pull/53597)
177
+ * \[[`8aab680f66`](https://github.com/nodejs/node/commit/8aab680f66)] - **test**: fix OpenSSL version checks (Richard Lau) [#53503](https://github.com/nodejs/node/pull/53503)
178
+ * \[[`6aa4f0f266`](https://github.com/nodejs/node/commit/6aa4f0f266)] - **test**: refactor, add assertion to http-request-end (jakecastelli) [#53411](https://github.com/nodejs/node/pull/53411)
179
+ * \[[`fbc5cbb617`](https://github.com/nodejs/node/commit/fbc5cbb617)] - **test\_runner**: remove plan option from run() (Colin Ihrig) [#53834](https://github.com/nodejs/node/pull/53834)
180
+ * \[[`c590828ad8`](https://github.com/nodejs/node/commit/c590828ad8)] - **test\_runner**: fix escaping in snapshot tests (Julian Kniephoff) [#53833](https://github.com/nodejs/node/pull/53833)
181
+ * \[[`3a0fcbb17a`](https://github.com/nodejs/node/commit/3a0fcbb17a)] - **test\_runner**: support glob matching coverage files (Aviv Keller) [#53553](https://github.com/nodejs/node/pull/53553)
182
+ * \[[`e6a1eeb73d`](https://github.com/nodejs/node/commit/e6a1eeb73d)] - **test\_runner**: support module detection in module mocks (Geoffrey Booth) [#53642](https://github.com/nodejs/node/pull/53642)
183
+ * \[[`4d777de7d4`](https://github.com/nodejs/node/commit/4d777de7d4)] - **tls**: add setKeyCert() to tls.Socket (Brian White) [#53636](https://github.com/nodejs/node/pull/53636)
184
+ * \[[`ab9adfc42a`](https://github.com/nodejs/node/commit/ab9adfc42a)] - **tls**: remove prototype primordials (Antoine du Hamel) [#53699](https://github.com/nodejs/node/pull/53699)
185
+ * \[[`03d378ffb9`](https://github.com/nodejs/node/commit/03d378ffb9)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#53840](https://github.com/nodejs/node/pull/53840)
186
+ * \[[`06377b1b11`](https://github.com/nodejs/node/commit/06377b1b11)] - **tools**: update eslint to 9.7.0 (Node.js GitHub Bot) [#53839](https://github.com/nodejs/node/pull/53839)
187
+ * \[[`d6629a2d84`](https://github.com/nodejs/node/commit/d6629a2d84)] - **tools**: use v8\_features.json to populate config.gypi (Cheng) [#53749](https://github.com/nodejs/node/pull/53749)
188
+ * \[[`d3653fe8ac`](https://github.com/nodejs/node/commit/d3653fe8ac)] - **tools**: update eslint to 9.6.0 (Node.js GitHub Bot) [#53645](https://github.com/nodejs/node/pull/53645)
189
+ * \[[`1e930e93d4`](https://github.com/nodejs/node/commit/1e930e93d4)] - **tools**: update lint-md-dependencies to unified\@11.0.5 (Node.js GitHub Bot) [#53555](https://github.com/nodejs/node/pull/53555)
190
+ * \[[`317a13b30f`](https://github.com/nodejs/node/commit/317a13b30f)] - **tools**: replace reference to NodeMainInstance with SnapshotBuilder (codediverdev) [#53544](https://github.com/nodejs/node/pull/53544)
191
+ * \[[`0e25faea0a`](https://github.com/nodejs/node/commit/0e25faea0a)] - **typings**: add `fs_dir` types (Yagiz Nizipli) [#53631](https://github.com/nodejs/node/pull/53631)
192
+ * \[[`7637f291be`](https://github.com/nodejs/node/commit/7637f291be)] - **url**: fix typo (KAYYY) [#53827](https://github.com/nodejs/node/pull/53827)
193
+ * \[[`2c6548afd1`](https://github.com/nodejs/node/commit/2c6548afd1)] - **url**: reduce unnecessary string copies (Yagiz Nizipli) [#53628](https://github.com/nodejs/node/pull/53628)
194
+ * \[[`0f2b57d1bc`](https://github.com/nodejs/node/commit/0f2b57d1bc)] - **url**: make URL.parse enumerable (Filip Skokan) [#53720](https://github.com/nodejs/node/pull/53720)
195
+ * \[[`1300169f80`](https://github.com/nodejs/node/commit/1300169f80)] - **url**: add missing documentation for `URL.parse()` (Yagiz Nizipli) [#53733](https://github.com/nodejs/node/pull/53733)
196
+ * \[[`c55e72ed8b`](https://github.com/nodejs/node/commit/c55e72ed8b)] - **util**: fix crashing when emitting new Buffer() deprecation warning #53075 (Aras Abbasi) [#53089](https://github.com/nodejs/node/pull/53089)
197
+ * \[[`5aa216320e`](https://github.com/nodejs/node/commit/5aa216320e)] - **v8**: move `ToNamespacedPath` to c++ (Yagiz Nizipli) [#53655](https://github.com/nodejs/node/pull/53655)
198
+ * \[[`9fd976b09d`](https://github.com/nodejs/node/commit/9fd976b09d)] - **vm,src**: add property query interceptors (Chengzhong Wu) [#53517](https://github.com/nodejs/node/pull/53517)
199
+ * \[[`22ca334090`](https://github.com/nodejs/node/commit/22ca334090)] - **(SEMVER-MINOR)** **worker**: add postMessageToThread (Paolo Insogna) [#53682](https://github.com/nodejs/node/pull/53682)
200
+ * \[[`5aecbefbd5`](https://github.com/nodejs/node/commit/5aecbefbd5)] - **worker**: allow copied NODE\_OPTIONS in the env setting (Joyee Cheung) [#53596](https://github.com/nodejs/node/pull/53596)
201
+
45
202
  <a id="22.4.1"></a>
46
203
 
47
204
  ## 2024-07-08, Version 22.4.1 (Current), @RafaelGSS
package/LICENSE CHANGED
@@ -2378,3 +2378,28 @@ The externally maintained libraries used by Node.js are:
2378
2378
  OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2379
2379
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2380
2380
  """
2381
+
2382
+ - on-exit-leak-free, located at lib/internal/process/finalization, is licensed as follows:
2383
+ """
2384
+ MIT License
2385
+
2386
+ Copyright (c) 2021 Matteo Collina
2387
+
2388
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2389
+ of this software and associated documentation files (the "Software"), to deal
2390
+ in the Software without restriction, including without limitation the rights
2391
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2392
+ copies of the Software, and to permit persons to whom the Software is
2393
+ furnished to do so, subject to the following conditions:
2394
+
2395
+ The above copyright notice and this permission notice shall be included in all
2396
+ copies or substantial portions of the Software.
2397
+
2398
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2399
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2400
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2401
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2402
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2403
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2404
+ SOFTWARE.
2405
+ """
package/README.md CHANGED
@@ -206,7 +206,7 @@ For information about the governance of the Node.js project, see
206
206
  #### TSC regular members
207
207
 
208
208
  * [anonrig](https://github.com/anonrig) -
209
- **Yagiz Nizipli** <<yagiz.nizipli@sentry.io>> (he/him)
209
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
210
210
  * [BethGriggs](https://github.com/BethGriggs) -
211
211
  **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
212
212
  * [bnoordhuis](https://github.com/bnoordhuis) -
@@ -215,10 +215,6 @@ For information about the governance of the Node.js project, see
215
215
  **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
216
216
  * [codebytere](https://github.com/codebytere) -
217
217
  **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
218
- * [danielleadams](https://github.com/danielleadams) -
219
- **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
220
- * [MylesBorins](https://github.com/MylesBorins) -
221
- **Myles Borins** <<myles.borins@gmail.com>> (he/him)
222
218
  * [Trott](https://github.com/Trott) -
223
219
  **Rich Trott** <<rtrott@gmail.com>> (he/him)
224
220
 
@@ -236,6 +232,8 @@ For information about the governance of the Node.js project, see
236
232
  **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
237
233
  * [danbev](https://github.com/danbev) -
238
234
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
235
+ * [danielleadams](https://github.com/danielleadams) -
236
+ **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
239
237
  * [evanlucas](https://github.com/evanlucas) -
240
238
  **Evan Lucas** <<evanlucas@me.com>> (he/him)
241
239
  * [fhinkel](https://github.com/fhinkel) -
@@ -256,6 +254,8 @@ For information about the governance of the Node.js project, see
256
254
  **Mary Marchini** <<oss@mmarchini.me>> (she/her)
257
255
  * [mscdex](https://github.com/mscdex) -
258
256
  **Brian White** <<mscdex@mscdex.net>>
257
+ * [MylesBorins](https://github.com/MylesBorins) -
258
+ **Myles Borins** <<myles.borins@gmail.com>> (he/him)
259
259
  * [nebrius](https://github.com/nebrius) -
260
260
  **Bryan Hughes** <<bryan@nebri.us>>
261
261
  * [ofrobots](https://github.com/ofrobots) -
@@ -292,7 +292,7 @@ For information about the governance of the Node.js project, see
292
292
  * [aduh95](https://github.com/aduh95) -
293
293
  **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
294
294
  * [anonrig](https://github.com/anonrig) -
295
- **Yagiz Nizipli** <<yagiz.nizipli@sentry.io>> (he/him)
295
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
296
296
  * [apapirovski](https://github.com/apapirovski) -
297
297
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
298
298
  * [atlowChemi](https://github.com/atlowChemi) -
@@ -397,8 +397,6 @@ For information about the governance of the Node.js project, see
397
397
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
398
398
  * [meixg](https://github.com/meixg) -
399
399
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
400
- * [Mesteery](https://github.com/Mesteery) -
401
- **Mestery** <<mestery@protonmail.com>> (he/him)
402
400
  * [mhdawson](https://github.com/mhdawson) -
403
401
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
404
402
  * [mildsunrise](https://github.com/mildsunrise) -
@@ -407,8 +405,6 @@ For information about the governance of the Node.js project, see
407
405
  **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
408
406
  * [MrJithil](https://github.com/MrJithil) -
409
407
  **Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
410
- * [MylesBorins](https://github.com/MylesBorins) -
411
- **Myles Borins** <<myles.borins@gmail.com>> (he/him)
412
408
  * [ovflowd](https://github.com/ovflowd) -
413
409
  **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
414
410
  * [panva](https://github.com/panva) -
@@ -593,6 +589,8 @@ For information about the governance of the Node.js project, see
593
589
  **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
594
590
  * [matthewloring](https://github.com/matthewloring) -
595
591
  **Matthew Loring** <<mattloring@google.com>>
592
+ * [Mesteery](https://github.com/Mesteery) -
593
+ **Mestery** <<mestery@protonmail.com>> (he/him)
596
594
  * [micnic](https://github.com/micnic) -
597
595
  **Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
598
596
  * [mikeal](https://github.com/mikeal) -
@@ -609,6 +607,8 @@ For information about the governance of the Node.js project, see
609
607
  **Chen Gang** <<gangc.cxy@foxmail.com>>
610
608
  * [mscdex](https://github.com/mscdex) -
611
609
  **Brian White** <<mscdex@mscdex.net>>
610
+ * [MylesBorins](https://github.com/MylesBorins) -
611
+ **Myles Borins** <<myles.borins@gmail.com>> (he/him)
612
612
  * [not-an-aardvark](https://github.com/not-an-aardvark) -
613
613
  **Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
614
614
  * [ofrobots](https://github.com/ofrobots) -
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.15',
39
+ 'v8_embedder_string': '-node.16',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -579,6 +579,9 @@
579
579
  '-Wl,-brtl',
580
580
  ],
581
581
  }, { # else it's `AIX`
582
+ 'variables': {
583
+ 'gcc_major': '<!(<(python) -c "import os; import subprocess; CXX=os.environ.get(\'CXX\', \'g++\'); subprocess.run([CXX, \'-dumpversion\'])")'
584
+ },
582
585
  # Disable the following compiler warning:
583
586
  #
584
587
  # warning: visibility attribute not supported in this
@@ -589,7 +592,7 @@
589
592
  # out more relevant warnings.
590
593
  'cflags': [ '-Wno-attributes' ],
591
594
  'ldflags': [
592
- '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread/ppc64',
595
+ '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/gcc/powerpc-ibm-aix7.3.0.0/>(gcc_major)/pthread/ppc64:/opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/>(gcc_major)/pthread/ppc64:/opt/freeware/lib/pthread/ppc64',
593
596
  ],
594
597
  }],
595
598
  ],
@@ -209,6 +209,7 @@
209
209
  'lib/internal/perf/utils.js',
210
210
  'lib/internal/priority_queue.js',
211
211
  'lib/internal/process/execution.js',
212
+ 'lib/internal/process/finalization.js',
212
213
  'lib/internal/process/per_thread.js',
213
214
  'lib/internal/process/permission.js',
214
215
  'lib/internal/process/pre_execution.js',
@@ -281,7 +282,6 @@
281
282
  'lib/internal/util/colors.js',
282
283
  'lib/internal/util/comparisons.js',
283
284
  'lib/internal/util/debuglog.js',
284
- 'lib/internal/util/embedding.js',
285
285
  'lib/internal/util/inspect.js',
286
286
  'lib/internal/util/inspector.js',
287
287
  'lib/internal/util/parse_args/parse_args.js',
@@ -310,6 +310,7 @@
310
310
  'lib/internal/worker.js',
311
311
  'lib/internal/worker/io.js',
312
312
  'lib/internal/worker/js_transferable.js',
313
+ 'lib/internal/worker/messaging.js',
313
314
  'lib/module.js',
314
315
  'lib/net.js',
315
316
  'lib/os.js',
@@ -324,6 +325,7 @@
324
325
  'lib/readline/promises.js',
325
326
  'lib/repl.js',
326
327
  'lib/sea.js',
328
+ 'lib/sqlite.js',
327
329
  'lib/stream.js',
328
330
  'lib/stream/consumers.js',
329
331
  'lib/stream/promises.js',
@@ -5989,27 +5989,27 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
5989
5989
  _GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
5990
5990
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5991
5991
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5992
- _GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_BFF00FE3_0x535f740e30a7d99
5993
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x400bc780d5528460
5994
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_6EE78FAE_0x4f2574f42cbfd99e
5995
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xd113a3c8675b07e1
5996
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xf8e96fc1e8acf55c
5997
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0x73d9a0a253fcb6fe
5998
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x46b5e37aeb8c728e
5999
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_E21CEA7D_0x41371aed00cbc313
6000
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_6EE78FAE_0x8b1321a89c486ddb
6001
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_E21CEA7D_0xa1dd23d60ef0b0f5
6002
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x1dba925de8c53987
6003
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x179be21b23004538
6004
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x13cce3fb5ae6072a
6005
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_BFF00FE3_0x495379ecad63c515
6006
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0xa64454c740793eae
6007
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_E21CEA7D_0xdf10cfd1f8986891
6008
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_E21CEA7D_0x7538213fbdaf9df1
6009
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_BFF00FE3_0x16d255ce1b1bcefb
6010
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x41df37448a97d4d2
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_0x62375e60e8eeb5aa
5992
+ _GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_BFF00FE3_0xb67f48a0851a6067
5993
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x173645a2dd91e0da
5994
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_6EE78FAE_0x72bff0cfe8dfd4b0
5995
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x2241c6df19cd0c8b
5996
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x598b6734666151e7
5997
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0xdaa9c11e903b7c1
5998
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xe7e16b8b00808c01
5999
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_E21CEA7D_0x41c0d77d7278e767
6000
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_6EE78FAE_0xb00f401512ef176c
6001
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_E21CEA7D_0x4777ede15d92580d
6002
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x4653689cfb0e453e
6003
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xb94447fcd4157fc3
6004
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x128d05a10f702ba5
6005
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_BFF00FE3_0x3b19688f4bcb675c
6006
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x70802ac9a315bbf
6007
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_E21CEA7D_0xf1aeb960d2021219
6008
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_E21CEA7D_0xf67f79a3264d18c1
6009
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_BFF00FE3_0x89099678eb5d1f8c
6010
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x6cc44f894a5f0ac1
6011
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_E21CEA7D_0xf0918f6ce533a500
6012
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x29220d1bd39b8f99
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
@@ -7050,8 +7050,8 @@ _GLOBAL__I_65535_0__ZN4node13ParseEncodingEPKcNS_8encodingE
7050
7050
  _GLOBAL__I_65535_0__ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
7051
7051
  _GLOBAL__I_65535_0__ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
7052
7052
  _GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
7053
- _GLOBAL__I_65535_0__ZN4node15IsPathSeparatorEc
7054
7053
  _GLOBAL__I_65535_0__ZN4node15NodeCategorySet3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
7054
+ _GLOBAL__I_65535_0__ZN4node15NormalizeStringB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEEbS3_
7055
7055
  _GLOBAL__I_65535_0__ZN4node15linux_at_secureEv
7056
7056
  _GLOBAL__I_65535_0__ZN4node16NodeMainInstanceC2EPKNS_12SnapshotDataEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
7057
7057
  _GLOBAL__I_65535_0__ZN4node17TriggerNodeReportEPN2v87IsolateEPNS_11EnvironmentEPKcS6_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_5LocalINS0_5ValueEEE
@@ -7124,6 +7124,7 @@ _GLOBAL__I_65535_0__ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6Obje
7124
7124
  _GLOBAL__I_65535_0__ZN4node6report10WalkHandleEP11uv_handle_sPv
7125
7125
  _GLOBAL__I_65535_0__ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
7126
7126
  _GLOBAL__I_65535_0__ZN4node6serdes17SerializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
7127
+ _GLOBAL__I_65535_0__ZN4node6sqlite12DatabaseSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEEb
7127
7128
  _GLOBAL__I_65535_0__ZN4node6timers11BindingData11SetupTimersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
7128
7129
  _GLOBAL__I_65535_0__ZN4node6worker12TransferData21FinalizeTransferWriteEN2v85LocalINS2_7ContextEEEPNS2_15ValueSerializerE
7129
7130
  _GLOBAL__I_65535_0__ZN4node6worker6WorkerC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESF_St10shared_ptrINS_17PerIsolateOptionsEEOSt6vectorISD_SaISD_EESG_INS_7KVStoreEEPKNS_12SnapshotDataE
@@ -7193,18 +7194,18 @@ _GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
7193
7194
  _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7194
7195
  _GLOBAL__I_65535_0__ZNK4node4quic14PathDescriptor8ToStringB5cxx11Ev
7195
7196
  _GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7196
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x9de5a4e1ed159dd9
7197
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_E21CEA7D_0x93df2706c658984
7198
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0x4716557302907fa2
7199
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0xfce9e6684622ca14
7200
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0xcaa19d7e9fb88def
7201
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_BFF00FE3_0xbec3ea7c9b69ade3
7202
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x48a8ae6a9bee9be7
7203
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0xbe60926b238cce19
7204
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_E21CEA7D_0xbb3da8ab76826ecc
7205
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_E21CEA7D_0xf653febee91cc774
7206
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0x69f41d8c0fb0bf33
7207
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0xbd8314243ab36ffd
7197
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x7f5143be05672985
7198
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_E21CEA7D_0xcadd5a94a297da2
7199
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xf113dba78a1444ad
7200
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x708c5042b7ef8d6
7201
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x98a699acb32c508c
7202
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_BFF00FE3_0x8b987328c1498abc
7203
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x5de0e938df351fe8
7204
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x51aded7edcb9913
7205
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_E21CEA7D_0xa60e7848b4fff821
7206
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_E21CEA7D_0x7c2f27da3f704e47
7207
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0x69ea43123ad04dcd
7208
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x9d81e6bc7c37721f
7208
7209
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7209
7210
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7210
7211
  _HZData_75
@@ -7258,6 +7259,7 @@ _Z16_register_errorsv
7258
7259
  _Z16_register_fs_dirv
7259
7260
  _Z16_register_reportv
7260
7261
  _Z16_register_serdesv
7262
+ _Z16_register_sqlitev
7261
7263
  _Z16_register_timersv
7262
7264
  _Z16_register_workerv
7263
7265
  _Z17_register_modulesv
@@ -7482,6 +7484,7 @@ _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2
7482
7484
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IbJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7483
7485
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IlJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7484
7486
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IbJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7487
+ _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IiJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7485
7488
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IjJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7486
7489
  _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IlJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
7487
7490
  _ZGVZN4absl12crc_internal9CrcMemcpy10CrcAndCopyEPvPKvmNS_8crc32c_tEbE7engines
@@ -39083,7 +39086,6 @@ _ZN2v88internal7Genesis31AddRestrictedFunctionPropertiesENS0_6HandleINS0_10JSFun
39083
39086
  _ZN2v88internal7Genesis31InitializeGlobal_harmony_structEv
39084
39087
  _ZN2v88internal7Genesis32CreateInitialMapForArraySubclassEii
39085
39088
  _ZN2v88internal7Genesis32InitializeGlobal_js_float16arrayEv
39086
- _ZN2v88internal7Genesis33InitializeGlobal_harmony_rab_gsabEv
39087
39089
  _ZN2v88internal7Genesis33InitializeGlobal_harmony_temporalEv
39088
39090
  _ZN2v88internal7Genesis34InitializeGlobal_sharedarraybufferEv
39089
39091
  _ZN2v88internal7Genesis35InitializeGlobal_regexp_linear_flagEv
@@ -39096,7 +39098,6 @@ _ZN2v88internal7Genesis41InitializeGlobal_harmony_iterator_helpersEv
39096
39098
  _ZN2v88internal7Genesis41InitializeGlobal_js_promise_withresolversEv
39097
39099
  _ZN2v88internal7Genesis42InitializeGlobal_harmony_import_assertionsEv
39098
39100
  _ZN2v88internal7Genesis42InitializeGlobal_harmony_import_attributesEv
39099
- _ZN2v88internal7Genesis42InitializeGlobal_harmony_rab_gsab_transferEv
39100
39101
  _ZN2v88internal7Genesis44InitializeGlobal_harmony_regexp_unicode_setsEv
39101
39102
  _ZN2v88internal7Genesis45InitializeGlobal_harmony_intl_duration_formatEv
39102
39103
  _ZN2v88internal7Genesis46InitializeGlobal_harmony_intl_best_fit_matcherEv
@@ -57587,6 +57588,7 @@ _ZN2v88internal8compiler7Linkage24GetRuntimeCallDescriptorEPNS0_4ZoneENS0_7Runti
57587
57588
  _ZN2v88internal8compiler7Linkage24GetSimplifiedCDescriptorEPNS0_4ZoneEPKNS0_9SignatureINS0_11MachineTypeEEENS_4base5FlagsINS1_14CallDescriptor4FlagEiiEE
57588
57589
  _ZN2v88internal8compiler7Linkage27GetCEntryStubCallDescriptorEPNS0_4ZoneEiiPKcNS_4base5FlagsINS1_8Operator8PropertyEhhEENS8_INS1_14CallDescriptor4FlagEiiEENS0_18StackArgumentOrderE
57589
57590
  _ZN2v88internal8compiler7Linkage33GetBytecodeDispatchCallDescriptorEPNS0_4ZoneERKNS0_23CallInterfaceDescriptorEi
57591
+ _ZN2v88internal8compiler7MakeRefINS0_18SharedFunctionInfoEvEENS1_10ref_traitsIT_E8ref_typeEPNS1_12JSHeapBrokerENS0_6HandleIS5_EE
57590
57592
  _ZN2v88internal8compiler7MapDataC1EPNS1_12JSHeapBrokerEPPNS1_10ObjectDataENS0_6HandleINS0_3MapEEENS1_14ObjectDataKindE
57591
57593
  _ZN2v88internal8compiler7MapDataC2EPNS1_12JSHeapBrokerEPPNS1_10ObjectDataENS0_6HandleINS0_3MapEEENS1_14ObjectDataKindE
57592
57594
  _ZN2v88internal8compiler7Reducer6ReduceEPNS1_4NodeEPNS1_18ObserveNodeManagerE
@@ -59627,6 +59629,7 @@ _ZN3ada14url_aggregator17parse_opaque_hostESt17basic_string_viewIcSt11char_trait
59627
59629
  _ZN3ada14url_aggregator18update_base_searchESt17basic_string_viewIcSt11char_traitsIcEE
59628
59630
  _ZN3ada14url_aggregator18update_base_searchESt17basic_string_viewIcSt11char_traitsIcEEPKh
59629
59631
  _ZN3ada14url_aggregator20append_base_passwordESt17basic_string_viewIcSt11char_traitsIcEE
59632
+ _ZN3ada14url_aggregator20append_base_pathnameESt17basic_string_viewIcSt11char_traitsIcEE
59630
59633
  _ZN3ada14url_aggregator20append_base_usernameESt17basic_string_viewIcSt11char_traitsIcEE
59631
59634
  _ZN3ada14url_aggregator20set_host_or_hostnameILb0EEEbSt17basic_string_viewIcSt11char_traitsIcEE
59632
59635
  _ZN3ada14url_aggregator20set_host_or_hostnameILb1EEEbSt17basic_string_viewIcSt11char_traitsIcEE
@@ -59653,7 +59656,6 @@ _ZN3ada3url10parse_ipv4ESt17basic_string_viewIcSt11char_traitsIcEE
59653
59656
  _ZN3ada3url10parse_ipv6ESt17basic_string_viewIcSt11char_traitsIcEE
59654
59657
  _ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEE
59655
59658
  _ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEEb
59656
- _ZN3ada3url10set_schemeEONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
59657
59659
  _ZN3ada3url10set_searchESt17basic_string_viewIcSt11char_traitsIcEE
59658
59660
  _ZN3ada3url12clear_searchEv
59659
59661
  _ZN3ada3url12set_hostnameESt17basic_string_viewIcSt11char_traitsIcEE
@@ -59699,6 +59701,9 @@ _ZN3ada4idna9decomposeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEEm
59699
59701
  _ZN3ada4idna9normalizeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
59700
59702
  _ZN3ada5parseINS_14url_aggregatorEEEN2tl8expectedIT_NS_6errorsEEESt17basic_string_viewIcSt11char_traitsIcEEPKS4_
59701
59703
  _ZN3ada5parseINS_3urlEEEN2tl8expectedIT_NS_6errorsEEESt17basic_string_viewIcSt11char_traitsIcEEPKS4_
59704
+ _ZN3ada6parser14parse_url_implINS_14url_aggregatorELb0EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
59705
+ _ZN3ada6parser14parse_url_implINS_14url_aggregatorELb1EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
59706
+ _ZN3ada6parser14parse_url_implINS_3urlELb1EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
59702
59707
  _ZN3ada6parser9parse_urlINS_14url_aggregatorEEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
59703
59708
  _ZN3ada6parser9parse_urlINS_3urlEEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
59704
59709
  _ZN3ada6scheme15get_scheme_typeESt17basic_string_viewIcSt11char_traitsIcEE
@@ -59707,7 +59712,6 @@ _ZN3ada7helpers6concatIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS
59707
59712
  _ZN3ada7helpers6concatIJPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES9_DpT_
59708
59713
  _ZN3ada7helpers8overlapsESt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS3_SaIcEEE
59709
59714
  _ZN3ada7helpers9get_stateB5cxx11ENS_5stateE
59710
- _ZN3ada7unicode10to_unicodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
59711
59715
  _ZN3ada7unicode13is_alnum_plusEc
59712
59716
  _ZN3ada7unicode14percent_decodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEEm
59713
59717
  _ZN3ada7unicode14percent_encodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEEPKh
@@ -60728,6 +60732,7 @@ _ZN4node10JSONWriter12write_stringESt17basic_string_viewIcSt11char_traitsIcEE
60728
60732
  _ZN4node10JSONWriter13json_arrayendEv
60729
60733
  _ZN4node10JSONWriter13json_keyvalueIA10_cA256_cEEvRKT_RKT0_
60730
60734
  _ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
60735
+ _ZN4node10JSONWriter13json_keyvalueIA12_cmEEvRKT_RKT0_
60731
60736
  _ZN4node10JSONWriter13json_keyvalueIA15_cmEEvRKT_RKT0_
60732
60737
  _ZN4node10JSONWriter13json_keyvalueIA19_cmEEvRKT_RKT0_
60733
60738
  _ZN4node10JSONWriter13json_keyvalueIA4_cmEEvRKT_RKT0_
@@ -60935,10 +60940,10 @@ _ZN4node10contextify16ContextifyScriptD0Ev
60935
60940
  _ZN4node10contextify16ContextifyScriptD1Ev
60936
60941
  _ZN4node10contextify16ContextifyScriptD2Ev
60937
60942
  _ZN4node10contextify17ContextifyContext11MakeContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
60938
- _ZN4node10contextify17ContextifyContext12WeakCallbackERKN2v816WeakCallbackInfoIS1_EE
60939
60943
  _ZN4node10contextify17ContextifyContext15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
60940
60944
  _ZN4node10contextify17ContextifyContext15CreateV8ContextEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEEPKNS_12SnapshotDataEPNS2_14MicrotaskQueueE
60941
60945
  _ZN4node10contextify17ContextifyContext19IsStillInitializingEPKS1_
60946
+ _ZN4node10contextify17ContextifyContext21PropertyQueryCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_7IntegerEEE
60942
60947
  _ZN4node10contextify17ContextifyContext22PropertyGetterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
60943
60948
  _ZN4node10contextify17ContextifyContext22PropertySetterCallbackEN2v85LocalINS2_4NameEEENS3_INS2_5ValueEEERKNS2_20PropertyCallbackInfoIvEE
60944
60949
  _ZN4node10contextify17ContextifyContext23PropertyDefinerCallbackEN2v85LocalINS2_4NameEEERKNS2_18PropertyDescriptorERKNS2_20PropertyCallbackInfoIvEE
@@ -60948,6 +60953,7 @@ _ZN4node10contextify17ContextifyContext26CreatePerIsolatePropertiesEPNS_11Isolat
60948
60953
  _ZN4node10contextify17ContextifyContext26PropertyDescriptorCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
60949
60954
  _ZN4node10contextify17ContextifyContext26PropertyEnumeratorCallbackERKN2v820PropertyCallbackInfoINS2_5ArrayEEE
60950
60955
  _ZN4node10contextify17ContextifyContext26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
60956
+ _ZN4node10contextify17ContextifyContext28IndexedPropertyQueryCallbackEjRKN2v820PropertyCallbackInfoINS2_7IntegerEEE
60951
60957
  _ZN4node10contextify17ContextifyContext29CompileFunctionAndCacheResultEPNS_11EnvironmentEN2v85LocalINS4_7ContextEEEPNS4_14ScriptCompiler6SourceESt6vectorINS5_INS4_6StringEEESaISD_EESB_INS5_INS4_6ObjectEEESaISH_EENS8_14CompileOptionsEbNS5_INS4_6SymbolEEERKNS_6errors13TryCatchScopeE
60952
60958
  _ZN4node10contextify17ContextifyContext29IndexedPropertyGetterCallbackEjRKN2v820PropertyCallbackInfoINS2_5ValueEEE
60953
60959
  _ZN4node10contextify17ContextifyContext29IndexedPropertySetterCallbackEjN2v85LocalINS2_5ValueEEERKNS2_20PropertyCallbackInfoIvEE
@@ -60955,6 +60961,7 @@ _ZN4node10contextify17ContextifyContext30ContextFromContextifiedSandboxEPNS_11En
60955
60961
  _ZN4node10contextify17ContextifyContext30IndexedPropertyDefinerCallbackEjRKN2v818PropertyDescriptorERKNS2_20PropertyCallbackInfoIvEE
60956
60962
  _ZN4node10contextify17ContextifyContext30IndexedPropertyDeleterCallbackEjRKN2v820PropertyCallbackInfoINS2_7BooleanEEE
60957
60963
  _ZN4node10contextify17ContextifyContext33IndexedPropertyDescriptorCallbackEjRKN2v820PropertyCallbackInfoINS2_5ValueEEE
60964
+ _ZN4node10contextify17ContextifyContext33IndexedPropertyEnumeratorCallbackERKN2v820PropertyCallbackInfoINS2_5ArrayEEE
60958
60965
  _ZN4node10contextify17ContextifyContext3GetEN2v85LocalINS2_6ObjectEEE
60959
60966
  _ZN4node10contextify17ContextifyContext3NewEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentENS3_INS2_6ObjectEEEPNS0_14ContextOptionsE
60960
60967
  _ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEPNS0_14ContextOptionsE
@@ -61039,7 +61046,7 @@ _ZN4node11Environment14UntrackContextEN2v85LocalINS1_7ContextEEE
61039
61046
  _ZN4node11Environment15AssignToContextEN2v85LocalINS1_7ContextEEEPNS_5RealmERKNS_11ContextInfoE
61040
61047
  _ZN4node11Environment15InitializeLibuvEv
61041
61048
  _ZN4node11Environment16TrackShadowRealmEPNS_12shadow_realm11ShadowRealmE
61042
- _ZN4node11Environment17RemoveUnmanagedFdEi
61049
+ _ZN4node11Environment17RemoveUnmanagedFdEib
61043
61050
  _ZN4node11Environment17ResetPromiseHooksEN2v85LocalINS1_8FunctionEEES4_S4_S4_
61044
61051
  _ZN4node11Environment17RunWeakRefCleanupEv
61045
61052
  _ZN4node11Environment18BuildEmbedderGraphEPN2v87IsolateEPNS1_13EmbedderGraphEPv
@@ -61066,6 +61073,7 @@ _ZN4node11Environment25StartProfilerIdleNotifierEv
61066
61073
  _ZN4node11Environment27CheckUnsettledTopLevelAwaitEv
61067
61074
  _ZN4node11Environment27PrintInfoForSnapshotIfDebugEv
61068
61075
  _ZN4node11Environment27RunAndClearNativeImmediatesEb
61076
+ _ZN4node11Environment33WaitForInspectorFrontendByOptionsEv
61069
61077
  _ZN4node11Environment4ExitENS_8ExitCodeE
61070
61078
  _ZN4node11Environment6AtExitEPFvPvES1_
61071
61079
  _ZN4node11Environment6GetCwdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
@@ -61204,6 +61212,7 @@ _ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEE
61204
61212
  _ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_
61205
61213
  _ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_
61206
61214
  _ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_RjS8_S8_S8_EEES6_PKcOT_DpOT0_
61215
+ _ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_
61207
61216
  _ZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
61208
61217
  _ZN4node11SPrintFImplIRPKcJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
61209
61218
  _ZN4node11SPrintFImplIRPKcJRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
@@ -61939,7 +61948,6 @@ _ZN4node15FreeEnvironmentEPNS_11EnvironmentE
61939
61948
  _ZN4node15FreeIsolateDataEPNS_11IsolateDataE
61940
61949
  _ZN4node15GenDebugSymbolsEv
61941
61950
  _ZN4node15GetProcessTitleB5cxx11EPKc
61942
- _ZN4node15IsPathSeparatorEc
61943
61951
  _ZN4node15LargePagesErrorEi
61944
61952
  _ZN4node15LibuvStreamWrap10DoShutdownEPNS_12ShutdownWrapE
61945
61953
  _ZN4node15LibuvStreamWrap10DoTryWriteEPP8uv_buf_tPm
@@ -62117,6 +62125,9 @@ _ZN4node17ERR_DLOPEN_FAILEDIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
62117
62125
  _ZN4node17ERR_DLOPEN_FAILEDIJPcRKiiEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateEPKcDpOT_
62118
62126
  _ZN4node17ERR_INVALID_STATEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62119
62127
  _ZN4node17ERR_INVALID_STATEIJKSt17basic_string_viewIcSt11char_traitsIcEEEEEN2v85LocalINS6_5ValueEEEPNS6_7IsolateEPKcDpOT_
62128
+ _ZN4node17ERR_INVALID_STATEIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
62129
+ _ZN4node17ERR_INVALID_STATEIJRKiEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateEPKcDpOT_
62130
+ _ZN4node17ERR_INVALID_STATEIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
62120
62131
  _ZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
62121
62132
  _ZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getsocknameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
62122
62133
  _ZN4node17GetSockOrPeerNameINS_7UDPWrapEXadL_Z18uv_udp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -62212,6 +62223,7 @@ _ZN4node18EnvironmentOptionsC1ERKS0_
62212
62223
  _ZN4node18EnvironmentOptionsD0Ev
62213
62224
  _ZN4node18EnvironmentOptionsD1Ev
62214
62225
  _ZN4node18FormatErrorMessageEPN2v87IsolateENS0_5LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_INS0_7MessageEEEb
62226
+ _ZN4node18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
62215
62227
  _ZN4node18GetCacheVersionTagEv
62216
62228
  _ZN4node18HasSignalJSHandlerEi
62217
62229
  _ZN4node18MemoryRetainerNode10IsRootNodeEv
@@ -62290,6 +62302,7 @@ _ZN4node20ERR_BUFFER_TOO_LARGEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT
62290
62302
  _ZN4node20ERR_INVALID_ARG_TYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62291
62303
  _ZN4node20ERR_INVALID_ARG_TYPEIJPKcEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateES2_DpOT_
62292
62304
  _ZN4node20ERR_INVALID_ARG_TYPEIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
62305
+ _ZN4node20ERR_INVALID_ARG_TYPEIJRKiEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateEPKcDpOT_
62293
62306
  _ZN4node20ERR_MODULE_NOT_FOUNDIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
62294
62307
  _ZN4node20ERR_WASI_NOT_STARTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
62295
62308
  _ZN4node20EmbedderSnapshotData19BuiltinSnapshotDataEv
@@ -62745,6 +62758,7 @@ _ZN4node2fs11BindingDataC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEEPNS1_17InternalFi
62745
62758
  _ZN4node2fs11BindingDataD0Ev
62746
62759
  _ZN4node2fs11BindingDataD1Ev
62747
62760
  _ZN4node2fs11MKDirpAsyncEP9uv_loop_sP7uv_fs_sPKciPFvS4_E
62761
+ _ZN4node2fs11fast_close_E
62748
62762
  _ZN4node2fs11is_uv_errorEi
62749
62763
  _ZN4node2fs12AfterIntegerEP7uv_fs_s
62750
62764
  _ZN4node2fs12AfterScanDirEP7uv_fs_s
@@ -62792,7 +62806,6 @@ _ZN4node2fs18FileHandleReadWrapD2Ev
62792
62806
  _ZN4node2fs19AfterOpenFileHandleEP7uv_fs_s
62793
62807
  _ZN4node2fs26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
62794
62808
  _ZN4node2fs26fast_internal_module_stat_E
62795
- _ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62796
62809
  _ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62797
62810
  _ZN4node2fs9AfterStatEP7uv_fs_s
62798
62811
  _ZN4node2fs9FSReqBase12binding_dataEv
@@ -62869,7 +62882,6 @@ _ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE11Realloc
62869
62882
  _ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE18StopTrackingMemoryEPv
62870
62883
  _ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE8FreeImplEPvS6_
62871
62884
  _ZN4node3sea10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
62872
- _ZN4node3sea11GetCodePathERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62873
62885
  _ZN4node3sea11SeaResourceD1Ev
62874
62886
  _ZN4node3sea15FixupArgsForSEAEiPPc
62875
62887
  _ZN4node3sea18IsSingleExecutableEv
@@ -62877,6 +62889,8 @@ _ZN4node3sea25BuildSingleExecutableBlobERKNSt7__cxx1112basic_stringIcSt11char_tr
62877
62889
  _ZN4node3sea26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
62878
62890
  _ZN4node3sea28FindSingleExecutableResourceEv
62879
62891
  _ZN4node3sea30IsExperimentalSeaWarningNeededERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62892
+ _ZN4node3sea31LoadSingleExecutableApplicationERKNS_26StartExecutionCallbackInfoE
62893
+ _ZN4node3sea36MaybeLoadSingleExecutableApplicationEPNS_11EnvironmentE
62880
62894
  _ZN4node3sea5IsSeaERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62881
62895
  _ZN4node3sea8GetAssetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
62882
62896
  _ZN4node3url11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
@@ -62903,7 +62917,6 @@ _ZN4node3url11BindingDataD1Ev
62903
62917
  _ZN4node3url12FromFilePathB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
62904
62918
  _ZN4node3url13FileURLToPathB5cxx11EPNS_11EnvironmentERKN3ada14url_aggregatorE
62905
62919
  _ZN4node3url15ThrowInvalidURLEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEESt8optionalINSt7__cxx1112basic_stringIcS5_SaIcEEEE
62906
- _ZN4node3url18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
62907
62920
  _ZN4node44THROW_ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTEDIJEEEvPN2v87IsolateEPKcDpOT_
62908
62921
  _ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
62909
62922
  _ZN4node4Blob11HasInstanceEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEE
@@ -64601,6 +64614,7 @@ _ZN4node6crypto7TLSWrap10DoShutdownEPNS_12ShutdownWrapE
64601
64614
  _ZN4node6crypto7TLSWrap10GetSessionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64602
64615
  _ZN4node6crypto7TLSWrap10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
64603
64616
  _ZN4node6crypto7TLSWrap10SetCACertsEPNS0_13SecureContextE
64617
+ _ZN4node6crypto7TLSWrap10SetKeyCertERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64604
64618
  _ZN4node6crypto7TLSWrap10SetSessionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64605
64619
  _ZN4node6crypto7TLSWrap11EnableTraceERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64606
64620
  _ZN4node6crypto7TLSWrap11GetFinishedERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -64813,6 +64827,7 @@ _ZN4node6loader10ModuleWrap21ResolveModuleCallbackEN2v85LocalINS2_7ContextEEENS3
64813
64827
  _ZN4node6loader10ModuleWrap23CompileSourceTextModuleEPNS_5RealmEN2v85LocalINS4_6StringEEES7_iiNS5_INS4_14PrimitiveArrayEEESt8optionalIPNS4_14ScriptCompiler10CachedDataEEPb
64814
64828
  _ZN4node6loader10ModuleWrap26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
64815
64829
  _ZN4node6loader10ModuleWrap26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
64830
+ _ZN4node6loader10ModuleWrap26CreateRequiredModuleFacadeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64816
64831
  _ZN4node6loader10ModuleWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
64817
64832
  _ZN4node6loader10ModuleWrap27CheckUnsettledTopLevelAwaitEv
64818
64833
  _ZN4node6loader10ModuleWrap34SetImportModuleDynamicallyCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -64829,6 +64844,7 @@ _ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEENS5_INS4_6Modu
64829
64844
  _ZN4node6loader10ModuleWrapD0Ev
64830
64845
  _ZN4node6loader10ModuleWrapD1Ev
64831
64846
  _ZN4node6loader10ModuleWrapD2Ev
64847
+ _ZN4node6loader29LinkRequireFacadeWithOriginalEN2v85LocalINS1_7ContextEEENS2_INS1_6StringEEENS2_INS1_10FixedArrayEEENS2_INS1_6ModuleEEE
64832
64848
  _ZN4node6report10WalkHandleEP11uv_handle_sPv
64833
64849
  _ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
64834
64850
  _ZN4node6report26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
@@ -64866,6 +64882,36 @@ _ZN4node6serdes19DeserializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectE
64866
64882
  _ZN4node6serdes19DeserializerContextD0Ev
64867
64883
  _ZN4node6serdes19DeserializerContextD1Ev
64868
64884
  _ZN4node6serdes26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
64885
+ _ZN4node6sqlite12DatabaseSync3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64886
+ _ZN4node6sqlite12DatabaseSync4ExecERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64887
+ _ZN4node6sqlite12DatabaseSync4OpenERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64888
+ _ZN4node6sqlite12DatabaseSync4OpenEv
64889
+ _ZN4node6sqlite12DatabaseSync5CloseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64890
+ _ZN4node6sqlite12DatabaseSync7PrepareERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64891
+ _ZN4node6sqlite12DatabaseSyncC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEEb
64892
+ _ZN4node6sqlite12DatabaseSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEEb
64893
+ _ZN4node6sqlite12DatabaseSyncD0Ev
64894
+ _ZN4node6sqlite12DatabaseSyncD1Ev
64895
+ _ZN4node6sqlite12DatabaseSyncD2Ev
64896
+ _ZN4node6sqlite13StatementSync10BindParamsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64897
+ _ZN4node6sqlite13StatementSync11ExpandedSQLERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64898
+ _ZN4node6sqlite13StatementSync13ColumnToValueEi
64899
+ _ZN4node6sqlite13StatementSync14SetReadBigIntsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64900
+ _ZN4node6sqlite13StatementSync17ColumnNameToValueEi
64901
+ _ZN4node6sqlite13StatementSync22GetConstructorTemplateEPNS_11EnvironmentE
64902
+ _ZN4node6sqlite13StatementSync27SetAllowBareNamedParametersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64903
+ _ZN4node6sqlite13StatementSync3AllERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64904
+ _ZN4node6sqlite13StatementSync3GetERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64905
+ _ZN4node6sqlite13StatementSync3RunERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64906
+ _ZN4node6sqlite13StatementSync6CreateEPNS_11EnvironmentEP7sqlite3P12sqlite3_stmt
64907
+ _ZN4node6sqlite13StatementSync9BindValueERKN2v85LocalINS2_5ValueEEEi
64908
+ _ZN4node6sqlite13StatementSync9SourceSQLERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64909
+ _ZN4node6sqlite13StatementSyncC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEP7sqlite3P12sqlite3_stmt
64910
+ _ZN4node6sqlite13StatementSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEP7sqlite3P12sqlite3_stmt
64911
+ _ZN4node6sqlite13StatementSyncD0Ev
64912
+ _ZN4node6sqlite13StatementSyncD1Ev
64913
+ _ZN4node6sqlite13StatementSyncD2Ev
64914
+ _ZN4node6sqlite18IllegalConstructorERKN2v820FunctionCallbackInfoINS1_5ValueEEE
64869
64915
  _ZN4node6timers11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
64870
64916
  _ZN4node6timers11BindingData11SetupTimersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
64871
64917
  _ZN4node6timers11BindingData15FastGetLibuvNowEN2v85LocalINS2_6ObjectEEE
@@ -65224,6 +65270,7 @@ _ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES6_P
65224
65270
  _ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEES6_PKcDpOT_
65225
65271
  _ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES6_PKcDpOT_
65226
65272
  _ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RjS8_S8_S8_EEES6_PKcDpOT_
65273
+ _ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES6_PKcDpOT_
65227
65274
  _ZN4node7SPrintFIJRPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
65228
65275
  _ZN4node7SPrintFIJRPKcRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
65229
65276
  _ZN4node7SPrintFIJRPKcRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
@@ -65871,6 +65918,7 @@ _ZN4node9inspector5Agent20RequestIoThreadStartEv
65871
65918
  _ZN4node9inspector5Agent21AllAsyncTasksCanceledEv
65872
65919
  _ZN4node9inspector5Agent23ReportUncaughtExceptionEN2v85LocalINS2_5ValueEEENS3_INS2_7MessageEEE
65873
65920
  _ZN4node9inspector5Agent23StopIfWaitingForConnectEv
65921
+ _ZN4node9inspector5Agent23WaitForConnectByOptionsEv
65874
65922
  _ZN4node9inspector5Agent30PauseOnNextJavascriptStatementERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
65875
65923
  _ZN4node9inspector5Agent4StopEv
65876
65924
  _ZN4node9inspector5Agent5StartERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_12DebugOptionsESt10shared_ptrINS_15ExclusiveAccessINS_8HostPortENS_9MutexBaseINS_16LibuvMutexTraitsEEEEEEb
@@ -79463,6 +79511,12 @@ _ZNK4node6serdes17SerializerContext8SelfSizeEv
79463
79511
  _ZNK4node6serdes19DeserializerContext10MemoryInfoEPNS_13MemoryTrackerE
79464
79512
  _ZNK4node6serdes19DeserializerContext14MemoryInfoNameEv
79465
79513
  _ZNK4node6serdes19DeserializerContext8SelfSizeEv
79514
+ _ZNK4node6sqlite12DatabaseSync10MemoryInfoEPNS_13MemoryTrackerE
79515
+ _ZNK4node6sqlite12DatabaseSync14MemoryInfoNameEv
79516
+ _ZNK4node6sqlite12DatabaseSync8SelfSizeEv
79517
+ _ZNK4node6sqlite13StatementSync10MemoryInfoEPNS_13MemoryTrackerE
79518
+ _ZNK4node6sqlite13StatementSync14MemoryInfoNameEv
79519
+ _ZNK4node6sqlite13StatementSync8SelfSizeEv
79466
79520
  _ZNK4node6timers11BindingData10MemoryInfoEPNS_13MemoryTrackerE
79467
79521
  _ZNK4node6timers11BindingData14MemoryInfoNameEv
79468
79522
  _ZNK4node6timers11BindingData8SelfSizeEv
@@ -82962,6 +83016,7 @@ _ZNSt10_HashtableIiSt4pairIKiiEN2v88internal13ZoneAllocatorIS2_EENSt8__detail10_
82962
83016
  _ZNSt10_HashtableIiSt4pairIKiiESaIS2_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE8_M_eraseESt17integral_constantIbLb1EERS1_
82963
83017
  _ZNSt10_HashtableIiiSaIiENSt8__detail9_IdentityESt8equal_toIiESt4hashIiENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE5eraseENS1_20_Node_const_iteratorIiLb1ELb0EEE
82964
83018
  _ZNSt10_HashtableIjSt4pairIKjN2v88internal4wasm13BranchHintMapEESaIS6_ENSt8__detail10_Select1stESt8equal_toIjESt4hashIjENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev
83019
+ _ZNSt10_HashtableIjSt4pairIKjSt10unique_ptrIN4node17CompileCacheEntryESt14default_deleteIS4_EEESaIS8_ENSt8__detail10_Select1stESt8equal_toIjESt4hashIjENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev
82965
83020
  _ZNSt10_HashtableIjSt4pairIKjSt6vectorIPN2v87sampler7SamplerESaIS6_EEESaIS9_ENSt8__detail10_Select1stESt8equal_toIjESt4hashIjENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb0ELb0ELb1EEEE5eraseENSB_20_Node_const_iteratorIS9_Lb0ELb0EEE
82966
83021
  _ZNSt10_HashtableIlSt4pairIKlN4node17BaseObjectPtrImplINS2_4quic6StreamELb0EEEESaIS7_ENSt8__detail10_Select1stESt8equal_toIlESt4hashIlENS9_18_Mod_range_hashingENS9_20_Default_ranged_hashENS9_20_Prime_rehash_policyENS9_17_Hashtable_traitsILb0ELb0ELb1EEEEC1ERKSK_
82967
83022
  _ZNSt10_HashtableImSt4pairIKmN4node9inspector10WorkerInfoEESaIS5_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb0ELb0ELb1EEEE8_M_eraseESt17integral_constantIbLb1EERS1_
@@ -83149,6 +83204,8 @@ _ZNSt15_Sp_counted_ptrIPZN4node14options_parser13OptionsParserINS0_18Environment
83149
83204
  _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
83150
83205
  _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv
83151
83206
  _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_weak_releaseEv
83207
+ _ZNSt17_Function_handlerIFN2v810MaybeLocalINS0_5ValueEEERKN4node26StartExecutionCallbackInfoEEPS8_E10_M_managerERSt9_Any_dataRKSB_St18_Manager_operation
83208
+ _ZNSt17_Function_handlerIFN2v810MaybeLocalINS0_5ValueEEERKN4node26StartExecutionCallbackInfoEEPS8_E9_M_invokeERKSt9_Any_dataS7_
83152
83209
  _ZNSt17_Function_handlerIFN2v88internal11MaybeHandleINS1_6StringEEEPNS1_7IsolateERKN6icu_7514FormattedValueEEPSB_E10_M_managerERSt9_Any_dataRKSE_St18_Manager_operation
83153
83210
  _ZNSt17_Function_handlerIFN2v88internal11MaybeHandleINS1_6StringEEEPNS1_7IsolateERKN6icu_7514FormattedValueEEPSB_E9_M_invokeERKSt9_Any_dataOS6_SA_
83154
83211
  _ZNSt17_Function_handlerIFN2v88internal11MaybeHandleINS1_7JSArrayEEEPNS1_7IsolateERKN6icu_7514FormattedValueEEPSB_E10_M_managerERSt9_Any_dataRKSE_St18_Manager_operation
@@ -84024,6 +84081,7 @@ _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE14_M_fill_insertEN9__gnu_cxx17__nor
84024
84081
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6ObjectEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84025
84082
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6StringEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84026
84083
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84084
+ _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJRNS1_INS0_6ObjectEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84027
84085
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
84028
84086
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE7reserveEm
84029
84087
  _ZNSt6vectorIN2v85LocalINS0_6ObjectEEESaIS3_EE17_M_default_appendEm
@@ -84749,6 +84807,7 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
84749
84807
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE8_M_eraseEPSt13_Rb_tree_nodeISA_E
84750
84808
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PKN2v88internal6torque13AggregateTypeEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
84751
84809
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E
84810
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE16_M_insert_uniqueIS8_EES6_ISt17_Rb_tree_iteratorIS8_EbEOT_
84752
84811
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_S5_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_
84753
84812
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_
84754
84813
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_
@@ -85101,6 +85160,7 @@ _ZNSt8__detail9__variant17__gen_vtable_implINS0_12_Multi_arrayIPFvOZNS0_16_Varia
85101
85160
  _ZNSt8__detail9__variant17__gen_vtable_implINS0_12_Multi_arrayIPFvOZNS0_16_Variant_storageILb0EJdlN6icu_7513UnicodeStringENS4_11FormattableEPKNS4_8message217FormattableObjectESt4pairIPKNS7_11FormattableEiEEE8_M_resetEvEUlOT_E_RSt7variantIJdlS5_S6_SA_SF_EEEJEEESt16integer_sequenceImJLm5EEEE14__visit_invokeESK_SN_
85102
85161
  _ZNSt8functionIFvPN2v88internal6torque10ExpressionEEEC1ERKS6_
85103
85162
  _ZNV2v88internal24StackTraceFailureMessage5PrintEv
85163
+ _ZSt10from_charsItENSt9enable_ifIXsrSt5__or_IJS1_IJSt7is_sameINSt9remove_cvIT_E4typeEaES2_IS6_sES2_IS6_iES2_IS6_lES2_IS6_xES2_IS6_nEEES1_IJS2_IS6_hES2_IS6_tES2_IS6_jES2_IS6_mES2_IS6_yES2_IS6_oEEES2_IcS6_EEE5valueESt17from_chars_resultE4typeEPKcSR_RS4_i
85104
85164
  _ZSt11__remove_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops10_Iter_predIZN3ada7helpers27remove_ascii_tab_or_newlineERS8_EUlcE_EEET_SH_SH_T0_
85105
85165
  _ZSt12__move_mergeIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEES6_NS0_5__ops15_Iter_comp_iterIZNS4_17ModuleDecoderImpl19DecodeExportSectionEvEUlRKS5_SF_E_EEET0_T_SJ_SJ_SJ_SI_T1_
85106
85166
  _ZSt12__move_mergeIPN2v88internal4wasm10WasmExportEN9__gnu_cxx17__normal_iteratorIS4_St6vectorIS3_SaIS3_EEEENS5_5__ops15_Iter_comp_iterIZNS2_17ModuleDecoderImpl19DecodeExportSectionEvEUlRKS3_SF_E_EEET0_T_SJ_SJ_SJ_SI_T1_
@@ -89077,6 +89137,8 @@ _ZTVN4node6fs_dir9DirHandleE
89077
89137
  _ZTVN4node6loader10ModuleWrapE
89078
89138
  _ZTVN4node6serdes17SerializerContextE
89079
89139
  _ZTVN4node6serdes19DeserializerContextE
89140
+ _ZTVN4node6sqlite12DatabaseSyncE
89141
+ _ZTVN4node6sqlite13StatementSyncE
89080
89142
  _ZTVN4node6timers11BindingDataE
89081
89143
  _ZTVN4node6worker11MessagePortE
89082
89144
  _ZTVN4node6worker12TransferDataE
@@ -90406,6 +90468,7 @@ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_I
90406
90468
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IbJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90407
90469
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IlJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90408
90470
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IbJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90471
+ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IiJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90409
90472
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IjJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90410
90473
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IlJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
90411
90474
  _ZZN2v88internal29StaticCallInterfaceDescriptorINS0_13AddDescriptorEE10InitializeEPNS0_27CallInterfaceDescriptorDataEE16double_registers
@@ -93051,6 +93114,8 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_
93051
93114
  _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E4args_0
93052
93115
  _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_RjS8_S8_S8_EEES6_PKcOT_DpOT0_E4args
93053
93116
  _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_RjS8_S8_S8_EEES6_PKcOT_DpOT0_E4args_0
93117
+ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_E4args
93118
+ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_E4args_0
93054
93119
  _ZZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
93055
93120
  _ZZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
93056
93121
  _ZZN4node11SPrintFImplIRPKcJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
@@ -93396,6 +93461,7 @@ _ZZN4node17BaseObjectPtrImplINS_5http29Http2PingELb0EEC4EPS2_E4args
93396
93461
  _ZZN4node17BaseObjectPtrImplINS_6crypto13SecureContextELb0EEC4EPS2_E4args
93397
93462
  _ZZN4node17BaseObjectPtrImplINS_6crypto15X509CertificateELb0EEC4EPS2_E4args
93398
93463
  _ZZN4node17BaseObjectPtrImplINS_6crypto7TLSWrapELb0EEC4EPS2_E4args
93464
+ _ZZN4node17BaseObjectPtrImplINS_6sqlite13StatementSyncELb0EEC4EPS2_E4args
93399
93465
  _ZZN4node17BaseObjectPtrImplINS_6timers11BindingDataELb1EEC4EPS2_E4args
93400
93466
  _ZZN4node17BaseObjectPtrImplINS_6worker11MessagePortELb0EEC4EPS2_E4args
93401
93467
  _ZZN4node17BaseObjectPtrImplINS_6worker14JSTransferableELb0EEC4EPS2_E4args
@@ -93453,8 +93519,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
93453
93519
  _ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
93454
93520
  _ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
93455
93521
  _ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
93456
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic325
93457
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic327
93522
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic320
93523
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic322
93458
93524
  _ZZN4node2fs10FileHandle5CloseEvE4args
93459
93525
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
93460
93526
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
@@ -93702,8 +93768,8 @@ _ZZN4node6crypto9KeyGenJobINS0_16KeyPairGenTraitsINS0_19NidKeyPairGenTraitsEEEE3
93702
93768
  _ZZN4node6crypto9KeyGenJobINS0_16KeyPairGenTraitsINS0_19NidKeyPairGenTraitsEEEE8ToResultEPN2v85LocalINS6_5ValueEEESA_E4args
93703
93769
  _ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
93704
93770
  _ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E4args
93705
- _ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic139
93706
- _ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic141
93771
+ _ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic140
93772
+ _ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic142
93707
93773
  _ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE4args
93708
93774
  _ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE4args_0
93709
93775
  _ZZN4node6worker16WorkerThreadDataD4EvE4args
@@ -93870,6 +93936,7 @@ ada_search_params_keys_iter_has_next
93870
93936
  ada_search_params_keys_iter_next
93871
93937
  ada_search_params_remove
93872
93938
  ada_search_params_remove_value
93939
+ ada_search_params_reset
93873
93940
  ada_search_params_set
93874
93941
  ada_search_params_size
93875
93942
  ada_search_params_sort
@@ -93933,6 +94000,7 @@ ares__buf_get_position
93933
94000
  ares__buf_hexdump
93934
94001
  ares__buf_len
93935
94002
  ares__buf_load_file
94003
+ ares__buf_parse_dns_abinstr
93936
94004
  ares__buf_parse_dns_binstr
93937
94005
  ares__buf_parse_dns_str
93938
94006
  ares__buf_peek
@@ -93963,6 +94031,15 @@ ares__count_hexdigits
93963
94031
  ares__destroy_rand_state
93964
94032
  ares__destroy_server
93965
94033
  ares__destroy_servers_state
94034
+ ares__dns_multistring_add_own
94035
+ ares__dns_multistring_clear
94036
+ ares__dns_multistring_cnt
94037
+ ares__dns_multistring_create
94038
+ ares__dns_multistring_del
94039
+ ares__dns_multistring_destroy
94040
+ ares__dns_multistring_get
94041
+ ares__dns_multistring_get_combined
94042
+ ares__dns_multistring_replace_own
93966
94043
  ares__dns_name_parse
93967
94044
  ares__dns_name_write
93968
94045
  ares__dnsrec_convert_arg
@@ -94030,12 +94107,14 @@ ares__init_by_options
94030
94107
  ares__init_by_sysconfig
94031
94108
  ares__init_rand_state
94032
94109
  ares__init_sysconfig_files
94110
+ ares__is_64bit
94033
94111
  ares__is_hostname
94034
94112
  ares__is_hostnamech
94035
94113
  ares__is_localhost
94036
94114
  ares__is_onion_domain
94037
94115
  ares__isprint
94038
94116
  ares__isspace
94117
+ ares__llist_clear
94039
94118
  ares__llist_create
94040
94119
  ares__llist_destroy
94041
94120
  ares__llist_first_val
@@ -94048,6 +94127,7 @@ ares__llist_len
94048
94127
  ares__llist_node_claim
94049
94128
  ares__llist_node_destroy
94050
94129
  ares__llist_node_first
94130
+ ares__llist_node_idx
94051
94131
  ares__llist_node_last
94052
94132
  ares__llist_node_move_parent_first
94053
94133
  ares__llist_node_move_parent_last
@@ -94119,6 +94199,7 @@ ares__thread_mutex_destroy
94119
94199
  ares__thread_mutex_lock
94120
94200
  ares__thread_mutex_unlock
94121
94201
  ares__timedout
94202
+ ares__timeval_diff
94122
94203
  ares__timeval_remaining
94123
94204
  ares__tolower
94124
94205
  ares__tvnow
@@ -94165,7 +94246,12 @@ ares_dns_record_rr_del
94165
94246
  ares_dns_record_rr_get
94166
94247
  ares_dns_record_rr_get_const
94167
94248
  ares_dns_record_rr_prealloc
94249
+ ares_dns_record_set_id
94168
94250
  ares_dns_record_write_ttl_decrement
94251
+ ares_dns_rr_add_abin
94252
+ ares_dns_rr_del_abin
94253
+ ares_dns_rr_get_abin
94254
+ ares_dns_rr_get_abin_cnt
94169
94255
  ares_dns_rr_get_addr
94170
94256
  ares_dns_rr_get_addr6
94171
94257
  ares_dns_rr_get_bin
@@ -94184,6 +94270,7 @@ ares_dns_rr_get_u8
94184
94270
  ares_dns_rr_key_datatype
94185
94271
  ares_dns_rr_key_to_rec_type
94186
94272
  ares_dns_rr_key_tostr
94273
+ ares_dns_rr_set_abin_own
94187
94274
  ares_dns_rr_set_addr
94188
94275
  ares_dns_rr_set_addr6
94189
94276
  ares_dns_rr_set_bin
@@ -94221,6 +94308,7 @@ ares_get_servers_csv
94221
94308
  ares_get_servers_ports
94222
94309
  ares_getaddrinfo
94223
94310
  ares_gethostbyaddr
94311
+ ares_gethostbyaddr_nolock
94224
94312
  ares_gethostbyname
94225
94313
  ares_gethostbyname_file
94226
94314
  ares_getnameinfo
@@ -94240,6 +94328,8 @@ ares_library_initialized
94240
94328
  ares_malloc
94241
94329
  ares_malloc_data
94242
94330
  ares_malloc_zero
94331
+ ares_metrics_record
94332
+ ares_metrics_server_timeout
94243
94333
  ares_mkquery
94244
94334
  ares_parse_a_reply
94245
94335
  ares_parse_aaaa_reply
@@ -94261,6 +94351,7 @@ ares_qcache_fetch
94261
94351
  ares_qcache_insert
94262
94352
  ares_query
94263
94353
  ares_query_dnsrec
94354
+ ares_query_nolock
94264
94355
  ares_queue_active_queries
94265
94356
  ares_queue_notify_empty
94266
94357
  ares_queue_wait_empty
@@ -94272,6 +94363,7 @@ ares_search
94272
94363
  ares_search_dnsrec
94273
94364
  ares_send
94274
94365
  ares_send_dnsrec
94366
+ ares_send_nolock
94275
94367
  ares_set_local_dev
94276
94368
  ares_set_local_ip4
94277
94369
  ares_set_local_ip6
@@ -658,10 +658,14 @@ enum Flags : uint64_t {
658
658
  // inspector in situations where one has already been created,
659
659
  // e.g. Blink's in Chromium.
660
660
  kNoCreateInspector = 1 << 9,
661
- // Controls where or not the InspectorAgent for this Environment should
662
- // call StartDebugSignalHandler. This control is needed by embedders who may
661
+ // Controls whether or not the InspectorAgent for this Environment should
662
+ // call StartDebugSignalHandler. This control is needed by embedders who may
663
663
  // not want to allow other processes to start the V8 inspector.
664
- kNoStartDebugSignalHandler = 1 << 10
664
+ kNoStartDebugSignalHandler = 1 << 10,
665
+ // Controls whether the InspectorAgent created for this Environment waits for
666
+ // Inspector frontend events during the Environment creation. It's used to
667
+ // call node::Stop(env) on a Worker thread that is waiting for the events.
668
+ kNoWaitForInspectorFrontend = 1 << 11
665
669
  };
666
670
  } // namespace EnvironmentFlags
667
671
 
@@ -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 4
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 5
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v22.4.1",
3
+ "version": "v22.5.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -4,9 +4,6 @@
4
4
  .\" * Language reference:
5
5
  .\" https://man.openbsd.org/mdoc.7
6
6
  .\"
7
- .\" * Atom editor support:
8
- .\" https://atom.io/packages/language-roff
9
- .\"
10
7
  .\" * Linting changes:
11
8
  .\" mandoc -Wall -Tlint /path/to/this.file # BSD
12
9
  .\" groff -w all -z /path/to/this.file # GNU/Linux, macOS
@@ -185,6 +182,9 @@ Enable the experimental permission model.
185
182
  .It Fl -experimental-shadow-realm
186
183
  Use this flag to enable ShadowRealm support.
187
184
  .
185
+ .It Fl -experimental-sqlite
186
+ Enable the experimental node:sqlite module.
187
+ .
188
188
  .It Fl -experimental-test-coverage
189
189
  Enable code coverage in the test runner.
190
190
  .
@@ -444,6 +444,12 @@ Starts the Node.js command line test runner.
444
444
  The maximum number of test files that the test runner CLI will execute
445
445
  concurrently.
446
446
  .
447
+ .It Fl -test-coverage-exclude
448
+ A glob pattern that excludes matching files from the coverage report
449
+ .
450
+ .It Fl -test-coverage-include
451
+ A glob pattern that only includes matching files in the coverage report
452
+ .
447
453
  .It Fl -test-force-exit
448
454
  Configures the test runner to exit the process once all known tests have
449
455
  finished executing even if the event loop would otherwise remain active.