node-aix-ppc64 24.3.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 +102 -0
- package/README.md +7 -5
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -1
- package/include/node/node.exp +77 -70
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.4.0">24.4.0</a><br/>
|
|
11
12
|
<a href="#24.3.0">24.3.0</a><br/>
|
|
12
13
|
<a href="#24.2.0">24.2.0</a><br/>
|
|
13
14
|
<a href="#24.1.0">24.1.0</a><br/>
|
|
@@ -44,6 +45,107 @@
|
|
|
44
45
|
* [io.js](CHANGELOG_IOJS.md)
|
|
45
46
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
46
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
|
+
|
|
47
149
|
<a id="24.3.0"></a>
|
|
48
150
|
|
|
49
151
|
## 2025-06-24, Version 24.3.0 (Current), @RafaelGSS
|
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,8 @@ 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)
|
|
358
360
|
* [islandryu](https://github.com/islandryu) -
|
|
359
361
|
**Ryuhei Shima** <<shimaryuhei@gmail.com>> (he/him)
|
|
360
362
|
* [jakecastelli](https://github.com/jakecastelli) -
|
|
@@ -409,6 +411,8 @@ For information about the governance of the Node.js project, see
|
|
|
409
411
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
410
412
|
* [MrJithil](https://github.com/MrJithil) -
|
|
411
413
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
414
|
+
* [ovflowd](https://github.com/ovflowd) -
|
|
415
|
+
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
412
416
|
* [panva](https://github.com/panva) -
|
|
413
417
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/panva)
|
|
414
418
|
* [pimterry](https://github.com/pimterry) -
|
|
@@ -424,7 +428,7 @@ For information about the governance of the Node.js project, see
|
|
|
424
428
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
425
429
|
**Darshan Sen** <<raisinten@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/RaisinTen)
|
|
426
430
|
* [richardlau](https://github.com/richardlau) -
|
|
427
|
-
**Richard Lau** <<
|
|
431
|
+
**Richard Lau** <<richard.lau@ibm.com>>
|
|
428
432
|
* [rluvaton](https://github.com/rluvaton) -
|
|
429
433
|
**Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
|
|
430
434
|
* [ronag](https://github.com/ronag) -
|
|
@@ -637,8 +641,6 @@ For information about the governance of the Node.js project, see
|
|
|
637
641
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
638
642
|
* [othiym23](https://github.com/othiym23) -
|
|
639
643
|
**Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
|
|
640
|
-
* [ovflowd](https://github.com/ovflowd) -
|
|
641
|
-
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
642
644
|
* [oyyd](https://github.com/oyyd) -
|
|
643
645
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
644
646
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
@@ -797,7 +799,7 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
797
799
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
798
800
|
* **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
|
|
799
801
|
`890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
|
|
800
|
-
* **Richard Lau** <<
|
|
802
|
+
* **Richard Lau** <<richard.lau@ibm.com>>
|
|
801
803
|
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
|
|
802
804
|
* **Ruy Adorno** <<ruyadorno@hotmail.com>>
|
|
803
805
|
`108F52B48DB57BB0CC439B2997B01419BD92F80A`
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
# Reset this number to 0 on major V8 upgrades.
|
|
40
40
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
41
|
-
'v8_embedder_string': '-node.
|
|
41
|
+
'v8_embedder_string': '-node.17',
|
|
42
42
|
|
|
43
43
|
##### V8 defaults for Node.js #####
|
|
44
44
|
|
|
@@ -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/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_
|
|
@@ -65832,7 +65833,6 @@ _ZN4node11SPrintFImplIRlJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc
|
|
|
65832
65833
|
_ZN4node11SPrintFImplIRlJRjS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65833
65834
|
_ZN4node11SPrintFImplIRlJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65834
65835
|
_ZN4node11SPrintFImplIRmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65835
|
-
_ZN4node11SPrintFImplIRmJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_
|
|
65836
65836
|
_ZN4node11SPrintFImplIRmJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_
|
|
65837
65837
|
_ZN4node11SPrintFImplIRmJRhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65838
65838
|
_ZN4node11SPrintFImplIRmJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -66703,7 +66703,6 @@ _ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm1024EE25AllocateSufficientS
|
|
|
66703
66703
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm128EE25AllocateSufficientStorageEm
|
|
66704
66704
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EE25AllocateSufficientStorageEm
|
|
66705
66705
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EE25AllocateSufficientStorageEm
|
|
66706
|
-
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EE25AllocateSufficientStorageEm
|
|
66707
66706
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EE25AllocateSufficientStorageEm
|
|
66708
66707
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm8EE25AllocateSufficientStorageEm
|
|
66709
66708
|
_ZN4node16MaybeStackBufferIcLm1024EE25AllocateSufficientStorageEm
|
|
@@ -68794,6 +68793,7 @@ _ZN4node6loader10ModuleWrap13GetFromModuleEPNS_11EnvironmentEN2v85LocalINS4_6Mod
|
|
|
68794
68793
|
_ZN4node6loader10ModuleWrap15InstantiateSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68795
68794
|
_ZN4node6loader10ModuleWrap16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68796
68795
|
_ZN4node6loader10ModuleWrap16GetNamespaceSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68796
|
+
_ZN4node6loader10ModuleWrap16HasTopLevelAwaitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68797
68797
|
_ZN4node6loader10ModuleWrap17GetModuleRequestsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68798
68798
|
_ZN4node6loader10ModuleWrap18SetSyntheticExportERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68799
68799
|
_ZN4node6loader10ModuleWrap21GetHostDefinedOptionsEPN2v87IsolateENS2_5LocalINS2_6SymbolEEE
|
|
@@ -68821,6 +68821,10 @@ _ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEENS5_INS4_6Modu
|
|
|
68821
68821
|
_ZN4node6loader10ModuleWrapD0Ev
|
|
68822
68822
|
_ZN4node6loader10ModuleWrapD1Ev
|
|
68823
68823
|
_ZN4node6loader10ModuleWrapD2Ev
|
|
68824
|
+
_ZN4node6loader14ModuleCacheKey4FromEN2v85LocalINS2_7ContextEEENS3_INS2_13ModuleRequestEEE
|
|
68825
|
+
_ZN4node6loader14ModuleCacheKey4FromILi3EEES1_N2v85LocalINS3_7ContextEEENS4_INS3_6StringEEENS4_INS3_10FixedArrayEEE
|
|
68826
|
+
_ZN4node6loader14ModuleCacheKeyD0Ev
|
|
68827
|
+
_ZN4node6loader14ModuleCacheKeyD1Ev
|
|
68824
68828
|
_ZN4node6loader17to_phase_constantEN2v817ModuleImportPhaseE
|
|
68825
68829
|
_ZN4node6loader22ThrowIfPromiseRejectedEPNS_5RealmEN2v85LocalINS3_7PromiseEEE
|
|
68826
68830
|
_ZN4node6loader22ThrowIfPromiseRejectedERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -68971,7 +68975,7 @@ _ZN4node6timers11BindingData18FastToggleTimerRefEN2v85LocalINS2_6ObjectEEES5_b
|
|
|
68971
68975
|
_ZN4node6timers11BindingData18SlowToggleTimerRefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68972
68976
|
_ZN4node6timers11BindingData18ToggleTimerRefImplEPS1_b
|
|
68973
68977
|
_ZN4node6timers11BindingData19fast_get_libuv_now_E
|
|
68974
|
-
|
|
68978
|
+
_ZN4node6timers11BindingData20fast_schedule_timer_E
|
|
68975
68979
|
_ZN4node6timers11BindingData22FastToggleImmediateRefEN2v85LocalINS2_6ObjectEEES5_b
|
|
68976
68980
|
_ZN4node6timers11BindingData22SlowToggleImmediateRefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68977
68981
|
_ZN4node6timers11BindingData22ToggleImmediateRefImplEPS1_b
|
|
@@ -69132,11 +69136,8 @@ _ZN4node7FPrintFIJRNS_9Utf8ValueES2_S2_EEEvP4FILEPKcDpOT_
|
|
|
69132
69136
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
|
|
69133
69137
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEEvP4FILES9_DpOT_
|
|
69134
69138
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEEvP4FILES9_DpOT_
|
|
69135
|
-
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_EEEvP4FILEPKcDpOT_
|
|
69136
69139
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEEvP4FILES9_DpOT_
|
|
69137
69140
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjEEEvP4FILEPKcDpOT_
|
|
69138
|
-
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEEvP4FILEPKcDpOT_
|
|
69139
|
-
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEEvP4FILEPKcDpOT_
|
|
69140
69141
|
_ZN4node7FPrintFIJRPKcEEEvP4FILES2_DpOT_
|
|
69141
69142
|
_ZN4node7FPrintFIJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILES2_DpOT_
|
|
69142
69143
|
_ZN4node7FPrintFIJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_RjSB_SB_SB_SB_EEEvP4FILES2_DpOT_
|
|
@@ -69262,13 +69263,10 @@ _ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_tr
|
|
|
69262
69263
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
|
|
69263
69264
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES6_S9_DpOT_
|
|
69264
69265
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEES6_S9_DpOT_
|
|
69265
|
-
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_EEES6_PKcDpOT_
|
|
69266
69266
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiS9_EEES6_PKcDpOT_
|
|
69267
69267
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES6_S9_DpOT_
|
|
69268
69268
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiPKcEEES6_SA_DpOT_
|
|
69269
69269
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjEEES6_PKcDpOT_
|
|
69270
|
-
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES6_PKcDpOT_
|
|
69271
|
-
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEES6_PKcDpOT_
|
|
69272
69270
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES6_PKcDpOT_
|
|
69273
69271
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES6_PKcDpOT_
|
|
69274
69272
|
_ZN4node7SPrintFIJRPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
@@ -70170,7 +70168,7 @@ _ZN4node9inspector8protocol7Network20DomainDispatcherImplD1Ev
|
|
|
70170
70168
|
_ZN4node9inspector8protocol7Network7Request23deserializer_descriptorEv
|
|
70171
70169
|
_ZN4node9inspector8protocol7Network7RequestD0Ev
|
|
70172
70170
|
_ZN4node9inspector8protocol7Network7RequestD1Ev
|
|
70173
|
-
|
|
70171
|
+
_ZN4node9inspector8protocol7Network8Frontend12dataReceivedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdiiSt8optionalINS1_6BinaryEE
|
|
70174
70172
|
_ZN4node9inspector8protocol7Network8Frontend13loadingFailedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdSB_SB_
|
|
70175
70173
|
_ZN4node9inspector8protocol7Network8Frontend15loadingFinishedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd
|
|
70176
70174
|
_ZN4node9inspector8protocol7Network8Frontend16responseReceivedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdSB_St10unique_ptrINS2_8ResponseESt14default_deleteISD_EE
|
|
@@ -70835,6 +70833,7 @@ _ZN5crdtp17DeserializerStateC2ESt6vectorIhSaIhEE
|
|
|
70835
70833
|
_ZN5crdtp18CreateNotificationEPKcSt10unique_ptrINS_12SerializableESt14default_deleteIS3_EE
|
|
70836
70834
|
_ZN5crdtp18ProtocolTypeTraitsIN4node9inspector8protocol6BinaryEvE11DeserializeEPNS_17DeserializerStateEPS4_
|
|
70837
70835
|
_ZN5crdtp18ProtocolTypeTraitsIN4node9inspector8protocol6BinaryEvE9SerializeERKS4_PSt6vectorIhSaIhEE
|
|
70836
|
+
_ZN5crdtp18ProtocolTypeTraitsINS_15DeferredMessageEvE9SerializeERKS1_PSt6vectorIhSaIhEE
|
|
70838
70837
|
_ZN5crdtp18ProtocolTypeTraitsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEvE11DeserializeEPNS_17DeserializerStateEPS6_
|
|
70839
70838
|
_ZN5crdtp18ProtocolTypeTraitsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEvE9SerializeERKS6_PSt6vectorIhSaIhEE
|
|
70840
70839
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol15DictionaryValueESt14default_deleteIS5_EEvE11DeserializeEPNS_17DeserializerStateEPS8_
|
|
@@ -70844,7 +70843,6 @@ _ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol5ValueESt1
|
|
|
70844
70843
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol6ObjectESt14default_deleteIS5_EEvE11DeserializeEPNS_17DeserializerStateEPS8_
|
|
70845
70844
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrIN4node9inspector8protocol6ObjectESt14default_deleteIS5_EEvE9SerializeERKS8_PSt6vectorIhSaIhEE
|
|
70846
70845
|
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrINS_15DeferredMessageESt14default_deleteIS2_EEvE11DeserializeEPNS_17DeserializerStateEPS5_
|
|
70847
|
-
_ZN5crdtp18ProtocolTypeTraitsISt10unique_ptrINS_15DeferredMessageESt14default_deleteIS2_EEvE9SerializeERKS5_PSt6vectorIhSaIhEE
|
|
70848
70846
|
_ZN5crdtp18ProtocolTypeTraitsIbvE11DeserializeEPNS_17DeserializerStateEPb
|
|
70849
70847
|
_ZN5crdtp18ProtocolTypeTraitsIbvE9SerializeEbPSt6vectorIhSaIhEE
|
|
70850
70848
|
_ZN5crdtp18ProtocolTypeTraitsIdvE11DeserializeEPNS_17DeserializerStateEPd
|
|
@@ -77957,6 +77955,7 @@ _ZN7ncrypto13SSLCtxPointerD1Ev
|
|
|
77957
77955
|
_ZN7ncrypto13SSLCtxPointerD2Ev
|
|
77958
77956
|
_ZN7ncrypto13SSLCtxPointeraSEOS0_
|
|
77959
77957
|
_ZN7ncrypto13isFipsEnabledEv
|
|
77958
|
+
_ZN7ncrypto13xofHashDigestERKNS_6BufferIKhEEPK9evp_md_stm
|
|
77960
77959
|
_ZN7ncrypto14ECGroupPointer14NewByCurveNameEi
|
|
77961
77960
|
_ZN7ncrypto14ECGroupPointer5resetEP11ec_group_st
|
|
77962
77961
|
_ZN7ncrypto14ECGroupPointer7releaseEv
|
|
@@ -83111,6 +83110,8 @@ _ZNK4absl4Cord8ContainsESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
83111
83110
|
_ZNK4absl4Cord8EndsWithERKS0_
|
|
83112
83111
|
_ZNK4absl4Cord8EndsWithESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83113
83112
|
_ZNK4absl4Cord8FindImplENS0_12CharIteratorESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83113
|
+
_ZNK4absl4Cord9InlineRep4sizeEv
|
|
83114
|
+
_ZNK4absl4Cord9InlineRep7as_treeEv
|
|
83114
83115
|
_ZNK4absl4CordcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEv
|
|
83115
83116
|
_ZNK4absl4CordixEm
|
|
83116
83117
|
_ZNK4absl4Time2InENS_8TimeZoneE
|
|
@@ -83228,6 +83229,7 @@ _ZNK4node10permission10Permission16is_scope_grantedEPNS_11EnvironmentENS0_15Perm
|
|
|
83228
83229
|
_ZNK4node10permission12FSPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83229
83230
|
_ZNK4node10permission12FSPermission9RadixTree6LookupERKSt17basic_string_viewIcSt11char_traitsIcEEb
|
|
83230
83231
|
_ZNK4node10permission14WASIPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83232
|
+
_ZNK4node10permission15AddonPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83231
83233
|
_ZNK4node10permission16WorkerPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83232
83234
|
_ZNK4node10permission19InspectorPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
83233
83235
|
_ZNK4node10permission22ChildProcessPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -83952,6 +83954,9 @@ _ZNK4node6loader10ModuleWrap14MemoryInfoNameEv
|
|
|
83952
83954
|
_ZNK4node6loader10ModuleWrap33IsNotIndicativeOfMemoryLeakAtExitEv
|
|
83953
83955
|
_ZNK4node6loader10ModuleWrap7contextEv
|
|
83954
83956
|
_ZNK4node6loader10ModuleWrap8SelfSizeEv
|
|
83957
|
+
_ZNK4node6loader14ModuleCacheKey10MemoryInfoEPNS_13MemoryTrackerE
|
|
83958
|
+
_ZNK4node6loader14ModuleCacheKey14MemoryInfoNameEv
|
|
83959
|
+
_ZNK4node6loader14ModuleCacheKey8SelfSizeEv
|
|
83955
83960
|
_ZNK4node6serdes17SerializerContext10MemoryInfoEPNS_13MemoryTrackerE
|
|
83956
83961
|
_ZNK4node6serdes17SerializerContext14MemoryInfoNameEv
|
|
83957
83962
|
_ZNK4node6serdes17SerializerContext8SelfSizeEv
|
|
@@ -87436,8 +87441,9 @@ _ZNKSt10_HashtableIN2v88internal8compiler10turboshaft7OpIndexESt4pairIKS4_NS1_4w
|
|
|
87436
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_
|
|
87437
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
|
|
87438
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_
|
|
87439
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_
|
|
87440
|
-
_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_
|
|
87441
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
|
|
87442
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_
|
|
87443
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
|
|
@@ -87581,8 +87587,8 @@ _ZNSt10_HashtableIN2v88internal8compiler10turboshaft3wle17WasmMemoryAddressESt4p
|
|
|
87581
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
|
|
87582
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
|
|
87583
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
|
|
87584
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
|
|
87585
|
-
_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
|
|
87586
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
|
|
87587
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_
|
|
87588
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
|
|
@@ -88398,6 +88404,11 @@ _ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_
|
|
|
88398
88404
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88399
88405
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88400
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
|
|
88401
88412
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88402
88413
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88403
88414
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -89056,8 +89067,8 @@ _ZNSt8__detail9_Map_baseIN2v88internal7BuiltinESt4pairIKS3_jESaIS6_ENS_10_Select
|
|
|
89056
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_
|
|
89057
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_
|
|
89058
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_
|
|
89059
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_
|
|
89060
|
-
_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_
|
|
89061
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_
|
|
89062
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_
|
|
89063
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_
|
|
@@ -92977,6 +92988,7 @@ _ZTVN4node10contextify17ContextifyContextE
|
|
|
92977
92988
|
_ZTVN4node10mksnapshot11BindingDataE
|
|
92978
92989
|
_ZTVN4node10permission12FSPermissionE
|
|
92979
92990
|
_ZTVN4node10permission14WASIPermissionE
|
|
92991
|
+
_ZTVN4node10permission15AddonPermissionE
|
|
92980
92992
|
_ZTVN4node10permission16WorkerPermissionE
|
|
92981
92993
|
_ZTVN4node10permission19InspectorPermissionE
|
|
92982
92994
|
_ZTVN4node10permission22ChildProcessPermissionE
|
|
@@ -93229,6 +93241,7 @@ _ZTVN4node6crypto9KeyGenJobINS0_16KeyPairGenTraitsINS0_19NidKeyPairGenTraitsEEEE
|
|
|
93229
93241
|
_ZTVN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEEE
|
|
93230
93242
|
_ZTVN4node6fs_dir9DirHandleE
|
|
93231
93243
|
_ZTVN4node6loader10ModuleWrapE
|
|
93244
|
+
_ZTVN4node6loader14ModuleCacheKeyE
|
|
93232
93245
|
_ZTVN4node6serdes17SerializerContextE
|
|
93233
93246
|
_ZTVN4node6serdes19DeserializerContextE
|
|
93234
93247
|
_ZTVN4node6sqlite12DatabaseSyncE
|
|
@@ -93949,6 +93962,7 @@ _ZTVSt23_Sp_counted_ptr_inplaceIN2v88platform30DefaultWorkerThreadsTaskRunnerESa
|
|
|
93949
93962
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10MapKVStoreESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93950
93963
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission12FSPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93951
93964
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission14WASIPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93965
|
+
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission15AddonPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93952
93966
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission16WorkerPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93953
93967
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission19InspectorPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93954
93968
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node10permission22ChildProcessPermissionESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
@@ -97027,9 +97041,10 @@ _ZZN4node11Environment23set_coverage_connectionESt10unique_ptrINS_8profiler20V8C
|
|
|
97027
97041
|
_ZZN4node11Environment27set_cpu_profiler_connectionESt10unique_ptrINS_8profiler23V8CpuProfilerConnectionESt14default_deleteIS3_EEE20error_and_abort_args
|
|
97028
97042
|
_ZZN4node11Environment28set_heap_profiler_connectionESt10unique_ptrINS_8profiler24V8HeapProfilerConnectionESt14default_deleteIS3_EEE20error_and_abort_args
|
|
97029
97043
|
_ZZN4node11Environment29DecreaseWaitingRequestCounterEvE20error_and_abort_args
|
|
97030
|
-
|
|
97031
|
-
|
|
97032
|
-
|
|
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
|
|
97033
97048
|
_ZZN4node11IsolateData18set_worker_contextEPNS_6worker6WorkerEE20error_and_abort_args
|
|
97034
97049
|
_ZZN4node11ReqWrapBaseC4EPNS_11EnvironmentEE20error_and_abort_args
|
|
97035
97050
|
_ZZN4node11SPrintFImplB5cxx11EPKcE20error_and_abort_args
|
|
@@ -97173,8 +97188,6 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKc
|
|
|
97173
97188
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_S9_OT_DpOT0_E20error_and_abort_args_0
|
|
97174
97189
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_S9_OT_DpOT0_E20error_and_abort_args
|
|
97175
97190
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_S9_OT_DpOT0_E20error_and_abort_args_0
|
|
97176
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97177
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97178
97191
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97179
97192
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97180
97193
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRPKcEEES6_S9_OT_DpOT0_E20error_and_abort_args
|
|
@@ -97185,10 +97198,6 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiP
|
|
|
97185
97198
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiPKcEEES6_SA_OT_DpOT0_E20error_and_abort_args_0
|
|
97186
97199
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97187
97200
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97188
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97189
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97190
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97191
|
-
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97192
97201
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
97193
97202
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97194
97203
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_S7_EEES6_PKcOT_DpOT0_E20error_and_abort_args
|
|
@@ -97297,8 +97306,6 @@ _ZZN4node11SPrintFImplIRlJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc
|
|
|
97297
97306
|
_ZZN4node11SPrintFImplIRlJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args_0
|
|
97298
97307
|
_ZZN4node11SPrintFImplIRmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args
|
|
97299
97308
|
_ZZN4node11SPrintFImplIRmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args_0
|
|
97300
|
-
_ZZN4node11SPrintFImplIRmJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_E20error_and_abort_args
|
|
97301
|
-
_ZZN4node11SPrintFImplIRmJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_E20error_and_abort_args_0
|
|
97302
97309
|
_ZZN4node11SPrintFImplIRmJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_E20error_and_abort_args
|
|
97303
97310
|
_ZZN4node11SPrintFImplIRmJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_E20error_and_abort_args_0
|
|
97304
97311
|
_ZZN4node11SPrintFImplIRmJRhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args
|
|
@@ -97460,7 +97467,6 @@ _ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EE25AllocateSufficientSt
|
|
|
97460
97467
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EEixEmE20error_and_abort_args
|
|
97461
97468
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
97462
97469
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EEixEmE20error_and_abort_args
|
|
97463
|
-
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
97464
97470
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EEixEmE20error_and_abort_args
|
|
97465
97471
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
97466
97472
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EEixEmE20error_and_abort_args
|
|
@@ -98050,6 +98056,7 @@ _ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5
|
|
|
98050
98056
|
_ZZN4node6crypto9KeyGenJobINS0_18SecretKeyGenTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args_3
|
|
98051
98057
|
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic141
|
|
98052
98058
|
_ZZN4node6fs_dir9DirHandle7GCCloseEvE28trace_event_unique_atomic143
|
|
98059
|
+
_ZZN4node6loader14ModuleCacheKey4FromILi3EEES1_N2v85LocalINS3_7ContextEEENS4_INS3_6StringEEENS4_INS3_10FixedArrayEEEE20error_and_abort_args
|
|
98053
98060
|
_ZZN4node6sqlite15CustomAggregate20DestroyAggregateDataEP15sqlite3_contextE20error_and_abort_args
|
|
98054
98061
|
_ZZN4node6sqlite15CustomAggregate9xStepBaseEP15sqlite3_contextiPP13sqlite3_valueMS1_N2v86GlobalINS7_8FunctionEEEE20error_and_abort_args
|
|
98055
98062
|
_ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE20error_and_abort_args
|
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
|
.
|