node-aix-ppc64 24.2.0 → 24.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +199 -0
- package/LICENSE +2 -2
- package/README.md +9 -5
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -0
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +92 -71
- package/include/node/node_version.h +1 -1
- package/include/node/zconf.h +1 -9
- package/include/node/zlib.h +12 -12
- package/package.json +1 -1
- package/share/man/man1/node.1 +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.4.0">24.4.0</a><br/>
|
|
12
|
+
<a href="#24.3.0">24.3.0</a><br/>
|
|
11
13
|
<a href="#24.2.0">24.2.0</a><br/>
|
|
12
14
|
<a href="#24.1.0">24.1.0</a><br/>
|
|
13
15
|
<a href="#24.0.2">24.0.2</a><br/>
|
|
@@ -43,6 +45,203 @@
|
|
|
43
45
|
* [io.js](CHANGELOG_IOJS.md)
|
|
44
46
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
45
47
|
|
|
48
|
+
<a id="24.4.0"></a>
|
|
49
|
+
|
|
50
|
+
## 2025-07-09, Version 24.4.0 (Current), @RafaelGSS
|
|
51
|
+
|
|
52
|
+
### Notable Changes
|
|
53
|
+
|
|
54
|
+
* \[[`22b60e8a57`](https://github.com/nodejs/node/commit/22b60e8a57)] - **(SEMVER-MINOR)** **crypto**: support outputLength option in crypto.hash for XOF functions (Aditi) [#58121](https://github.com/nodejs/node/pull/58121)
|
|
55
|
+
* \[[`80dec9849d`](https://github.com/nodejs/node/commit/80dec9849d)] - **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1 (Dario Piotrowicz) [#58719](https://github.com/nodejs/node/pull/58719)
|
|
56
|
+
* \[[`87f4d078b3`](https://github.com/nodejs/node/commit/87f4d078b3)] - **(SEMVER-MINOR)** **fs**: add disposable mkdtempSync (Kevin Gibbons) [#58516](https://github.com/nodejs/node/pull/58516)
|
|
57
|
+
* \[[`9623c50b53`](https://github.com/nodejs/node/commit/9623c50b53)] - **(SEMVER-MINOR)** **permission**: propagate permission model flags on spawn (Rafael Gonzaga) [#58853](https://github.com/nodejs/node/pull/58853)
|
|
58
|
+
* \[[`797ec4da04`](https://github.com/nodejs/node/commit/797ec4da04)] - **(SEMVER-MINOR)** **sqlite**: add support for readBigInts option in db connection level (Miguel Marcondes Filho) [#58697](https://github.com/nodejs/node/pull/58697)
|
|
59
|
+
* \[[`ed966a0215`](https://github.com/nodejs/node/commit/ed966a0215)] - **(SEMVER-MINOR)** **src,permission**: add support to permission.has(addon) (Rafael Gonzaga) [#58951](https://github.com/nodejs/node/pull/58951)
|
|
60
|
+
* \[[`fe17f5d285`](https://github.com/nodejs/node/commit/fe17f5d285)] - **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario Piotrowicz) [#58719](https://github.com/nodejs/node/pull/58719)
|
|
61
|
+
|
|
62
|
+
### Commits
|
|
63
|
+
|
|
64
|
+
* \[[`a118bfc536`](https://github.com/nodejs/node/commit/a118bfc536)] - **assert**: remove dead code (Yoshiya Hinosawa) [#58760](https://github.com/nodejs/node/pull/58760)
|
|
65
|
+
* \[[`31252b9af1`](https://github.com/nodejs/node/commit/31252b9af1)] - **benchmark**: add source map and source map cache (Miguel Marcondes Filho) [#58125](https://github.com/nodejs/node/pull/58125)
|
|
66
|
+
* \[[`4170359bcd`](https://github.com/nodejs/node/commit/4170359bcd)] - **bootstrap**: initialize http proxy after user module loader setup (Joyee Cheung) [#58938](https://github.com/nodejs/node/pull/58938)
|
|
67
|
+
* \[[`c76585d10e`](https://github.com/nodejs/node/commit/c76585d10e)] - **build**: disable v8\_enable\_pointer\_compression\_shared\_cage on non-64bit (Shelley Vohr) [#58867](https://github.com/nodejs/node/pull/58867)
|
|
68
|
+
* \[[`049c838609`](https://github.com/nodejs/node/commit/049c838609)] - **build**: option to use custom inspector\_protocol path (Shelley Vohr) [#58839](https://github.com/nodejs/node/pull/58839)
|
|
69
|
+
* \[[`22b60e8a57`](https://github.com/nodejs/node/commit/22b60e8a57)] - **(SEMVER-MINOR)** **crypto**: support outputLength option in crypto.hash for XOF functions (Aditi) [#58121](https://github.com/nodejs/node/pull/58121)
|
|
70
|
+
* \[[`77712ae2a1`](https://github.com/nodejs/node/commit/77712ae2a1)] - **crypto**: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 (Filip Skokan) [#58942](https://github.com/nodejs/node/pull/58942)
|
|
71
|
+
* \[[`93e1a33b81`](https://github.com/nodejs/node/commit/93e1a33b81)] - **crypto**: fix inclusion of OPENSSL\_IS\_BORINGSSL define (Shelley Vohr) [#58845](https://github.com/nodejs/node/pull/58845)
|
|
72
|
+
* \[[`573171deb0`](https://github.com/nodejs/node/commit/573171deb0)] - **deps**: V8: cherry-pick 0ce2edb7adfd (Levi Zim) [#58773](https://github.com/nodejs/node/pull/58773)
|
|
73
|
+
* \[[`bf66291382`](https://github.com/nodejs/node/commit/bf66291382)] - **deps**: V8: cherry-pick 1d7159580156 (Michaël Zasso) [#58749](https://github.com/nodejs/node/pull/58749)
|
|
74
|
+
* \[[`f735b8b8d0`](https://github.com/nodejs/node/commit/f735b8b8d0)] - **deps**: update sqlite to 3.50.2 (Node.js GitHub Bot) [#58882](https://github.com/nodejs/node/pull/58882)
|
|
75
|
+
* \[[`8e9622e494`](https://github.com/nodejs/node/commit/8e9622e494)] - **deps**: update undici to 7.11.0 (Node.js GitHub Bot) [#58859](https://github.com/nodejs/node/pull/58859)
|
|
76
|
+
* \[[`8741da81c7`](https://github.com/nodejs/node/commit/8741da81c7)] - **deps**: update googletest to 35b75a2 (Node.js GitHub Bot) [#58710](https://github.com/nodejs/node/pull/58710)
|
|
77
|
+
* \[[`028ce40e25`](https://github.com/nodejs/node/commit/028ce40e25)] - **deps**: update minimatch to 10.0.3 (Node.js GitHub Bot) [#58712](https://github.com/nodejs/node/pull/58712)
|
|
78
|
+
* \[[`3afb15b715`](https://github.com/nodejs/node/commit/3afb15b715)] - **dns**: fix parse memory leaky (theanarkh) [#58973](https://github.com/nodejs/node/pull/58973)
|
|
79
|
+
* \[[`f40ac32f3e`](https://github.com/nodejs/node/commit/f40ac32f3e)] - **dns**: set timeout to 1000ms when timeout < 0 (theanarkh) [#58441](https://github.com/nodejs/node/pull/58441)
|
|
80
|
+
* \[[`921b563999`](https://github.com/nodejs/node/commit/921b563999)] - **doc**: remove broken link to permission model source code (Juan José) [#58972](https://github.com/nodejs/node/pull/58972)
|
|
81
|
+
* \[[`78628d6158`](https://github.com/nodejs/node/commit/78628d6158)] - **doc**: clarify details of TSC public and private meetings (James M Snell) [#58925](https://github.com/nodejs/node/pull/58925)
|
|
82
|
+
* \[[`ab834a8b94`](https://github.com/nodejs/node/commit/ab834a8b94)] - **doc**: mark stability markers consistent in `globals.md` (Antoine du Hamel) [#58932](https://github.com/nodejs/node/pull/58932)
|
|
83
|
+
* \[[`8d4f6a0016`](https://github.com/nodejs/node/commit/8d4f6a0016)] - **doc**: move "Core Promise APIs" to "Completed initiatives" (Antoine du Hamel) [#58934](https://github.com/nodejs/node/pull/58934)
|
|
84
|
+
* \[[`94725fced5`](https://github.com/nodejs/node/commit/94725fced5)] - **doc**: fix `fetch` subsections in `globals.md` (Antoine du Hamel) [#58933](https://github.com/nodejs/node/pull/58933)
|
|
85
|
+
* \[[`a7a4870014`](https://github.com/nodejs/node/commit/a7a4870014)] - **doc**: add missing `Class:` mentions (Antoine du Hamel) [#58931](https://github.com/nodejs/node/pull/58931)
|
|
86
|
+
* \[[`98f29fa2fd`](https://github.com/nodejs/node/commit/98f29fa2fd)] - **doc**: remove myself from security steward rotation (Michael Dawson) [#58927](https://github.com/nodejs/node/pull/58927)
|
|
87
|
+
* \[[`710e13d436`](https://github.com/nodejs/node/commit/710e13d436)] - **doc**: add ovflowd back to core collaborators (Claudio W.) [#58911](https://github.com/nodejs/node/pull/58911)
|
|
88
|
+
* \[[`8b93008dc0`](https://github.com/nodejs/node/commit/8b93008dc0)] - **doc**: update email address for Richard Lau (Richard Lau) [#58910](https://github.com/nodejs/node/pull/58910)
|
|
89
|
+
* \[[`9ff81d21ed`](https://github.com/nodejs/node/commit/9ff81d21ed)] - **doc**: update vm doc links (Chengzhong Wu) [#58885](https://github.com/nodejs/node/pull/58885)
|
|
90
|
+
* \[[`ff2efd266d`](https://github.com/nodejs/node/commit/ff2efd266d)] - **doc**: fix links in test.md (Vas Sudanagunta) [#58876](https://github.com/nodejs/node/pull/58876)
|
|
91
|
+
* \[[`5e854e1f61`](https://github.com/nodejs/node/commit/5e854e1f61)] - **doc**: add missing comma in `child_process.md` (ronijames008) [#58862](https://github.com/nodejs/node/pull/58862)
|
|
92
|
+
* \[[`48f5d6d686`](https://github.com/nodejs/node/commit/48f5d6d686)] - **doc**: add guidelines for introduction of ERM support (James M Snell) [#58526](https://github.com/nodejs/node/pull/58526)
|
|
93
|
+
* \[[`80dec9849d`](https://github.com/nodejs/node/commit/80dec9849d)] - **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1 (Dario Piotrowicz) [#58719](https://github.com/nodejs/node/pull/58719)
|
|
94
|
+
* \[[`b36fa0fda1`](https://github.com/nodejs/node/commit/b36fa0fda1)] - **doc**: fix jsdoc definition of assert.ifError() fn in lib/assert.js (jesh) [#58573](https://github.com/nodejs/node/pull/58573)
|
|
95
|
+
* \[[`cebb93ea12`](https://github.com/nodejs/node/commit/cebb93ea12)] - **doc**: add array type in http request headers (Michael Henrique) [#58049](https://github.com/nodejs/node/pull/58049)
|
|
96
|
+
* \[[`6e6b373da1`](https://github.com/nodejs/node/commit/6e6b373da1)] - **doc**: add missing colon to headers in `globals.md` (Aviv Keller) [#58825](https://github.com/nodejs/node/pull/58825)
|
|
97
|
+
* \[[`1519b75191`](https://github.com/nodejs/node/commit/1519b75191)] - **doc**: fix `stream.md` section order (Antoine du Hamel) [#58811](https://github.com/nodejs/node/pull/58811)
|
|
98
|
+
* \[[`87f4d078b3`](https://github.com/nodejs/node/commit/87f4d078b3)] - **(SEMVER-MINOR)** **fs**: add disposable mkdtempSync (Kevin Gibbons) [#58516](https://github.com/nodejs/node/pull/58516)
|
|
99
|
+
* \[[`b378fc3ac0`](https://github.com/nodejs/node/commit/b378fc3ac0)] - **fs**: close dir before throwing if `options.bufferSize` is invalid (Livia Medeiros) [#58856](https://github.com/nodejs/node/pull/58856)
|
|
100
|
+
* \[[`23bd4d1867`](https://github.com/nodejs/node/commit/23bd4d1867)] - **fs**: special input `-1` on `chown`, `lchown` and `fchown` (Alex Yang) [#58836](https://github.com/nodejs/node/pull/58836)
|
|
101
|
+
* \[[`d07ce8e90c`](https://github.com/nodejs/node/commit/d07ce8e90c)] - **fs**: throw `ERR_INVALID_THIS` on illegal invocations (Livia Medeiros) [#58848](https://github.com/nodejs/node/pull/58848)
|
|
102
|
+
* \[[`0d969a66dc`](https://github.com/nodejs/node/commit/0d969a66dc)] - **inspector**: support undici traffic data inspection (Chengzhong Wu) [#58953](https://github.com/nodejs/node/pull/58953)
|
|
103
|
+
* \[[`839b25e371`](https://github.com/nodejs/node/commit/839b25e371)] - **lib**: expose `setupInstance` method on WASI class (toyobayashi) [#57214](https://github.com/nodejs/node/pull/57214)
|
|
104
|
+
* \[[`d8f3f649c2`](https://github.com/nodejs/node/commit/d8f3f649c2)] - **lib**: fix `getTypeScriptParsingMode` jsdoc (沈鸿飞) [#58681](https://github.com/nodejs/node/pull/58681)
|
|
105
|
+
* \[[`d534706211`](https://github.com/nodejs/node/commit/d534706211)] - **meta**: bump step-security/harden-runner from 2.12.0 to 2.12.2 (dependabot\[bot]) [#58923](https://github.com/nodejs/node/pull/58923)
|
|
106
|
+
* \[[`3ec5fe04d0`](https://github.com/nodejs/node/commit/3ec5fe04d0)] - **meta**: bump github/codeql-action from 3.28.18 to 3.29.2 (dependabot\[bot]) [#58922](https://github.com/nodejs/node/pull/58922)
|
|
107
|
+
* \[[`bd4a1a5b06`](https://github.com/nodejs/node/commit/bd4a1a5b06)] - **meta**: add IlyasShabi to collaborators (Ilyas Shabi) [#58916](https://github.com/nodejs/node/pull/58916)
|
|
108
|
+
* \[[`d29b195b51`](https://github.com/nodejs/node/commit/d29b195b51)] - **module**: link module with a module request record (Chengzhong Wu) [#58886](https://github.com/nodejs/node/pull/58886)
|
|
109
|
+
* \[[`a78385c4bd`](https://github.com/nodejs/node/commit/a78385c4bd)] - **module**: convert schema-only core module on `convertCJSFilenameToURL` (Alex Yang) [#58612](https://github.com/nodejs/node/pull/58612)
|
|
110
|
+
* \[[`e0de362319`](https://github.com/nodejs/node/commit/e0de362319)] - **module**: update tests for combined ambiguous module syntax error (Mert Can Altin) [#55874](https://github.com/nodejs/node/pull/55874)
|
|
111
|
+
* \[[`7f7a833e82`](https://github.com/nodejs/node/commit/7f7a833e82)] - **os**: fix GetInterfaceAddresses memory lieaky (theanarkh) [#58940](https://github.com/nodejs/node/pull/58940)
|
|
112
|
+
* \[[`9623c50b53`](https://github.com/nodejs/node/commit/9623c50b53)] - **(SEMVER-MINOR)** **permission**: propagate permission model flags on spawn (Rafael Gonzaga) [#58853](https://github.com/nodejs/node/pull/58853)
|
|
113
|
+
* \[[`efe19b50b6`](https://github.com/nodejs/node/commit/efe19b50b6)] - **repl**: fix eval errors thrown after close throwing `ERR_USE_AFTER_CLOSE` (Dario Piotrowicz) [#58791](https://github.com/nodejs/node/pull/58791)
|
|
114
|
+
* \[[`c891db1c05`](https://github.com/nodejs/node/commit/c891db1c05)] - **repl**: improve tab completion on computed properties (Dario Piotrowicz) [#58775](https://github.com/nodejs/node/pull/58775)
|
|
115
|
+
* \[[`797ec4da04`](https://github.com/nodejs/node/commit/797ec4da04)] - **(SEMVER-MINOR)** **sqlite**: add support for readBigInts option in db connection level (Miguel Marcondes Filho) [#58697](https://github.com/nodejs/node/pull/58697)
|
|
116
|
+
* \[[`8eecaa264d`](https://github.com/nodejs/node/commit/8eecaa264d)] - **src**: -Wunreachable-code-break in node\_config\_file.cc (Shelley Vohr) [#58901](https://github.com/nodejs/node/pull/58901)
|
|
117
|
+
* \[[`143379df56`](https://github.com/nodejs/node/commit/143379df56)] - **src**: -Wunreachable-code error in crypto\_context.cc (Shelley Vohr) [#58901](https://github.com/nodejs/node/pull/58901)
|
|
118
|
+
* \[[`056a1af197`](https://github.com/nodejs/node/commit/056a1af197)] - **src**: fix -Wunreachable-code-return in src/node\_contextify.cc (Shelley Vohr) [#58901](https://github.com/nodejs/node/pull/58901)
|
|
119
|
+
* \[[`ba661459f5`](https://github.com/nodejs/node/commit/ba661459f5)] - **src**: fix -Wunreachable-code in src/node\_api.cc (Shelley Vohr) [#58901](https://github.com/nodejs/node/pull/58901)
|
|
120
|
+
* \[[`6af0163dda`](https://github.com/nodejs/node/commit/6af0163dda)] - **src**: simplify adding fast APIs to ExternalReferenceRegistry (René) [#58896](https://github.com/nodejs/node/pull/58896)
|
|
121
|
+
* \[[`210e608938`](https://github.com/nodejs/node/commit/210e608938)] - **src**: cleanup uv\_fs\_req before uv\_fs\_stat on existSync (RafaelGSS) [#58915](https://github.com/nodejs/node/pull/58915)
|
|
122
|
+
* \[[`2445f86dc9`](https://github.com/nodejs/node/commit/2445f86dc9)] - **src**: -Wmismatched-new-delete in debug\_utils.cc (Shelley Vohr) [#58844](https://github.com/nodejs/node/pull/58844)
|
|
123
|
+
* \[[`12286c9f64`](https://github.com/nodejs/node/commit/12286c9f64)] - **src**: use ranges library (C++20) more systematically (Daniel Lemire) [#58028](https://github.com/nodejs/node/pull/58028)
|
|
124
|
+
* \[[`ed966a0215`](https://github.com/nodejs/node/commit/ed966a0215)] - **(SEMVER-MINOR)** **src,permission**: add support to permission.has(addon) (Rafael Gonzaga) [#58951](https://github.com/nodejs/node/pull/58951)
|
|
125
|
+
* \[[`dd54910ab1`](https://github.com/nodejs/node/commit/dd54910ab1)] - **src,permission**: enhance permission model debug (Rafael Gonzaga) [#58898](https://github.com/nodejs/node/pull/58898)
|
|
126
|
+
* \[[`94f9424d78`](https://github.com/nodejs/node/commit/94f9424d78)] - **test**: deflake test-runner-watch-mode-kill-signal (Dario Piotrowicz) [#58952](https://github.com/nodejs/node/pull/58952)
|
|
127
|
+
* \[[`b6ff6c8d20`](https://github.com/nodejs/node/commit/b6ff6c8d20)] - **test**: add known issue tests for recursive readdir calls with Buffer path (Dario Piotrowicz) [#58893](https://github.com/nodejs/node/pull/58893)
|
|
128
|
+
* \[[`c300f107ac`](https://github.com/nodejs/node/commit/c300f107ac)] - **test**: add known issue tests for fs.cp (James M Snell) [#58883](https://github.com/nodejs/node/pull/58883)
|
|
129
|
+
* \[[`d8a86a622e`](https://github.com/nodejs/node/commit/d8a86a622e)] - **test**: add tests to ensure that node.1 is kept in sync with cli.md (Dario Piotrowicz) [#58878](https://github.com/nodejs/node/pull/58878)
|
|
130
|
+
* \[[`57c69acb78`](https://github.com/nodejs/node/commit/57c69acb78)] - **test**: replace `.filter()[0]` with `.find()` (Livia Medeiros) [#58872](https://github.com/nodejs/node/pull/58872)
|
|
131
|
+
* \[[`67b3f4fbee`](https://github.com/nodejs/node/commit/67b3f4fbee)] - **test**: remove reliance on in-tree `deps/undici` (Richard Lau) [#58866](https://github.com/nodejs/node/pull/58866)
|
|
132
|
+
* \[[`df85b02a00`](https://github.com/nodejs/node/commit/df85b02a00)] - **test**: close dirs in `fs-opendir` test (Livia Medeiros) [#58855](https://github.com/nodejs/node/pull/58855)
|
|
133
|
+
* \[[`692f1aebf0`](https://github.com/nodejs/node/commit/692f1aebf0)] - **test**: update WPT for urlpattern to 84b75f0880 (Node.js GitHub Bot) [#58785](https://github.com/nodejs/node/pull/58785)
|
|
134
|
+
* \[[`3a119be362`](https://github.com/nodejs/node/commit/3a119be362)] - **test**: save the config file in a temporary directory (Luigi Pinca) [#58799](https://github.com/nodejs/node/pull/58799)
|
|
135
|
+
* \[[`924cf1ef25`](https://github.com/nodejs/node/commit/924cf1ef25)] - **test**: deflake test-config-file (Luigi Pinca) [#58799](https://github.com/nodejs/node/pull/58799)
|
|
136
|
+
* \[[`b5c7e645c9`](https://github.com/nodejs/node/commit/b5c7e645c9)] - **test\_runner**: correctly filter --experimental-config-file (Pietro Marchini) [#58833](https://github.com/nodejs/node/pull/58833)
|
|
137
|
+
* \[[`d0faf723c7`](https://github.com/nodejs/node/commit/d0faf723c7)] - **test\_runner**: fix timeout not propagated to the child process in run (jakecastelli) [#58831](https://github.com/nodejs/node/pull/58831)
|
|
138
|
+
* \[[`6052d8c1ac`](https://github.com/nodejs/node/commit/6052d8c1ac)] - **test\_runner**: correct "already mocked" error punctuation placement (Jacob Smith) [#58840](https://github.com/nodejs/node/pull/58840)
|
|
139
|
+
* \[[`e8dd1897d5`](https://github.com/nodejs/node/commit/e8dd1897d5)] - **tools**: compile maglev files into v8\_compiler if maglev is disabled (Yao Zi) [#58861](https://github.com/nodejs/node/pull/58861)
|
|
140
|
+
* \[[`191396260c`](https://github.com/nodejs/node/commit/191396260c)] - **tools**: bump the eslint group in /tools/eslint with 6 updates (dependabot\[bot]) [#58921](https://github.com/nodejs/node/pull/58921)
|
|
141
|
+
* \[[`1e423e0680`](https://github.com/nodejs/node/commit/1e423e0680)] - **tools**: update inspector\_protocol to 69d69dd (Shelley Vohr) [#58900](https://github.com/nodejs/node/pull/58900)
|
|
142
|
+
* \[[`0def4e23b1`](https://github.com/nodejs/node/commit/0def4e23b1)] - **tools**: update gyp-next to 0.20.2 (Node.js GitHub Bot) [#58788](https://github.com/nodejs/node/pull/58788)
|
|
143
|
+
* \[[`adb950cde2`](https://github.com/nodejs/node/commit/adb950cde2)] - **tools,doc**: move more MDN links to types (Antoine du Hamel) [#58930](https://github.com/nodejs/node/pull/58930)
|
|
144
|
+
* \[[`1ee539a3aa`](https://github.com/nodejs/node/commit/1ee539a3aa)] - **tty**: treat empty `NO_COLOR` same as absent `NO_COLOR` (Antoine du Hamel) [#58074](https://github.com/nodejs/node/pull/58074)
|
|
145
|
+
* \[[`2b34867ba9`](https://github.com/nodejs/node/commit/2b34867ba9)] - **v8**: fix missing callback in heap utils destroy (Ruben Bridgewater) [#58846](https://github.com/nodejs/node/pull/58846)
|
|
146
|
+
* \[[`a1f4333695`](https://github.com/nodejs/node/commit/a1f4333695)] - **vm**: expose import phase on SourceTextModule.moduleRequests (Chengzhong Wu) [#58829](https://github.com/nodejs/node/pull/58829)
|
|
147
|
+
* \[[`fe17f5d285`](https://github.com/nodejs/node/commit/fe17f5d285)] - **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario Piotrowicz) [#58719](https://github.com/nodejs/node/pull/58719)
|
|
148
|
+
|
|
149
|
+
<a id="24.3.0"></a>
|
|
150
|
+
|
|
151
|
+
## 2025-06-24, Version 24.3.0 (Current), @RafaelGSS
|
|
152
|
+
|
|
153
|
+
### Notable Changes
|
|
154
|
+
|
|
155
|
+
* \[[`841609ac1c`](https://github.com/nodejs/node/commit/841609ac1c)] - **doc**: add islandryu to collaborators (Shima Ryuhei) [#58714](https://github.com/nodejs/node/pull/58714)
|
|
156
|
+
* \[[`839964ece8`](https://github.com/nodejs/node/commit/839964ece8)] - **(SEMVER-MINOR)** **fs**: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) [#58490](https://github.com/nodejs/node/pull/58490)
|
|
157
|
+
* \[[`9b28f40834`](https://github.com/nodejs/node/commit/9b28f40834)] - **(SEMVER-MINOR)** **module**: remove experimental warning from type stripping (Marco Ippolito) [#58643](https://github.com/nodejs/node/pull/58643)
|
|
158
|
+
* \[[`7cdda927fa`](https://github.com/nodejs/node/commit/7cdda927fa)] - **test**: fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
159
|
+
* \[[`713fbad7b6`](https://github.com/nodejs/node/commit/713fbad7b6)] - **(SEMVER-MINOR)** **test\_runner**: support object property mocking (Idan Goshen) [#58438](https://github.com/nodejs/node/pull/58438)
|
|
160
|
+
* \[[`ef0230abaf`](https://github.com/nodejs/node/commit/ef0230abaf)] - **(SEMVER-MINOR)** **url**: add fileURLToPathBuffer API (James M Snell) [#58700](https://github.com/nodejs/node/pull/58700)
|
|
161
|
+
|
|
162
|
+
### Commits
|
|
163
|
+
|
|
164
|
+
* \[[`2ba2c93dee`](https://github.com/nodejs/node/commit/2ba2c93dee)] - **build**: fix typo 'Stoage' to 'Storage' in help text (ganglike) [#58777](https://github.com/nodejs/node/pull/58777)
|
|
165
|
+
* \[[`11811c15da`](https://github.com/nodejs/node/commit/11811c15da)] - **deps**: update nghttp2 to 1.66.0 (Node.js GitHub Bot) [#58786](https://github.com/nodejs/node/pull/58786)
|
|
166
|
+
* \[[`7643ce9322`](https://github.com/nodejs/node/commit/7643ce9322)] - **deps**: update acorn to 8.15.0 (Node.js GitHub Bot) [#58711](https://github.com/nodejs/node/pull/58711)
|
|
167
|
+
* \[[`4b61f10eb6`](https://github.com/nodejs/node/commit/4b61f10eb6)] - **deps**: V8: cherry-pick e3df60f3f5ab (Chengzhong Wu) [#58691](https://github.com/nodejs/node/pull/58691)
|
|
168
|
+
* \[[`fa6854f083`](https://github.com/nodejs/node/commit/fa6854f083)] - **deps**: update amaro to 1.1.0 (Node.js GitHub Bot) [#58754](https://github.com/nodejs/node/pull/58754)
|
|
169
|
+
* \[[`68671f4314`](https://github.com/nodejs/node/commit/68671f4314)] - **deps**: upgrade npm to 11.4.2 (npm team) [#58696](https://github.com/nodejs/node/pull/58696)
|
|
170
|
+
* \[[`450f4815b3`](https://github.com/nodejs/node/commit/450f4815b3)] - **deps**: update amaro to 1.0.0 (Node.js GitHub Bot) [#58639](https://github.com/nodejs/node/pull/58639)
|
|
171
|
+
* \[[`3aa2762e96`](https://github.com/nodejs/node/commit/3aa2762e96)] - **deps**: update sqlite to 3.50.1 (Node.js GitHub Bot) [#58630](https://github.com/nodejs/node/pull/58630)
|
|
172
|
+
* \[[`80eac147e6`](https://github.com/nodejs/node/commit/80eac147e6)] - **deps**: update simdjson to 3.13.0 (Node.js GitHub Bot) [#58629](https://github.com/nodejs/node/pull/58629)
|
|
173
|
+
* \[[`dc1023878c`](https://github.com/nodejs/node/commit/dc1023878c)] - **deps**: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot) [#58628](https://github.com/nodejs/node/pull/58628)
|
|
174
|
+
* \[[`97fbfd82af`](https://github.com/nodejs/node/commit/97fbfd82af)] - **doc**: fix stability 1.x links excluding the decimal digit (Dario Piotrowicz) [#58783](https://github.com/nodejs/node/pull/58783)
|
|
175
|
+
* \[[`e2e88d4971`](https://github.com/nodejs/node/commit/e2e88d4971)] - **doc**: fix wrong RFC number in http2 (Deokjin Kim) [#58753](https://github.com/nodejs/node/pull/58753)
|
|
176
|
+
* \[[`7bb1246c8f`](https://github.com/nodejs/node/commit/7bb1246c8f)] - **doc**: add history entry for TS support in hooks (Antoine du Hamel) [#58732](https://github.com/nodejs/node/pull/58732)
|
|
177
|
+
* \[[`f125310d3a`](https://github.com/nodejs/node/commit/f125310d3a)] - **doc**: run license-builder (github-actions\[bot]) [#58722](https://github.com/nodejs/node/pull/58722)
|
|
178
|
+
* \[[`841609ac1c`](https://github.com/nodejs/node/commit/841609ac1c)] - **doc**: add islandryu to collaborators (Shima Ryuhei) [#58714](https://github.com/nodejs/node/pull/58714)
|
|
179
|
+
* \[[`1cc77c7ee6`](https://github.com/nodejs/node/commit/1cc77c7ee6)] - **doc**: punctuation fix for Node-API versioning clarification (Jiacai Liu) [#58599](https://github.com/nodejs/node/pull/58599)
|
|
180
|
+
* \[[`d59680348e`](https://github.com/nodejs/node/commit/d59680348e)] - **doc**: add path rules and validation for export targets in package.json (0hm☘️) [#58604](https://github.com/nodejs/node/pull/58604)
|
|
181
|
+
* \[[`b6760b3379`](https://github.com/nodejs/node/commit/b6760b3379)] - **esm**: syncify default path of `ModuleLoader.load` (Jacob Smith) [#57419](https://github.com/nodejs/node/pull/57419)
|
|
182
|
+
* \[[`96c78d726c`](https://github.com/nodejs/node/commit/96c78d726c)] - **fs**: make `Dir` disposers idempotent (René) [#58692](https://github.com/nodejs/node/pull/58692)
|
|
183
|
+
* \[[`62b5879d88`](https://github.com/nodejs/node/commit/62b5879d88)] - **fs**: avoid computing time coefficient constants in runtime (Livia Medeiros) [#58728](https://github.com/nodejs/node/pull/58728)
|
|
184
|
+
* \[[`af18c0e81a`](https://github.com/nodejs/node/commit/af18c0e81a)] - **fs**: remove IIFE in glob (LiviaMedeiros) [#58418](https://github.com/nodejs/node/pull/58418)
|
|
185
|
+
* \[[`fb4378b72e`](https://github.com/nodejs/node/commit/fb4378b72e)] - **fs**: add UV\_ENOSPC to list of things to pass to err directly (Jacky Zhao) [#56918](https://github.com/nodejs/node/pull/56918)
|
|
186
|
+
* \[[`839964ece8`](https://github.com/nodejs/node/commit/839964ece8)] - **(SEMVER-MINOR)** **fs**: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) [#58490](https://github.com/nodejs/node/pull/58490)
|
|
187
|
+
* \[[`c9dc0a8903`](https://github.com/nodejs/node/commit/c9dc0a8903)] - **http**: fix keep-alive not timing out after post-request empty line (Shima Ryuhei) [#58178](https://github.com/nodejs/node/pull/58178)
|
|
188
|
+
* \[[`b11da1115e`](https://github.com/nodejs/node/commit/b11da1115e)] - **http2**: fix DEP0194 message (KaKa) [#58669](https://github.com/nodejs/node/pull/58669)
|
|
189
|
+
* \[[`b1f60d2f18`](https://github.com/nodejs/node/commit/b1f60d2f18)] - **http2**: add diagnostics channel 'http2.server.stream.close' (Darshan Sen) [#58602](https://github.com/nodejs/node/pull/58602)
|
|
190
|
+
* \[[`be93091694`](https://github.com/nodejs/node/commit/be93091694)] - **inspector**: add protocol methods retrieving sent/received data (Chengzhong Wu) [#58645](https://github.com/nodejs/node/pull/58645)
|
|
191
|
+
* \[[`20089e2a2e`](https://github.com/nodejs/node/commit/20089e2a2e)] - **lib**: rename `validateInternalField` into `validateThisInternalField` (LiviaMedeiros) [#58765](https://github.com/nodejs/node/pull/58765)
|
|
192
|
+
* \[[`74983832f9`](https://github.com/nodejs/node/commit/74983832f9)] - **lib**: make `validateInternalField()` throw `ERR_INVALID_THIS` (LiviaMedeiros) [#58765](https://github.com/nodejs/node/pull/58765)
|
|
193
|
+
* \[[`081c70878f`](https://github.com/nodejs/node/commit/081c70878f)] - **lib**: make domexception a native error (Chengzhong Wu) [#58691](https://github.com/nodejs/node/pull/58691)
|
|
194
|
+
* \[[`6390f70da2`](https://github.com/nodejs/node/commit/6390f70da2)] - **lib,src**: support DOMException ser-des (Chengzhong Wu) [#58649](https://github.com/nodejs/node/pull/58649)
|
|
195
|
+
* \[[`4c2c100f63`](https://github.com/nodejs/node/commit/4c2c100f63)] - **meta**: add @nodejs/inspector as codeowner (Chengzhong Wu) [#58790](https://github.com/nodejs/node/pull/58790)
|
|
196
|
+
* \[[`ff8a3691c4`](https://github.com/nodejs/node/commit/ff8a3691c4)] - **module**: fix typescript import.meta.main (Marco Ippolito) [#58661](https://github.com/nodejs/node/pull/58661)
|
|
197
|
+
* \[[`45f7d160ed`](https://github.com/nodejs/node/commit/45f7d160ed)] - **module**: refactor commonjs typescript loader (Marco Ippolito) [#58657](https://github.com/nodejs/node/pull/58657)
|
|
198
|
+
* \[[`9b28f40834`](https://github.com/nodejs/node/commit/9b28f40834)] - **(SEMVER-MINOR)** **module**: remove experimental warning from type stripping (Marco Ippolito) [#58643](https://github.com/nodejs/node/pull/58643)
|
|
199
|
+
* \[[`a3c7a63c73`](https://github.com/nodejs/node/commit/a3c7a63c73)] - **module**: allow cycles in require() in the CJS handling in ESM loader (Joyee Cheung) [#58598](https://github.com/nodejs/node/pull/58598)
|
|
200
|
+
* \[[`d0e42ffa58`](https://github.com/nodejs/node/commit/d0e42ffa58)] - **repl**: avoid deprecated `require.extensions` in tab completion (baki gul) [#58653](https://github.com/nodejs/node/pull/58653)
|
|
201
|
+
* \[[`82b18ba890`](https://github.com/nodejs/node/commit/82b18ba890)] - **repl**: fix tab completion not working with computer string properties (Dario Piotrowicz) [#58709](https://github.com/nodejs/node/pull/58709)
|
|
202
|
+
* \[[`8c2089683e`](https://github.com/nodejs/node/commit/8c2089683e)] - **src**: add FromV8Value\<T>() for integral and enum types (Aditi) [#57931](https://github.com/nodejs/node/pull/57931)
|
|
203
|
+
* \[[`a0b1378a20`](https://github.com/nodejs/node/commit/a0b1378a20)] - **src**: pass resource on permission checks for spawn (Rafael Gonzaga) [#58758](https://github.com/nodejs/node/pull/58758)
|
|
204
|
+
* \[[`dfb0144490`](https://github.com/nodejs/node/commit/dfb0144490)] - **src**: enhance error messages for unknown options (Pietro Marchini) [#58677](https://github.com/nodejs/node/pull/58677)
|
|
205
|
+
* \[[`e9c6fa514c`](https://github.com/nodejs/node/commit/e9c6fa514c)] - **src**: replace std::array with static arrays in contextify (Mert Can Altin) [#58580](https://github.com/nodejs/node/pull/58580)
|
|
206
|
+
* \[[`4347ce3dba`](https://github.com/nodejs/node/commit/4347ce3dba)] - **src**: add new CopyUtimes function to reduce code duplication (Dario Piotrowicz) [#58625](https://github.com/nodejs/node/pull/58625)
|
|
207
|
+
* \[[`893999e0ee`](https://github.com/nodejs/node/commit/893999e0ee)] - **src**: replace V8 Fast API todo comment with note comment (Dario Piotrowicz) [#58614](https://github.com/nodejs/node/pull/58614)
|
|
208
|
+
* \[[`7cdda927fa`](https://github.com/nodejs/node/commit/7cdda927fa)] - **test**: fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
209
|
+
* \[[`d9c2b7054b`](https://github.com/nodejs/node/commit/d9c2b7054b)] - **test**: refactor repl save-load tests (Dario Piotrowicz) [#58715](https://github.com/nodejs/node/pull/58715)
|
|
210
|
+
* \[[`3faa4e8b56`](https://github.com/nodejs/node/commit/3faa4e8b56)] - **test**: deflake test-buffer-large-size-buffer-alloc-unsafe (Luigi Pinca) [#58771](https://github.com/nodejs/node/pull/58771)
|
|
211
|
+
* \[[`8eec789888`](https://github.com/nodejs/node/commit/8eec789888)] - **test**: correct SIMD support comment (Richard Lau) [#58767](https://github.com/nodejs/node/pull/58767)
|
|
212
|
+
* \[[`6e0ee39b6d`](https://github.com/nodejs/node/commit/6e0ee39b6d)] - **test**: skip the test if the buffer allocation fails (Luigi Pinca) [#58738](https://github.com/nodejs/node/pull/58738)
|
|
213
|
+
* \[[`d94b184700`](https://github.com/nodejs/node/commit/d94b184700)] - **test**: deflake test-buffer-large-size-buffer-alloc (Luigi Pinca) [#58734](https://github.com/nodejs/node/pull/58734)
|
|
214
|
+
* \[[`704b1fa075`](https://github.com/nodejs/node/commit/704b1fa075)] - **test**: add tests for REPL custom evals (Dario Piotrowicz) [#57850](https://github.com/nodejs/node/pull/57850)
|
|
215
|
+
* \[[`c39d570871`](https://github.com/nodejs/node/commit/c39d570871)] - **test**: reduce the use of private symbols in test-events-once.js (Yoshiya Hinosawa) [#58685](https://github.com/nodejs/node/pull/58685)
|
|
216
|
+
* \[[`b7e488c77f`](https://github.com/nodejs/node/commit/b7e488c77f)] - **test**: refactor repl tab complete tests (Dario Piotrowicz) [#58636](https://github.com/nodejs/node/pull/58636)
|
|
217
|
+
* \[[`ec808b3e06`](https://github.com/nodejs/node/commit/ec808b3e06)] - **test**: use `common.skipIfInspectorDisabled()` to skip tests (Dario Piotrowicz) [#58675](https://github.com/nodejs/node/pull/58675)
|
|
218
|
+
* \[[`94e53d4f6c`](https://github.com/nodejs/node/commit/94e53d4f6c)] - **test**: update WPT for urlpattern to 3ffda23e5a (Node.js GitHub Bot) [#58537](https://github.com/nodejs/node/pull/58537)
|
|
219
|
+
* \[[`fa089d610f`](https://github.com/nodejs/node/commit/fa089d610f)] - **test**: update WPT for dom/abort to dc928169ee (Node.js GitHub Bot) [#58644](https://github.com/nodejs/node/pull/58644)
|
|
220
|
+
* \[[`aa657f0fc4`](https://github.com/nodejs/node/commit/aa657f0fc4)] - **test**: split indirect eval import tests (Chengzhong Wu) [#58637](https://github.com/nodejs/node/pull/58637)
|
|
221
|
+
* \[[`76e3c8aaf2`](https://github.com/nodejs/node/commit/76e3c8aaf2)] - **test**: update WPT for es-exceptions to 2f96fa1996 (Node.js GitHub Bot) [#58640](https://github.com/nodejs/node/pull/58640)
|
|
222
|
+
* \[[`7e34aa4eaa`](https://github.com/nodejs/node/commit/7e34aa4eaa)] - **test**: skip tests failing when run under root (Livia Medeiros) [#58610](https://github.com/nodejs/node/pull/58610)
|
|
223
|
+
* \[[`85f062c22e`](https://github.com/nodejs/node/commit/85f062c22e)] - **test**: deflake async-hooks/test-improper-order on AIX (Baki Gul) [#58567](https://github.com/nodejs/node/pull/58567)
|
|
224
|
+
* \[[`181014a8fe`](https://github.com/nodejs/node/commit/181014a8fe)] - **test**: cleanup status files (Filip Skokan) [#58633](https://github.com/nodejs/node/pull/58633)
|
|
225
|
+
* \[[`a4d756068d`](https://github.com/nodejs/node/commit/a4d756068d)] - **test**: close FileHandle objects in tests explicitly (James M Snell) [#58615](https://github.com/nodejs/node/pull/58615)
|
|
226
|
+
* \[[`a1529d5d99`](https://github.com/nodejs/node/commit/a1529d5d99)] - **test\_runner**: automatically wait for subtests to finish (Colin Ihrig) [#58800](https://github.com/nodejs/node/pull/58800)
|
|
227
|
+
* \[[`dce1995c55`](https://github.com/nodejs/node/commit/dce1995c55)] - _**Revert**_ "**test\_runner**: remove promises returned by t.test()" (Romain Menke) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
228
|
+
* \[[`8b0c5edbb6`](https://github.com/nodejs/node/commit/8b0c5edbb6)] - _**Revert**_ "**test\_runner**: remove promises returned by test()" (Romain Menke) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
229
|
+
* \[[`6ef7329c8c`](https://github.com/nodejs/node/commit/6ef7329c8c)] - _**Revert**_ "**test\_runner**: automatically wait for subtests to finish" (Romain Menke) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
230
|
+
* \[[`c9e7b5e43a`](https://github.com/nodejs/node/commit/c9e7b5e43a)] - **test\_runner**: prefer `Atomics` primordials (Renegade334) [#58716](https://github.com/nodejs/node/pull/58716)
|
|
231
|
+
* \[[`713fbad7b6`](https://github.com/nodejs/node/commit/713fbad7b6)] - **(SEMVER-MINOR)** **test\_runner**: support object property mocking (Idan Goshen) [#58438](https://github.com/nodejs/node/pull/58438)
|
|
232
|
+
* \[[`9df1cfe402`](https://github.com/nodejs/node/commit/9df1cfe402)] - **tools**: make nodedownload module compatible with Python 3.14 (Lumír 'Frenzy' Balhar) [#58752](https://github.com/nodejs/node/pull/58752)
|
|
233
|
+
* \[[`b5ff3f42b8`](https://github.com/nodejs/node/commit/b5ff3f42b8)] - **tools**: include toolchain.gypi in abseil.gyp (Chengzhong Wu) [#58678](https://github.com/nodejs/node/pull/58678)
|
|
234
|
+
* \[[`dc2f23e986`](https://github.com/nodejs/node/commit/dc2f23e986)] - **tools**: bump `brace-expansion` in `/tools/clang-format` (dependabot\[bot]) [#58699](https://github.com/nodejs/node/pull/58699)
|
|
235
|
+
* \[[`e6a1787140`](https://github.com/nodejs/node/commit/e6a1787140)] - **tools**: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint (dependabot\[bot]) [#58698](https://github.com/nodejs/node/pull/58698)
|
|
236
|
+
* \[[`b22e970774`](https://github.com/nodejs/node/commit/b22e970774)] - **tools**: switch to `@stylistic/eslint-plugin` (Michaël Zasso) [#58623](https://github.com/nodejs/node/pull/58623)
|
|
237
|
+
* \[[`268c8c1799`](https://github.com/nodejs/node/commit/268c8c1799)] - **tools**: remove config.status under `make distclean` (René) [#58603](https://github.com/nodejs/node/pull/58603)
|
|
238
|
+
* \[[`c1f9791844`](https://github.com/nodejs/node/commit/c1f9791844)] - **tools**: edit commit-queue workflow file (Antoine du Hamel) [#58667](https://github.com/nodejs/node/pull/58667)
|
|
239
|
+
* \[[`afbaf9277b`](https://github.com/nodejs/node/commit/afbaf9277b)] - **tools**: improve release proposal linter (Antoine du Hamel) [#58647](https://github.com/nodejs/node/pull/58647)
|
|
240
|
+
* \[[`17df800b90`](https://github.com/nodejs/node/commit/17df800b90)] - **typings**: add Atomics primordials (Renegade334) [#58577](https://github.com/nodejs/node/pull/58577)
|
|
241
|
+
* \[[`ffff8ce3a4`](https://github.com/nodejs/node/commit/ffff8ce3a4)] - **typings**: add ZSTD\_COMPRESS, ZSTD\_DECOMPRESS to internalBinding (Meghan Denny) [#58655](https://github.com/nodejs/node/pull/58655)
|
|
242
|
+
* \[[`ef0230abaf`](https://github.com/nodejs/node/commit/ef0230abaf)] - **(SEMVER-MINOR)** **url**: add fileURLToPathBuffer API (James M Snell) [#58700](https://github.com/nodejs/node/pull/58700)
|
|
243
|
+
* \[[`6f7b89516f`](https://github.com/nodejs/node/commit/6f7b89516f)] - **util**: inspect: do not crash on an Error stack pointing to itself (Sam Verschueren) [#58196](https://github.com/nodejs/node/pull/58196)
|
|
244
|
+
|
|
46
245
|
<a id="24.2.0"></a>
|
|
47
246
|
|
|
48
247
|
## 2025-06-09, Version 24.2.0 (Current), @aduh95
|
package/LICENSE
CHANGED
|
@@ -1545,9 +1545,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
1545
1545
|
- zlib, located at deps/zlib, is licensed as follows:
|
|
1546
1546
|
"""
|
|
1547
1547
|
zlib.h -- interface of the 'zlib' general purpose compression library
|
|
1548
|
-
version 1.3.
|
|
1548
|
+
version 1.3.1, January 22nd, 2024
|
|
1549
1549
|
|
|
1550
|
-
Copyright (C) 1995-
|
|
1550
|
+
Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
|
|
1551
1551
|
|
|
1552
1552
|
This software is provided 'as-is', without any express or implied
|
|
1553
1553
|
warranty. In no event will the authors be held liable for any damages
|
package/README.md
CHANGED
|
@@ -187,7 +187,7 @@ For information about the governance of the Node.js project, see
|
|
|
187
187
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
188
188
|
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
189
189
|
* [richardlau](https://github.com/richardlau) -
|
|
190
|
-
**Richard Lau** <<
|
|
190
|
+
**Richard Lau** <<richard.lau@ibm.com>>
|
|
191
191
|
* [ronag](https://github.com/ronag) -
|
|
192
192
|
**Robert Nagy** <<ronagy@icloud.com>>
|
|
193
193
|
* [ruyadorno](https://github.com/ruyadorno) -
|
|
@@ -355,6 +355,10 @@ For information about the governance of the Node.js project, see
|
|
|
355
355
|
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
356
356
|
* [himself65](https://github.com/himself65) -
|
|
357
357
|
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
358
|
+
* [IlyasShabi](https://github.com/IlyasShabi) -
|
|
359
|
+
**Ilyas Shabi** <<ilyasshabi94@gmail.com>> (he/him)
|
|
360
|
+
* [islandryu](https://github.com/islandryu) -
|
|
361
|
+
**Ryuhei Shima** <<shimaryuhei@gmail.com>> (he/him)
|
|
358
362
|
* [jakecastelli](https://github.com/jakecastelli) -
|
|
359
363
|
**Jake Yuesong Li** <<jake.yuesong@gmail.com>> (he/him)
|
|
360
364
|
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
|
|
@@ -407,6 +411,8 @@ For information about the governance of the Node.js project, see
|
|
|
407
411
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
408
412
|
* [MrJithil](https://github.com/MrJithil) -
|
|
409
413
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
414
|
+
* [ovflowd](https://github.com/ovflowd) -
|
|
415
|
+
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
410
416
|
* [panva](https://github.com/panva) -
|
|
411
417
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/panva)
|
|
412
418
|
* [pimterry](https://github.com/pimterry) -
|
|
@@ -422,7 +428,7 @@ For information about the governance of the Node.js project, see
|
|
|
422
428
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
423
429
|
**Darshan Sen** <<raisinten@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/RaisinTen)
|
|
424
430
|
* [richardlau](https://github.com/richardlau) -
|
|
425
|
-
**Richard Lau** <<
|
|
431
|
+
**Richard Lau** <<richard.lau@ibm.com>>
|
|
426
432
|
* [rluvaton](https://github.com/rluvaton) -
|
|
427
433
|
**Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
|
|
428
434
|
* [ronag](https://github.com/ronag) -
|
|
@@ -635,8 +641,6 @@ For information about the governance of the Node.js project, see
|
|
|
635
641
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
636
642
|
* [othiym23](https://github.com/othiym23) -
|
|
637
643
|
**Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
|
|
638
|
-
* [ovflowd](https://github.com/ovflowd) -
|
|
639
|
-
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
640
644
|
* [oyyd](https://github.com/oyyd) -
|
|
641
645
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
642
646
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
@@ -795,7 +799,7 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
795
799
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
796
800
|
* **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
|
|
797
801
|
`890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
|
|
798
|
-
* **Richard Lau** <<
|
|
802
|
+
* **Richard Lau** <<richard.lau@ibm.com>>
|
|
799
803
|
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
|
|
800
804
|
* **Ruy Adorno** <<ruyadorno@hotmail.com>>
|
|
801
805
|
`108F52B48DB57BB0CC439B2997B01419BD92F80A`
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
# V8 pointer compression only supports 64bit architectures.
|
|
116
116
|
['target_arch in "arm ia32 mips mipsel"', {
|
|
117
117
|
'v8_enable_pointer_compression': 0,
|
|
118
|
+
'v8_enable_pointer_compression_shared_cage': 0,
|
|
118
119
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
119
120
|
'v8_enable_external_code_space': 0,
|
|
120
121
|
'v8_enable_sandbox': 0
|
package/include/node/config.gypi
CHANGED
|
@@ -364,6 +364,7 @@
|
|
|
364
364
|
'lib/internal/webstreams/util.js',
|
|
365
365
|
'lib/internal/webstreams/writablestream.js',
|
|
366
366
|
'lib/internal/worker.js',
|
|
367
|
+
'lib/internal/worker/clone_dom_exception.js',
|
|
367
368
|
'lib/internal/worker/io.js',
|
|
368
369
|
'lib/internal/worker/js_transferable.js',
|
|
369
370
|
'lib/internal/worker/messaging.js',
|
package/include/node/node.exp
CHANGED
|
@@ -6340,33 +6340,33 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
6340
6340
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
6341
6341
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
6342
6342
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6343
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.
|
|
6344
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
6345
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
6346
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
6347
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
6348
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
6349
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6350
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6351
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6352
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6353
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6354
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6355
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6356
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6357
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.
|
|
6358
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6359
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6360
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6361
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6362
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6363
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6364
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.
|
|
6365
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6366
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6367
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.
|
|
6368
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6369
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6343
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.cc_6EE78FAE_0xc8a38cbeb92f0e25
|
|
6344
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0xcc226fc118d90313
|
|
6345
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_7874F2D3_0x60f63ed3961f425a
|
|
6346
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0xe0e5937c23f18391
|
|
6347
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x35f5e8c5982ebd67
|
|
6348
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x7cf2879926623ebe
|
|
6349
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xa9fa8333c3d236c
|
|
6350
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0x94987036ca469e83
|
|
6351
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0x31c9aaa7efb63e16
|
|
6352
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xc9c9fe0006d8c5df
|
|
6353
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x49ac525c79d5693a
|
|
6354
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_6EE78FAE_0x328bb8383f224a1e
|
|
6355
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0x1555e8648d168197
|
|
6356
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x39cf2654cc443868
|
|
6357
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.cc_6EE78FAE_0xc940d7a24e1e939e
|
|
6358
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x55c97df0e664df43
|
|
6359
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x70db747ac7633861
|
|
6360
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0x3a13b5dc7c30d91e
|
|
6361
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xf81fcf3b0bb89058
|
|
6362
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x1815f30c48e0e906
|
|
6363
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0x36b15aee71039530
|
|
6364
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0x8ddfca67d1321523
|
|
6365
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x65d497b6e7573600
|
|
6366
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_DFF67DD7_0x268478d06c96e5ea
|
|
6367
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.cc_DFF67DD7_0x73d72ced7c56635
|
|
6368
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x75fdc733982676ac
|
|
6369
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0x9f8167673e90ac1e
|
|
6370
6370
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6371
6371
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6372
6372
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -7470,7 +7470,6 @@ _GLOBAL__I_65535_0__ZN4node6crypto7NodeBIO3NewEPNS_11EnvironmentE
|
|
|
7470
7470
|
_GLOBAL__I_65535_0__ZN4node6crypto7TLSWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextENS1_27UnderlyingStreamWriteStatusE
|
|
7471
7471
|
_GLOBAL__I_65535_0__ZN4node6crypto8SignBase4InitEPKc
|
|
7472
7472
|
_GLOBAL__I_65535_0__ZN4node6fs_dir9DirHandleC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEP8uv_dir_s
|
|
7473
|
-
_GLOBAL__I_65535_0__ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEENS5_INS4_6ModuleEEENS5_INS4_6StringEEES7_NS5_INS4_5ValueEEE
|
|
7474
7473
|
_GLOBAL__I_65535_0__ZN4node6report10WalkHandleEP11uv_handle_sPvb
|
|
7475
7474
|
_GLOBAL__I_65535_0__ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
7476
7475
|
_GLOBAL__I_65535_0__ZN4node6serdes17SerializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
@@ -7576,21 +7575,22 @@ _GLOBAL__I_65535_0__ZNK4node17CompileCacheEntry9CopyCacheEv
|
|
|
7576
7575
|
_GLOBAL__I_65535_0__ZNK4node2fs18FSContinuationData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7577
7576
|
_GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
|
|
7578
7577
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7578
|
+
_GLOBAL__I_65535_0__ZNK4node6loader14ModuleCacheKey10MemoryInfoEPNS_13MemoryTrackerE
|
|
7579
7579
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7580
7580
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal17VerificationState12VerifyMarkedEPKv
|
|
7581
7581
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal8BasePage4heapEv
|
|
7582
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7583
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7584
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
7585
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7586
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7587
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7588
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7589
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7590
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7591
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7592
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7593
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7582
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0xa6125f46e98a25e7
|
|
7583
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_6EE78FAE_0x377a9e10e231d148
|
|
7584
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xf3b023f836e23c
|
|
7585
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0xea816f9b1d8ef508
|
|
7586
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x6367d6e98e29c107
|
|
7587
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0x7cefb2c14d204270
|
|
7588
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x5c53d734b592c497
|
|
7589
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0xfb566fd009ebd70
|
|
7590
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0xfcdce8c6569e9f0e
|
|
7591
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0x784e8c7e3be5d3b
|
|
7592
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x54ac8a5372777840
|
|
7593
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x543952d237a49c1
|
|
7594
7594
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7595
7595
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7596
7596
|
_HZData_77
|
|
@@ -64400,6 +64400,7 @@ _ZN4absl13cord_internal12CordRepBtree7RebuildEPS1_
|
|
|
64400
64400
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE0EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
64401
64401
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE1EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
64402
64402
|
_ZN4absl13cord_internal12CordRepBtree7SubTreeEmm
|
|
64403
|
+
_ZN4absl13cord_internal12SmallMemmoveILb0EEEvPcPKcm
|
|
64403
64404
|
_ZN4absl13cord_internal13RemoveCrcNodeEPNS0_7CordRepE
|
|
64404
64405
|
_ZN4absl13cord_internal14ReverseConsumeEPNS0_7CordRepENS_11FunctionRefIFvS2_mmEEE
|
|
64405
64406
|
_ZN4absl13cord_internal16CordRepSubstring9SubstringEPNS0_7CordRepEmm
|
|
@@ -64408,7 +64409,6 @@ _ZN4absl13cord_internal16CordzSampleToken8IteratorC2EPKS1_
|
|
|
64408
64409
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEi
|
|
64409
64410
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEv
|
|
64410
64411
|
_ZN4absl13cord_internal16LogFatalNodeTypeEPNS0_7CordRepE
|
|
64411
|
-
_ZN4absl13cord_internal18CordRepBtreeReader4NextEv
|
|
64412
64412
|
_ZN4absl13cord_internal18CordRepBtreeReader4ReadEmmRPNS0_7CordRepE
|
|
64413
64413
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4ReadEmm
|
|
64414
64414
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4SkipEm
|
|
@@ -64933,6 +64933,7 @@ _ZN4absl19str_format_internal16ConvertFloatImplEeRKNS0_24FormatConversionSpecImp
|
|
|
64933
64933
|
_ZN4absl19str_format_internal16ConvertFloatImplEfRKNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64934
64934
|
_ZN4absl19str_format_internal16ParsedFormatBaseC1ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
64935
64935
|
_ZN4absl19str_format_internal16ParsedFormatBaseC2ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
64936
|
+
_ZN4absl19str_format_internal17ConsumeConversionILb0EEEPKcS3_S3_PNS0_17UnboundConversionEPi
|
|
64936
64937
|
_ZN4absl19str_format_internal17FormatConvertImplEDnNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64937
64938
|
_ZN4absl19str_format_internal17FormatConvertImplENS0_7VoidPtrENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64938
64939
|
_ZN4absl19str_format_internal17FormatConvertImplENS_6int128ENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
@@ -65079,6 +65080,7 @@ _ZN4absl4Cord9InlineRep20PrependTreeToInlinedEPNS_13cord_internal7CordRepENS2_18
|
|
|
65079
65080
|
_ZN4absl4Cord9InlineRep23MaybeRemoveEmptyCrcNodeEv
|
|
65080
65081
|
_ZN4absl4Cord9InlineRep7SetTreeEPNS_13cord_internal7CordRepERKNS2_16CordzUpdateScopeE
|
|
65081
65082
|
_ZN4absl4Cord9InlineRep9UnrefTreeEv
|
|
65083
|
+
_ZN4absl4Cord9InlineRepC1ERKS1_
|
|
65082
65084
|
_ZN4absl4CordC1ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
65083
65085
|
_ZN4absl4CordC1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELi0EEEOT_
|
|
65084
65086
|
_ZN4absl4CordC2ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
@@ -65314,6 +65316,7 @@ _ZN4node10JSONWriter12write_stringESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
65314
65316
|
_ZN4node10JSONWriter13json_arrayendEv
|
|
65315
65317
|
_ZN4node10JSONWriter13json_keyvalueIA10_cA256_cEEvRKT_RKT0_
|
|
65316
65318
|
_ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
|
|
65319
|
+
_ZN4node10JSONWriter13json_keyvalueIA12_cmEEvRKT_RKT0_
|
|
65317
65320
|
_ZN4node10JSONWriter13json_keyvalueIA15_cmEEvRKT_RKT0_
|
|
65318
65321
|
_ZN4node10JSONWriter13json_keyvalueIA19_cmEEvRKT_RKT0_
|
|
65319
65322
|
_ZN4node10JSONWriter13json_keyvalueIA4_cmEEvRKT_RKT0_
|
|
@@ -65592,6 +65595,7 @@ _ZN4node10permission12FSPermission9RadixTreeC2Ev
|
|
|
65592
65595
|
_ZN4node10permission12FSPermission9RadixTreeD1Ev
|
|
65593
65596
|
_ZN4node10permission12FSPermission9RadixTreeD2Ev
|
|
65594
65597
|
_ZN4node10permission14WASIPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
|
|
65598
|
+
_ZN4node10permission15AddonPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
|
|
65595
65599
|
_ZN4node10permission16WorkerPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
|
|
65596
65600
|
_ZN4node10permission19InspectorPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
|
|
65597
65601
|
_ZN4node10permission22ChildProcessPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
|
|
@@ -65770,14 +65774,11 @@ _ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11ch
|
|
|
65770
65774
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_
|
|
65771
65775
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_S9_OT_DpOT0_
|
|
65772
65776
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_S9_OT_DpOT0_
|
|
65773
|
-
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_
|
|
65774
65777
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_
|
|
65775
65778
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRPKcEEES6_S9_OT_DpOT0_
|
|
65776
65779
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRPKcRjSB_SB_SB_SB_EEES6_S9_OT_DpOT0_
|
|
65777
65780
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiPKcEEES6_SA_OT_DpOT0_
|
|
65778
65781
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_
|
|
65779
|
-
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_
|
|
65780
|
-
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_
|
|
65781
65782
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_
|
|
65782
65783
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_
|
|
65783
65784
|
_ZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
@@ -65791,6 +65792,7 @@ _ZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
|
|
|
65791
65792
|
_ZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_
|
|
65792
65793
|
_ZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65793
65794
|
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_
|
|
65795
|
+
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
|
|
65794
65796
|
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
|
|
65795
65797
|
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
|
|
65796
65798
|
_ZN4node11SPrintFImplIRbJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -65831,7 +65833,6 @@ _ZN4node11SPrintFImplIRlJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc
|
|
|
65831
65833
|
_ZN4node11SPrintFImplIRlJRjS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65832
65834
|
_ZN4node11SPrintFImplIRlJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65833
65835
|
_ZN4node11SPrintFImplIRmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65834
|
-
_ZN4node11SPrintFImplIRmJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_
|
|
65835
65836
|
_ZN4node11SPrintFImplIRmJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_
|
|
65836
65837
|
_ZN4node11SPrintFImplIRmJRhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65837
65838
|
_ZN4node11SPrintFImplIRmJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -66702,7 +66703,6 @@ _ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm1024EE25AllocateSufficientS
|
|
|
66702
66703
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm128EE25AllocateSufficientStorageEm
|
|
66703
66704
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EE25AllocateSufficientStorageEm
|
|
66704
66705
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EE25AllocateSufficientStorageEm
|
|
66705
|
-
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EE25AllocateSufficientStorageEm
|
|
66706
66706
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EE25AllocateSufficientStorageEm
|
|
66707
66707
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm8EE25AllocateSufficientStorageEm
|
|
66708
66708
|
_ZN4node16MaybeStackBufferIcLm1024EE25AllocateSufficientStorageEm
|
|
@@ -67254,6 +67254,7 @@ _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRPKcEEEN2v85LocalINS4_6ObjectEEEPNS4_7Iso
|
|
|
67254
67254
|
_ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRjEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
67255
67255
|
_ZN4node27ERR_CRYPTO_OPERATION_FAILEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
67256
67256
|
_ZN4node27GetHumanReadableProcessNameB5cxx11Ev
|
|
67257
|
+
_ZN4node27InitializePerIsolateSymbolsEN2v85LocalINS0_7ContextEEEPNS_11IsolateDataE
|
|
67257
67258
|
_ZN4node27PrintLibuvHandleInformationEP9uv_loop_sP4FILE
|
|
67258
67259
|
_ZN4node27THROW_ERR_CRYPTO_INVALID_IVEPN2v87IsolateE
|
|
67259
67260
|
_ZN4node27THROW_ERR_INVALID_ARG_VALUEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
@@ -68792,6 +68793,7 @@ _ZN4node6loader10ModuleWrap13GetFromModuleEPNS_11EnvironmentEN2v85LocalINS4_6Mod
|
|
|
68792
68793
|
_ZN4node6loader10ModuleWrap15InstantiateSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68793
68794
|
_ZN4node6loader10ModuleWrap16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68794
68795
|
_ZN4node6loader10ModuleWrap16GetNamespaceSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68796
|
+
_ZN4node6loader10ModuleWrap16HasTopLevelAwaitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68795
68797
|
_ZN4node6loader10ModuleWrap17GetModuleRequestsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68796
68798
|
_ZN4node6loader10ModuleWrap18SetSyntheticExportERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68797
68799
|
_ZN4node6loader10ModuleWrap21GetHostDefinedOptionsEPN2v87IsolateENS2_5LocalINS2_6SymbolEEE
|
|
@@ -68819,6 +68821,10 @@ _ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEENS5_INS4_6Modu
|
|
|
68819
68821
|
_ZN4node6loader10ModuleWrapD0Ev
|
|
68820
68822
|
_ZN4node6loader10ModuleWrapD1Ev
|
|
68821
68823
|
_ZN4node6loader10ModuleWrapD2Ev
|
|
68824
|
+
_ZN4node6loader14ModuleCacheKey4FromEN2v85LocalINS2_7ContextEEENS3_INS2_13ModuleRequestEEE
|
|
68825
|
+
_ZN4node6loader14ModuleCacheKey4FromILi3EEES1_N2v85LocalINS3_7ContextEEENS4_INS3_6StringEEENS4_INS3_10FixedArrayEEE
|
|
68826
|
+
_ZN4node6loader14ModuleCacheKeyD0Ev
|
|
68827
|
+
_ZN4node6loader14ModuleCacheKeyD1Ev
|
|
68822
68828
|
_ZN4node6loader17to_phase_constantEN2v817ModuleImportPhaseE
|
|
68823
68829
|
_ZN4node6loader22ThrowIfPromiseRejectedEPNS_5RealmEN2v85LocalINS3_7PromiseEEE
|
|
68824
68830
|
_ZN4node6loader22ThrowIfPromiseRejectedERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -68969,7 +68975,7 @@ _ZN4node6timers11BindingData18FastToggleTimerRefEN2v85LocalINS2_6ObjectEEES5_b
|
|
|
68969
68975
|
_ZN4node6timers11BindingData18SlowToggleTimerRefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68970
68976
|
_ZN4node6timers11BindingData18ToggleTimerRefImplEPS1_b
|
|
68971
68977
|
_ZN4node6timers11BindingData19fast_get_libuv_now_E
|
|
68972
|
-
|
|
68978
|
+
_ZN4node6timers11BindingData20fast_schedule_timer_E
|
|
68973
68979
|
_ZN4node6timers11BindingData22FastToggleImmediateRefEN2v85LocalINS2_6ObjectEEES5_b
|
|
68974
68980
|
_ZN4node6timers11BindingData22SlowToggleImmediateRefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68975
68981
|
_ZN4node6timers11BindingData22ToggleImmediateRefImplEPS1_b
|
|
@@ -69130,11 +69136,8 @@ _ZN4node7FPrintFIJRNS_9Utf8ValueES2_S2_EEEvP4FILEPKcDpOT_
|
|
|
69130
69136
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
|
|
69131
69137
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEEvP4FILES9_DpOT_
|
|
69132
69138
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEEvP4FILES9_DpOT_
|
|
69133
|
-
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_EEEvP4FILEPKcDpOT_
|
|
69134
69139
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEEvP4FILES9_DpOT_
|
|
69135
69140
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjEEEvP4FILEPKcDpOT_
|
|
69136
|
-
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEEvP4FILEPKcDpOT_
|
|
69137
|
-
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEEvP4FILEPKcDpOT_
|
|
69138
69141
|
_ZN4node7FPrintFIJRPKcEEEvP4FILES2_DpOT_
|
|
69139
69142
|
_ZN4node7FPrintFIJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILES2_DpOT_
|
|
69140
69143
|
_ZN4node7FPrintFIJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_RjSB_SB_SB_SB_EEEvP4FILES2_DpOT_
|
|
@@ -69143,6 +69146,7 @@ _ZN4node7FPrintFIJRPKcS2_RA12_S1_EEEvP4FILES2_DpOT_
|
|
|
69143
69146
|
_ZN4node7FPrintFIJRPKcS2_S2_EEEvP4FILES2_DpOT_
|
|
69144
69147
|
_ZN4node7FPrintFIJRPKcS3_EEEvP4FILES2_DpOT_
|
|
69145
69148
|
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEEEEvP4FILEPKcDpOT_
|
|
69149
|
+
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcEEEvP4FILES7_DpOT_
|
|
69146
69150
|
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcS7_EEEvP4FILES7_DpOT_
|
|
69147
69151
|
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEEvP4FILES7_DpOT_
|
|
69148
69152
|
_ZN4node7FPrintFIJRbEEEvP4FILEPKcDpOT_
|
|
@@ -69259,13 +69263,10 @@ _ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_tr
|
|
|
69259
69263
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
|
|
69260
69264
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES6_S9_DpOT_
|
|
69261
69265
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEES6_S9_DpOT_
|
|
69262
|
-
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_EEES6_PKcDpOT_
|
|
69263
69266
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiS9_EEES6_PKcDpOT_
|
|
69264
69267
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES6_S9_DpOT_
|
|
69265
69268
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiPKcEEES6_SA_DpOT_
|
|
69266
69269
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjEEES6_PKcDpOT_
|
|
69267
|
-
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES6_PKcDpOT_
|
|
69268
|
-
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEES6_PKcDpOT_
|
|
69269
69270
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES6_PKcDpOT_
|
|
69270
69271
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES6_PKcDpOT_
|
|
69271
69272
|
_ZN4node7SPrintFIJRPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
@@ -69276,6 +69277,7 @@ _ZN4node7SPrintFIJRPKcS2_RA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIc
|
|
|
69276
69277
|
_ZN4node7SPrintFIJRPKcS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
69277
69278
|
_ZN4node7SPrintFIJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
69278
69279
|
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcDpOT_
|
|
69280
|
+
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_DpOT_
|
|
69279
69281
|
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_DpOT_
|
|
69280
69282
|
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_DpOT_
|
|
69281
69283
|
_ZN4node7SPrintFIJRbEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
@@ -69799,14 +69801,17 @@ _ZN4node9inspector11InspectorIoD1Ev
|
|
|
69799
69801
|
_ZN4node9inspector11InspectorIoD2Ev
|
|
69800
69802
|
_ZN4node9inspector12NetworkAgent12dataReceivedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69801
69803
|
_ZN4node9inspector12NetworkAgent13loadingFailedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69804
|
+
_ZN4node9inspector12NetworkAgent15getResponseBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS7_Pb
|
|
69802
69805
|
_ZN4node9inspector12NetworkAgent15loadingFinishedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69803
69806
|
_ZN4node9inspector12NetworkAgent16emitNotificationEN2v85LocalINS2_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_INS2_6ObjectEEE
|
|
69804
69807
|
_ZN4node9inspector12NetworkAgent16responseReceivedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69805
69808
|
_ZN4node9inspector12NetworkAgent17requestWillBeSentEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69809
|
+
_ZN4node9inspector12NetworkAgent18getRequestPostDataERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS7_
|
|
69806
69810
|
_ZN4node9inspector12NetworkAgent21streamResourceContentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS0_8protocol6BinaryE
|
|
69807
69811
|
_ZN4node9inspector12NetworkAgent4WireEPN5crdtp14UberDispatcherE
|
|
69808
69812
|
_ZN4node9inspector12NetworkAgent6enableEv
|
|
69809
69813
|
_ZN4node9inspector12NetworkAgent7disableEv
|
|
69814
|
+
_ZN4node9inspector12NetworkAgent8dataSentEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69810
69815
|
_ZN4node9inspector12NetworkAgentC1EPNS0_16NetworkInspectorEPN12v8_inspector11V8InspectorE
|
|
69811
69816
|
_ZN4node9inspector12NetworkAgentC2EPNS0_16NetworkInspectorEPN12v8_inspector11V8InspectorE
|
|
69812
69817
|
_ZN4node9inspector12NetworkAgentD0Ev
|
|
@@ -69816,6 +69821,7 @@ _ZN4node9inspector12ServerSocket10DetectPortEv
|
|
|
69816
69821
|
_ZN4node9inspector12ServerSocket19FreeOnCloseCallbackEP11uv_handle_s
|
|
69817
69822
|
_ZN4node9inspector12ServerSocket23SocketConnectedCallbackEP11uv_stream_si
|
|
69818
69823
|
_ZN4node9inspector12ServerSocket6ListenEP8sockaddrP9uv_loop_s
|
|
69824
|
+
_ZN4node9inspector13ObjectGetBoolEN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEEPKc
|
|
69819
69825
|
_ZN4node9inspector13SocketSession4SendERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69820
69826
|
_ZN4node9inspector13SocketSession8Delegate15OnSocketUpgradeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_SA_
|
|
69821
69827
|
_ZN4node9inspector13SocketSession8Delegate9OnHttpGetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_
|
|
@@ -70151,6 +70157,8 @@ _ZN4node9inspector8protocol7Network16ResourceTypeEnum8PrefetchE
|
|
|
70151
70157
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum9PreflightE
|
|
70152
70158
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum9TextTrackE
|
|
70153
70159
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum9WebSocketE
|
|
70160
|
+
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl15getResponseBodyERKN5crdtp12DispatchableE
|
|
70161
|
+
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl18getRequestPostDataERKN5crdtp12DispatchableE
|
|
70154
70162
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl21streamResourceContentERKN5crdtp12DispatchableE
|
|
70155
70163
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
70156
70164
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
@@ -70160,7 +70168,7 @@ _ZN4node9inspector8protocol7Network20DomainDispatcherImplD1Ev
|
|
|
70160
70168
|
_ZN4node9inspector8protocol7Network7Request23deserializer_descriptorEv
|
|
70161
70169
|
_ZN4node9inspector8protocol7Network7RequestD0Ev
|
|
70162
70170
|
_ZN4node9inspector8protocol7Network7RequestD1Ev
|
|
70163
|
-
|
|
70171
|
+
_ZN4node9inspector8protocol7Network8Frontend12dataReceivedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdiiSt8optionalINS1_6BinaryEE
|
|
70164
70172
|
_ZN4node9inspector8protocol7Network8Frontend13loadingFailedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdSB_SB_
|
|
70165
70173
|
_ZN4node9inspector8protocol7Network8Frontend15loadingFinishedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd
|
|
70166
70174
|
_ZN4node9inspector8protocol7Network8Frontend16responseReceivedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdSB_St10unique_ptrINS2_8ResponseESt14default_deleteISD_EE
|
|
@@ -70825,6 +70833,7 @@ _ZN5crdtp17DeserializerStateC2ESt6vectorIhSaIhEE
|
|
|
70825
70833
|
_ZN5crdtp18CreateNotificationEPKcSt10unique_ptrINS_12SerializableESt14default_deleteIS3_EE
|
|
70826
70834
|
_ZN5crdtp18ProtocolTypeTraitsIN4node9inspector8protocol6BinaryEvE11DeserializeEPNS_17DeserializerStateEPS4_
|
|
70827
70835
|
_ZN5crdtp18ProtocolTypeTraitsIN4node9inspector8protocol6BinaryEvE9SerializeERKS4_PSt6vectorIhSaIhEE
|
|
70836
|
+
_ZN5crdtp18ProtocolTypeTraitsINS_15DeferredMessageEvE9SerializeERKS1_PSt6vectorIhSaIhEE
|
|
70828
70837
|
_ZN5crdtp18ProtocolTypeTraitsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEvE11DeserializeEPNS_17DeserializerStateEPS6_
|
|
70829
70838
|
_ZN5crdtp18ProtocolTypeTraitsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEvE9SerializeERKS6_PSt6vectorIhSaIhEE
|
|
70830
70839
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol15DictionaryValueESt14default_deleteIS5_EEvE11DeserializeEPNS_17DeserializerStateEPS8_
|
|
@@ -70834,7 +70843,6 @@ _ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol5ValueESt1
|
|
|
70834
70843
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol6ObjectESt14default_deleteIS5_EEvE11DeserializeEPNS_17DeserializerStateEPS8_
|
|
70835
70844
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol6ObjectESt14default_deleteIS5_EEvE9SerializeERKS8_PSt6vectorIhSaIhEE
|
|
70836
70845
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrINS_15DeferredMessageESt14default_deleteIS2_EEvE11DeserializeEPNS_17DeserializerStateEPS5_
|
|
70837
|
-
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrINS_15DeferredMessageESt14default_deleteIS2_EEvE9SerializeERKS5_PSt6vectorIhSaIhEE
|
|
70838
70846
|
_ZN5crdtp18ProtocolTypeTraitsIbvE11DeserializeEPNS_17DeserializerStateEPb
|
|
70839
70847
|
_ZN5crdtp18ProtocolTypeTraitsIbvE9SerializeEbPSt6vectorIhSaIhEE
|
|
70840
70848
|
_ZN5crdtp18ProtocolTypeTraitsIdvE11DeserializeEPNS_17DeserializerStateEPd
|
|
@@ -77947,6 +77955,7 @@ _ZN7ncrypto13SSLCtxPointerD1Ev
|
|
|
77947
77955
|
_ZN7ncrypto13SSLCtxPointerD2Ev
|
|
77948
77956
|
_ZN7ncrypto13SSLCtxPointeraSEOS0_
|
|
77949
77957
|
_ZN7ncrypto13isFipsEnabledEv
|
|
77958
|
+
_ZN7ncrypto13xofHashDigestERKNS_6BufferIKhEEPK9evp_md_stm
|
|
77950
77959
|
_ZN7ncrypto14ECGroupPointer14NewByCurveNameEi
|
|
77951
77960
|
_ZN7ncrypto14ECGroupPointer5resetEP11ec_group_st
|
|
77952
77961
|
_ZN7ncrypto14ECGroupPointer7releaseEv
|
|
@@ -83101,6 +83110,8 @@ _ZNK4absl4Cord8ContainsESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
83101
83110
|
_ZNK4absl4Cord8EndsWithERKS0_
|
|
83102
83111
|
_ZNK4absl4Cord8EndsWithESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83103
83112
|
_ZNK4absl4Cord8FindImplENS0_12CharIteratorESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83113
|
+
_ZNK4absl4Cord9InlineRep4sizeEv
|
|
83114
|
+
_ZNK4absl4Cord9InlineRep7as_treeEv
|
|
83104
83115
|
_ZNK4absl4CordcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEv
|
|
83105
83116
|
_ZNK4absl4CordixEm
|
|
83106
83117
|
_ZNK4absl4Time2InENS_8TimeZoneE
|
|
@@ -83218,6 +83229,7 @@ _ZNK4node10permission10Permission16is_scope_grantedEPNS_11EnvironmentENS0_15Perm
|
|
|
83218
83229
|
_ZNK4node10permission12FSPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83219
83230
|
_ZNK4node10permission12FSPermission9RadixTree6LookupERKSt17basic_string_viewIcSt11char_traitsIcEEb
|
|
83220
83231
|
_ZNK4node10permission14WASIPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83232
|
+
_ZNK4node10permission15AddonPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83221
83233
|
_ZNK4node10permission16WorkerPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83222
83234
|
_ZNK4node10permission19InspectorPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83223
83235
|
_ZNK4node10permission22ChildProcessPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -83942,6 +83954,9 @@ _ZNK4node6loader10ModuleWrap14MemoryInfoNameEv
|
|
|
83942
83954
|
_ZNK4node6loader10ModuleWrap33IsNotIndicativeOfMemoryLeakAtExitEv
|
|
83943
83955
|
_ZNK4node6loader10ModuleWrap7contextEv
|
|
83944
83956
|
_ZNK4node6loader10ModuleWrap8SelfSizeEv
|
|
83957
|
+
_ZNK4node6loader14ModuleCacheKey10MemoryInfoEPNS_13MemoryTrackerE
|
|
83958
|
+
_ZNK4node6loader14ModuleCacheKey14MemoryInfoNameEv
|
|
83959
|
+
_ZNK4node6loader14ModuleCacheKey8SelfSizeEv
|
|
83945
83960
|
_ZNK4node6serdes17SerializerContext10MemoryInfoEPNS_13MemoryTrackerE
|
|
83946
83961
|
_ZNK4node6serdes17SerializerContext14MemoryInfoNameEv
|
|
83947
83962
|
_ZNK4node6serdes17SerializerContext8SelfSizeEv
|
|
@@ -87426,8 +87441,9 @@ _ZNKSt10_HashtableIN2v88internal8compiler10turboshaft7OpIndexESt4pairIKS4_NS1_4w
|
|
|
87426
87441
|
_ZNKSt10_HashtableIN2v88internal8compiler14FeedbackSourceESt4pairIKS3_PKNS2_17ProcessedFeedbackEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stENS3_5EqualENS3_4HashENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS5_
|
|
87427
87442
|
_ZNKSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_NS3_15ModuleTypeIndexEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
87428
87443
|
_ZNKSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_jENS1_13ZoneAllocatorIS8_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
87444
|
+
_ZNKSt10_HashtableIN4node6loader14ModuleCacheKeyESt4pairIKS2_N2v86GlobalINS5_6ObjectEEEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS2_ENS2_4HashENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS4_m
|
|
87445
|
+
_ZNKSt10_HashtableIN4node6loader14ModuleCacheKeyESt4pairIKS2_N2v86GlobalINS5_6ObjectEEEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS2_ENS2_4HashENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS4_
|
|
87429
87446
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE4findERKS5_
|
|
87430
|
-
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v86GlobalINS8_6ObjectEEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
87431
87447
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_12DebugOptionsEE10OptionInfoEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
87432
87448
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_12DebugOptionsEE11ImplicationEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb0EEEE11equal_rangeERS7_
|
|
87433
87449
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_17PerIsolateOptionsEE10OptionInfoEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
@@ -87466,7 +87482,6 @@ _ZNKSt7__cxx1112regex_traitsIcE18lookup_collatenameIPKcEENS_12basic_stringIcSt11
|
|
|
87466
87482
|
_ZNKSt7__cxx1113match_resultsIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISA_EEEE6formatISt20back_insert_iteratorIS9_EEET_SI_S4_S4_NSt15regex_constants15match_flag_typeE
|
|
87467
87483
|
_ZNKSt7__cxx1114regex_iteratorIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEEcNS_12regex_traitsIcEEEeqERKSD_
|
|
87468
87484
|
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_
|
|
87469
|
-
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_
|
|
87470
87485
|
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_
|
|
87471
87486
|
_ZNKSt8_Rb_treeISt4pairImmES0_IKS1_bESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE4findERS2_
|
|
87472
87487
|
_ZNKSt8_Rb_treeISt5tupleIJN2v88internal11interpreter17BytecodeGenerator17FeedbackSlotCache8SlotKindEiPKvEESt4pairIKS9_iESt10_Select1stISC_ESt4lessIS9_ENS2_13ZoneAllocatorISC_EEE4findERSB_
|
|
@@ -87572,8 +87587,8 @@ _ZNSt10_HashtableIN2v88internal8compiler10turboshaft3wle17WasmMemoryAddressESt4p
|
|
|
87572
87587
|
_ZNSt10_HashtableIN2v88internal8compiler14FeedbackSourceESt4pairIKS3_PKNS2_17ProcessedFeedbackEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stENS3_5EqualENS3_4HashENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSC_10_Hash_nodeIS9_Lb1EEEm
|
|
87573
87588
|
_ZNSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_NS3_15ModuleTypeIndexEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSC_10_Hash_nodeIS9_Lb1EEEm
|
|
87574
87589
|
_ZNSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_jENS1_13ZoneAllocatorIS8_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
87590
|
+
_ZNSt10_HashtableIN4node6loader14ModuleCacheKeyESt4pairIKS2_N2v86GlobalINS5_6ObjectEEEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS2_ENS2_4HashENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE5clearEv
|
|
87575
87591
|
_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS7_10_Hash_nodeIS5_Lb1EEEm
|
|
87576
|
-
_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v86GlobalINS8_6ObjectEEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSE_10_Hash_nodeISC_Lb1EEEm
|
|
87577
87592
|
_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v88internal7BuiltinEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSD_10_Hash_nodeISB_Lb1EEEm
|
|
87578
87593
|
_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser10OptionTypeEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
87579
87594
|
_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_17PerIsolateOptionsEE10OptionInfoEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSG_10_Hash_nodeISE_Lb1EEEm
|
|
@@ -88389,6 +88404,11 @@ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_
|
|
|
88389
88404
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88390
88405
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88391
88406
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
88407
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission15AddonPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88408
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission15AddonPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88409
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission15AddonPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88410
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission15AddonPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88411
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission15AddonPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
88392
88412
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88393
88413
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88394
88414
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -88819,7 +88839,6 @@ _ZNSt6vectorISt10unique_ptrIN12v8_inspector8protocol8Debugger9CallFrameESt14defa
|
|
|
88819
88839
|
_ZNSt6vectorISt10unique_ptrIN2v88internal6torque4RuleESt14default_deleteIS4_EESaIS7_EED1Ev
|
|
88820
88840
|
_ZNSt6vectorISt10unique_ptrIN2v88internal6torque6SymbolESt14default_deleteIS4_EESaIS7_EED1Ev
|
|
88821
88841
|
_ZNSt6vectorISt10unique_ptrIN2v88internal6torque7BindingINS3_10LocalValueEEESt14default_deleteIS6_EESaIS9_EED1Ev
|
|
88822
|
-
_ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EED1Ev
|
|
88823
88842
|
_ZNSt6vectorISt4pairIN12v8_inspector8String16ESt10unique_ptrINS1_8protocol15DictionaryValueESt14default_deleteIS5_EEESaIS9_EED1Ev
|
|
88824
88843
|
_ZNSt6vectorISt4pairIPKciESaIS3_EE12emplace_backIJS3_EEERS3_DpOT_
|
|
88825
88844
|
_ZNSt6vectorISt4pairIPKciESaIS3_EEC1ERKS5_
|
|
@@ -88900,7 +88919,6 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
|
|
|
88900
88919
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_
|
|
88901
88920
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE22_M_emplace_hint_uniqueIJRS5_SA_EEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_
|
|
88902
88921
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_
|
|
88903
|
-
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_
|
|
88904
88922
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_
|
|
88905
88923
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PKN2v88internal6torque13AggregateTypeEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
88906
88924
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE16_M_insert_uniqueIS8_EES6_ISt17_Rb_tree_iteratorIS8_EbEOT_
|
|
@@ -89049,8 +89067,8 @@ _ZNSt8__detail9_Map_baseIN2v88internal7BuiltinESt4pairIKS3_jESaIS6_ENS_10_Select
|
|
|
89049
89067
|
_ZNSt8__detail9_Map_baseIN2v88internal8compiler10turboshaft7OpIndexESt4pairIKS5_NS2_4wasm9ValueTypeEENS2_13ZoneAllocatorISA_EENS_10_Select1stESt8equal_toIS5_ENS1_4base4hashIS5_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS5_
|
|
89050
89068
|
_ZNSt8__detail9_Map_baseIN2v88internal9SignatureINS2_4wasm9ValueTypeEEESt4pairIKS6_jENS2_13ZoneAllocatorIS9_EENS_10_Select1stESt8equal_toIS6_ENS1_4base4hashIS6_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
|
|
89051
89069
|
_ZNSt8__detail9_Map_baseIN4node13SocketAddressESt4pairIKS2_St14_List_iteratorISt10unique_ptrINS1_22SocketAddressBlockList4RuleESt14default_deleteIS8_EEEESaISD_ENS_10_Select1stESt8equal_toIS2_ENS2_4HashENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS4_
|
|
89070
|
+
_ZNSt8__detail9_Map_baseIN4node6loader14ModuleCacheKeyESt4pairIKS3_N2v86GlobalINS6_6ObjectEEEESaISA_ENS_10_Select1stESt8equal_toIS3_ENS3_4HashENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS5_
|
|
89052
89071
|
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_MN4node9inspector12NetworkAgentEFvN2v85LocalINSC_7ContextEEENSD_INSC_6ObjectEEEEESaISK_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
|
|
89053
|
-
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N2v86GlobalINS9_6ObjectEEEESaISD_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
|
|
89054
89072
|
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N2v88internal7BuiltinEESaISC_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
|
|
89055
89073
|
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N4node14options_parser10OptionTypeEESaISC_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
|
|
89056
89074
|
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N4node15BlobBindingData16StoredDataObjectEESaISC_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
|
|
@@ -92970,6 +92988,7 @@ _ZTVN4node10contextify17ContextifyContextE
|
|
|
92970
92988
|
_ZTVN4node10mksnapshot11BindingDataE
|
|
92971
92989
|
_ZTVN4node10permission12FSPermissionE
|
|
92972
92990
|
_ZTVN4node10permission14WASIPermissionE
|
|
92991
|
+
_ZTVN4node10permission15AddonPermissionE
|
|
92973
92992
|
_ZTVN4node10permission16WorkerPermissionE
|
|
92974
92993
|
_ZTVN4node10permission19InspectorPermissionE
|
|
92975
92994
|
_ZTVN4node10permission22ChildProcessPermissionE
|
|
@@ -93222,6 +93241,7 @@ _ZTVN4node6crypto9KeyGenJobINS0_16KeyPairGenTraitsINS0_19NidKeyPairGenTraitsEEEE
|
|
|
93222
93241
|
_ZTVN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEEE
|
|
93223
93242
|
_ZTVN4node6fs_dir9DirHandleE
|
|
93224
93243
|
_ZTVN4node6loader10ModuleWrapE
|
|
93244
|
+
_ZTVN4node6loader14ModuleCacheKeyE
|
|
93225
93245
|
_ZTVN4node6serdes17SerializerContextE
|
|
93226
93246
|
_ZTVN4node6serdes19DeserializerContextE
|
|
93227
93247
|
_ZTVN4node6sqlite12DatabaseSyncE
|
|
@@ -93942,6 +93962,7 @@ _ZTVSt23_Sp_counted_ptr_inplaceIN2v88platform30DefaultWorkerThreadsTaskRunnerESa
|
|
|
93942
93962
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10MapKVStoreESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93943
93963
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission12FSPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93944
93964
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93965
|
+
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission15AddonPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93945
93966
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93946
93967
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission19InspectorPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93947
93968
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission22ChildProcessPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
@@ -97020,6 +97041,10 @@ _ZZN4node11Environment23set_coverage_connectionESt10unique_ptrINS_8profiler20V8C
|
|
|
97020
97041
|
_ZZN4node11Environment27set_cpu_profiler_connectionESt10unique_ptrINS_8profiler23V8CpuProfilerConnectionESt14default_deleteIS3_EEE20error_and_abort_args
|
|
97021
97042
|
_ZZN4node11Environment28set_heap_profiler_connectionESt10unique_ptrINS_8profiler24V8HeapProfilerConnectionESt14default_deleteIS3_EEE20error_and_abort_args
|
|
97022
97043
|
_ZZN4node11Environment29DecreaseWaitingRequestCounterEvE20error_and_abort_args
|
|
97044
|
+
_ZZN4node11FromV8ValueIhLb0EvEET_N2v85LocalINS2_5ValueEEEE20error_and_abort_args
|
|
97045
|
+
_ZZN4node11FromV8ValueIiLb0EvEET_N2v85LocalINS2_5ValueEEEE20error_and_abort_args
|
|
97046
|
+
_ZZN4node11FromV8ValueIjLb0EvEET_N2v85LocalINS2_5ValueEEEE20error_and_abort_args
|
|
97047
|
+
_ZZN4node11FromV8ValueIjLb1EvEET_N2v85LocalINS2_5ValueEEEE20error_and_abort_args
|
|
97023
97048
|
_ZZN4node11IsolateData18set_worker_contextEPNS_6worker6WorkerEE20error_and_abort_args
|
|
97024
97049
|
_ZZN4node11ReqWrapBaseC4EPNS_11EnvironmentEE20error_and_abort_args
|
|
97025
97050
|
_ZZN4node11SPrintFImplB5cxx11EPKcE20error_and_abort_args
|
|
@@ -97163,8 +97188,6 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKc
|
|
|
97163
97188
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_S9_OT_DpOT0_E20error_and_abort_args_0
|
|
97164
97189
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_S9_OT_DpOT0_E20error_and_abort_args
|
|
97165
97190
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_S9_OT_DpOT0_E20error_and_abort_args_0
|
|
97166
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97167
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97168
97191
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97169
97192
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97170
97193
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRPKcEEES6_S9_OT_DpOT0_E20error_and_abort_args
|
|
@@ -97175,10 +97198,6 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiP
|
|
|
97175
97198
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiPKcEEES6_SA_OT_DpOT0_E20error_and_abort_args_0
|
|
97176
97199
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97177
97200
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97178
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97179
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97180
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97181
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97182
97201
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97183
97202
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97184
97203
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
@@ -97205,6 +97224,8 @@ _ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
|
|
|
97205
97224
|
_ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args_1
|
|
97206
97225
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E20error_and_abort_args
|
|
97207
97226
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E20error_and_abort_args_0
|
|
97227
|
+
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args
|
|
97228
|
+
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args_0
|
|
97208
97229
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args
|
|
97209
97230
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args_0
|
|
97210
97231
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args
|
|
@@ -97285,8 +97306,6 @@ _ZZN4node11SPrintFImplIRlJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc
|
|
|
97285
97306
|
_ZZN4node11SPrintFImplIRlJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args_0
|
|
97286
97307
|
_ZZN4node11SPrintFImplIRmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args
|
|
97287
97308
|
_ZZN4node11SPrintFImplIRmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args_0
|
|
97288
|
-
_ZZN4node11SPrintFImplIRmJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_E20error_and_abort_args
|
|
97289
|
-
_ZZN4node11SPrintFImplIRmJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97290
97309
|
_ZZN4node11SPrintFImplIRmJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_E20error_and_abort_args
|
|
97291
97310
|
_ZZN4node11SPrintFImplIRmJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_E20error_and_abort_args_0
|
|
97292
97311
|
_ZZN4node11SPrintFImplIRmJRhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args
|
|
@@ -97448,7 +97467,6 @@ _ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EE25AllocateSufficientSt
|
|
|
97448
97467
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EEixEmE20error_and_abort_args
|
|
97449
97468
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
97450
97469
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EEixEmE20error_and_abort_args
|
|
97451
|
-
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
97452
97470
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EEixEmE20error_and_abort_args
|
|
97453
97471
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
97454
97472
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EEixEmE20error_and_abort_args
|
|
@@ -98038,6 +98056,7 @@ _ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5
|
|
|
98038
98056
|
_ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args_3
|
|
98039
98057
|
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic141
|
|
98040
98058
|
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic143
|
|
98059
|
+
_ZZN4node6loader14ModuleCacheKey4FromILi3EEES1_N2v85LocalINS3_7ContextEEENS4_INS3_6StringEEENS4_INS3_10FixedArrayEEEE20error_and_abort_args
|
|
98041
98060
|
_ZZN4node6sqlite15CustomAggregate20DestroyAggregateDataEP15sqlite3_contextE20error_and_abort_args
|
|
98042
98061
|
_ZZN4node6sqlite15CustomAggregate9xStepBaseEP15sqlite3_contextiPP13sqlite3_valueMS1_N2v86GlobalINS7_8FunctionEEEE20error_and_abort_args
|
|
98043
98062
|
_ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE20error_and_abort_args
|
|
@@ -99361,6 +99380,7 @@ gf_strong_reduce
|
|
|
99361
99380
|
gf_sub
|
|
99362
99381
|
global_engine_lock
|
|
99363
99382
|
gz_error
|
|
99383
|
+
gz_intmax
|
|
99364
99384
|
gzbuffer
|
|
99365
99385
|
gzclearerr
|
|
99366
99386
|
gzclose
|
|
@@ -100286,6 +100306,7 @@ nghttp2_session_add_goaway
|
|
|
100286
100306
|
nghttp2_session_add_item
|
|
100287
100307
|
nghttp2_session_add_ping
|
|
100288
100308
|
nghttp2_session_add_rst_stream
|
|
100309
|
+
nghttp2_session_add_rst_stream_continue
|
|
100289
100310
|
nghttp2_session_add_settings
|
|
100290
100311
|
nghttp2_session_add_window_update
|
|
100291
100312
|
nghttp2_session_callbacks_del
|
|
@@ -100418,6 +100439,7 @@ nghttp2_stream_get_weight
|
|
|
100418
100439
|
nghttp2_stream_init
|
|
100419
100440
|
nghttp2_stream_promise_fulfilled
|
|
100420
100441
|
nghttp2_stream_resume_deferred_item
|
|
100442
|
+
nghttp2_stream_root
|
|
100421
100443
|
nghttp2_stream_shutdown
|
|
100422
100444
|
nghttp2_stream_update_local_initial_window_size
|
|
100423
100445
|
nghttp2_stream_update_remote_initial_window_size
|
|
@@ -102354,7 +102376,6 @@ res_unload_77
|
|
|
102354
102376
|
ripemd160_block_data_order
|
|
102355
102377
|
riscv_cpu_enable_rvv
|
|
102356
102378
|
riscv_cpu_enable_vclmul
|
|
102357
|
-
root
|
|
102358
102379
|
s2i_ASN1_IA5STRING
|
|
102359
102380
|
s2i_ASN1_INTEGER
|
|
102360
102381
|
s2i_ASN1_OCTET_STRING
|
package/include/node/zconf.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* zconf.h -- configuration of the zlib compression library
|
|
2
|
-
* Copyright (C) 1995-
|
|
2
|
+
* Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
|
|
3
3
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -312,14 +312,6 @@
|
|
|
312
312
|
# endif
|
|
313
313
|
#endif
|
|
314
314
|
|
|
315
|
-
#ifndef Z_ARG /* function prototypes for stdarg */
|
|
316
|
-
# if defined(STDC) || defined(Z_HAVE_STDARG_H)
|
|
317
|
-
# define Z_ARG(args) args
|
|
318
|
-
# else
|
|
319
|
-
# define Z_ARG(args) ()
|
|
320
|
-
# endif
|
|
321
|
-
#endif
|
|
322
|
-
|
|
323
315
|
/* The following definitions for FAR are needed only for MSDOS mixed
|
|
324
316
|
* model programming (small or medium model with some far allocations).
|
|
325
317
|
* This was tested only with MSC; for other MSDOS compilers you may have
|
package/include/node/zlib.h
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* zlib.h -- interface of the 'zlib' general purpose compression library
|
|
2
|
-
version 1.3.
|
|
2
|
+
version 1.3.1, January 22nd, 2024
|
|
3
3
|
|
|
4
|
-
Copyright (C) 1995-
|
|
4
|
+
Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
|
|
5
5
|
|
|
6
6
|
This software is provided 'as-is', without any express or implied
|
|
7
7
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
extern "C" {
|
|
38
38
|
#endif
|
|
39
39
|
|
|
40
|
-
#define ZLIB_VERSION "1.3.
|
|
41
|
-
#define ZLIB_VERNUM
|
|
40
|
+
#define ZLIB_VERSION "1.3.1"
|
|
41
|
+
#define ZLIB_VERNUM 0x1310
|
|
42
42
|
#define ZLIB_VER_MAJOR 1
|
|
43
43
|
#define ZLIB_VER_MINOR 3
|
|
44
|
-
#define ZLIB_VER_REVISION
|
|
45
|
-
#define ZLIB_VER_SUBREVISION
|
|
44
|
+
#define ZLIB_VER_REVISION 1
|
|
45
|
+
#define ZLIB_VER_SUBREVISION 0
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
The 'zlib' compression library provides in-memory compression and
|
|
@@ -935,10 +935,10 @@ ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
|
|
|
935
935
|
inflateSync returns Z_OK if a possible full flush point has been found,
|
|
936
936
|
Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
|
|
937
937
|
has been found, or Z_STREAM_ERROR if the stream structure was inconsistent.
|
|
938
|
-
In the success case, the application may save the current
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
938
|
+
In the success case, the application may save the current value of total_in
|
|
939
|
+
which indicates where valid compressed data was found. In the error case,
|
|
940
|
+
the application may repeatedly call inflateSync, providing more input each
|
|
941
|
+
time, until success or end of the input data.
|
|
942
942
|
*/
|
|
943
943
|
|
|
944
944
|
ZEXTERN int ZEXPORT inflateCopy(z_streamp dest,
|
|
@@ -1757,14 +1757,14 @@ ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
|
|
|
1757
1757
|
seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
|
|
1758
1758
|
calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
|
|
1759
1759
|
check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
|
|
1760
|
-
len2.
|
|
1760
|
+
len2. len2 must be non-negative.
|
|
1761
1761
|
*/
|
|
1762
1762
|
|
|
1763
1763
|
/*
|
|
1764
1764
|
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
|
|
1765
1765
|
|
|
1766
1766
|
Return the operator corresponding to length len2, to be used with
|
|
1767
|
-
crc32_combine_op().
|
|
1767
|
+
crc32_combine_op(). len2 must be non-negative.
|
|
1768
1768
|
*/
|
|
1769
1769
|
|
|
1770
1770
|
ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op);
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -618,6 +618,19 @@ Set V8's thread pool size which will be used to allocate background jobs.
|
|
|
618
618
|
If set to 0 then V8 will choose an appropriate size of the thread pool based on the number of online processors.
|
|
619
619
|
If the value provided is larger than V8's maximum, then the largest value will be chosen.
|
|
620
620
|
.
|
|
621
|
+
.It Fl -watch
|
|
622
|
+
Starts Node.js in watch mode. When in watch mode, changes in the watched files cause the Node.js process to restart.
|
|
623
|
+
|
|
624
|
+
By default, watch mode will watch the entry point and any required or imported module. Use --watch-path to specify what paths to watch.
|
|
625
|
+
.
|
|
626
|
+
.It Fl -watch-path
|
|
627
|
+
Starts Node.js in watch mode and specifies what paths to watch. When in watch mode, changes in the watched paths cause the Node.js process to restart.
|
|
628
|
+
|
|
629
|
+
This will turn off watching of required or imported modules, even when used in combination with --watch.
|
|
630
|
+
.
|
|
631
|
+
.It Fl -watch-kill-signal
|
|
632
|
+
Customizes the signal sent to the process on watch mode restarts.
|
|
633
|
+
.
|
|
621
634
|
.It Fl -zero-fill-buffers
|
|
622
635
|
Automatically zero-fills all newly allocated Buffer and SlowBuffer instances.
|
|
623
636
|
.
|