node-aix-ppc64 22.4.1 → 22.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +174 -0
- package/LICENSE +25 -0
- package/README.md +10 -10
- package/bin/node +0 -0
- package/include/node/common.gypi +5 -2
- package/include/node/config.gypi +3 -1
- package/include/node/node.exp +136 -46
- package/include/node/node.h +7 -3
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +9 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#22.5.1">22.5.1</a><br/>
|
|
12
|
+
<a href="#22.5.0">22.5.0</a><br/>
|
|
11
13
|
<a href="#22.4.1">22.4.1</a><br/>
|
|
12
14
|
<a href="#22.4.0">22.4.0</a><br/>
|
|
13
15
|
<a href="#22.3.0">22.3.0</a><br/>
|
|
@@ -42,6 +44,178 @@
|
|
|
42
44
|
* [io.js](CHANGELOG_IOJS.md)
|
|
43
45
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
44
46
|
|
|
47
|
+
<a id="22.5.1"></a>
|
|
48
|
+
|
|
49
|
+
## 2024-07-19, Version 22.5.1 (Current), @richardlau
|
|
50
|
+
|
|
51
|
+
### Notable Changes
|
|
52
|
+
|
|
53
|
+
This release fixes a regression introduced in Node.js 22.5.0. The problem is known to display the following symptoms:
|
|
54
|
+
|
|
55
|
+
* Crash with `FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available` [#53902](https://github.com/nodejs/node/issues/53902)
|
|
56
|
+
* npm errors with `npm error Exit handler never called!` [npm/cli#7657](https://github.com/npm/cli/issues/7657)
|
|
57
|
+
* yarn hangs or outputs `Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)` [yarnpkg/berry#6398](https://github.com/yarnpkg/berry/issues/6398)
|
|
58
|
+
|
|
59
|
+
### Commits
|
|
60
|
+
|
|
61
|
+
* \[[`e2deeedc6e`](https://github.com/nodejs/node/commit/e2deeedc6e)] - _**Revert**_ "**fs**: add v8 fast api to closeSync" (Aviv Keller) [#53904](https://github.com/nodejs/node/pull/53904)
|
|
62
|
+
|
|
63
|
+
<a id="22.5.0"></a>
|
|
64
|
+
|
|
65
|
+
## 2024-07-16, Version 22.5.0 (Current), @RafaelGSS prepared by @aduh95
|
|
66
|
+
|
|
67
|
+
### Notable Changes
|
|
68
|
+
|
|
69
|
+
* \[[`1367c5558e`](https://github.com/nodejs/node/commit/1367c5558e)] - **(SEMVER-MINOR)** **http**: expose websockets (Natalia Venditto) [#53721](https://github.com/nodejs/node/pull/53721)
|
|
70
|
+
* \[[`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)
|
|
71
|
+
* \[[`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)
|
|
72
|
+
* \[[`8743c4d65a`](https://github.com/nodejs/node/commit/8743c4d65a)] - **(SEMVER-MINOR)** **path**: add `matchesGlob` method (Aviv Keller) [#52881](https://github.com/nodejs/node/pull/52881)
|
|
73
|
+
* \[[`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)
|
|
74
|
+
* \[[`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)
|
|
75
|
+
* \[[`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)
|
|
76
|
+
* \[[`22ca334090`](https://github.com/nodejs/node/commit/22ca334090)] - **(SEMVER-MINOR)** **worker**: add `postMessageToThread` (Paolo Insogna) [#53682](https://github.com/nodejs/node/pull/53682)
|
|
77
|
+
|
|
78
|
+
### Commits
|
|
79
|
+
|
|
80
|
+
* \[[`eb4e370933`](https://github.com/nodejs/node/commit/eb4e370933)] - **benchmark**: add require-esm benchmark (Joyee Cheung) [#52166](https://github.com/nodejs/node/pull/52166)
|
|
81
|
+
* \[[`4d4a8338db`](https://github.com/nodejs/node/commit/4d4a8338db)] - **benchmark**: add cpSync benchmark (Yagiz Nizipli) [#53612](https://github.com/nodejs/node/pull/53612)
|
|
82
|
+
* \[[`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)
|
|
83
|
+
* \[[`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)
|
|
84
|
+
* \[[`40032eb623`](https://github.com/nodejs/node/commit/40032eb623)] - **build**: add gn files for deps/nbytes (Cheng) [#53685](https://github.com/nodejs/node/pull/53685)
|
|
85
|
+
* \[[`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)
|
|
86
|
+
* \[[`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)
|
|
87
|
+
* \[[`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)
|
|
88
|
+
* \[[`5697938cb7`](https://github.com/nodejs/node/commit/5697938cb7)] - **crypto**: avoid std::function (Tobias Nießen) [#53683](https://github.com/nodejs/node/pull/53683)
|
|
89
|
+
* \[[`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)
|
|
90
|
+
* \[[`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)
|
|
91
|
+
* \[[`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)
|
|
92
|
+
* \[[`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)
|
|
93
|
+
* \[[`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)
|
|
94
|
+
* \[[`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)
|
|
95
|
+
* \[[`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)
|
|
96
|
+
* \[[`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)
|
|
97
|
+
* \[[`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)
|
|
98
|
+
* \[[`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)
|
|
99
|
+
* \[[`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)
|
|
100
|
+
* \[[`8542ace488`](https://github.com/nodejs/node/commit/8542ace488)] - **deps**: V8: cherry-pick 9ebca66a5740 (Chengzhong Wu) [#53755](https://github.com/nodejs/node/pull/53755)
|
|
101
|
+
* \[[`29a734c21d`](https://github.com/nodejs/node/commit/29a734c21d)] - **deps**: V8: cherry-pick e061cf9970d9 (Joyee Cheung) [#53755](https://github.com/nodejs/node/pull/53755)
|
|
102
|
+
* \[[`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)
|
|
103
|
+
* \[[`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)
|
|
104
|
+
* \[[`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)
|
|
105
|
+
* \[[`26386046ad`](https://github.com/nodejs/node/commit/26386046ad)] - **doc**: move MylesBorins to emeritus (Myles Borins) [#53760](https://github.com/nodejs/node/pull/53760)
|
|
106
|
+
* \[[`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)
|
|
107
|
+
* \[[`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)
|
|
108
|
+
* \[[`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)
|
|
109
|
+
* \[[`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)
|
|
110
|
+
* \[[`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)
|
|
111
|
+
* \[[`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)
|
|
112
|
+
* \[[`933359a786`](https://github.com/nodejs/node/commit/933359a786)] - **doc**: mention v8.setFlagsFromString to pm (Rafael Gonzaga) [#53731](https://github.com/nodejs/node/pull/53731)
|
|
113
|
+
* \[[`e17c2618e3`](https://github.com/nodejs/node/commit/e17c2618e3)] - **doc**: remove the last \<pre> tag (Claudio W) [#53741](https://github.com/nodejs/node/pull/53741)
|
|
114
|
+
* \[[`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)
|
|
115
|
+
* \[[`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)
|
|
116
|
+
* \[[`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)
|
|
117
|
+
* \[[`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)
|
|
118
|
+
* \[[`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)
|
|
119
|
+
* \[[`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)
|
|
120
|
+
* \[[`d224e9eab5`](https://github.com/nodejs/node/commit/d224e9eab5)] - **doc**: fix module customization hook examples (Elliot Goodrich) [#53637](https://github.com/nodejs/node/pull/53637)
|
|
121
|
+
* \[[`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)
|
|
122
|
+
* \[[`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)
|
|
123
|
+
* \[[`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)
|
|
124
|
+
* \[[`2d1ff91953`](https://github.com/nodejs/node/commit/2d1ff91953)] - **doc**: add esm example for os (Leonardo Peixoto) [#53604](https://github.com/nodejs/node/pull/53604)
|
|
125
|
+
* \[[`de99d69d75`](https://github.com/nodejs/node/commit/de99d69d75)] - **doc**: clarify usage of coverage reporters (Eliphaz Bouye) [#53523](https://github.com/nodejs/node/pull/53523)
|
|
126
|
+
* \[[`519c328dcf`](https://github.com/nodejs/node/commit/519c328dcf)] - **doc**: document addition testing options (Aviv Keller) [#53569](https://github.com/nodejs/node/pull/53569)
|
|
127
|
+
* \[[`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)
|
|
128
|
+
* \[[`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)
|
|
129
|
+
* \[[`19b3718ee1`](https://github.com/nodejs/node/commit/19b3718ee1)] - **doc, meta**: add PTAL to glossary (Aviv Keller) [#53770](https://github.com/nodejs/node/pull/53770)
|
|
130
|
+
* \[[`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)
|
|
131
|
+
* \[[`1a21e0f61e`](https://github.com/nodejs/node/commit/1a21e0f61e)] - **esm**: improve `defaultResolve` performance (Yagiz Nizipli) [#53711](https://github.com/nodejs/node/pull/53711)
|
|
132
|
+
* \[[`262f2cb3b6`](https://github.com/nodejs/node/commit/262f2cb3b6)] - **esm**: remove unnecessary toNamespacedPath calls (Yagiz Nizipli) [#53656](https://github.com/nodejs/node/pull/53656)
|
|
133
|
+
* \[[`e29c9453a9`](https://github.com/nodejs/node/commit/e29c9453a9)] - **esm**: move hooks test with others (Geoffrey Booth) [#53558](https://github.com/nodejs/node/pull/53558)
|
|
134
|
+
* \[[`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)
|
|
135
|
+
* \[[`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)
|
|
136
|
+
* \[[`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)
|
|
137
|
+
* \[[`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)
|
|
138
|
+
* \[[`603c2c5c08`](https://github.com/nodejs/node/commit/603c2c5c08)] - **fs**: fix typings (Yagiz Nizipli) [#53626](https://github.com/nodejs/node/pull/53626)
|
|
139
|
+
* \[[`1367c5558e`](https://github.com/nodejs/node/commit/1367c5558e)] - **(SEMVER-MINOR)** **http**: expose websockets (Natalia Venditto) [#53721](https://github.com/nodejs/node/pull/53721)
|
|
140
|
+
* \[[`7debb6c36e`](https://github.com/nodejs/node/commit/7debb6c36e)] - **http**: remove prototype primordials (Antoine du Hamel) [#53698](https://github.com/nodejs/node/pull/53698)
|
|
141
|
+
* \[[`b13aea5698`](https://github.com/nodejs/node/commit/b13aea5698)] - **http, readline**: replace sort with toSorted (Benjamin Gruenbaum) [#53623](https://github.com/nodejs/node/pull/53623)
|
|
142
|
+
* \[[`1397f5d9f4`](https://github.com/nodejs/node/commit/1397f5d9f4)] - **http2**: remove prototype primordials (Antoine du Hamel) [#53696](https://github.com/nodejs/node/pull/53696)
|
|
143
|
+
* \[[`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)
|
|
144
|
+
* \[[`0a01abbd45`](https://github.com/nodejs/node/commit/0a01abbd45)] - **lib**: refactor `platform` utility methods (Daniel Bayley) [#53817](https://github.com/nodejs/node/pull/53817)
|
|
145
|
+
* \[[`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)
|
|
146
|
+
* \[[`cbe77b30ca`](https://github.com/nodejs/node/commit/cbe77b30ca)] - **lib**: move `ToNamespacedPath` call to c++ (Yagiz Nizipli) [#53654](https://github.com/nodejs/node/pull/53654)
|
|
147
|
+
* \[[`0f146aac2c`](https://github.com/nodejs/node/commit/0f146aac2c)] - **lib**: make navigator properties lazy (James M Snell) [#53649](https://github.com/nodejs/node/pull/53649)
|
|
148
|
+
* \[[`0540308bd7`](https://github.com/nodejs/node/commit/0540308bd7)] - **lib**: add toJSON to PerformanceMeasure (theanarkh) [#53603](https://github.com/nodejs/node/pull/53603)
|
|
149
|
+
* \[[`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)
|
|
150
|
+
* \[[`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)
|
|
151
|
+
* \[[`ac5d7b709d`](https://github.com/nodejs/node/commit/ac5d7b709d)] - **meta**: change email address of anonrig (Yagiz Nizipli) [#53829](https://github.com/nodejs/node/pull/53829)
|
|
152
|
+
* \[[`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)
|
|
153
|
+
* \[[`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)
|
|
154
|
+
* \[[`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)
|
|
155
|
+
* \[[`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)
|
|
156
|
+
* \[[`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)
|
|
157
|
+
* \[[`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)
|
|
158
|
+
* \[[`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)
|
|
159
|
+
* \[[`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)
|
|
160
|
+
* \[[`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)
|
|
161
|
+
* \[[`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)
|
|
162
|
+
* \[[`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)
|
|
163
|
+
* \[[`508abfe178`](https://github.com/nodejs/node/commit/508abfe178)] - **meta**: warnings bypass deprecation cycle (Benjamin Gruenbaum) [#53513](https://github.com/nodejs/node/pull/53513)
|
|
164
|
+
* \[[`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)
|
|
165
|
+
* \[[`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)
|
|
166
|
+
* \[[`8743c4d65a`](https://github.com/nodejs/node/commit/8743c4d65a)] - **(SEMVER-MINOR)** **path**: add `matchesGlob` method (Aviv Keller) [#52881](https://github.com/nodejs/node/pull/52881)
|
|
167
|
+
* \[[`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)
|
|
168
|
+
* \[[`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)
|
|
169
|
+
* \[[`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)
|
|
170
|
+
* \[[`d41ed44f49`](https://github.com/nodejs/node/commit/d41ed44f49)] - **src**: move `loadEnvFile` toNamespacedPath call (Yagiz Nizipli) [#53658](https://github.com/nodejs/node/pull/53658)
|
|
171
|
+
* \[[`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)
|
|
172
|
+
* \[[`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)
|
|
173
|
+
* \[[`9bde9b254d`](https://github.com/nodejs/node/commit/9bde9b254d)] - **src**: fix implementation of `PropertySetterCallback` (Igor Sheludko) [#53576](https://github.com/nodejs/node/pull/53576)
|
|
174
|
+
* \[[`021e2cf40f`](https://github.com/nodejs/node/commit/021e2cf40f)] - **src**: remove unused ContextifyContext::WeakCallback (Chengzhong Wu) [#53517](https://github.com/nodejs/node/pull/53517)
|
|
175
|
+
* \[[`87121a17c4`](https://github.com/nodejs/node/commit/87121a17c4)] - **src**: fix typo in node.h (Daeyeon Jeong) [#53759](https://github.com/nodejs/node/pull/53759)
|
|
176
|
+
* \[[`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)
|
|
177
|
+
* \[[`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)
|
|
178
|
+
* \[[`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)
|
|
179
|
+
* \[[`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)
|
|
180
|
+
* \[[`a9db553935`](https://github.com/nodejs/node/commit/a9db553935)] - **src**: refactor embedded entrypoint loading (Joyee Cheung) [#53573](https://github.com/nodejs/node/pull/53573)
|
|
181
|
+
* \[[`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)
|
|
182
|
+
* \[[`664bf6c28f`](https://github.com/nodejs/node/commit/664bf6c28f)] - **src**: replace `kPathSeparator` with std::filesystem (Yagiz Nizipli) [#53063](https://github.com/nodejs/node/pull/53063)
|
|
183
|
+
* \[[`cc1f49751a`](https://github.com/nodejs/node/commit/cc1f49751a)] - **src**: move `FromNamespacedPath` to path.cc (Yagiz Nizipli) [#53540](https://github.com/nodejs/node/pull/53540)
|
|
184
|
+
* \[[`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)
|
|
185
|
+
* \[[`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)
|
|
186
|
+
* \[[`4bf62f6cbd`](https://github.com/nodejs/node/commit/4bf62f6cbd)] - **stream**: improve inspector ergonomics (Benjamin Gruenbaum) [#53800](https://github.com/nodejs/node/pull/53800)
|
|
187
|
+
* \[[`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)
|
|
188
|
+
* \[[`53a7dd7790`](https://github.com/nodejs/node/commit/53a7dd7790)] - **test**: update wpt test (Mert Can Altin) [#53814](https://github.com/nodejs/node/pull/53814)
|
|
189
|
+
* \[[`bc480902ab`](https://github.com/nodejs/node/commit/bc480902ab)] - **test**: update WPT WebIDL interfaces (Filip Skokan) [#53720](https://github.com/nodejs/node/pull/53720)
|
|
190
|
+
* \[[`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)
|
|
191
|
+
* \[[`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)
|
|
192
|
+
* \[[`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)
|
|
193
|
+
* \[[`41e106c0c6`](https://github.com/nodejs/node/commit/41e106c0c6)] - **test**: use `Set.difference()` (Richard Lau) [#53597](https://github.com/nodejs/node/pull/53597)
|
|
194
|
+
* \[[`8aab680f66`](https://github.com/nodejs/node/commit/8aab680f66)] - **test**: fix OpenSSL version checks (Richard Lau) [#53503](https://github.com/nodejs/node/pull/53503)
|
|
195
|
+
* \[[`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)
|
|
196
|
+
* \[[`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)
|
|
197
|
+
* \[[`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)
|
|
198
|
+
* \[[`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)
|
|
199
|
+
* \[[`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)
|
|
200
|
+
* \[[`4d777de7d4`](https://github.com/nodejs/node/commit/4d777de7d4)] - **tls**: add setKeyCert() to tls.Socket (Brian White) [#53636](https://github.com/nodejs/node/pull/53636)
|
|
201
|
+
* \[[`ab9adfc42a`](https://github.com/nodejs/node/commit/ab9adfc42a)] - **tls**: remove prototype primordials (Antoine du Hamel) [#53699](https://github.com/nodejs/node/pull/53699)
|
|
202
|
+
* \[[`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)
|
|
203
|
+
* \[[`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)
|
|
204
|
+
* \[[`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)
|
|
205
|
+
* \[[`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)
|
|
206
|
+
* \[[`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)
|
|
207
|
+
* \[[`317a13b30f`](https://github.com/nodejs/node/commit/317a13b30f)] - **tools**: replace reference to NodeMainInstance with SnapshotBuilder (codediverdev) [#53544](https://github.com/nodejs/node/pull/53544)
|
|
208
|
+
* \[[`0e25faea0a`](https://github.com/nodejs/node/commit/0e25faea0a)] - **typings**: add `fs_dir` types (Yagiz Nizipli) [#53631](https://github.com/nodejs/node/pull/53631)
|
|
209
|
+
* \[[`7637f291be`](https://github.com/nodejs/node/commit/7637f291be)] - **url**: fix typo (KAYYY) [#53827](https://github.com/nodejs/node/pull/53827)
|
|
210
|
+
* \[[`2c6548afd1`](https://github.com/nodejs/node/commit/2c6548afd1)] - **url**: reduce unnecessary string copies (Yagiz Nizipli) [#53628](https://github.com/nodejs/node/pull/53628)
|
|
211
|
+
* \[[`0f2b57d1bc`](https://github.com/nodejs/node/commit/0f2b57d1bc)] - **url**: make URL.parse enumerable (Filip Skokan) [#53720](https://github.com/nodejs/node/pull/53720)
|
|
212
|
+
* \[[`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)
|
|
213
|
+
* \[[`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)
|
|
214
|
+
* \[[`5aa216320e`](https://github.com/nodejs/node/commit/5aa216320e)] - **v8**: move `ToNamespacedPath` to c++ (Yagiz Nizipli) [#53655](https://github.com/nodejs/node/pull/53655)
|
|
215
|
+
* \[[`9fd976b09d`](https://github.com/nodejs/node/commit/9fd976b09d)] - **vm,src**: add property query interceptors (Chengzhong Wu) [#53517](https://github.com/nodejs/node/pull/53517)
|
|
216
|
+
* \[[`22ca334090`](https://github.com/nodejs/node/commit/22ca334090)] - **(SEMVER-MINOR)** **worker**: add postMessageToThread (Paolo Insogna) [#53682](https://github.com/nodejs/node/pull/53682)
|
|
217
|
+
* \[[`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)
|
|
218
|
+
|
|
45
219
|
<a id="22.4.1"></a>
|
|
46
220
|
|
|
47
221
|
## 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
|
|
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
|
|
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
|
package/include/node/common.gypi
CHANGED
|
@@ -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.
|
|
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
|
],
|
package/include/node/config.gypi
CHANGED
|
@@ -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',
|
package/include/node/node.exp
CHANGED
|
@@ -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.
|
|
5993
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5994
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
5995
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5996
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5997
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5998
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5999
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6000
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6001
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6002
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6003
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6004
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6005
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6006
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6007
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6008
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6009
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6010
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6011
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6012
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5992
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_BFF00FE3_0x433a48f536b3a716
|
|
5993
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x15f1d14021e10b65
|
|
5994
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_6EE78FAE_0x62902f566f3e098c
|
|
5995
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xdd0910bfe48e8ab1
|
|
5996
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x3d02a2cc1c15c779
|
|
5997
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0x1e253003707a14af
|
|
5998
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x68eac552c287a6f1
|
|
5999
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_E21CEA7D_0x9fa45cd6750049a5
|
|
6000
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_6EE78FAE_0x9494ce4daecf7c92
|
|
6001
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_E21CEA7D_0x63c12f49dbcd6a0f
|
|
6002
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x7b5e88a406448e54
|
|
6003
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xc760f3234f06ab5f
|
|
6004
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0xba87c7935d22750a
|
|
6005
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_BFF00FE3_0x84bb4c7ddae7e43d
|
|
6006
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0xb7d7119a2c38300
|
|
6007
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_E21CEA7D_0x784960ad7e48b9a8
|
|
6008
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_E21CEA7D_0x70987b3d2e6da343
|
|
6009
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_BFF00FE3_0x4e43387c32eb71e3
|
|
6010
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x4aa5da2dda8800fb
|
|
6011
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_E21CEA7D_0xabe769dd6c770c31
|
|
6012
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0xddfd7837c3a949c3
|
|
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.
|
|
7197
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7198
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
7199
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7200
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7201
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7202
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7203
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7204
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7205
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7206
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7207
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7197
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x6b24e40c58e0dcbe
|
|
7198
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_E21CEA7D_0x91d589b432569026
|
|
7199
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0x379b56c1e005c5d7
|
|
7200
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x3e4f1935ab8cee09
|
|
7201
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0xff6d0da8036cfc68
|
|
7202
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_BFF00FE3_0x41c562b5636aa6ae
|
|
7203
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0xcf731c67e2808d8a
|
|
7204
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x6695971990ec67ee
|
|
7205
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_E21CEA7D_0xed1cb896b25686d9
|
|
7206
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_E21CEA7D_0x35613ef3235481cc
|
|
7207
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0xea13bf1465496c4c
|
|
7208
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0xc19de40154a171
|
|
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
|
|
@@ -39083,7 +39085,6 @@ _ZN2v88internal7Genesis31AddRestrictedFunctionPropertiesENS0_6HandleINS0_10JSFun
|
|
|
39083
39085
|
_ZN2v88internal7Genesis31InitializeGlobal_harmony_structEv
|
|
39084
39086
|
_ZN2v88internal7Genesis32CreateInitialMapForArraySubclassEii
|
|
39085
39087
|
_ZN2v88internal7Genesis32InitializeGlobal_js_float16arrayEv
|
|
39086
|
-
_ZN2v88internal7Genesis33InitializeGlobal_harmony_rab_gsabEv
|
|
39087
39088
|
_ZN2v88internal7Genesis33InitializeGlobal_harmony_temporalEv
|
|
39088
39089
|
_ZN2v88internal7Genesis34InitializeGlobal_sharedarraybufferEv
|
|
39089
39090
|
_ZN2v88internal7Genesis35InitializeGlobal_regexp_linear_flagEv
|
|
@@ -39096,7 +39097,6 @@ _ZN2v88internal7Genesis41InitializeGlobal_harmony_iterator_helpersEv
|
|
|
39096
39097
|
_ZN2v88internal7Genesis41InitializeGlobal_js_promise_withresolversEv
|
|
39097
39098
|
_ZN2v88internal7Genesis42InitializeGlobal_harmony_import_assertionsEv
|
|
39098
39099
|
_ZN2v88internal7Genesis42InitializeGlobal_harmony_import_attributesEv
|
|
39099
|
-
_ZN2v88internal7Genesis42InitializeGlobal_harmony_rab_gsab_transferEv
|
|
39100
39100
|
_ZN2v88internal7Genesis44InitializeGlobal_harmony_regexp_unicode_setsEv
|
|
39101
39101
|
_ZN2v88internal7Genesis45InitializeGlobal_harmony_intl_duration_formatEv
|
|
39102
39102
|
_ZN2v88internal7Genesis46InitializeGlobal_harmony_intl_best_fit_matcherEv
|
|
@@ -57587,6 +57587,7 @@ _ZN2v88internal8compiler7Linkage24GetRuntimeCallDescriptorEPNS0_4ZoneENS0_7Runti
|
|
|
57587
57587
|
_ZN2v88internal8compiler7Linkage24GetSimplifiedCDescriptorEPNS0_4ZoneEPKNS0_9SignatureINS0_11MachineTypeEEENS_4base5FlagsINS1_14CallDescriptor4FlagEiiEE
|
|
57588
57588
|
_ZN2v88internal8compiler7Linkage27GetCEntryStubCallDescriptorEPNS0_4ZoneEiiPKcNS_4base5FlagsINS1_8Operator8PropertyEhhEENS8_INS1_14CallDescriptor4FlagEiiEENS0_18StackArgumentOrderE
|
|
57589
57589
|
_ZN2v88internal8compiler7Linkage33GetBytecodeDispatchCallDescriptorEPNS0_4ZoneERKNS0_23CallInterfaceDescriptorEi
|
|
57590
|
+
_ZN2v88internal8compiler7MakeRefINS0_18SharedFunctionInfoEvEENS1_10ref_traitsIT_E8ref_typeEPNS1_12JSHeapBrokerENS0_6HandleIS5_EE
|
|
57590
57591
|
_ZN2v88internal8compiler7MapDataC1EPNS1_12JSHeapBrokerEPPNS1_10ObjectDataENS0_6HandleINS0_3MapEEENS1_14ObjectDataKindE
|
|
57591
57592
|
_ZN2v88internal8compiler7MapDataC2EPNS1_12JSHeapBrokerEPPNS1_10ObjectDataENS0_6HandleINS0_3MapEEENS1_14ObjectDataKindE
|
|
57592
57593
|
_ZN2v88internal8compiler7Reducer6ReduceEPNS1_4NodeEPNS1_18ObserveNodeManagerE
|
|
@@ -59627,6 +59628,7 @@ _ZN3ada14url_aggregator17parse_opaque_hostESt17basic_string_viewIcSt11char_trait
|
|
|
59627
59628
|
_ZN3ada14url_aggregator18update_base_searchESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59628
59629
|
_ZN3ada14url_aggregator18update_base_searchESt17basic_string_viewIcSt11char_traitsIcEEPKh
|
|
59629
59630
|
_ZN3ada14url_aggregator20append_base_passwordESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59631
|
+
_ZN3ada14url_aggregator20append_base_pathnameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59630
59632
|
_ZN3ada14url_aggregator20append_base_usernameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59631
59633
|
_ZN3ada14url_aggregator20set_host_or_hostnameILb0EEEbSt17basic_string_viewIcSt11char_traitsIcEE
|
|
59632
59634
|
_ZN3ada14url_aggregator20set_host_or_hostnameILb1EEEbSt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -59653,7 +59655,6 @@ _ZN3ada3url10parse_ipv4ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
59653
59655
|
_ZN3ada3url10parse_ipv6ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59654
59656
|
_ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59655
59657
|
_ZN3ada3url10parse_portESt17basic_string_viewIcSt11char_traitsIcEEb
|
|
59656
|
-
_ZN3ada3url10set_schemeEONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
59657
59658
|
_ZN3ada3url10set_searchESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59658
59659
|
_ZN3ada3url12clear_searchEv
|
|
59659
59660
|
_ZN3ada3url12set_hostnameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -59699,6 +59700,9 @@ _ZN3ada4idna9decomposeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEEm
|
|
|
59699
59700
|
_ZN3ada4idna9normalizeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
|
|
59700
59701
|
_ZN3ada5parseINS_14url_aggregatorEEEN2tl8expectedIT_NS_6errorsEEESt17basic_string_viewIcSt11char_traitsIcEEPKS4_
|
|
59701
59702
|
_ZN3ada5parseINS_3urlEEEN2tl8expectedIT_NS_6errorsEEESt17basic_string_viewIcSt11char_traitsIcEEPKS4_
|
|
59703
|
+
_ZN3ada6parser14parse_url_implINS_14url_aggregatorELb0EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
59704
|
+
_ZN3ada6parser14parse_url_implINS_14url_aggregatorELb1EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
59705
|
+
_ZN3ada6parser14parse_url_implINS_3urlELb1EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
59702
59706
|
_ZN3ada6parser9parse_urlINS_14url_aggregatorEEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
59703
59707
|
_ZN3ada6parser9parse_urlINS_3urlEEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
59704
59708
|
_ZN3ada6scheme15get_scheme_typeESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -59707,7 +59711,6 @@ _ZN3ada7helpers6concatIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS
|
|
|
59707
59711
|
_ZN3ada7helpers6concatIJPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES9_DpT_
|
|
59708
59712
|
_ZN3ada7helpers8overlapsESt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS3_SaIcEEE
|
|
59709
59713
|
_ZN3ada7helpers9get_stateB5cxx11ENS_5stateE
|
|
59710
|
-
_ZN3ada7unicode10to_unicodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
59711
59714
|
_ZN3ada7unicode13is_alnum_plusEc
|
|
59712
59715
|
_ZN3ada7unicode14percent_decodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEEm
|
|
59713
59716
|
_ZN3ada7unicode14percent_encodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEEPKh
|
|
@@ -60728,6 +60731,7 @@ _ZN4node10JSONWriter12write_stringESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
60728
60731
|
_ZN4node10JSONWriter13json_arrayendEv
|
|
60729
60732
|
_ZN4node10JSONWriter13json_keyvalueIA10_cA256_cEEvRKT_RKT0_
|
|
60730
60733
|
_ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
|
|
60734
|
+
_ZN4node10JSONWriter13json_keyvalueIA12_cmEEvRKT_RKT0_
|
|
60731
60735
|
_ZN4node10JSONWriter13json_keyvalueIA15_cmEEvRKT_RKT0_
|
|
60732
60736
|
_ZN4node10JSONWriter13json_keyvalueIA19_cmEEvRKT_RKT0_
|
|
60733
60737
|
_ZN4node10JSONWriter13json_keyvalueIA4_cmEEvRKT_RKT0_
|
|
@@ -60935,10 +60939,10 @@ _ZN4node10contextify16ContextifyScriptD0Ev
|
|
|
60935
60939
|
_ZN4node10contextify16ContextifyScriptD1Ev
|
|
60936
60940
|
_ZN4node10contextify16ContextifyScriptD2Ev
|
|
60937
60941
|
_ZN4node10contextify17ContextifyContext11MakeContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
60938
|
-
_ZN4node10contextify17ContextifyContext12WeakCallbackERKN2v816WeakCallbackInfoIS1_EE
|
|
60939
60942
|
_ZN4node10contextify17ContextifyContext15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
60940
60943
|
_ZN4node10contextify17ContextifyContext15CreateV8ContextEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEEPKNS_12SnapshotDataEPNS2_14MicrotaskQueueE
|
|
60941
60944
|
_ZN4node10contextify17ContextifyContext19IsStillInitializingEPKS1_
|
|
60945
|
+
_ZN4node10contextify17ContextifyContext21PropertyQueryCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_7IntegerEEE
|
|
60942
60946
|
_ZN4node10contextify17ContextifyContext22PropertyGetterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
60943
60947
|
_ZN4node10contextify17ContextifyContext22PropertySetterCallbackEN2v85LocalINS2_4NameEEENS3_INS2_5ValueEEERKNS2_20PropertyCallbackInfoIvEE
|
|
60944
60948
|
_ZN4node10contextify17ContextifyContext23PropertyDefinerCallbackEN2v85LocalINS2_4NameEEERKNS2_18PropertyDescriptorERKNS2_20PropertyCallbackInfoIvEE
|
|
@@ -60948,6 +60952,7 @@ _ZN4node10contextify17ContextifyContext26CreatePerIsolatePropertiesEPNS_11Isolat
|
|
|
60948
60952
|
_ZN4node10contextify17ContextifyContext26PropertyDescriptorCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
60949
60953
|
_ZN4node10contextify17ContextifyContext26PropertyEnumeratorCallbackERKN2v820PropertyCallbackInfoINS2_5ArrayEEE
|
|
60950
60954
|
_ZN4node10contextify17ContextifyContext26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
60955
|
+
_ZN4node10contextify17ContextifyContext28IndexedPropertyQueryCallbackEjRKN2v820PropertyCallbackInfoINS2_7IntegerEEE
|
|
60951
60956
|
_ZN4node10contextify17ContextifyContext29CompileFunctionAndCacheResultEPNS_11EnvironmentEN2v85LocalINS4_7ContextEEEPNS4_14ScriptCompiler6SourceESt6vectorINS5_INS4_6StringEEESaISD_EESB_INS5_INS4_6ObjectEEESaISH_EENS8_14CompileOptionsEbNS5_INS4_6SymbolEEERKNS_6errors13TryCatchScopeE
|
|
60952
60957
|
_ZN4node10contextify17ContextifyContext29IndexedPropertyGetterCallbackEjRKN2v820PropertyCallbackInfoINS2_5ValueEEE
|
|
60953
60958
|
_ZN4node10contextify17ContextifyContext29IndexedPropertySetterCallbackEjN2v85LocalINS2_5ValueEEERKNS2_20PropertyCallbackInfoIvEE
|
|
@@ -60955,6 +60960,7 @@ _ZN4node10contextify17ContextifyContext30ContextFromContextifiedSandboxEPNS_11En
|
|
|
60955
60960
|
_ZN4node10contextify17ContextifyContext30IndexedPropertyDefinerCallbackEjRKN2v818PropertyDescriptorERKNS2_20PropertyCallbackInfoIvEE
|
|
60956
60961
|
_ZN4node10contextify17ContextifyContext30IndexedPropertyDeleterCallbackEjRKN2v820PropertyCallbackInfoINS2_7BooleanEEE
|
|
60957
60962
|
_ZN4node10contextify17ContextifyContext33IndexedPropertyDescriptorCallbackEjRKN2v820PropertyCallbackInfoINS2_5ValueEEE
|
|
60963
|
+
_ZN4node10contextify17ContextifyContext33IndexedPropertyEnumeratorCallbackERKN2v820PropertyCallbackInfoINS2_5ArrayEEE
|
|
60958
60964
|
_ZN4node10contextify17ContextifyContext3GetEN2v85LocalINS2_6ObjectEEE
|
|
60959
60965
|
_ZN4node10contextify17ContextifyContext3NewEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentENS3_INS2_6ObjectEEEPNS0_14ContextOptionsE
|
|
60960
60966
|
_ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEPNS0_14ContextOptionsE
|
|
@@ -61066,6 +61072,7 @@ _ZN4node11Environment25StartProfilerIdleNotifierEv
|
|
|
61066
61072
|
_ZN4node11Environment27CheckUnsettledTopLevelAwaitEv
|
|
61067
61073
|
_ZN4node11Environment27PrintInfoForSnapshotIfDebugEv
|
|
61068
61074
|
_ZN4node11Environment27RunAndClearNativeImmediatesEb
|
|
61075
|
+
_ZN4node11Environment33WaitForInspectorFrontendByOptionsEv
|
|
61069
61076
|
_ZN4node11Environment4ExitENS_8ExitCodeE
|
|
61070
61077
|
_ZN4node11Environment6AtExitEPFvPvES1_
|
|
61071
61078
|
_ZN4node11Environment6GetCwdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -61204,6 +61211,7 @@ _ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEE
|
|
|
61204
61211
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_
|
|
61205
61212
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_
|
|
61206
61213
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_RjS8_S8_S8_EEES6_PKcOT_DpOT0_
|
|
61214
|
+
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_
|
|
61207
61215
|
_ZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
61208
61216
|
_ZN4node11SPrintFImplIRPKcJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
61209
61217
|
_ZN4node11SPrintFImplIRPKcJRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
@@ -61939,7 +61947,6 @@ _ZN4node15FreeEnvironmentEPNS_11EnvironmentE
|
|
|
61939
61947
|
_ZN4node15FreeIsolateDataEPNS_11IsolateDataE
|
|
61940
61948
|
_ZN4node15GenDebugSymbolsEv
|
|
61941
61949
|
_ZN4node15GetProcessTitleB5cxx11EPKc
|
|
61942
|
-
_ZN4node15IsPathSeparatorEc
|
|
61943
61950
|
_ZN4node15LargePagesErrorEi
|
|
61944
61951
|
_ZN4node15LibuvStreamWrap10DoShutdownEPNS_12ShutdownWrapE
|
|
61945
61952
|
_ZN4node15LibuvStreamWrap10DoTryWriteEPP8uv_buf_tPm
|
|
@@ -62117,6 +62124,9 @@ _ZN4node17ERR_DLOPEN_FAILEDIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
|
|
|
62117
62124
|
_ZN4node17ERR_DLOPEN_FAILEDIJPcRKiiEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateEPKcDpOT_
|
|
62118
62125
|
_ZN4node17ERR_INVALID_STATEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
62119
62126
|
_ZN4node17ERR_INVALID_STATEIJKSt17basic_string_viewIcSt11char_traitsIcEEEEEN2v85LocalINS6_5ValueEEEPNS6_7IsolateEPKcDpOT_
|
|
62127
|
+
_ZN4node17ERR_INVALID_STATEIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
|
|
62128
|
+
_ZN4node17ERR_INVALID_STATEIJRKiEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateEPKcDpOT_
|
|
62129
|
+
_ZN4node17ERR_INVALID_STATEIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
|
|
62120
62130
|
_ZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
62121
62131
|
_ZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getsocknameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
62122
62132
|
_ZN4node17GetSockOrPeerNameINS_7UDPWrapEXadL_Z18uv_udp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -62212,6 +62222,7 @@ _ZN4node18EnvironmentOptionsC1ERKS0_
|
|
|
62212
62222
|
_ZN4node18EnvironmentOptionsD0Ev
|
|
62213
62223
|
_ZN4node18EnvironmentOptionsD1Ev
|
|
62214
62224
|
_ZN4node18FormatErrorMessageEPN2v87IsolateENS0_5LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_INS0_7MessageEEEb
|
|
62225
|
+
_ZN4node18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
62215
62226
|
_ZN4node18GetCacheVersionTagEv
|
|
62216
62227
|
_ZN4node18HasSignalJSHandlerEi
|
|
62217
62228
|
_ZN4node18MemoryRetainerNode10IsRootNodeEv
|
|
@@ -62290,6 +62301,7 @@ _ZN4node20ERR_BUFFER_TOO_LARGEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT
|
|
|
62290
62301
|
_ZN4node20ERR_INVALID_ARG_TYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
62291
62302
|
_ZN4node20ERR_INVALID_ARG_TYPEIJPKcEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateES2_DpOT_
|
|
62292
62303
|
_ZN4node20ERR_INVALID_ARG_TYPEIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
|
|
62304
|
+
_ZN4node20ERR_INVALID_ARG_TYPEIJRKiEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateEPKcDpOT_
|
|
62293
62305
|
_ZN4node20ERR_MODULE_NOT_FOUNDIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
|
|
62294
62306
|
_ZN4node20ERR_WASI_NOT_STARTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
62295
62307
|
_ZN4node20EmbedderSnapshotData19BuiltinSnapshotDataEv
|
|
@@ -62869,7 +62881,6 @@ _ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE11Realloc
|
|
|
62869
62881
|
_ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE18StopTrackingMemoryEPv
|
|
62870
62882
|
_ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE8FreeImplEPvS6_
|
|
62871
62883
|
_ZN4node3sea10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
62872
|
-
_ZN4node3sea11GetCodePathERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
62873
62884
|
_ZN4node3sea11SeaResourceD1Ev
|
|
62874
62885
|
_ZN4node3sea15FixupArgsForSEAEiPPc
|
|
62875
62886
|
_ZN4node3sea18IsSingleExecutableEv
|
|
@@ -62877,6 +62888,8 @@ _ZN4node3sea25BuildSingleExecutableBlobERKNSt7__cxx1112basic_stringIcSt11char_tr
|
|
|
62877
62888
|
_ZN4node3sea26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
62878
62889
|
_ZN4node3sea28FindSingleExecutableResourceEv
|
|
62879
62890
|
_ZN4node3sea30IsExperimentalSeaWarningNeededERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
62891
|
+
_ZN4node3sea31LoadSingleExecutableApplicationERKNS_26StartExecutionCallbackInfoE
|
|
62892
|
+
_ZN4node3sea36MaybeLoadSingleExecutableApplicationEPNS_11EnvironmentE
|
|
62880
62893
|
_ZN4node3sea5IsSeaERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
62881
62894
|
_ZN4node3sea8GetAssetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
62882
62895
|
_ZN4node3url11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
@@ -62903,7 +62916,6 @@ _ZN4node3url11BindingDataD1Ev
|
|
|
62903
62916
|
_ZN4node3url12FromFilePathB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
62904
62917
|
_ZN4node3url13FileURLToPathB5cxx11EPNS_11EnvironmentERKN3ada14url_aggregatorE
|
|
62905
62918
|
_ZN4node3url15ThrowInvalidURLEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEESt8optionalINSt7__cxx1112basic_stringIcS5_SaIcEEEE
|
|
62906
|
-
_ZN4node3url18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
62907
62919
|
_ZN4node44THROW_ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTEDIJEEEvPN2v87IsolateEPKcDpOT_
|
|
62908
62920
|
_ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
|
|
62909
62921
|
_ZN4node4Blob11HasInstanceEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEE
|
|
@@ -64601,6 +64613,7 @@ _ZN4node6crypto7TLSWrap10DoShutdownEPNS_12ShutdownWrapE
|
|
|
64601
64613
|
_ZN4node6crypto7TLSWrap10GetSessionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64602
64614
|
_ZN4node6crypto7TLSWrap10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
64603
64615
|
_ZN4node6crypto7TLSWrap10SetCACertsEPNS0_13SecureContextE
|
|
64616
|
+
_ZN4node6crypto7TLSWrap10SetKeyCertERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64604
64617
|
_ZN4node6crypto7TLSWrap10SetSessionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64605
64618
|
_ZN4node6crypto7TLSWrap11EnableTraceERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64606
64619
|
_ZN4node6crypto7TLSWrap11GetFinishedERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -64813,6 +64826,7 @@ _ZN4node6loader10ModuleWrap21ResolveModuleCallbackEN2v85LocalINS2_7ContextEEENS3
|
|
|
64813
64826
|
_ZN4node6loader10ModuleWrap23CompileSourceTextModuleEPNS_5RealmEN2v85LocalINS4_6StringEEES7_iiNS5_INS4_14PrimitiveArrayEEESt8optionalIPNS4_14ScriptCompiler10CachedDataEEPb
|
|
64814
64827
|
_ZN4node6loader10ModuleWrap26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
64815
64828
|
_ZN4node6loader10ModuleWrap26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
64829
|
+
_ZN4node6loader10ModuleWrap26CreateRequiredModuleFacadeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64816
64830
|
_ZN4node6loader10ModuleWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
64817
64831
|
_ZN4node6loader10ModuleWrap27CheckUnsettledTopLevelAwaitEv
|
|
64818
64832
|
_ZN4node6loader10ModuleWrap34SetImportModuleDynamicallyCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -64829,6 +64843,7 @@ _ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEENS5_INS4_6Modu
|
|
|
64829
64843
|
_ZN4node6loader10ModuleWrapD0Ev
|
|
64830
64844
|
_ZN4node6loader10ModuleWrapD1Ev
|
|
64831
64845
|
_ZN4node6loader10ModuleWrapD2Ev
|
|
64846
|
+
_ZN4node6loader29LinkRequireFacadeWithOriginalEN2v85LocalINS1_7ContextEEENS2_INS1_6StringEEENS2_INS1_10FixedArrayEEENS2_INS1_6ModuleEEE
|
|
64832
64847
|
_ZN4node6report10WalkHandleEP11uv_handle_sPv
|
|
64833
64848
|
_ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
64834
64849
|
_ZN4node6report26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -64866,6 +64881,36 @@ _ZN4node6serdes19DeserializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectE
|
|
|
64866
64881
|
_ZN4node6serdes19DeserializerContextD0Ev
|
|
64867
64882
|
_ZN4node6serdes19DeserializerContextD1Ev
|
|
64868
64883
|
_ZN4node6serdes26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
64884
|
+
_ZN4node6sqlite12DatabaseSync3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64885
|
+
_ZN4node6sqlite12DatabaseSync4ExecERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64886
|
+
_ZN4node6sqlite12DatabaseSync4OpenERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64887
|
+
_ZN4node6sqlite12DatabaseSync4OpenEv
|
|
64888
|
+
_ZN4node6sqlite12DatabaseSync5CloseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64889
|
+
_ZN4node6sqlite12DatabaseSync7PrepareERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64890
|
+
_ZN4node6sqlite12DatabaseSyncC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEEb
|
|
64891
|
+
_ZN4node6sqlite12DatabaseSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEEb
|
|
64892
|
+
_ZN4node6sqlite12DatabaseSyncD0Ev
|
|
64893
|
+
_ZN4node6sqlite12DatabaseSyncD1Ev
|
|
64894
|
+
_ZN4node6sqlite12DatabaseSyncD2Ev
|
|
64895
|
+
_ZN4node6sqlite13StatementSync10BindParamsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64896
|
+
_ZN4node6sqlite13StatementSync11ExpandedSQLERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64897
|
+
_ZN4node6sqlite13StatementSync13ColumnToValueEi
|
|
64898
|
+
_ZN4node6sqlite13StatementSync14SetReadBigIntsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64899
|
+
_ZN4node6sqlite13StatementSync17ColumnNameToValueEi
|
|
64900
|
+
_ZN4node6sqlite13StatementSync22GetConstructorTemplateEPNS_11EnvironmentE
|
|
64901
|
+
_ZN4node6sqlite13StatementSync27SetAllowBareNamedParametersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64902
|
+
_ZN4node6sqlite13StatementSync3AllERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64903
|
+
_ZN4node6sqlite13StatementSync3GetERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64904
|
+
_ZN4node6sqlite13StatementSync3RunERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64905
|
+
_ZN4node6sqlite13StatementSync6CreateEPNS_11EnvironmentEP7sqlite3P12sqlite3_stmt
|
|
64906
|
+
_ZN4node6sqlite13StatementSync9BindValueERKN2v85LocalINS2_5ValueEEEi
|
|
64907
|
+
_ZN4node6sqlite13StatementSync9SourceSQLERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64908
|
+
_ZN4node6sqlite13StatementSyncC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEP7sqlite3P12sqlite3_stmt
|
|
64909
|
+
_ZN4node6sqlite13StatementSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEP7sqlite3P12sqlite3_stmt
|
|
64910
|
+
_ZN4node6sqlite13StatementSyncD0Ev
|
|
64911
|
+
_ZN4node6sqlite13StatementSyncD1Ev
|
|
64912
|
+
_ZN4node6sqlite13StatementSyncD2Ev
|
|
64913
|
+
_ZN4node6sqlite18IllegalConstructorERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
64869
64914
|
_ZN4node6timers11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
64870
64915
|
_ZN4node6timers11BindingData11SetupTimersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64871
64916
|
_ZN4node6timers11BindingData15FastGetLibuvNowEN2v85LocalINS2_6ObjectEEE
|
|
@@ -65224,6 +65269,7 @@ _ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES6_P
|
|
|
65224
65269
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEES6_PKcDpOT_
|
|
65225
65270
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES6_PKcDpOT_
|
|
65226
65271
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RjS8_S8_S8_EEES6_PKcDpOT_
|
|
65272
|
+
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES6_PKcDpOT_
|
|
65227
65273
|
_ZN4node7SPrintFIJRPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65228
65274
|
_ZN4node7SPrintFIJRPKcRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65229
65275
|
_ZN4node7SPrintFIJRPKcRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
@@ -65871,6 +65917,7 @@ _ZN4node9inspector5Agent20RequestIoThreadStartEv
|
|
|
65871
65917
|
_ZN4node9inspector5Agent21AllAsyncTasksCanceledEv
|
|
65872
65918
|
_ZN4node9inspector5Agent23ReportUncaughtExceptionEN2v85LocalINS2_5ValueEEENS3_INS2_7MessageEEE
|
|
65873
65919
|
_ZN4node9inspector5Agent23StopIfWaitingForConnectEv
|
|
65920
|
+
_ZN4node9inspector5Agent23WaitForConnectByOptionsEv
|
|
65874
65921
|
_ZN4node9inspector5Agent30PauseOnNextJavascriptStatementERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
65875
65922
|
_ZN4node9inspector5Agent4StopEv
|
|
65876
65923
|
_ZN4node9inspector5Agent5StartERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_12DebugOptionsESt10shared_ptrINS_15ExclusiveAccessINS_8HostPortENS_9MutexBaseINS_16LibuvMutexTraitsEEEEEEb
|
|
@@ -79463,6 +79510,12 @@ _ZNK4node6serdes17SerializerContext8SelfSizeEv
|
|
|
79463
79510
|
_ZNK4node6serdes19DeserializerContext10MemoryInfoEPNS_13MemoryTrackerE
|
|
79464
79511
|
_ZNK4node6serdes19DeserializerContext14MemoryInfoNameEv
|
|
79465
79512
|
_ZNK4node6serdes19DeserializerContext8SelfSizeEv
|
|
79513
|
+
_ZNK4node6sqlite12DatabaseSync10MemoryInfoEPNS_13MemoryTrackerE
|
|
79514
|
+
_ZNK4node6sqlite12DatabaseSync14MemoryInfoNameEv
|
|
79515
|
+
_ZNK4node6sqlite12DatabaseSync8SelfSizeEv
|
|
79516
|
+
_ZNK4node6sqlite13StatementSync10MemoryInfoEPNS_13MemoryTrackerE
|
|
79517
|
+
_ZNK4node6sqlite13StatementSync14MemoryInfoNameEv
|
|
79518
|
+
_ZNK4node6sqlite13StatementSync8SelfSizeEv
|
|
79466
79519
|
_ZNK4node6timers11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
79467
79520
|
_ZNK4node6timers11BindingData14MemoryInfoNameEv
|
|
79468
79521
|
_ZNK4node6timers11BindingData8SelfSizeEv
|
|
@@ -82962,6 +83015,7 @@ _ZNSt10_HashtableIiSt4pairIKiiEN2v88internal13ZoneAllocatorIS2_EENSt8__detail10_
|
|
|
82962
83015
|
_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
83016
|
_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
83017
|
_ZNSt10_HashtableIjSt4pairIKjN2v88internal4wasm13BranchHintMapEESaIS6_ENSt8__detail10_Select1stESt8equal_toIjESt4hashIjENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev
|
|
83018
|
+
_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
83019
|
_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
83020
|
_ZNSt10_HashtableIlSt4pairIKlN4node17BaseObjectPtrImplINS2_4quic6StreamELb0EEEESaIS7_ENSt8__detail10_Select1stESt8equal_toIlESt4hashIlENS9_18_Mod_range_hashingENS9_20_Default_ranged_hashENS9_20_Prime_rehash_policyENS9_17_Hashtable_traitsILb0ELb0ELb1EEEEC1ERKSK_
|
|
82967
83021
|
_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 +83203,8 @@ _ZNSt15_Sp_counted_ptrIPZN4node14options_parser13OptionsParserINS0_18Environment
|
|
|
83149
83203
|
_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
83150
83204
|
_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv
|
|
83151
83205
|
_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_weak_releaseEv
|
|
83206
|
+
_ZNSt17_Function_handlerIFN2v810MaybeLocalINS0_5ValueEEERKN4node26StartExecutionCallbackInfoEEPS8_E10_M_managerERSt9_Any_dataRKSB_St18_Manager_operation
|
|
83207
|
+
_ZNSt17_Function_handlerIFN2v810MaybeLocalINS0_5ValueEEERKN4node26StartExecutionCallbackInfoEEPS8_E9_M_invokeERKSt9_Any_dataS7_
|
|
83152
83208
|
_ZNSt17_Function_handlerIFN2v88internal11MaybeHandleINS1_6StringEEEPNS1_7IsolateERKN6icu_7514FormattedValueEEPSB_E10_M_managerERSt9_Any_dataRKSE_St18_Manager_operation
|
|
83153
83209
|
_ZNSt17_Function_handlerIFN2v88internal11MaybeHandleINS1_6StringEEEPNS1_7IsolateERKN6icu_7514FormattedValueEEPSB_E9_M_invokeERKSt9_Any_dataOS6_SA_
|
|
83154
83210
|
_ZNSt17_Function_handlerIFN2v88internal11MaybeHandleINS1_7JSArrayEEEPNS1_7IsolateERKN6icu_7514FormattedValueEEPSB_E10_M_managerERSt9_Any_dataRKSE_St18_Manager_operation
|
|
@@ -84024,6 +84080,7 @@ _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE14_M_fill_insertEN9__gnu_cxx17__nor
|
|
|
84024
84080
|
_ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6ObjectEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
|
|
84025
84081
|
_ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6StringEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
|
|
84026
84082
|
_ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
|
|
84083
|
+
_ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJRNS1_INS0_6ObjectEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
|
|
84027
84084
|
_ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
|
|
84028
84085
|
_ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE7reserveEm
|
|
84029
84086
|
_ZNSt6vectorIN2v85LocalINS0_6ObjectEEESaIS3_EE17_M_default_appendEm
|
|
@@ -84749,6 +84806,7 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
|
|
|
84749
84806
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE8_M_eraseEPSt13_Rb_tree_nodeISA_E
|
|
84750
84807
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PKN2v88internal6torque13AggregateTypeEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
84751
84808
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E
|
|
84809
|
+
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE16_M_insert_uniqueIS8_EES6_ISt17_Rb_tree_iteratorIS8_EbEOT_
|
|
84752
84810
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_S5_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_
|
|
84753
84811
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_
|
|
84754
84812
|
_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 +85159,7 @@ _ZNSt8__detail9__variant17__gen_vtable_implINS0_12_Multi_arrayIPFvOZNS0_16_Varia
|
|
|
85101
85159
|
_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
85160
|
_ZNSt8functionIFvPN2v88internal6torque10ExpressionEEEC1ERKS6_
|
|
85103
85161
|
_ZNV2v88internal24StackTraceFailureMessage5PrintEv
|
|
85162
|
+
_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
85163
|
_ZSt11__remove_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops10_Iter_predIZN3ada7helpers27remove_ascii_tab_or_newlineERS8_EUlcE_EEET_SH_SH_T0_
|
|
85105
85164
|
_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
85165
|
_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 +89136,8 @@ _ZTVN4node6fs_dir9DirHandleE
|
|
|
89077
89136
|
_ZTVN4node6loader10ModuleWrapE
|
|
89078
89137
|
_ZTVN4node6serdes17SerializerContextE
|
|
89079
89138
|
_ZTVN4node6serdes19DeserializerContextE
|
|
89139
|
+
_ZTVN4node6sqlite12DatabaseSyncE
|
|
89140
|
+
_ZTVN4node6sqlite13StatementSyncE
|
|
89080
89141
|
_ZTVN4node6timers11BindingDataE
|
|
89081
89142
|
_ZTVN4node6worker11MessagePortE
|
|
89082
89143
|
_ZTVN4node6worker12TransferDataE
|
|
@@ -93051,6 +93112,8 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_
|
|
|
93051
93112
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E4args_0
|
|
93052
93113
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_RjS8_S8_S8_EEES6_PKcOT_DpOT0_E4args
|
|
93053
93114
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_RjS8_S8_S8_EEES6_PKcOT_DpOT0_E4args_0
|
|
93115
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_E4args
|
|
93116
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_E4args_0
|
|
93054
93117
|
_ZZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
93055
93118
|
_ZZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
|
|
93056
93119
|
_ZZN4node11SPrintFImplIRPKcJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
@@ -93396,6 +93459,7 @@ _ZZN4node17BaseObjectPtrImplINS_5http29Http2PingELb0EEC4EPS2_E4args
|
|
|
93396
93459
|
_ZZN4node17BaseObjectPtrImplINS_6crypto13SecureContextELb0EEC4EPS2_E4args
|
|
93397
93460
|
_ZZN4node17BaseObjectPtrImplINS_6crypto15X509CertificateELb0EEC4EPS2_E4args
|
|
93398
93461
|
_ZZN4node17BaseObjectPtrImplINS_6crypto7TLSWrapELb0EEC4EPS2_E4args
|
|
93462
|
+
_ZZN4node17BaseObjectPtrImplINS_6sqlite13StatementSyncELb0EEC4EPS2_E4args
|
|
93399
93463
|
_ZZN4node17BaseObjectPtrImplINS_6timers11BindingDataELb1EEC4EPS2_E4args
|
|
93400
93464
|
_ZZN4node17BaseObjectPtrImplINS_6worker11MessagePortELb0EEC4EPS2_E4args
|
|
93401
93465
|
_ZZN4node17BaseObjectPtrImplINS_6worker14JSTransferableELb0EEC4EPS2_E4args
|
|
@@ -93453,8 +93517,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
|
|
|
93453
93517
|
_ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
|
|
93454
93518
|
_ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
|
|
93455
93519
|
_ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
|
|
93456
|
-
|
|
93457
|
-
|
|
93520
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic319
|
|
93521
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic321
|
|
93458
93522
|
_ZZN4node2fs10FileHandle5CloseEvE4args
|
|
93459
93523
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
|
|
93460
93524
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
|
|
@@ -93702,8 +93766,8 @@ _ZZN4node6crypto9KeyGenJobINS0_16KeyPairGenTraitsINS0_19NidKeyPairGenTraitsEEEE3
|
|
|
93702
93766
|
_ZZN4node6crypto9KeyGenJobINS0_16KeyPairGenTraitsINS0_19NidKeyPairGenTraitsEEEE8ToResultEPN2v85LocalINS6_5ValueEEESA_E4args
|
|
93703
93767
|
_ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
|
|
93704
93768
|
_ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E4args
|
|
93705
|
-
|
|
93706
|
-
|
|
93769
|
+
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic140
|
|
93770
|
+
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic142
|
|
93707
93771
|
_ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE4args
|
|
93708
93772
|
_ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE4args_0
|
|
93709
93773
|
_ZZN4node6worker16WorkerThreadDataD4EvE4args
|
|
@@ -93870,6 +93934,7 @@ ada_search_params_keys_iter_has_next
|
|
|
93870
93934
|
ada_search_params_keys_iter_next
|
|
93871
93935
|
ada_search_params_remove
|
|
93872
93936
|
ada_search_params_remove_value
|
|
93937
|
+
ada_search_params_reset
|
|
93873
93938
|
ada_search_params_set
|
|
93874
93939
|
ada_search_params_size
|
|
93875
93940
|
ada_search_params_sort
|
|
@@ -93933,6 +93998,7 @@ ares__buf_get_position
|
|
|
93933
93998
|
ares__buf_hexdump
|
|
93934
93999
|
ares__buf_len
|
|
93935
94000
|
ares__buf_load_file
|
|
94001
|
+
ares__buf_parse_dns_abinstr
|
|
93936
94002
|
ares__buf_parse_dns_binstr
|
|
93937
94003
|
ares__buf_parse_dns_str
|
|
93938
94004
|
ares__buf_peek
|
|
@@ -93963,6 +94029,15 @@ ares__count_hexdigits
|
|
|
93963
94029
|
ares__destroy_rand_state
|
|
93964
94030
|
ares__destroy_server
|
|
93965
94031
|
ares__destroy_servers_state
|
|
94032
|
+
ares__dns_multistring_add_own
|
|
94033
|
+
ares__dns_multistring_clear
|
|
94034
|
+
ares__dns_multistring_cnt
|
|
94035
|
+
ares__dns_multistring_create
|
|
94036
|
+
ares__dns_multistring_del
|
|
94037
|
+
ares__dns_multistring_destroy
|
|
94038
|
+
ares__dns_multistring_get
|
|
94039
|
+
ares__dns_multistring_get_combined
|
|
94040
|
+
ares__dns_multistring_replace_own
|
|
93966
94041
|
ares__dns_name_parse
|
|
93967
94042
|
ares__dns_name_write
|
|
93968
94043
|
ares__dnsrec_convert_arg
|
|
@@ -94030,12 +94105,14 @@ ares__init_by_options
|
|
|
94030
94105
|
ares__init_by_sysconfig
|
|
94031
94106
|
ares__init_rand_state
|
|
94032
94107
|
ares__init_sysconfig_files
|
|
94108
|
+
ares__is_64bit
|
|
94033
94109
|
ares__is_hostname
|
|
94034
94110
|
ares__is_hostnamech
|
|
94035
94111
|
ares__is_localhost
|
|
94036
94112
|
ares__is_onion_domain
|
|
94037
94113
|
ares__isprint
|
|
94038
94114
|
ares__isspace
|
|
94115
|
+
ares__llist_clear
|
|
94039
94116
|
ares__llist_create
|
|
94040
94117
|
ares__llist_destroy
|
|
94041
94118
|
ares__llist_first_val
|
|
@@ -94048,6 +94125,7 @@ ares__llist_len
|
|
|
94048
94125
|
ares__llist_node_claim
|
|
94049
94126
|
ares__llist_node_destroy
|
|
94050
94127
|
ares__llist_node_first
|
|
94128
|
+
ares__llist_node_idx
|
|
94051
94129
|
ares__llist_node_last
|
|
94052
94130
|
ares__llist_node_move_parent_first
|
|
94053
94131
|
ares__llist_node_move_parent_last
|
|
@@ -94119,6 +94197,7 @@ ares__thread_mutex_destroy
|
|
|
94119
94197
|
ares__thread_mutex_lock
|
|
94120
94198
|
ares__thread_mutex_unlock
|
|
94121
94199
|
ares__timedout
|
|
94200
|
+
ares__timeval_diff
|
|
94122
94201
|
ares__timeval_remaining
|
|
94123
94202
|
ares__tolower
|
|
94124
94203
|
ares__tvnow
|
|
@@ -94165,7 +94244,12 @@ ares_dns_record_rr_del
|
|
|
94165
94244
|
ares_dns_record_rr_get
|
|
94166
94245
|
ares_dns_record_rr_get_const
|
|
94167
94246
|
ares_dns_record_rr_prealloc
|
|
94247
|
+
ares_dns_record_set_id
|
|
94168
94248
|
ares_dns_record_write_ttl_decrement
|
|
94249
|
+
ares_dns_rr_add_abin
|
|
94250
|
+
ares_dns_rr_del_abin
|
|
94251
|
+
ares_dns_rr_get_abin
|
|
94252
|
+
ares_dns_rr_get_abin_cnt
|
|
94169
94253
|
ares_dns_rr_get_addr
|
|
94170
94254
|
ares_dns_rr_get_addr6
|
|
94171
94255
|
ares_dns_rr_get_bin
|
|
@@ -94184,6 +94268,7 @@ ares_dns_rr_get_u8
|
|
|
94184
94268
|
ares_dns_rr_key_datatype
|
|
94185
94269
|
ares_dns_rr_key_to_rec_type
|
|
94186
94270
|
ares_dns_rr_key_tostr
|
|
94271
|
+
ares_dns_rr_set_abin_own
|
|
94187
94272
|
ares_dns_rr_set_addr
|
|
94188
94273
|
ares_dns_rr_set_addr6
|
|
94189
94274
|
ares_dns_rr_set_bin
|
|
@@ -94221,6 +94306,7 @@ ares_get_servers_csv
|
|
|
94221
94306
|
ares_get_servers_ports
|
|
94222
94307
|
ares_getaddrinfo
|
|
94223
94308
|
ares_gethostbyaddr
|
|
94309
|
+
ares_gethostbyaddr_nolock
|
|
94224
94310
|
ares_gethostbyname
|
|
94225
94311
|
ares_gethostbyname_file
|
|
94226
94312
|
ares_getnameinfo
|
|
@@ -94240,6 +94326,8 @@ ares_library_initialized
|
|
|
94240
94326
|
ares_malloc
|
|
94241
94327
|
ares_malloc_data
|
|
94242
94328
|
ares_malloc_zero
|
|
94329
|
+
ares_metrics_record
|
|
94330
|
+
ares_metrics_server_timeout
|
|
94243
94331
|
ares_mkquery
|
|
94244
94332
|
ares_parse_a_reply
|
|
94245
94333
|
ares_parse_aaaa_reply
|
|
@@ -94261,6 +94349,7 @@ ares_qcache_fetch
|
|
|
94261
94349
|
ares_qcache_insert
|
|
94262
94350
|
ares_query
|
|
94263
94351
|
ares_query_dnsrec
|
|
94352
|
+
ares_query_nolock
|
|
94264
94353
|
ares_queue_active_queries
|
|
94265
94354
|
ares_queue_notify_empty
|
|
94266
94355
|
ares_queue_wait_empty
|
|
@@ -94272,6 +94361,7 @@ ares_search
|
|
|
94272
94361
|
ares_search_dnsrec
|
|
94273
94362
|
ares_send
|
|
94274
94363
|
ares_send_dnsrec
|
|
94364
|
+
ares_send_nolock
|
|
94275
94365
|
ares_set_local_dev
|
|
94276
94366
|
ares_set_local_ip4
|
|
94277
94367
|
ares_set_local_ip6
|
package/include/node/node.h
CHANGED
|
@@ -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
|
|
662
|
-
// call StartDebugSignalHandler.
|
|
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
|
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -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.
|