node-aix-ppc64 24.11.0 → 24.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +113 -0
- package/README.md +2 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +3 -3
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +92 -69
- package/include/node/node.h +8 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#24.11.1">24.11.1</a><br/>
|
|
12
13
|
<a href="#24.11.0">24.11.0</a><br/>
|
|
13
14
|
</td>
|
|
14
15
|
<td>
|
|
@@ -56,6 +57,109 @@
|
|
|
56
57
|
* [io.js](CHANGELOG_IOJS.md)
|
|
57
58
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
58
59
|
|
|
60
|
+
<a id="24.11.1"></a>
|
|
61
|
+
|
|
62
|
+
## 2025-11-11, Version 24.11.1 'Krypton' (LTS), @aduh95
|
|
63
|
+
|
|
64
|
+
### Notable Changes
|
|
65
|
+
|
|
66
|
+
The known issue relating to `Buffer.allocUnsafe` incorrectly zero-filling buffers
|
|
67
|
+
has now been addressed and now returns uninitialized memory as documented in the
|
|
68
|
+
[`Buffer.allocUnsafe`](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize)
|
|
69
|
+
documentation.
|
|
70
|
+
|
|
71
|
+
### Commits
|
|
72
|
+
|
|
73
|
+
* \[[`0a15ccf3f4`](https://github.com/nodejs/node/commit/0a15ccf3f4)] - **benchmark**: improve cpu.sh for safety and usability (Nam Yooseong) [#60162](https://github.com/nodejs/node/pull/60162)
|
|
74
|
+
* \[[`a1c7d1dac9`](https://github.com/nodejs/node/commit/a1c7d1dac9)] - **benchmark**: add benchmark for leaf source text modules (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
75
|
+
* \[[`99e2acf46b`](https://github.com/nodejs/node/commit/99e2acf46b)] - **benchmark**: add vm.SourceTextModule benchmark (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
76
|
+
* \[[`c01c72b407`](https://github.com/nodejs/node/commit/c01c72b407)] - **benchmark**: use non-deprecated WriteUtf8V2 method (Michaël Zasso) [#60173](https://github.com/nodejs/node/pull/60173)
|
|
77
|
+
* \[[`a42dbd138e`](https://github.com/nodejs/node/commit/a42dbd138e)] - **build**: ibmi follow aix visibility (SRAVANI GUNDEPALLI) [#60360](https://github.com/nodejs/node/pull/60360)
|
|
78
|
+
* \[[`5673a54a5d`](https://github.com/nodejs/node/commit/5673a54a5d)] - **build**: use call command when calling python configure (Jacob Nichols) [#60098](https://github.com/nodejs/node/pull/60098)
|
|
79
|
+
* \[[`c67cb727cb`](https://github.com/nodejs/node/commit/c67cb727cb)] - **build**: build v8 with -fvisibility=hidden -fvisibility-inlines-hidden (Joyee Cheung) [#56290](https://github.com/nodejs/node/pull/56290)
|
|
80
|
+
* \[[`b03f7b93b1`](https://github.com/nodejs/node/commit/b03f7b93b1)] - **build**: remove V8\_COMPRESS\_POINTERS\_IN\_ISOLATE\_CAGE defs (Joyee Cheung) [#60296](https://github.com/nodejs/node/pull/60296)
|
|
81
|
+
* \[[`2505568531`](https://github.com/nodejs/node/commit/2505568531)] - **build, src**: fix include paths for vtune files (Rahul) [#59999](https://github.com/nodejs/node/pull/59999)
|
|
82
|
+
* \[[`95330b036f`](https://github.com/nodejs/node/commit/95330b036f)] - **crypto**: update root certificates to NSS 3.116 (Node.js GitHub Bot) [#59956](https://github.com/nodejs/node/pull/59956)
|
|
83
|
+
* \[[`c221d892ef`](https://github.com/nodejs/node/commit/c221d892ef)] - **deps**: update corepack to 0.34.2 (Node.js GitHub Bot) [#60550](https://github.com/nodejs/node/pull/60550)
|
|
84
|
+
* \[[`bc00aa4c77`](https://github.com/nodejs/node/commit/bc00aa4c77)] - **deps**: update simdjson to 4.0.7 (Node.js GitHub Bot) [#59883](https://github.com/nodejs/node/pull/59883)
|
|
85
|
+
* \[[`d03b89ec53`](https://github.com/nodejs/node/commit/d03b89ec53)] - **deps**: update corepack to 0.34.1 (Node.js GitHub Bot) [#60314](https://github.com/nodejs/node/pull/60314)
|
|
86
|
+
* \[[`b7882090de`](https://github.com/nodejs/node/commit/b7882090de)] - **deps**: update inspector\_protocol to af7f5a8173fdbc29f0835ec94395932e328b (Node.js GitHub Bot) [#60312](https://github.com/nodejs/node/pull/60312)
|
|
87
|
+
* \[[`7007f9dd65`](https://github.com/nodejs/node/commit/7007f9dd65)] - **deps**: update googletest to 279f847 (Node.js GitHub Bot) [#60219](https://github.com/nodejs/node/pull/60219)
|
|
88
|
+
* \[[`a56aa9ffa8`](https://github.com/nodejs/node/commit/a56aa9ffa8)] - **deps**: upgrade npm to 11.6.2 (npm team) [#60168](https://github.com/nodejs/node/pull/60168)
|
|
89
|
+
* \[[`0bf8952721`](https://github.com/nodejs/node/commit/0bf8952721)] - **doc**: mention more codemods in `deprecations.md` (Augustin Mauroy) [#60243](https://github.com/nodejs/node/pull/60243)
|
|
90
|
+
* \[[`2473ca77f6`](https://github.com/nodejs/node/commit/2473ca77f6)] - **doc**: add missing CAA type to dns.resolveAny() & dnsPromises.resolveAny() (Jimmy Leung) [#58899](https://github.com/nodejs/node/pull/58899)
|
|
91
|
+
* \[[`39ddd8522e`](https://github.com/nodejs/node/commit/39ddd8522e)] - **doc**: use `any` for `worker_threads.Worker` 'error' event argument `err` (Jonas Geiler) [#60300](https://github.com/nodejs/node/pull/60300)
|
|
92
|
+
* \[[`eaa825fd97`](https://github.com/nodejs/node/commit/eaa825fd97)] - **doc**: update decorator documentation to reflect actual policy (Muhammad Salman Aziz) [#60288](https://github.com/nodejs/node/pull/60288)
|
|
93
|
+
* \[[`a744e42282`](https://github.com/nodejs/node/commit/a744e42282)] - **doc**: document wildcard supported by tools/test.py (Joyee Cheung) [#60265](https://github.com/nodejs/node/pull/60265)
|
|
94
|
+
* \[[`ec0d5beb09`](https://github.com/nodejs/node/commit/ec0d5beb09)] - **doc**: add --heap-snapshot-on-oom to useful v8 flag (jakecastelli) [#60260](https://github.com/nodejs/node/pull/60260)
|
|
95
|
+
* \[[`13da0df12a`](https://github.com/nodejs/node/commit/13da0df12a)] - **doc**: fix `blob.bytes()` heading level (XTY) [#60252](https://github.com/nodejs/node/pull/60252)
|
|
96
|
+
* \[[`8e771632b7`](https://github.com/nodejs/node/commit/8e771632b7)] - **doc**: fix not working code example in vm docs (Artur Gawlik) [#60224](https://github.com/nodejs/node/pull/60224)
|
|
97
|
+
* \[[`70c2080bff`](https://github.com/nodejs/node/commit/70c2080bff)] - **doc**: improve code snippet alternative of url.parse() using WHATWG URL (Steven) [#60209](https://github.com/nodejs/node/pull/60209)
|
|
98
|
+
* \[[`beadcf176e`](https://github.com/nodejs/node/commit/beadcf176e)] - **doc**: `createSQLTagStore` -> `createTagStore` (Aviv Keller) [#60182](https://github.com/nodejs/node/pull/60182)
|
|
99
|
+
* \[[`b0da3b9c6a`](https://github.com/nodejs/node/commit/b0da3b9c6a)] - **doc**: use markdown when branch-diff major release (Rafael Gonzaga) [#60179](https://github.com/nodejs/node/pull/60179)
|
|
100
|
+
* \[[`688115aa6b`](https://github.com/nodejs/node/commit/688115aa6b)] - **doc**: update teams in collaborator-guide.md and add links (Bart Louwers) [#60065](https://github.com/nodejs/node/pull/60065)
|
|
101
|
+
* \[[`923082a064`](https://github.com/nodejs/node/commit/923082a064)] - **doc**: disambiguate top-level `worker_threads` module exports (René) [#59890](https://github.com/nodejs/node/pull/59890)
|
|
102
|
+
* \[[`7be4330870`](https://github.com/nodejs/node/commit/7be4330870)] - **doc**: add known issue to v24.11.0 release notes (Richard Lau) [#60467](https://github.com/nodejs/node/pull/60467)
|
|
103
|
+
* \[[`4d8f62aeaf`](https://github.com/nodejs/node/commit/4d8f62aeaf)] - **doc, module**: change async customization hooks to experimental (Gerhard Stöbich) [#60302](https://github.com/nodejs/node/pull/60302)
|
|
104
|
+
* \[[`d86a118bbd`](https://github.com/nodejs/node/commit/d86a118bbd)] - **http**: lazy allocate cookies array (Robert Nagy) [#59734](https://github.com/nodejs/node/pull/59734)
|
|
105
|
+
* \[[`8c256d4139`](https://github.com/nodejs/node/commit/8c256d4139)] - **http**: fix http client leaky with double response (theanarkh) [#60062](https://github.com/nodejs/node/pull/60062)
|
|
106
|
+
* \[[`265e9d59fa`](https://github.com/nodejs/node/commit/265e9d59fa)] - **http2**: rename variable to additionalPseudoHeaders (Tobias Nießen) [#60208](https://github.com/nodejs/node/pull/60208)
|
|
107
|
+
* \[[`65bec037e2`](https://github.com/nodejs/node/commit/65bec037e2)] - **http2**: do not crash on mismatched ping buffer length (René) [#60135](https://github.com/nodejs/node/pull/60135)
|
|
108
|
+
* \[[`9b83ef53b7`](https://github.com/nodejs/node/commit/9b83ef53b7)] - **inspector**: add network payload buffer size limits (Chengzhong Wu) [#60236](https://github.com/nodejs/node/pull/60236)
|
|
109
|
+
* \[[`03ac05c458`](https://github.com/nodejs/node/commit/03ac05c458)] - **inspector**: support handshake response for websocket inspection (Shima Ryuhei) [#60225](https://github.com/nodejs/node/pull/60225)
|
|
110
|
+
* \[[`aa04f06190`](https://github.com/nodejs/node/commit/aa04f06190)] - **lib**: fix typo in createBlobReaderStream (SeokHun) [#60132](https://github.com/nodejs/node/pull/60132)
|
|
111
|
+
* \[[`5aea1a429e`](https://github.com/nodejs/node/commit/5aea1a429e)] - **lib**: fix constructor in \_errnoException stack tree (SeokHun) [#60156](https://github.com/nodejs/node/pull/60156)
|
|
112
|
+
* \[[`4f7745acc7`](https://github.com/nodejs/node/commit/4f7745acc7)] - **lib**: fix typo in QuicSessionStats (SeokHun) [#60155](https://github.com/nodejs/node/pull/60155)
|
|
113
|
+
* \[[`f8725861ea`](https://github.com/nodejs/node/commit/f8725861ea)] - **lib**: remove redundant destroyHook checks (Gürgün Dayıoğlu) [#60120](https://github.com/nodejs/node/pull/60120)
|
|
114
|
+
* \[[`696c20bf3f`](https://github.com/nodejs/node/commit/696c20bf3f)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#60325](https://github.com/nodejs/node/pull/60325)
|
|
115
|
+
* \[[`90434ff99a`](https://github.com/nodejs/node/commit/90434ff99a)] - **meta**: loop userland-migrations in deprecations (Chengzhong Wu) [#60299](https://github.com/nodejs/node/pull/60299)
|
|
116
|
+
* \[[`ffbc0ae60a`](https://github.com/nodejs/node/commit/ffbc0ae60a)] - **module**: refactor and clarify async loader hook customizations (Joyee Cheung) [#60278](https://github.com/nodejs/node/pull/60278)
|
|
117
|
+
* \[[`6ed6062f7d`](https://github.com/nodejs/node/commit/6ed6062f7d)] - **module**: handle null source from async loader hooks in sync hooks (Joyee Cheung) [#59929](https://github.com/nodejs/node/pull/59929)
|
|
118
|
+
* \[[`a2871baed2`](https://github.com/nodejs/node/commit/a2871baed2)] - **msi**: fix WiX warnings (Stefan Stojanovic) [#60251](https://github.com/nodejs/node/pull/60251)
|
|
119
|
+
* \[[`6199541d67`](https://github.com/nodejs/node/commit/6199541d67)] - **src**: fix timing of snapshot serialize callback (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
120
|
+
* \[[`13b687959a`](https://github.com/nodejs/node/commit/13b687959a)] - **src**: add COUNT\_GENERIC\_USAGE utility for tests (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
121
|
+
* \[[`a587623b4f`](https://github.com/nodejs/node/commit/a587623b4f)] - **src**: conditionally disable source phase imports by default (Shelley Vohr) [#60364](https://github.com/nodejs/node/pull/60364)
|
|
122
|
+
* \[[`e483267995`](https://github.com/nodejs/node/commit/e483267995)] - **src**: use cached primordials\_string (Sohyeon Kim) [#60255](https://github.com/nodejs/node/pull/60255)
|
|
123
|
+
* \[[`4c9a64fbaf`](https://github.com/nodejs/node/commit/4c9a64fbaf)] - **src**: replace Environment::GetCurrent with args.GetIsolate (Sohyeon Kim) [#60256](https://github.com/nodejs/node/pull/60256)
|
|
124
|
+
* \[[`eb8a0493d1`](https://github.com/nodejs/node/commit/eb8a0493d1)] - **src**: initial enablement of IsolateGroups (James M Snell) [#60254](https://github.com/nodejs/node/pull/60254)
|
|
125
|
+
* \[[`463c6450cf`](https://github.com/nodejs/node/commit/463c6450cf)] - **src**: use `Utf8Value` and `TwoByteValue` instead of V8 helpers (Anna Henningsen) [#60244](https://github.com/nodejs/node/pull/60244)
|
|
126
|
+
* \[[`b370e02789`](https://github.com/nodejs/node/commit/b370e02789)] - **src**: add a default branch for module phase (Chengzhong Wu) [#60261](https://github.com/nodejs/node/pull/60261)
|
|
127
|
+
* \[[`4e1c5c5601`](https://github.com/nodejs/node/commit/4e1c5c5601)] - **src**: make additional cleanups in node locks impl (James M Snell) [#60061](https://github.com/nodejs/node/pull/60061)
|
|
128
|
+
* \[[`f00d4c10fc`](https://github.com/nodejs/node/commit/f00d4c10fc)] - **src**: update locks to use DictionaryTemplate (James M Snell) [#60061](https://github.com/nodejs/node/pull/60061)
|
|
129
|
+
* \[[`1c8716e97c`](https://github.com/nodejs/node/commit/1c8716e97c)] - **test**: increase debugger waitFor timeout on macOS (Chengzhong Wu) [#60367](https://github.com/nodejs/node/pull/60367)
|
|
130
|
+
* \[[`17b4f38e9c`](https://github.com/nodejs/node/commit/17b4f38e9c)] - **test**: put helper in test-runner-output into common (Joyee Cheung) [#60330](https://github.com/nodejs/node/pull/60330)
|
|
131
|
+
* \[[`43b9ea8389`](https://github.com/nodejs/node/commit/43b9ea8389)] - **test**: fix small compile warning in test\_network\_requests\_buffer.cc (xiaocainiao633) [#60281](https://github.com/nodejs/node/pull/60281)
|
|
132
|
+
* \[[`38a62980ad`](https://github.com/nodejs/node/commit/38a62980ad)] - **test**: split test-runner-watch-mode-kill-signal (Joyee Cheung) [#60298](https://github.com/nodejs/node/pull/60298)
|
|
133
|
+
* \[[`34e4c8c84f`](https://github.com/nodejs/node/commit/34e4c8c84f)] - **test**: fix incorrect calculation in test-perf-hooks.js (Joyee Cheung) [#60271](https://github.com/nodejs/node/pull/60271)
|
|
134
|
+
* \[[`4481feb17b`](https://github.com/nodejs/node/commit/4481feb17b)] - **test**: parallelize test-without-async-context-frame correctly (Joyee Cheung) [#60273](https://github.com/nodejs/node/pull/60273)
|
|
135
|
+
* \[[`91ea9b06e0`](https://github.com/nodejs/node/commit/91ea9b06e0)] - **test**: skip sea tests on x64 macOS (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
136
|
+
* \[[`cedba09e60`](https://github.com/nodejs/node/commit/cedba09e60)] - **test**: move sea tests into test/sea (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
137
|
+
* \[[`635af55e12`](https://github.com/nodejs/node/commit/635af55e12)] - _**Revert**_ "**test**: ensure message event fires in worker message port test" (Luigi Pinca) [#60126](https://github.com/nodejs/node/pull/60126)
|
|
138
|
+
* \[[`68f678028e`](https://github.com/nodejs/node/commit/68f678028e)] - **test**: skip tests that cause timeouts on IBM i (SRAVANI GUNDEPALLI) [#60148](https://github.com/nodejs/node/pull/60148)
|
|
139
|
+
* \[[`cc3a70598c`](https://github.com/nodejs/node/commit/cc3a70598c)] - **test**: deflake test-fs-promises-watch-iterator (Luigi Pinca) [#60060](https://github.com/nodejs/node/pull/60060)
|
|
140
|
+
* \[[`3d784dd766`](https://github.com/nodejs/node/commit/3d784dd766)] - **test**: prepare junit file attribute normalization (sangwook) [#59432](https://github.com/nodejs/node/pull/59432)
|
|
141
|
+
* \[[`84974d97ad`](https://github.com/nodejs/node/commit/84974d97ad)] - **test**: skip failing test on macOS 15.7+ (Antoine du Hamel) [#60419](https://github.com/nodejs/node/pull/60419)
|
|
142
|
+
* \[[`fabf8e4975`](https://github.com/nodejs/node/commit/fabf8e4975)] - **test,crypto**: fix conditional SHA3-\* skip on BoringSSL (Filip Skokan) [#60379](https://github.com/nodejs/node/pull/60379)
|
|
143
|
+
* \[[`8faa494bf2`](https://github.com/nodejs/node/commit/8faa494bf2)] - **test,crypto**: sha3 algorithms aren't supported with BoringSSL (Shelley Vohr) [#60374](https://github.com/nodejs/node/pull/60374)
|
|
144
|
+
* \[[`538a00c0f6`](https://github.com/nodejs/node/commit/538a00c0f6)] - **test,doc**: skip --max-old-space-size-percentage on 32-bit platforms (Asaf Federman) [#60144](https://github.com/nodejs/node/pull/60144)
|
|
145
|
+
* \[[`9ac5dbb694`](https://github.com/nodejs/node/commit/9ac5dbb694)] - **test\_runner**: use module.registerHooks in module mocks (Joyee Cheung) [#60326](https://github.com/nodejs/node/pull/60326)
|
|
146
|
+
* \[[`f6ff6e7166`](https://github.com/nodejs/node/commit/f6ff6e7166)] - **test\_runner**: fix suite timeout (Moshe Atlow) [#59853](https://github.com/nodejs/node/pull/59853)
|
|
147
|
+
* \[[`455bfeb52d`](https://github.com/nodejs/node/commit/455bfeb52d)] - **test\_runner**: add junit file attribute support (sangwook) [#59432](https://github.com/nodejs/node/pull/59432)
|
|
148
|
+
* \[[`223c5e105d`](https://github.com/nodejs/node/commit/223c5e105d)] - **tools**: update gyp-next to 0.20.5 (Node.js GitHub Bot) [#60313](https://github.com/nodejs/node/pull/60313)
|
|
149
|
+
* \[[`2949408fc1`](https://github.com/nodejs/node/commit/2949408fc1)] - **tools**: limit inspector protocol PR title length (Chengzhong Wu) [#60324](https://github.com/nodejs/node/pull/60324)
|
|
150
|
+
* \[[`b36a898650`](https://github.com/nodejs/node/commit/b36a898650)] - **tools**: fix inspector\_protocol updater (Chengzhong Wu) [#60277](https://github.com/nodejs/node/pull/60277)
|
|
151
|
+
* \[[`d60f002b62`](https://github.com/nodejs/node/commit/d60f002b62)] - **tools**: optimize wildcard execution in tools/test.py (Joyee Cheung) [#60266](https://github.com/nodejs/node/pull/60266)
|
|
152
|
+
* \[[`9d4e422419`](https://github.com/nodejs/node/commit/9d4e422419)] - **tools**: add inspector\_protocol updater (Chengzhong Wu) [#60245](https://github.com/nodejs/node/pull/60245)
|
|
153
|
+
* \[[`2f93a9894f`](https://github.com/nodejs/node/commit/2f93a9894f)] - **tools**: use cooldown property correctly (Rafael Gonzaga) [#60134](https://github.com/nodejs/node/pull/60134)
|
|
154
|
+
* \[[`9468ade95d`](https://github.com/nodejs/node/commit/9468ade95d)] - **typings**: add missing properties and method in Worker (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
155
|
+
* \[[`f611ec0a9e`](https://github.com/nodejs/node/commit/f611ec0a9e)] - **typings**: add missing properties in HTTPParser (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
156
|
+
* \[[`301c1347a1`](https://github.com/nodejs/node/commit/301c1347a1)] - **typings**: delete undefined property in ConfigBinding (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
157
|
+
* \[[`80fdb3d39b`](https://github.com/nodejs/node/commit/80fdb3d39b)] - **typings**: add buffer internalBinding typing (방진혁) [#60163](https://github.com/nodejs/node/pull/60163)
|
|
158
|
+
* \[[`8cb3b77039`](https://github.com/nodejs/node/commit/8cb3b77039)] - **util**: use more defensive code when inspecting error objects (Antoine du Hamel) [#60139](https://github.com/nodejs/node/pull/60139)
|
|
159
|
+
* \[[`748d4f6430`](https://github.com/nodejs/node/commit/748d4f6430)] - **util**: mark special properties when inspecting them (Ruben Bridgewater) [#60131](https://github.com/nodejs/node/pull/60131)
|
|
160
|
+
* \[[`6183a759d7`](https://github.com/nodejs/node/commit/6183a759d7)] - **vm**: make vm.Module.evaluate() conditionally synchronous (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
161
|
+
* \[[`4b8506628f`](https://github.com/nodejs/node/commit/4b8506628f)] - **win**: upgrade Visual Studio workload from 2019 to 2022 (Jiawen Geng) [#60318](https://github.com/nodejs/node/pull/60318)
|
|
162
|
+
|
|
59
163
|
<a id="24.11.0"></a>
|
|
60
164
|
|
|
61
165
|
## 2025-10-28, Version 24.11.0 'Krypton' (LTS), @richardlau
|
|
@@ -69,6 +173,15 @@ the end of April 2028.
|
|
|
69
173
|
Other than updating metadata, such as the `process.release` object, to reflect
|
|
70
174
|
that the release is LTS, no further changes from Node.js 24.10.0 are included.
|
|
71
175
|
|
|
176
|
+
### Known issue
|
|
177
|
+
|
|
178
|
+
An issue has been identified in the Node.js 24.x line with `Buffer.allocUnsafe`
|
|
179
|
+
unintentionally returning zero-filled buffers. This API is
|
|
180
|
+
[documented to return uninitialized memory](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize).
|
|
181
|
+
The documented behavior will be restored in the next Node.js 24.x LTS release to bring
|
|
182
|
+
it back in line with previous releases. For more information, see
|
|
183
|
+
[#60423](https://github.com/nodejs/node/issues/60423).
|
|
184
|
+
|
|
72
185
|
<a id="24.10.0"></a>
|
|
73
186
|
|
|
74
187
|
## 2025-10-08, Version 24.10.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -323,8 +323,6 @@ For information about the governance of the Node.js project, see
|
|
|
323
323
|
**Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
|
|
324
324
|
* [Ethan-Arrowood](https://github.com/Ethan-Arrowood) -
|
|
325
325
|
**Ethan Arrowood** <<ethan@arrowood.dev>> (he/him)
|
|
326
|
-
* [F3n67u](https://github.com/F3n67u) -
|
|
327
|
-
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
328
326
|
* [fhinkel](https://github.com/fhinkel) -
|
|
329
327
|
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
330
328
|
* [Flarna](https://github.com/Flarna) -
|
|
@@ -527,6 +525,8 @@ For information about the governance of the Node.js project, see
|
|
|
527
525
|
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
528
526
|
* [evanlucas](https://github.com/evanlucas) -
|
|
529
527
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
528
|
+
* [F3n67u](https://github.com/F3n67u) -
|
|
529
|
+
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
530
530
|
* [firedfox](https://github.com/firedfox) -
|
|
531
531
|
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
532
532
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
@@ -751,8 +751,6 @@ maintaining the Node.js project.
|
|
|
751
751
|
**Oliver Medhurst** <<honk@goose.icu>> (they/them)
|
|
752
752
|
* [daeyeon](https://github.com/daeyeon) -
|
|
753
753
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
754
|
-
* [F3n67u](https://github.com/F3n67u) -
|
|
755
|
-
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
756
754
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
757
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
758
756
|
* [gurgunday](https://github.com/gurgunday) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -446,12 +446,12 @@
|
|
|
446
446
|
['v8_enable_pointer_compression == 1', {
|
|
447
447
|
'defines': ['V8_COMPRESS_POINTERS'],
|
|
448
448
|
}],
|
|
449
|
+
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
450
|
+
'defines': ['V8_COMPRESS_POINTERS_IN_MULTIPLE_CAGES'],
|
|
451
|
+
}],
|
|
449
452
|
['v8_enable_pointer_compression_shared_cage == 1', {
|
|
450
453
|
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
|
|
451
454
|
}],
|
|
452
|
-
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
453
|
-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
|
|
454
|
-
}],
|
|
455
455
|
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
|
|
456
456
|
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
|
|
457
457
|
}],
|
package/include/node/config.gypi
CHANGED
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
'deps/amaro/dist/index.js'],
|
|
36
36
|
'node_byteorder': 'big',
|
|
37
37
|
'node_cctest_sources': [ 'src/node_snapshot_stub.cc',
|
|
38
|
+
'test/cctest/inspector/test_network_requests_buffer.cc',
|
|
38
39
|
'test/cctest/inspector/test_node_protocol.cc',
|
|
39
40
|
'test/cctest/node_test_fixture.cc',
|
|
40
41
|
'test/cctest/test_aliased_buffer.cc',
|
package/include/node/node.exp
CHANGED
|
@@ -6842,23 +6842,23 @@ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x29d40041c68f
|
|
|
6842
6842
|
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0x40309729d31e71bd
|
|
6843
6843
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0x60e4110756046c2c
|
|
6844
6844
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x65304055768eec7c
|
|
6845
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6845
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x2ec34c1ff81be550
|
|
6846
6846
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_6EE78FAE_0xf6b0249a739865a0
|
|
6847
6847
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0x99b2677ae876bc8c
|
|
6848
6848
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x83670d8e9feca60a
|
|
6849
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.
|
|
6849
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.cc_6EE78FAE_0x58db40a6711c935b
|
|
6850
6850
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0xa6e5b843247e3c12
|
|
6851
6851
|
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x3eb06434b2157153
|
|
6852
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6852
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0xa071071c8c4cb95b
|
|
6853
6853
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0x74575d6f645cf610
|
|
6854
6854
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0xd641e93c2ae5f21
|
|
6855
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6856
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.
|
|
6857
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6855
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0x7fe61599d561c3eb
|
|
6856
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0xfc5d8170ed910615
|
|
6857
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x833bb0ec35fad530
|
|
6858
6858
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_DFF67DD7_0xd83fce59cd4ad059
|
|
6859
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.
|
|
6860
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6861
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6859
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.cc_DFF67DD7_0x6eff8e45c00d7dac
|
|
6860
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x5c42a1baa1701d61
|
|
6861
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0x1dc5397faa692f3b
|
|
6862
6862
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6863
6863
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6864
6864
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -8079,16 +8079,16 @@ _GLOBAL__I_65535_0__ZNK5cppgc8internal17VerificationState12VerifyMarkedEPKv
|
|
|
8079
8079
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal8BasePage4heapEv
|
|
8080
8080
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0x82a07b0220c6f6b5
|
|
8081
8081
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_6EE78FAE_0x6c6667095f2bddb2
|
|
8082
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
8083
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
8084
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
8085
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
8086
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
8087
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
8088
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
8082
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0x46a2f1b477de73de
|
|
8083
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0xb5527ce073296163
|
|
8084
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x17aa5b0dfa4e3002
|
|
8085
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0xb840d83f61b90b94
|
|
8086
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0xec2b9aa3304c5317
|
|
8087
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x2760541c73cc1ae7
|
|
8088
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0x6e08bbfd837694d0
|
|
8089
8089
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0xf73c99cb1e9bcc6a
|
|
8090
8090
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x3f93ad2d3ae0b03e
|
|
8091
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
8091
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x8cc24cb167474068
|
|
8092
8092
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
8093
8093
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
8094
8094
|
_HZData_77
|
|
@@ -66118,7 +66118,6 @@ _ZN4node11ConnectWrapD0Ev
|
|
|
66118
66118
|
_ZN4node11ConnectWrapD1Ev
|
|
66119
66119
|
_ZN4node11DecodeBytesEPN2v87IsolateENS0_5LocalINS0_5ValueEEENS_8encodingE
|
|
66120
66120
|
_ZN4node11DecodeWriteEPN2v87IsolateEPcmNS0_5LocalINS0_5ValueEEENS_8encodingE
|
|
66121
|
-
_ZN4node11Environment10GetCurrentEPN2v87IsolateE
|
|
66122
66121
|
_ZN4node11Environment10RunCleanupEv
|
|
66123
66122
|
_ZN4node11Environment11GetExecPathERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
|
|
66124
66123
|
_ZN4node11Environment12GetNowUint64Ev
|
|
@@ -66267,6 +66266,7 @@ _ZN4node11SPrintFImplIRNS_9Utf8ValueEJRKiS4_EEENSt7__cxx1112basic_stringIcSt11ch
|
|
|
66267
66266
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
66268
66267
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_
|
|
66269
66268
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
66269
|
+
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
66270
66270
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
66271
66271
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
66272
66272
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
@@ -66347,6 +66347,7 @@ _ZN4node11SPrintFImplIiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES
|
|
|
66347
66347
|
_ZN4node11SPrintFImplIiJPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_
|
|
66348
66348
|
_ZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_
|
|
66349
66349
|
_ZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS9_EOT_DpOT0_
|
|
66350
|
+
_ZN4node11SPrintFImplIiJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
66350
66351
|
_ZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_
|
|
66351
66352
|
_ZN4node11SPrintFImplIiJRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_St17basic_string_viewIcSA_EOT_DpOT0_
|
|
66352
66353
|
_ZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EOT_DpOT0_
|
|
@@ -66679,7 +66680,9 @@ _ZN4node13AsyncResource12get_resourceEv
|
|
|
66679
66680
|
_ZN4node13AsyncResource13CallbackScopeC1EPS0_
|
|
66680
66681
|
_ZN4node13AsyncResource13CallbackScopeC2EPS0_
|
|
66681
66682
|
_ZN4node13AsyncResourceC1EPN2v87IsolateENS1_5LocalINS1_6ObjectEEEPKcd
|
|
66683
|
+
_ZN4node13AsyncResourceC1EPN2v87IsolateENS1_5LocalINS1_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEd
|
|
66682
66684
|
_ZN4node13AsyncResourceC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEEPKcd
|
|
66685
|
+
_ZN4node13AsyncResourceC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEd
|
|
66683
66686
|
_ZN4node13AsyncResourceD0Ev
|
|
66684
66687
|
_ZN4node13AsyncResourceD1Ev
|
|
66685
66688
|
_ZN4node13AsyncResourceD2Ev
|
|
@@ -66754,6 +66757,7 @@ _ZN4node13ERR_FS_EISDIRIJPKcEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateESt17basic_
|
|
|
66754
66757
|
_ZN4node13ERR_FS_EISDIRIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
66755
66758
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_6StringEEEd
|
|
66756
66759
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEEPKcd
|
|
66760
|
+
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEd
|
|
66757
66761
|
_ZN4node13GetNodeReportEPN2v87IsolateEPKcS4_NS0_5LocalINS0_5ValueEEERSo
|
|
66758
66762
|
_ZN4node13GetNodeReportEPNS_11EnvironmentEPKcS3_N2v85LocalINS4_5ValueEEERSo
|
|
66759
66763
|
_ZN4node13GetOctalTableB5cxx11Ev
|
|
@@ -67195,6 +67199,7 @@ _ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm1024EE25AllocateSufficientS
|
|
|
67195
67199
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm128EE25AllocateSufficientStorageEm
|
|
67196
67200
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EE25AllocateSufficientStorageEm
|
|
67197
67201
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EE25AllocateSufficientStorageEm
|
|
67202
|
+
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EE25AllocateSufficientStorageEm
|
|
67198
67203
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EE25AllocateSufficientStorageEm
|
|
67199
67204
|
_ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm8EE25AllocateSufficientStorageEm
|
|
67200
67205
|
_ZN4node16MaybeStackBufferIcLm1024EE25AllocateSufficientStorageEm
|
|
@@ -67445,7 +67450,6 @@ _ZN4node20ERR_INVALID_ARG_TYPEIJPKcEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateESt1
|
|
|
67445
67450
|
_ZN4node20ERR_INVALID_ARG_TYPEIJRKiEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
67446
67451
|
_ZN4node20ERR_INVALID_ARG_TYPEIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
67447
67452
|
_ZN4node20ERR_MODULE_NOT_FOUNDIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
67448
|
-
_ZN4node20ERR_OPERATION_FAILEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
67449
67453
|
_ZN4node20EmbedderSnapshotData19BuiltinSnapshotDataEv
|
|
67450
67454
|
_ZN4node20EmbedderSnapshotData30CanUseCustomSnapshotPerIsolateEv
|
|
67451
67455
|
_ZN4node20EmbedderSnapshotData8FromBlobERKSt6vectorIcSaIcEE
|
|
@@ -67641,6 +67645,7 @@ _ZN4node23EmitProcessExitInternalEPNS_11EnvironmentE
|
|
|
67641
67645
|
_ZN4node23GetArrayBufferAllocatorEPNS_11IsolateDataE
|
|
67642
67646
|
_ZN4node23GetMultiIsolatePlatformEPNS_11EnvironmentE
|
|
67643
67647
|
_ZN4node23GetMultiIsolatePlatformEPNS_11IsolateDataE
|
|
67648
|
+
_ZN4node23GetOrCreateIsolateGroupEv
|
|
67644
67649
|
_ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
67645
67650
|
_ZN4node23SetIsolateErrorHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
67646
67651
|
_ZN4node23THROW_ERR_INVALID_STATEIJEEEvPN2v87IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
@@ -69694,13 +69699,16 @@ _ZN4node6worker5locks11LockManager5QueryERKN2v820FunctionCallbackInfoINS3_5Value
|
|
|
69694
69699
|
_ZN4node6worker5locks11LockManager7RequestERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
69695
69700
|
_ZN4node6worker5locks11LockManager8current_E
|
|
69696
69701
|
_ZN4node6worker5locks11LockManagerD1Ev
|
|
69697
|
-
|
|
69698
|
-
|
|
69702
|
+
_ZN4node6worker5locks11LockRequestC1EPNS_11EnvironmentEN2v85LocalINS5_7Promise8ResolverEEES9_NS6_INS5_8FunctionEEERKNSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEENS1_4Lock4ModeENSD_IcSE_IcESaIcEEEbb
|
|
69703
|
+
_ZN4node6worker5locks11LockRequestC2EPNS_11EnvironmentEN2v85LocalINS5_7Promise8ResolverEEES9_NS6_INS5_8FunctionEEERKNSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEENS1_4Lock4ModeENSD_IcSE_IcESaIcEEEbb
|
|
69704
|
+
_ZN4node6worker5locks19GetLockInfoTemplateEPNS_11EnvironmentE
|
|
69699
69705
|
_ZN4node6worker5locks26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
69700
69706
|
_ZN4node6worker5locks26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
69701
69707
|
_ZN4node6worker5locks26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
69702
69708
|
_ZN4node6worker5locks4LockC1EPNS_11EnvironmentERKNSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEENS2_4ModeERKNS6_IcS7_IcESaIcEEEN2v85LocalINSJ_7Promise8ResolverEEESN_
|
|
69703
69709
|
_ZN4node6worker5locks4LockC2EPNS_11EnvironmentERKNSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEENS2_4ModeERKNS6_IcS7_IcESaIcEEEN2v85LocalINSJ_7Promise8ResolverEEESN_
|
|
69710
|
+
_ZN4node6worker5locks4LockD0Ev
|
|
69711
|
+
_ZN4node6worker5locks4LockD1Ev
|
|
69704
69712
|
_ZN4node6worker6Worker10JoinThreadEv
|
|
69705
69713
|
_ZN4node6worker6Worker10StopThreadERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
69706
69714
|
_ZN4node6worker6Worker11StartThreadERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -69909,6 +69917,7 @@ _ZN4node7SPrintFIJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIc
|
|
|
69909
69917
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
69910
69918
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EDpOT_
|
|
69911
69919
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
69920
|
+
_ZN4node7SPrintFIJRNS_9Utf8ValueEiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
69912
69921
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
69913
69922
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
69914
69923
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEES6_St17basic_string_viewIcS4_EDpOT_
|
|
@@ -70462,7 +70471,7 @@ _ZN4node9inspector12NetworkAgent19loadNetworkResourceERKNSt7__cxx1112basic_strin
|
|
|
70462
70471
|
_ZN4node9inspector12NetworkAgent21streamResourceContentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS0_8protocol6BinaryE
|
|
70463
70472
|
_ZN4node9inspector12NetworkAgent34webSocketHandshakeResponseReceivedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
70464
70473
|
_ZN4node9inspector12NetworkAgent4WireEPN5crdtp14UberDispatcherE
|
|
70465
|
-
|
|
70474
|
+
_ZN4node9inspector12NetworkAgent6enableESt8optionalIiES3_
|
|
70466
70475
|
_ZN4node9inspector12NetworkAgent7disableEv
|
|
70467
70476
|
_ZN4node9inspector12NetworkAgent8dataSentEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
70468
70477
|
_ZN4node9inspector12NetworkAgentC1EPNS0_16NetworkInspectorEPN12v8_inspector11V8InspectorEPNS_11EnvironmentESt10shared_ptrINS0_22NetworkResourceManagerEE
|
|
@@ -70489,6 +70498,8 @@ _ZN4node9inspector13WorkerManager14WorkerFinishedEm
|
|
|
70489
70498
|
_ZN4node9inspector13WorkerManager15NewParentHandleEmSt17basic_string_viewIcSt11char_traitsIcEES5_St10shared_ptrINS0_22NetworkResourceManagerEE
|
|
70490
70499
|
_ZN4node9inspector13WorkerManager20RemoveAttachDelegateEi
|
|
70491
70500
|
_ZN4node9inspector13WorkerManager25SetWaitOnStartForDelegateEib
|
|
70501
|
+
_ZN4node9inspector14RequestsBuffer16mutable_iteratorD1Ev
|
|
70502
|
+
_ZN4node9inspector14RequestsBuffer5eraseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
70492
70503
|
_ZN4node9inspector15FormatWsAddressERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_b
|
|
70493
70504
|
_ZN4node9inspector15InspectorSocket13AcceptUpgradeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
70494
70505
|
_ZN4node9inspector15InspectorSocket14SwitchProtocolEPNS0_15ProtocolHandlerE
|
|
@@ -70645,7 +70656,7 @@ _ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl19sendMessageToWork
|
|
|
70645
70656
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl6detachERKN5crdtp12DispatchableE
|
|
70646
70657
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
70647
70658
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
70648
|
-
|
|
70659
|
+
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
70649
70660
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImplD0Ev
|
|
70650
70661
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImplD1Ev
|
|
70651
70662
|
_ZN4node9inspector8protocol10NodeWorker8Frontend16attachedToWorkerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrINS2_10WorkerInfoESt14default_deleteISD_EEb
|
|
@@ -70668,7 +70679,7 @@ _ZN4node9inspector8protocol11NodeRuntime10Dispatcher4wireEPN5crdtp14UberDispatch
|
|
|
70668
70679
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl30notifyWhenWaitingForDisconnectERKN5crdtp12DispatchableE
|
|
70669
70680
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
70670
70681
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
70671
|
-
|
|
70682
|
+
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
70672
70683
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImplD0Ev
|
|
70673
70684
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImplD1Ev
|
|
70674
70685
|
_ZN4node9inspector8protocol11NodeRuntime8Frontend18waitingForDebuggerEv
|
|
@@ -70688,7 +70699,7 @@ _ZN4node9inspector8protocol11NodeTracing11TraceConfigD1Ev
|
|
|
70688
70699
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl13getCategoriesERKN5crdtp12DispatchableE
|
|
70689
70700
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl4stopERKN5crdtp12DispatchableE
|
|
70690
70701
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl5startERKN5crdtp12DispatchableE
|
|
70691
|
-
|
|
70702
|
+
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
70692
70703
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImplD0Ev
|
|
70693
70704
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImplD1Ev
|
|
70694
70705
|
_ZN4node9inspector8protocol11NodeTracing7Backend7disableEv
|
|
@@ -70770,7 +70781,7 @@ _ZN4node9inspector8protocol20WorkerTargetDelegateD1Ev
|
|
|
70770
70781
|
_ZN4node9inspector8protocol2IO10Dispatcher4wireEPN5crdtp14UberDispatcherEPNS2_7BackendE
|
|
70771
70782
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImpl4readERKN5crdtp12DispatchableE
|
|
70772
70783
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImpl5closeERKN5crdtp12DispatchableE
|
|
70773
|
-
|
|
70784
|
+
_ZN4node9inspector8protocol2IO20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
70774
70785
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImplD0Ev
|
|
70775
70786
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImplD1Ev
|
|
70776
70787
|
_ZN4node9inspector8protocol2IO7Backend7disableEv
|
|
@@ -70796,7 +70807,7 @@ _ZN4node9inspector8protocol6Target10TargetInfo23deserializer_descriptorEv
|
|
|
70796
70807
|
_ZN4node9inspector8protocol6Target10TargetInfoD0Ev
|
|
70797
70808
|
_ZN4node9inspector8protocol6Target10TargetInfoD1Ev
|
|
70798
70809
|
_ZN4node9inspector8protocol6Target20DomainDispatcherImpl13setAutoAttachERKN5crdtp12DispatchableE
|
|
70799
|
-
|
|
70810
|
+
_ZN4node9inspector8protocol6Target20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
70800
70811
|
_ZN4node9inspector8protocol6Target20DomainDispatcherImplD0Ev
|
|
70801
70812
|
_ZN4node9inspector8protocol6Target20DomainDispatcherImplD1Ev
|
|
70802
70813
|
_ZN4node9inspector8protocol6Target7Backend7disableEv
|
|
@@ -70840,7 +70851,7 @@ _ZN4node9inspector8protocol7Network20DomainDispatcherImpl19loadNetworkResourceER
|
|
|
70840
70851
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl21streamResourceContentERKN5crdtp12DispatchableE
|
|
70841
70852
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
70842
70853
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
70843
|
-
|
|
70854
|
+
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
70844
70855
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImplD0Ev
|
|
70845
70856
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImplD1Ev
|
|
70846
70857
|
_ZN4node9inspector8protocol7Network29LoadNetworkResourcePageResult23deserializer_descriptorEv
|
|
@@ -71444,25 +71455,25 @@ _ZN5cppgc8internal9LargePageC1ERNS0_8HeapBaseERNS0_9BaseSpaceEm
|
|
|
71444
71455
|
_ZN5cppgc8internal9LargePageC2ERNS0_8HeapBaseERNS0_9BaseSpaceEm
|
|
71445
71456
|
_ZN5cppgc8internal9NameTraitIN4node10contextify16ContextifyScriptEE7GetNameEPKvNS0_30HeapObjectNameForUnnamedObjectE
|
|
71446
71457
|
_ZN5cppgc8internal9NameTraitIN4node10contextify17ContextifyContextEE7GetNameEPKvNS0_30HeapObjectNameForUnnamedObjectE
|
|
71447
|
-
|
|
71448
|
-
|
|
71458
|
+
_ZN5crdtp10SpanEqualsESt4spanIKcLm18446744073709551615EES2_
|
|
71459
|
+
_ZN5crdtp10SpanEqualsESt4spanIKhLm18446744073709551615EES2_
|
|
71449
71460
|
_ZN5crdtp12Dispatchable16MaybeParseCallIdEPNS_4cbor13CBORTokenizerE
|
|
71450
71461
|
_ZN5crdtp12Dispatchable16MaybeParseMethodEPNS_4cbor13CBORTokenizerE
|
|
71451
71462
|
_ZN5crdtp12Dispatchable16MaybeParseParamsEPNS_4cbor13CBORTokenizerE
|
|
71452
71463
|
_ZN5crdtp12Dispatchable18MaybeParsePropertyEPNS_4cbor13CBORTokenizerE
|
|
71453
71464
|
_ZN5crdtp12Dispatchable19MaybeParseSessionIdEPNS_4cbor13CBORTokenizerE
|
|
71454
|
-
|
|
71455
|
-
|
|
71465
|
+
_ZN5crdtp12DispatchableC1ESt4spanIKhLm18446744073709551615EE
|
|
71466
|
+
_ZN5crdtp12DispatchableC2ESt4spanIKhLm18446744073709551615EE
|
|
71456
71467
|
_ZN5crdtp12ErrorSupport3PopEv
|
|
71457
71468
|
_ZN5crdtp12ErrorSupport4PushEv
|
|
71458
71469
|
_ZN5crdtp12ErrorSupport7SetNameEPKc
|
|
71459
71470
|
_ZN5crdtp12ErrorSupport8AddErrorEPKc
|
|
71460
71471
|
_ZN5crdtp12ErrorSupport8SetIndexEm
|
|
71461
71472
|
_ZN5crdtp12Serializable4FromESt6vectorIhSaIhEE
|
|
71462
|
-
|
|
71463
|
-
|
|
71473
|
+
_ZN5crdtp12SpanLessThanESt4spanIKcLm18446744073709551615EES2_
|
|
71474
|
+
_ZN5crdtp12SpanLessThanESt4spanIKhLm18446744073709551615EES2_
|
|
71464
71475
|
_ZN5crdtp14CreateResponseEiSt10unique_ptrINS_12SerializableESt14default_deleteIS1_EE
|
|
71465
|
-
|
|
71476
|
+
_ZN5crdtp14UberDispatcher11WireBackendESt4spanIKhLm18446744073709551615EERKSt6vectorISt4pairIS3_S3_ESaIS6_EESt10unique_ptrINS_16DomainDispatcherESt14default_deleteISC_EE
|
|
71466
71477
|
_ZN5crdtp14UberDispatcher14DispatchResult3RunEv
|
|
71467
71478
|
_ZN5crdtp14UberDispatcher14DispatchResultC1EbSt8functionIFvvEE
|
|
71468
71479
|
_ZN5crdtp14UberDispatcher14DispatchResultC2EbSt8functionIFvvEE
|
|
@@ -71472,7 +71483,7 @@ _ZN5crdtp14UberDispatcherD0Ev
|
|
|
71472
71483
|
_ZN5crdtp14UberDispatcherD1Ev
|
|
71473
71484
|
_ZN5crdtp14UberDispatcherD2Ev
|
|
71474
71485
|
_ZN5crdtp15DeferredMessage16FromSerializableESt10unique_ptrINS_12SerializableESt14default_deleteIS2_EE
|
|
71475
|
-
|
|
71486
|
+
_ZN5crdtp15DeferredMessage8FromSpanESt4spanIKhLm18446744073709551615EE
|
|
71476
71487
|
_ZN5crdtp16DispatchResponse10ParseErrorENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
71477
71488
|
_ZN5crdtp16DispatchResponse11FallThroughEv
|
|
71478
71489
|
_ZN5crdtp16DispatchResponse11ServerErrorENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -71493,8 +71504,8 @@ _ZN5crdtp16DomainDispatcher7weakPtrEv
|
|
|
71493
71504
|
_ZN5crdtp16DomainDispatcher8Callback12sendIfActiveESt10unique_ptrINS_12SerializableESt14default_deleteIS3_EERKNS_16DispatchResponseE
|
|
71494
71505
|
_ZN5crdtp16DomainDispatcher8Callback19fallThroughIfActiveEv
|
|
71495
71506
|
_ZN5crdtp16DomainDispatcher8Callback7disposeEv
|
|
71496
|
-
|
|
71497
|
-
|
|
71507
|
+
_ZN5crdtp16DomainDispatcher8CallbackC1ESt10unique_ptrINS0_7WeakPtrESt14default_deleteIS3_EEiSt4spanIKhLm18446744073709551615EES9_
|
|
71508
|
+
_ZN5crdtp16DomainDispatcher8CallbackC2ESt10unique_ptrINS0_7WeakPtrESt14default_deleteIS3_EEiSt4spanIKhLm18446744073709551615EES9_
|
|
71498
71509
|
_ZN5crdtp16DomainDispatcher8CallbackD0Ev
|
|
71499
71510
|
_ZN5crdtp16DomainDispatcher8CallbackD1Ev
|
|
71500
71511
|
_ZN5crdtp16DomainDispatcher8CallbackD2Ev
|
|
@@ -71509,10 +71520,10 @@ _ZN5crdtp16ObjectSerializerC2Ev
|
|
|
71509
71520
|
_ZN5crdtp16ObjectSerializerD1Ev
|
|
71510
71521
|
_ZN5crdtp16ObjectSerializerD2Ev
|
|
71511
71522
|
_ZN5crdtp17DeserializerState13RegisterErrorENS_5ErrorE
|
|
71512
|
-
|
|
71513
|
-
|
|
71523
|
+
_ZN5crdtp17DeserializerState17RegisterFieldPathESt4spanIKcLm18446744073709551615EE
|
|
71524
|
+
_ZN5crdtp17DeserializerStateC1ESt10shared_ptrIKSt6vectorIhSaIhEEESt4spanIKhLm18446744073709551615EE
|
|
71514
71525
|
_ZN5crdtp17DeserializerStateC1ESt6vectorIhSaIhEE
|
|
71515
|
-
|
|
71526
|
+
_ZN5crdtp17DeserializerStateC2ESt10shared_ptrIKSt6vectorIhSaIhEEESt4spanIKhLm18446744073709551615EE
|
|
71516
71527
|
_ZN5crdtp17DeserializerStateC2ESt6vectorIhSaIhEE
|
|
71517
71528
|
_ZN5crdtp18CreateNotificationEPKcSt10unique_ptrINS_12SerializableESt14default_deleteIS3_EE
|
|
71518
71529
|
_ZN5crdtp18ProtocolTypeTraitsIN4node9inspector8protocol6BinaryEvE11DeserializeEPNS_17DeserializerStateEPS4_
|
|
@@ -71550,44 +71561,44 @@ _ZN5crdtp4cbor10EncodeStopEv
|
|
|
71550
71561
|
_ZN5crdtp4cbor10EncodeTrueEv
|
|
71551
71562
|
_ZN5crdtp4cbor11EncodeFalseEv
|
|
71552
71563
|
_ZN5crdtp4cbor11EncodeInt32EiPSt6vectorIhSaIhEE
|
|
71553
|
-
|
|
71564
|
+
_ZN5crdtp4cbor12EncodeBinaryESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71554
71565
|
_ZN5crdtp4cbor12EncodeDoubleEdPSt6vectorIhSaIhEE
|
|
71555
71566
|
_ZN5crdtp4cbor13CBORTokenizer13EnterEnvelopeEv
|
|
71556
71567
|
_ZN5crdtp4cbor13CBORTokenizer13ReadNextTokenEv
|
|
71557
71568
|
_ZN5crdtp4cbor13CBORTokenizer4NextEv
|
|
71558
71569
|
_ZN5crdtp4cbor13CBORTokenizer8SetErrorENS_5ErrorE
|
|
71559
71570
|
_ZN5crdtp4cbor13CBORTokenizer8SetTokenENS0_12CBORTokenTagEm
|
|
71560
|
-
|
|
71561
|
-
|
|
71571
|
+
_ZN5crdtp4cbor13CBORTokenizerC1ESt4spanIKhLm18446744073709551615EE
|
|
71572
|
+
_ZN5crdtp4cbor13CBORTokenizerC2ESt4spanIKhLm18446744073709551615EE
|
|
71562
71573
|
_ZN5crdtp4cbor13CBORTokenizerD1Ev
|
|
71563
71574
|
_ZN5crdtp4cbor13CBORTokenizerD2Ev
|
|
71564
|
-
|
|
71565
|
-
|
|
71566
|
-
|
|
71567
|
-
|
|
71568
|
-
|
|
71575
|
+
_ZN5crdtp4cbor13EncodeString8ESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71576
|
+
_ZN5crdtp4cbor13IsCBORMessageESt4spanIKhLm18446744073709551615EE
|
|
71577
|
+
_ZN5crdtp4cbor14EncodeString16ESt4spanIKtLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71578
|
+
_ZN5crdtp4cbor14EnvelopeHeader17ParseFromFragmentESt4spanIKhLm18446744073709551615EE
|
|
71579
|
+
_ZN5crdtp4cbor14EnvelopeHeader5ParseESt4spanIKhLm18446744073709551615EE
|
|
71569
71580
|
_ZN5crdtp4cbor14NewCBOREncoderEPSt6vectorIhSaIhEEPNS_6StatusE
|
|
71570
|
-
|
|
71581
|
+
_ZN5crdtp4cbor15EncodeFromUTF16ESt4spanIKtLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71571
71582
|
_ZN5crdtp4cbor15EnvelopeEncoder10EncodeStopEPSt6vectorIhSaIhEE
|
|
71572
71583
|
_ZN5crdtp4cbor15EnvelopeEncoder11EncodeStartEPSt6vectorIhSaIhEE
|
|
71573
|
-
|
|
71574
|
-
|
|
71575
|
-
|
|
71584
|
+
_ZN5crdtp4cbor16CheckCBORMessageESt4spanIKhLm18446744073709551615EE
|
|
71585
|
+
_ZN5crdtp4cbor16EncodeFromLatin1ESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71586
|
+
_ZN5crdtp4cbor27AppendString8EntryToCBORMapESt4spanIKhLm18446744073709551615EES3_PSt6vectorIhSaIhEE
|
|
71576
71587
|
_ZN5crdtp4cbor30EncodeIndefiniteLengthMapStartEv
|
|
71577
71588
|
_ZN5crdtp4cbor32EncodeIndefiniteLengthArrayStartEv
|
|
71578
|
-
|
|
71579
|
-
|
|
71589
|
+
_ZN5crdtp4cbor9ParseCBORESt4spanIKhLm18446744073709551615EEPNS_13ParserHandlerE
|
|
71590
|
+
_ZN5crdtp4cbor9internals14ReadTokenStartESt4spanIKhLm18446744073709551615EEPNS0_9MajorTypeEPm
|
|
71580
71591
|
_ZN5crdtp4cbor9internals15WriteTokenStartENS0_9MajorTypeEmPSt6vectorIhSaIhEE
|
|
71581
71592
|
_ZN5crdtp4json14NewJSONEncoderEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS_6StatusE
|
|
71582
71593
|
_ZN5crdtp4json14NewJSONEncoderEPSt6vectorIhSaIhEEPNS_6StatusE
|
|
71583
|
-
|
|
71584
|
-
|
|
71585
|
-
|
|
71586
|
-
|
|
71594
|
+
_ZN5crdtp4json17ConvertCBORToJSONESt4spanIKhLm18446744073709551615EEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
71595
|
+
_ZN5crdtp4json17ConvertCBORToJSONESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71596
|
+
_ZN5crdtp4json17ConvertJSONToCBORESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71597
|
+
_ZN5crdtp4json17ConvertJSONToCBORESt4spanIKtLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
71587
71598
|
_ZN5crdtp4json8platform6DToStrB5cxx11Ed
|
|
71588
71599
|
_ZN5crdtp4json8platform6StrToDEPKcPd
|
|
71589
|
-
|
|
71590
|
-
|
|
71600
|
+
_ZN5crdtp4json9ParseJSONESt4spanIKhLm18446744073709551615EEPNS_13ParserHandlerE
|
|
71601
|
+
_ZN5crdtp4json9ParseJSONESt4spanIKtLm18446744073709551615EEPNS_13ParserHandlerE
|
|
71591
71602
|
_ZN6disasm12Disassembler11DisassembleEP4FILEPhS3_NS0_25UnimplementedOpcodeActionE
|
|
71592
71603
|
_ZN6disasm12Disassembler17InstructionDecodeEN2v84base6VectorIcEEPh
|
|
71593
71604
|
_ZN6disasm12Disassembler18ConstantPoolSizeAtEPh
|
|
@@ -84756,6 +84767,9 @@ _ZNK4node6worker5locks10LockHolder10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
84756
84767
|
_ZNK4node6worker5locks10LockHolder14MemoryInfoNameEv
|
|
84757
84768
|
_ZNK4node6worker5locks10LockHolder8SelfSizeEv
|
|
84758
84769
|
_ZNK4node6worker5locks11LockManager11IsGrantableEPKNS1_11LockRequestE
|
|
84770
|
+
_ZNK4node6worker5locks4Lock10MemoryInfoEPNS_13MemoryTrackerE
|
|
84771
|
+
_ZNK4node6worker5locks4Lock14MemoryInfoNameEv
|
|
84772
|
+
_ZNK4node6worker5locks4Lock8SelfSizeEv
|
|
84759
84773
|
_ZNK4node6worker6Worker10MemoryInfoEPNS_13MemoryTrackerE
|
|
84760
84774
|
_ZNK4node6worker6Worker10is_stoppedEv
|
|
84761
84775
|
_ZNK4node6worker6Worker14MemoryInfoNameEv
|
|
@@ -84961,10 +84975,10 @@ _ZNK5crdtp12Dispatchable2okEv
|
|
|
84961
84975
|
_ZNK5crdtp12ErrorSupport6ErrorsEv
|
|
84962
84976
|
_ZNK5crdtp12Serializable9SerializeEv
|
|
84963
84977
|
_ZNK5crdtp14UberDispatcher8DispatchERKNS_12DispatchableE
|
|
84964
|
-
|
|
84978
|
+
_ZNK5crdtp17DeserializerState12ErrorMessageB5cxx11ESt4spanIKcLm18446744073709551615EE
|
|
84965
84979
|
_ZNK5crdtp17DeserializerState6statusEv
|
|
84966
84980
|
_ZNK5crdtp22DeserializerDescriptor11DeserializeEPNS_17DeserializerStateEPv
|
|
84967
|
-
|
|
84981
|
+
_ZNK5crdtp22DeserializerDescriptor16DeserializeFieldEPNS_17DeserializerStateESt4spanIKcLm18446744073709551615EEPiPv
|
|
84968
84982
|
_ZNK5crdtp23IncomingDeferredMessage16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84969
84983
|
_ZNK5crdtp23IncomingDeferredMessage16MakeDeserializerEv
|
|
84970
84984
|
_ZNK5crdtp23OutgoingDeferredMessage16AppendSerializedEPSt6vectorIhSaIhEE
|
|
@@ -88248,6 +88262,7 @@ _ZNKSt7__cxx1112regex_traitsIcE18lookup_collatenameIPKcEENS_12basic_stringIcSt11
|
|
|
88248
88262
|
_ZNKSt7__cxx1113match_resultsIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISA_EEEE6formatISt20back_insert_iteratorIS9_EEET_SI_S4_S4_NSt15regex_constants15match_flag_typeE
|
|
88249
88263
|
_ZNKSt7__cxx1114regex_iteratorIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEEcNS_12regex_traitsIcEEEeqERKSD_
|
|
88250
88264
|
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_
|
|
88265
|
+
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St14_List_iteratorIS6_IS5_N4node9inspector12RequestEntryEEEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE4findERS7_
|
|
88251
88266
|
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_
|
|
88252
88267
|
_ZNKSt8_Rb_treeISt4pairImmES0_IKS1_bESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE4findERS2_
|
|
88253
88268
|
_ZNKSt8_Rb_treeISt5tupleIJN2v88internal11interpreter17BytecodeGenerator17FeedbackSlotCache8SlotKindEiPKvEESt4pairIKS9_iESt10_Select1stISC_ESt4lessIS9_ENS2_13ZoneAllocatorISC_EEE4findERSB_
|
|
@@ -88981,11 +88996,11 @@ _ZNSt17_Function_handlerIFvvEZN2v88internal8compiler22JSCallReducerAssembler18Th
|
|
|
88981
88996
|
_ZNSt17_Function_handlerIFvvEZN4node9inspector19NodeInspectorClient19startRepeatingTimerEdPFvPvES4_EUlvE_E10_M_managerERSt9_Any_dataRKS9_St18_Manager_operation
|
|
88982
88997
|
_ZNSt17_Function_handlerIFvvEZN4node9inspector19NodeInspectorClient19startRepeatingTimerEdPFvPvES4_EUlvE_E9_M_invokeERKSt9_Any_data
|
|
88983
88998
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEES5_EC1ESA_l
|
|
88984
|
-
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN5crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
88985
|
-
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN5crdtp4spanIhEESt10unique_ptrINS3_16DomainDispatcherESt14default_deleteIS7_EEESt6vectorISB_SaISB_EEEESB_EC1ESG_l
|
|
88986
88999
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
88987
89000
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEESt10unique_ptrINS3_16DomainDispatcherESt14default_deleteIS7_EEESt6vectorISB_SaISB_EEEESB_EC1ESG_l
|
|
88988
89001
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESt6vectorIS9_SaIS9_EEEES9_EC1ESE_l
|
|
89002
|
+
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairISt4spanIKhLm18446744073709551615EES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
89003
|
+
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairISt4spanIKhLm18446744073709551615EESt10unique_ptrIN5crdtp16DomainDispatcherESt14default_deleteIS8_EEESt6vectorISC_SaISC_EEEESC_EC1ESH_l
|
|
88989
89004
|
_ZNSt17_Temporary_bufferIPN2v88internal8compiler10turboshaft8SwitchOp4CaseES5_EC1ES6_l
|
|
88990
89005
|
_ZNSt17basic_string_viewIcSt11char_traitsIcEE13remove_prefixEm
|
|
88991
89006
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
@@ -89645,6 +89660,7 @@ _ZNSt6vectorIcSaIcEEC1ERKS1_
|
|
|
89645
89660
|
_ZNSt6vectorIjSaIjEE7reserveEm
|
|
89646
89661
|
_ZNSt6vectorIjSaIjEE9push_backERKj
|
|
89647
89662
|
_ZNSt7__cxx1110_List_baseIN2v88internal6torque5BlockESaIS4_EE8_M_clearEv
|
|
89663
|
+
_ZNSt7__cxx1110_List_baseISt4pairINS_12basic_stringIcSt11char_traitsIcESaIcEEEN4node9inspector12RequestEntryEESaISA_EE8_M_clearEv
|
|
89648
89664
|
_ZNSt7__cxx1111basic_regexIcNS_12regex_traitsIcEEED1Ev
|
|
89649
89665
|
_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEE10_M_disposeEv
|
|
89650
89666
|
_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEED1Ev
|
|
@@ -89712,9 +89728,6 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
|
|
|
89712
89728
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v88internal6torque6SymbolEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE24_M_get_insert_unique_posERS7_
|
|
89713
89729
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRPKcRKS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
89714
89730
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_
|
|
89715
|
-
_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_
|
|
89716
|
-
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_
|
|
89717
|
-
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_
|
|
89718
89731
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PKN2v88internal6torque13AggregateTypeEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
89719
89732
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE16_M_insert_uniqueIS8_EES6_ISt17_Rb_tree_iteratorIS8_EbEOT_
|
|
89720
89733
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJS6_IS5_S5_EEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_
|
|
@@ -89726,6 +89739,8 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S
|
|
|
89726
89739
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN6icu_7716SimpleDateFormatESt14default_deleteISA_EEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
89727
89740
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN6icu_7724DateTimePatternGeneratorESt14default_deleteISA_EEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
89728
89741
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN6icu_778CalendarESt14default_deleteISA_EEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
89742
|
+
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St14_List_iteratorIS6_IS5_N4node9inspector12RequestEntryEEEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
89743
|
+
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St14_List_iteratorIS6_IS5_N4node9inspector12RequestEntryEEEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE4findERS7_
|
|
89729
89744
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_
|
|
89730
89745
|
_ZNSt8_Rb_treeIP7x509_stS1_St9_IdentityIS1_EN4node6crypto8X509LessESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_
|
|
89731
89746
|
_ZNSt8_Rb_treeIPKN2v88internal12AstRawStringESt4pairIKS4_PKNS1_26SourceTextModuleDescriptor5EntryEESt10_Select1stISB_ESt4lessIS4_ENS1_13ZoneAllocatorISB_EEE17_M_emplace_uniqueIJS5_IS4_SA_EEEES5_ISt17_Rb_tree_iteratorISB_EbEDpOT_
|
|
@@ -89965,8 +89980,8 @@ _ZSt16__introsort_loopIPflN9__gnu_cxx5__ops15_Iter_comp_iterIPFbffEEEEvT_S7_T0_T
|
|
|
89965
89980
|
_ZSt16__introsort_loopIPtlN9__gnu_cxx5__ops15_Iter_comp_iterIPFbttEEEEvT_S7_T0_T1_
|
|
89966
89981
|
_ZSt16__merge_adaptiveIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEElS6_NS0_5__ops15_Iter_comp_iterIZNS4_17ModuleDecoderImpl19DecodeExportSectionEvEUlRKS5_SF_E_EEEvT_SI_SI_T0_SJ_T1_SJ_T2_
|
|
89967
89982
|
_ZSt16__merge_adaptiveIN9__gnu_cxx17__normal_iteratorIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESt6vectorIS9_SaIS9_EEEElSA_NS0_5__ops15_Iter_comp_iterIZNSt6ranges8__detail16__make_comp_projIZN3ada17url_search_params4sortEvEUlRKS9_SN_E_St8identityEEDaRT_RT0_EUlOSQ_OSS_E_EEEvSQ_SQ_SQ_SS_SS_T1_SS_T2_
|
|
89968
|
-
_ZSt17__rotate_adaptiveIN9__gnu_cxx17__normal_iteratorIPSt4pairIN5crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES7_lET_SC_SC_SC_T1_SD_T0_SD_
|
|
89969
89983
|
_ZSt17__rotate_adaptiveIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES7_lET_SC_SC_SC_T1_SD_T0_SD_
|
|
89984
|
+
_ZSt17__rotate_adaptiveIN9__gnu_cxx17__normal_iteratorIPSt4pairISt4spanIKhLm18446744073709551615EES5_ESt6vectorIS6_SaIS6_EEEES7_lET_SC_SC_SC_T1_SD_T0_SD_
|
|
89970
89985
|
_ZSt17__rotate_adaptiveIPN2v88internal8compiler10turboshaft8SwitchOp4CaseES6_lET_S7_S7_S7_T1_S8_T0_S8_
|
|
89971
89986
|
_ZSt17__rotate_adaptiveIPPN2v88internal10RegExpTreeES4_lET_S5_S5_S5_T1_S6_T0_S6_
|
|
89972
89987
|
_ZSt21__inplace_stable_sortIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNS4_17ModuleDecoderImpl19DecodeExportSectionEvEUlRKS5_SF_E_EEEvT_SI_T0_
|
|
@@ -94077,6 +94092,7 @@ _ZTVN4node6worker22WorkerHeapProfileTakerE
|
|
|
94077
94092
|
_ZTVN4node6worker23WorkerHeapSnapshotTakerE
|
|
94078
94093
|
_ZTVN4node6worker25WorkerHeapStatisticsTakerE
|
|
94079
94094
|
_ZTVN4node6worker5locks10LockHolderE
|
|
94095
|
+
_ZTVN4node6worker5locks4LockE
|
|
94080
94096
|
_ZTVN4node6worker6WorkerE
|
|
94081
94097
|
_ZTVN4node6worker7MessageE
|
|
94082
94098
|
_ZTVN4node7KVStoreE
|
|
@@ -97895,10 +97911,12 @@ _ZZN4node11IsolateData21set_a_record_templateEN2v85LocalINS1_18DictionaryTemplat
|
|
|
97895
97911
|
_ZZN4node11IsolateData21set_callsite_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97896
97912
|
_ZZN4node11IsolateData22set_cpu_usage_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97897
97913
|
_ZZN4node11IsolateData22set_env_proxy_templateEN2v85LocalINS1_14ObjectTemplateEEEE20error_and_abort_args
|
|
97914
|
+
_ZZN4node11IsolateData22set_lock_info_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97898
97915
|
_ZZN4node11IsolateData22set_mx_record_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97899
97916
|
_ZZN4node11IsolateData23set_caa_record_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97900
97917
|
_ZZN4node11IsolateData23set_cipherinfo_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97901
97918
|
_ZZN4node11IsolateData23set_fs_binding_templateEN2v85LocalINS1_14ObjectTemplateEEEE20error_and_abort_args
|
|
97919
|
+
_ZZN4node11IsolateData23set_lock_query_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97902
97920
|
_ZZN4node11IsolateData23set_page_stats_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97903
97921
|
_ZZN4node11IsolateData23set_soa_record_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
97904
97922
|
_ZZN4node11IsolateData23set_srv_record_templateEN2v85LocalINS1_18DictionaryTemplateEEEE20error_and_abort_args
|
|
@@ -98124,6 +98142,8 @@ _ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_RKiS4_EEENSt7__cxx1112basic_stringIcSt
|
|
|
98124
98142
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_E20error_and_abort_args_0
|
|
98125
98143
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
98126
98144
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
98145
|
+
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
98146
|
+
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
98127
98147
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
98128
98148
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args_0
|
|
98129
98149
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
@@ -98284,6 +98304,8 @@ _ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_tr
|
|
|
98284
98304
|
_ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_E20error_and_abort_args_0
|
|
98285
98305
|
_ZZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS9_EOT_DpOT0_E20error_and_abort_args
|
|
98286
98306
|
_ZZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS9_EOT_DpOT0_E20error_and_abort_args_0
|
|
98307
|
+
_ZZN4node11SPrintFImplIiJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
98308
|
+
_ZZN4node11SPrintFImplIiJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
98287
98309
|
_ZZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_E20error_and_abort_args
|
|
98288
98310
|
_ZZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_E20error_and_abort_args_0
|
|
98289
98311
|
_ZZN4node11SPrintFImplIiJRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_St17basic_string_viewIcSA_EOT_DpOT0_E20error_and_abort_args
|
|
@@ -98409,6 +98431,7 @@ _ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EE25AllocateSufficientSt
|
|
|
98409
98431
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm16EEixEmE20error_and_abort_args
|
|
98410
98432
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
98411
98433
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm256EEixEmE20error_and_abort_args
|
|
98434
|
+
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
98412
98435
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm32EEixEmE20error_and_abort_args
|
|
98413
98436
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EE25AllocateSufficientStorageEmE20error_and_abort_args
|
|
98414
98437
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm64EEixEmE20error_and_abort_args
|
package/include/node/node.h
CHANGED
|
@@ -1458,6 +1458,10 @@ NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
|
1458
1458
|
v8::Local<v8::Object> resource,
|
|
1459
1459
|
const char* name,
|
|
1460
1460
|
async_id trigger_async_id = -1);
|
|
1461
|
+
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1462
|
+
v8::Local<v8::Object> resource,
|
|
1463
|
+
std::string_view name,
|
|
1464
|
+
async_id trigger_async_id = -1);
|
|
1461
1465
|
|
|
1462
1466
|
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1463
1467
|
v8::Local<v8::Object> resource,
|
|
@@ -1553,6 +1557,10 @@ class NODE_EXTERN AsyncResource {
|
|
|
1553
1557
|
v8::Local<v8::Object> resource,
|
|
1554
1558
|
const char* name,
|
|
1555
1559
|
async_id trigger_async_id = -1);
|
|
1560
|
+
AsyncResource(v8::Isolate* isolate,
|
|
1561
|
+
v8::Local<v8::Object> resource,
|
|
1562
|
+
std::string_view name,
|
|
1563
|
+
async_id trigger_async_id = -1);
|
|
1556
1564
|
|
|
1557
1565
|
virtual ~AsyncResource();
|
|
1558
1566
|
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -333,7 +333,7 @@ The file used to store localStorage data.
|
|
|
333
333
|
Specify the maximum size of HTTP headers in bytes. Defaults to 16 KiB.
|
|
334
334
|
.
|
|
335
335
|
.It Fl -max-old-space-size-percentage Ns = Ns Ar percentage
|
|
336
|
-
Sets the
|
|
336
|
+
Sets the maximum memory size of V8's old memory section as a percentage of available system memory.
|
|
337
337
|
This flag takes precedence over
|
|
338
338
|
.Fl -max-old-space-size
|
|
339
339
|
when both are specified.
|
|
@@ -341,6 +341,10 @@ The
|
|
|
341
341
|
.Ar percentage
|
|
342
342
|
parameter must be a number greater than 0 and up to 100, representing the percentage
|
|
343
343
|
of available system memory to allocate to the V8 heap.
|
|
344
|
+
.Pp
|
|
345
|
+
Note: This flag utilizes
|
|
346
|
+
.Fl -max-old-space-size ,
|
|
347
|
+
which may be unreliable on 32-bit platforms due to integer overflow issues.
|
|
344
348
|
.
|
|
345
349
|
.It Fl -napi-modules
|
|
346
350
|
This option is a no-op.
|