node-aix-ppc64 25.1.0 → 25.2.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 +144 -0
- package/README.md +4 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +0 -1
- package/include/node/js_native_api.h +11 -28
- package/include/node/js_native_api_types.h +28 -0
- package/include/node/node.exp +76 -55
- package/include/node/node.h +0 -1
- package/include/node/node_api.h +0 -4
- package/include/node/node_api_types.h +4 -0
- package/include/node/node_version.h +2 -2
- package/include/node/v8-statistics.h +8 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#25.2.1">25.2.1</a><br/>
|
|
12
|
+
<a href="#25.2.0">25.2.0</a><br/>
|
|
11
13
|
<a href="#25.1.0">25.1.0</a><br/>
|
|
12
14
|
<a href="#25.0.0">25.0.0</a><br/>
|
|
13
15
|
</td>
|
|
@@ -41,6 +43,148 @@
|
|
|
41
43
|
* [io.js](CHANGELOG_IOJS.md)
|
|
42
44
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
43
45
|
|
|
46
|
+
<a id="25.2.1"></a>
|
|
47
|
+
|
|
48
|
+
## 2025-11-17, Version 25.2.1 (Current), @aduh95
|
|
49
|
+
|
|
50
|
+
### Notable Changes
|
|
51
|
+
|
|
52
|
+
### Commits
|
|
53
|
+
|
|
54
|
+
* \[[`ff89b7b6c7`](https://github.com/nodejs/node/commit/ff89b7b6c7)] - **crypto**: ensure documented RSA-PSS saltLength default is used (Filip Skokan) [#60662](https://github.com/nodejs/node/pull/60662)
|
|
55
|
+
* \[[`5316b580eb`](https://github.com/nodejs/node/commit/5316b580eb)] - **deps**: V8: backport 2e4c5cf9b112 (Michaël Zasso) [#60654](https://github.com/nodejs/node/pull/60654)
|
|
56
|
+
* \[[`ca878bc90e`](https://github.com/nodejs/node/commit/ca878bc90e)] - **doc,src,lib**: clarify experimental status of Web Storage support (Antoine du Hamel) [#60708](https://github.com/nodejs/node/pull/60708)
|
|
57
|
+
* \[[`a4dee613fd`](https://github.com/nodejs/node/commit/a4dee613fd)] - _**Revert**_ "**lib**: throw from localStorage getter on missing storage path" (Antoine du Hamel) [#60750](https://github.com/nodejs/node/pull/60750)
|
|
58
|
+
|
|
59
|
+
<a id="25.2.0"></a>
|
|
60
|
+
|
|
61
|
+
## 2025-11-11, Version 25.2.0 (Current), @aduh95
|
|
62
|
+
|
|
63
|
+
### Notable Changes
|
|
64
|
+
|
|
65
|
+
* \[[`a37c01e6a1`](https://github.com/nodejs/node/commit/a37c01e6a1)] - **(SEMVER-MINOR)** **lib**: add options to util.deprecate (Rafael Gonzaga) [#59982](https://github.com/nodejs/node/pull/59982)
|
|
66
|
+
* \[[`4fbb1ab101`](https://github.com/nodejs/node/commit/4fbb1ab101)] - **lib**: throw from localStorage getter on missing storage path (René) [#60351](https://github.com/nodejs/node/pull/60351)
|
|
67
|
+
* \[[`727560a96d`](https://github.com/nodejs/node/commit/727560a96d)] - **(SEMVER-MINOR)** **module**: mark type stripping as stable (Marco Ippolito) [#60600](https://github.com/nodejs/node/pull/60600)
|
|
68
|
+
* \[[`506b79e888`](https://github.com/nodejs/node/commit/506b79e888)] - **(SEMVER-MINOR)** **net**: increase network family autoselection timeout to 500ms (Rod Vagg) [#60334](https://github.com/nodejs/node/pull/60334)
|
|
69
|
+
* \[[`166c72ec02`](https://github.com/nodejs/node/commit/166c72ec02)] - **(SEMVER-MINOR)** **node-api**: add napi\_create\_object\_with\_properties (Miguel Marcondes Filho) [#59953](https://github.com/nodejs/node/pull/59953)
|
|
70
|
+
* \[[`399b340022`](https://github.com/nodejs/node/commit/399b340022)] - **(SEMVER-MINOR)** **v8**: adding total\_allocated\_bytes to HeapStatistics (Caio Lima) [#60573](https://github.com/nodejs/node/pull/60573)
|
|
71
|
+
|
|
72
|
+
### Commits
|
|
73
|
+
|
|
74
|
+
* \[[`d5158a0a2d`](https://github.com/nodejs/node/commit/d5158a0a2d)] - **benchmark**: focus on import.meta intialization in import-meta benchmark (Joyee Cheung) [#60603](https://github.com/nodejs/node/pull/60603)
|
|
75
|
+
* \[[`26a5305fa9`](https://github.com/nodejs/node/commit/26a5305fa9)] - **benchmark**: add per-suite setup option (Joyee Cheung) [#60574](https://github.com/nodejs/node/pull/60574)
|
|
76
|
+
* \[[`4810e4b82d`](https://github.com/nodejs/node/commit/4810e4b82d)] - **buffer**: speed up concat via TypedArray#set (Gürgün Dayıoğlu) [#60399](https://github.com/nodejs/node/pull/60399)
|
|
77
|
+
* \[[`94a94a6b3a`](https://github.com/nodejs/node/commit/94a94a6b3a)] - **console**: optimize single-string logging (Gürgün Dayıoğlu) [#60422](https://github.com/nodejs/node/pull/60422)
|
|
78
|
+
* \[[`ad376c31db`](https://github.com/nodejs/node/commit/ad376c31db)] - **crypto**: fix argument validation in crypto.timingSafeEqual fast path (Joyee Cheung) [#60538](https://github.com/nodejs/node/pull/60538)
|
|
79
|
+
* \[[`dc38a45a55`](https://github.com/nodejs/node/commit/dc38a45a55)] - **debugger**: fix event listener leak in the run command (Joyee Cheung) [#60464](https://github.com/nodejs/node/pull/60464)
|
|
80
|
+
* \[[`a61e5d8e05`](https://github.com/nodejs/node/commit/a61e5d8e05)] - **deps**: call OPENSSL\_free after ANS1\_STRING\_to\_UTF8 (Rafael Gonzaga) [#60609](https://github.com/nodejs/node/pull/60609)
|
|
81
|
+
* \[[`51e5030afa`](https://github.com/nodejs/node/commit/51e5030afa)] - **deps**: nghttp2: revert 7784fa979d0b (Antoine du Hamel) [#59790](https://github.com/nodejs/node/pull/59790)
|
|
82
|
+
* \[[`eef838f499`](https://github.com/nodejs/node/commit/eef838f499)] - **deps**: update nghttp2 to 1.67.1 (nodejs-github-bot) [#59790](https://github.com/nodejs/node/pull/59790)
|
|
83
|
+
* \[[`13120a43d4`](https://github.com/nodejs/node/commit/13120a43d4)] - **deps**: update simdjson to 4.1.0 (Node.js GitHub Bot) [#60542](https://github.com/nodejs/node/pull/60542)
|
|
84
|
+
* \[[`6e1b23dab8`](https://github.com/nodejs/node/commit/6e1b23dab8)] - **deps**: update corepack to 0.34.2 (Node.js GitHub Bot) [#60550](https://github.com/nodejs/node/pull/60550)
|
|
85
|
+
* \[[`a02e05c486`](https://github.com/nodejs/node/commit/a02e05c486)] - **deps**: update amaro to 1.1.5 (Node.js GitHub Bot) [#60541](https://github.com/nodejs/node/pull/60541)
|
|
86
|
+
* \[[`b9ba3a7947`](https://github.com/nodejs/node/commit/b9ba3a7947)] - **deps**: V8: backport fe81545e6d14 (Caio Lima) [#60429](https://github.com/nodejs/node/pull/60429)
|
|
87
|
+
* \[[`07bcd28494`](https://github.com/nodejs/node/commit/07bcd28494)] - **deps**: V8: cherry-pick 7ef6a001762 (Xiao-Tao) [#60259](https://github.com/nodejs/node/pull/60259)
|
|
88
|
+
* \[[`3e11658243`](https://github.com/nodejs/node/commit/3e11658243)] - **doc**: update Collaborators list to reflect hybrist handle change (Antoine du Hamel) [#60650](https://github.com/nodejs/node/pull/60650)
|
|
89
|
+
* \[[`b8e40e4d38`](https://github.com/nodejs/node/commit/b8e40e4d38)] - **doc**: fix link in `--env-file=file` section (N. Bighetti) [#60563](https://github.com/nodejs/node/pull/60563)
|
|
90
|
+
* \[[`9558c1c0df`](https://github.com/nodejs/node/commit/9558c1c0df)] - **doc**: fix linter issues (Antoine du Hamel) [#60636](https://github.com/nodejs/node/pull/60636)
|
|
91
|
+
* \[[`cdf70de563`](https://github.com/nodejs/node/commit/cdf70de563)] - **doc**: add missing history entry for `sqlite.md` (Antoine du Hamel) [#60607](https://github.com/nodejs/node/pull/60607)
|
|
92
|
+
* \[[`e3c5dcf1ea`](https://github.com/nodejs/node/commit/e3c5dcf1ea)] - **doc**: correct values/references for buffer.kMaxLength (René) [#60305](https://github.com/nodejs/node/pull/60305)
|
|
93
|
+
* \[[`a25d76c924`](https://github.com/nodejs/node/commit/a25d76c924)] - **doc**: recommend events.once to manage 'close' event (Dan Fabulich) [#60017](https://github.com/nodejs/node/pull/60017)
|
|
94
|
+
* \[[`795f32bf91`](https://github.com/nodejs/node/commit/795f32bf91)] - **doc**: highlight module loading difference between import and require (Ajay A) [#59815](https://github.com/nodejs/node/pull/59815)
|
|
95
|
+
* \[[`212775410b`](https://github.com/nodejs/node/commit/212775410b)] - **doc**: add CJS code snippets in `sqlite.md` (Allon Murienik) [#60395](https://github.com/nodejs/node/pull/60395)
|
|
96
|
+
* \[[`263c06096d`](https://github.com/nodejs/node/commit/263c06096d)] - **doc**: fix typo in `process.unref` documentation (우혁) [#59698](https://github.com/nodejs/node/pull/59698)
|
|
97
|
+
* \[[`356bdae408`](https://github.com/nodejs/node/commit/356bdae408)] - **doc**: add some entries to `glossary.md` (Mohataseem Khan) [#59277](https://github.com/nodejs/node/pull/59277)
|
|
98
|
+
* \[[`9632c398de`](https://github.com/nodejs/node/commit/9632c398de)] - **doc**: improve agent.createConnection docs for http and https agents (JaeHo Jang) [#58205](https://github.com/nodejs/node/pull/58205)
|
|
99
|
+
* \[[`f72880dbe3`](https://github.com/nodejs/node/commit/f72880dbe3)] - **doc**: fix pseudo code in modules.md (chirsz) [#57677](https://github.com/nodejs/node/pull/57677)
|
|
100
|
+
* \[[`a9c70cefe8`](https://github.com/nodejs/node/commit/a9c70cefe8)] - **doc**: add missing variable in code snippet (Koushil Mankali) [#55478](https://github.com/nodejs/node/pull/55478)
|
|
101
|
+
* \[[`2892d151d4`](https://github.com/nodejs/node/commit/2892d151d4)] - **doc**: add missing word in `single-executable-applications.md` (Konstantin Tsabolov) [#53864](https://github.com/nodejs/node/pull/53864)
|
|
102
|
+
* \[[`9c99ab6571`](https://github.com/nodejs/node/commit/9c99ab6571)] - **doc**: fix typo in http.md (Michael Solomon) [#59354](https://github.com/nodejs/node/pull/59354)
|
|
103
|
+
* \[[`3446cf375f`](https://github.com/nodejs/node/commit/3446cf375f)] - **doc**: update devcontainer.json and add documentation (Joyee Cheung) [#60472](https://github.com/nodejs/node/pull/60472)
|
|
104
|
+
* \[[`519c537875`](https://github.com/nodejs/node/commit/519c537875)] - **doc**: add haramj as triager (Haram Jeong) [#60348](https://github.com/nodejs/node/pull/60348)
|
|
105
|
+
* \[[`62889d7e99`](https://github.com/nodejs/node/commit/62889d7e99)] - **doc**: clarify require(esm) description (dynst) [#60520](https://github.com/nodejs/node/pull/60520)
|
|
106
|
+
* \[[`0b9ef68705`](https://github.com/nodejs/node/commit/0b9ef68705)] - **doc**: instantiate resolver object (Donghoon Nam) [#60476](https://github.com/nodejs/node/pull/60476)
|
|
107
|
+
* \[[`cd5c1ad29f`](https://github.com/nodejs/node/commit/cd5c1ad29f)] - **doc**: correct module loading descriptions (Joyee Cheung) [#60346](https://github.com/nodejs/node/pull/60346)
|
|
108
|
+
* \[[`74719dad7a`](https://github.com/nodejs/node/commit/74719dad7a)] - **doc**: clarify Linux runtime requirements for >=25 (Joyee Cheung) [#60484](https://github.com/nodejs/node/pull/60484)
|
|
109
|
+
* \[[`ca39540785`](https://github.com/nodejs/node/commit/ca39540785)] - **doc**: clarify --use-system-ca support status (Joyee Cheung) [#60340](https://github.com/nodejs/node/pull/60340)
|
|
110
|
+
* \[[`dbf204c714`](https://github.com/nodejs/node/commit/dbf204c714)] - **doc,crypto**: link keygen to supported types (Filip Skokan) [#60585](https://github.com/nodejs/node/pull/60585)
|
|
111
|
+
* \[[`3bcf86d56d`](https://github.com/nodejs/node/commit/3bcf86d56d)] - **esm**: use sync loading/resolving on non-loader-hook thread (Joyee Cheung) [#60380](https://github.com/nodejs/node/pull/60380)
|
|
112
|
+
* \[[`69b3d2c845`](https://github.com/nodejs/node/commit/69b3d2c845)] - **http**: replace startsWith with strict equality (btea) [#59394](https://github.com/nodejs/node/pull/59394)
|
|
113
|
+
* \[[`a38e2f5975`](https://github.com/nodejs/node/commit/a38e2f5975)] - **http2**: add diagnostics channels for client stream request body (Darshan Sen) [#60480](https://github.com/nodejs/node/pull/60480)
|
|
114
|
+
* \[[`c047e73a00`](https://github.com/nodejs/node/commit/c047e73a00)] - **inspector**: inspect HTTP response body (Chengzhong Wu) [#60572](https://github.com/nodejs/node/pull/60572)
|
|
115
|
+
* \[[`d2087bae92`](https://github.com/nodejs/node/commit/d2087bae92)] - **inspector**: support inspecting HTTP/2 request and response bodies (Darshan Sen) [#60483](https://github.com/nodejs/node/pull/60483)
|
|
116
|
+
* \[[`003121c475`](https://github.com/nodejs/node/commit/003121c475)] - **inspector**: fix crash when receiving non json message (Shima Ryuhei) [#60388](https://github.com/nodejs/node/pull/60388)
|
|
117
|
+
* \[[`a37c01e6a1`](https://github.com/nodejs/node/commit/a37c01e6a1)] - **(SEMVER-MINOR)** **lib**: add options to util.deprecate (Rafael Gonzaga) [#59982](https://github.com/nodejs/node/pull/59982)
|
|
118
|
+
* \[[`219d2e978d`](https://github.com/nodejs/node/commit/219d2e978d)] - **lib**: replace global SharedArrayBuffer constructor with bound method (Renegade334) [#60497](https://github.com/nodejs/node/pull/60497)
|
|
119
|
+
* \[[`4fbb1ab101`](https://github.com/nodejs/node/commit/4fbb1ab101)] - **lib**: throw from localStorage getter on missing storage path (René) [#60351](https://github.com/nodejs/node/pull/60351)
|
|
120
|
+
* \[[`ca8934f44d`](https://github.com/nodejs/node/commit/ca8934f44d)] - **meta**: bump cachix/install-nix-action from 31.6.1 to 31.8.2 (dependabot\[bot]) [#60534](https://github.com/nodejs/node/pull/60534)
|
|
121
|
+
* \[[`166490230a`](https://github.com/nodejs/node/commit/166490230a)] - **meta**: bump github/codeql-action from 3.30.5 to 4.31.2 (dependabot\[bot]) [#60533](https://github.com/nodejs/node/pull/60533)
|
|
122
|
+
* \[[`b722236a12`](https://github.com/nodejs/node/commit/b722236a12)] - **meta**: bump actions/download-artifact from 5.0.0 to 6.0.0 (dependabot\[bot]) [#60532](https://github.com/nodejs/node/pull/60532)
|
|
123
|
+
* \[[`3314b0bc60`](https://github.com/nodejs/node/commit/3314b0bc60)] - **meta**: bump actions/upload-artifact from 4.6.2 to 5.0.0 (dependabot\[bot]) [#60531](https://github.com/nodejs/node/pull/60531)
|
|
124
|
+
* \[[`d1d9891feb`](https://github.com/nodejs/node/commit/d1d9891feb)] - **meta**: bump actions/github-script from 7.0.1 to 8.0.0 (dependabot\[bot]) [#60530](https://github.com/nodejs/node/pull/60530)
|
|
125
|
+
* \[[`995596a34f`](https://github.com/nodejs/node/commit/995596a34f)] - **meta**: bump actions/setup-node from 5.0.0 to 6.0.0 (dependabot\[bot]) [#60529](https://github.com/nodejs/node/pull/60529)
|
|
126
|
+
* \[[`b60157a0fe`](https://github.com/nodejs/node/commit/b60157a0fe)] - **meta**: bump actions/stale from 10.0.0 to 10.1.0 (dependabot\[bot]) [#60528](https://github.com/nodejs/node/pull/60528)
|
|
127
|
+
* \[[`07fa6c9081`](https://github.com/nodejs/node/commit/07fa6c9081)] - **meta**: call `create-release-post.yml` post release (Aviv Keller) [#60366](https://github.com/nodejs/node/pull/60366)
|
|
128
|
+
* \[[`727560a96d`](https://github.com/nodejs/node/commit/727560a96d)] - **(SEMVER-MINOR)** **module**: mark type stripping as stable (Marco Ippolito) [#60600](https://github.com/nodejs/node/pull/60600)
|
|
129
|
+
* \[[`506b79e888`](https://github.com/nodejs/node/commit/506b79e888)] - **(SEMVER-MINOR)** **net**: increase network family autoselection timeout to 500ms (Rod Vagg) [#60334](https://github.com/nodejs/node/pull/60334)
|
|
130
|
+
* \[[`166c72ec02`](https://github.com/nodejs/node/commit/166c72ec02)] - **(SEMVER-MINOR)** **node-api**: add napi\_create\_object\_with\_properties (Miguel Marcondes Filho) [#59953](https://github.com/nodejs/node/pull/59953)
|
|
131
|
+
* \[[`6ab83cf979`](https://github.com/nodejs/node/commit/6ab83cf979)] - **node-api**: use local files for instanceof test (Vladimir Morozov) [#60190](https://github.com/nodejs/node/pull/60190)
|
|
132
|
+
* \[[`3671851879`](https://github.com/nodejs/node/commit/3671851879)] - **perf\_hooks**: move non-standard performance properties to perf\_hooks (Chengzhong Wu) [#60370](https://github.com/nodejs/node/pull/60370)
|
|
133
|
+
* \[[`6ddee4a7ed`](https://github.com/nodejs/node/commit/6ddee4a7ed)] - **repl**: fix pasting after moving the cursor to the left (Ruben Bridgewater) [#60470](https://github.com/nodejs/node/pull/60470)
|
|
134
|
+
* \[[`edc3033905`](https://github.com/nodejs/node/commit/edc3033905)] - **sqlite,doc**: fix StatementSync section (Edy Silva) [#60474](https://github.com/nodejs/node/pull/60474)
|
|
135
|
+
* \[[`e9b68e60d4`](https://github.com/nodejs/node/commit/e9b68e60d4)] - **src**: move import.meta initializer to native land (Joyee Cheung) [#60603](https://github.com/nodejs/node/pull/60603)
|
|
136
|
+
* \[[`0ebf839a4f`](https://github.com/nodejs/node/commit/0ebf839a4f)] - **src**: use CP\_UTF8 for wide file names on win32 (Fedor Indutny) [#60575](https://github.com/nodejs/node/pull/60575)
|
|
137
|
+
* \[[`a31ad37714`](https://github.com/nodejs/node/commit/a31ad37714)] - **src**: show original file name in FileHandle GC close errors (Anna Henningsen) [#60593](https://github.com/nodejs/node/pull/60593)
|
|
138
|
+
* \[[`a6c221324b`](https://github.com/nodejs/node/commit/a6c221324b)] - **src**: avoid C strings in more C++ exception throws (Anna Henningsen) [#60592](https://github.com/nodejs/node/pull/60592)
|
|
139
|
+
* \[[`fdff838ce3`](https://github.com/nodejs/node/commit/fdff838ce3)] - **src**: add internal binding for constructing SharedArrayBuffers (Renegade334) [#60497](https://github.com/nodejs/node/pull/60497)
|
|
140
|
+
* \[[`4385b0b65f`](https://github.com/nodejs/node/commit/4385b0b65f)] - **src**: move `napi_addon_register_func` to `node_api_types.h` (Anna Henningsen) [#60512](https://github.com/nodejs/node/pull/60512)
|
|
141
|
+
* \[[`de78da7887`](https://github.com/nodejs/node/commit/de78da7887)] - **src**: move Node-API version detection to where it is used (Anna Henningsen) [#60512](https://github.com/nodejs/node/pull/60512)
|
|
142
|
+
* \[[`b606d46c3f`](https://github.com/nodejs/node/commit/b606d46c3f)] - **src**: remove unconditional NAPI\_EXPERIMENTAL in node.h (Chengzhong Wu) [#60345](https://github.com/nodejs/node/pull/60345)
|
|
143
|
+
* \[[`5941341889`](https://github.com/nodejs/node/commit/5941341889)] - **src**: clean up generic counter implementation (Anna Henningsen) [#60447](https://github.com/nodejs/node/pull/60447)
|
|
144
|
+
* \[[`7015f30e62`](https://github.com/nodejs/node/commit/7015f30e62)] - **src**: add enum handle for ToStringHelper + formatting (Burkov Egor) [#56829](https://github.com/nodejs/node/pull/56829)
|
|
145
|
+
* \[[`39dfcbad6e`](https://github.com/nodejs/node/commit/39dfcbad6e)] - **stream**: don't try to read more if reading (Robert Nagy) [#60454](https://github.com/nodejs/node/pull/60454)
|
|
146
|
+
* \[[`ee333c9177`](https://github.com/nodejs/node/commit/ee333c9177)] - **test**: deflake test-perf-hooks-timerify-histogram-sync (Joyee Cheung) [#60639](https://github.com/nodejs/node/pull/60639)
|
|
147
|
+
* \[[`f0d81c91e7`](https://github.com/nodejs/node/commit/f0d81c91e7)] - **test**: apply a delay to `watch-mode-kill-signal` tests (Joyee Cheung) [#60610](https://github.com/nodejs/node/pull/60610)
|
|
148
|
+
* \[[`68791e2ccc`](https://github.com/nodejs/node/commit/68791e2ccc)] - **test**: async iife in repl (Tony Gorez) [#44878](https://github.com/nodejs/node/pull/44878)
|
|
149
|
+
* \[[`c4eb9c3383`](https://github.com/nodejs/node/commit/c4eb9c3383)] - **test**: parallelize sea tests when there's enough disk space (Joyee Cheung) [#60604](https://github.com/nodejs/node/pull/60604)
|
|
150
|
+
* \[[`be8c4172d9`](https://github.com/nodejs/node/commit/be8c4172d9)] - **test**: only show overridden env in child process failures (Joyee Cheung) [#60556](https://github.com/nodejs/node/pull/60556)
|
|
151
|
+
* \[[`8cae858f88`](https://github.com/nodejs/node/commit/8cae858f88)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60498](https://github.com/nodejs/node/pull/60498)
|
|
152
|
+
* \[[`759d69331e`](https://github.com/nodejs/node/commit/759d69331e)] - **test**: ensure assertions are reachable in `test/es-module` (Antoine du Hamel) [#60501](https://github.com/nodejs/node/pull/60501)
|
|
153
|
+
* \[[`6aaf18c333`](https://github.com/nodejs/node/commit/6aaf18c333)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60485](https://github.com/nodejs/node/pull/60485)
|
|
154
|
+
* \[[`bc41acf087`](https://github.com/nodejs/node/commit/bc41acf087)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60500](https://github.com/nodejs/node/pull/60500)
|
|
155
|
+
* \[[`22fd621daf`](https://github.com/nodejs/node/commit/22fd621daf)] - **test**: split test-perf-hooks-timerify (Joyee Cheung) [#60568](https://github.com/nodejs/node/pull/60568)
|
|
156
|
+
* \[[`5efe4f722e`](https://github.com/nodejs/node/commit/5efe4f722e)] - **test**: add more logs to test-esm-loader-hooks-inspect-wait (Joyee Cheung) [#60466](https://github.com/nodejs/node/pull/60466)
|
|
157
|
+
* \[[`2a57268f34`](https://github.com/nodejs/node/commit/2a57268f34)] - **test**: mark stringbytes-external-exceed-max tests as flaky on AIX (Joyee Cheung) [#60565](https://github.com/nodejs/node/pull/60565)
|
|
158
|
+
* \[[`2c199f7f61`](https://github.com/nodejs/node/commit/2c199f7f61)] - **test**: split test-esm-wasm.js (Joyee Cheung) [#60491](https://github.com/nodejs/node/pull/60491)
|
|
159
|
+
* \[[`bc8f7db5bb`](https://github.com/nodejs/node/commit/bc8f7db5bb)] - **test**: correct conditional secure heap flags test (Shelley Vohr) [#60385](https://github.com/nodejs/node/pull/60385)
|
|
160
|
+
* \[[`3bf42a5dd3`](https://github.com/nodejs/node/commit/3bf42a5dd3)] - **test**: spin longer on flaky platforms for test-worker-prof (Joyee Cheung) [#60492](https://github.com/nodejs/node/pull/60492)
|
|
161
|
+
* \[[`eca6227e7e`](https://github.com/nodejs/node/commit/eca6227e7e)] - **test**: ensure assertions are reachable in `test/internet` (Antoine du Hamel) [#60513](https://github.com/nodejs/node/pull/60513)
|
|
162
|
+
* \[[`313983453b`](https://github.com/nodejs/node/commit/313983453b)] - **test**: fix flaky test-watch-mode-kill-signal-\* (Joyee Cheung) [#60443](https://github.com/nodejs/node/pull/60443)
|
|
163
|
+
* \[[`ccc26377b5`](https://github.com/nodejs/node/commit/ccc26377b5)] - **test**: capture stack trace in debugger timeout errors (Joyee Cheung) [#60457](https://github.com/nodejs/node/pull/60457)
|
|
164
|
+
* \[[`12e9213a24`](https://github.com/nodejs/node/commit/12e9213a24)] - **test**: ensure assertions are reachable in `test/sequential` (Antoine du Hamel) [#60412](https://github.com/nodejs/node/pull/60412)
|
|
165
|
+
* \[[`781a2661de`](https://github.com/nodejs/node/commit/781a2661de)] - **test**: ensure assertions are reachable in more folders (Antoine du Hamel) [#60411](https://github.com/nodejs/node/pull/60411)
|
|
166
|
+
* \[[`1e979e6eb7`](https://github.com/nodejs/node/commit/1e979e6eb7)] - **test**: split test-runner-watch-mode (Joyee Cheung) [#60391](https://github.com/nodejs/node/pull/60391)
|
|
167
|
+
* \[[`8c31cbb99b`](https://github.com/nodejs/node/commit/8c31cbb99b)] - **test**: move test-runner-watch-mode helper into common (Joyee Cheung) [#60391](https://github.com/nodejs/node/pull/60391)
|
|
168
|
+
* \[[`c94c6555cc`](https://github.com/nodejs/node/commit/c94c6555cc)] - **test,crypto**: handle a few more BoringSSL tests (Shelley Vohr) [#59030](https://github.com/nodejs/node/pull/59030)
|
|
169
|
+
* \[[`fd63c27444`](https://github.com/nodejs/node/commit/fd63c27444)] - **test,crypto**: update x448 and ed448 expectation when on boringssl (Shelley Vohr) [#60387](https://github.com/nodejs/node/pull/60387)
|
|
170
|
+
* \[[`bf0de92446`](https://github.com/nodejs/node/commit/bf0de92446)] - **tls**: fix leak on invalid protocol method (Shelley Vohr) [#60427](https://github.com/nodejs/node/pull/60427)
|
|
171
|
+
* \[[`7e8373b378`](https://github.com/nodejs/node/commit/7e8373b378)] - **tools**: replace invalid expression in dependabot config (Riddhi) [#60649](https://github.com/nodejs/node/pull/60649)
|
|
172
|
+
* \[[`ac08760547`](https://github.com/nodejs/node/commit/ac08760547)] - **tools**: extract Nix dependency lists to separate files (Antoine du Hamel) [#60495](https://github.com/nodejs/node/pull/60495)
|
|
173
|
+
* \[[`ae91a6cc3a`](https://github.com/nodejs/node/commit/ae91a6cc3a)] - **tools**: only add test reporter args when node:test is used (Joyee Cheung) [#60551](https://github.com/nodejs/node/pull/60551)
|
|
174
|
+
* \[[`97ed560222`](https://github.com/nodejs/node/commit/97ed560222)] - **tools**: skip unaffected GHA jobs for changes in `test/internet` (Antoine du Hamel) [#60517](https://github.com/nodejs/node/pull/60517)
|
|
175
|
+
* \[[`44ca97b404`](https://github.com/nodejs/node/commit/44ca97b404)] - **tools**: fix update-icu script (Michaël Zasso) [#60521](https://github.com/nodejs/node/pull/60521)
|
|
176
|
+
* \[[`07b0b5a5ba`](https://github.com/nodejs/node/commit/07b0b5a5ba)] - **tools**: fix linter for semver-major release proposals (Antoine du Hamel) [#60481](https://github.com/nodejs/node/pull/60481)
|
|
177
|
+
* \[[`97d74224c3`](https://github.com/nodejs/node/commit/97d74224c3)] - **tools**: fix failing release-proposal linter for LTS transitions (Antoine du Hamel) [#60465](https://github.com/nodejs/node/pull/60465)
|
|
178
|
+
* \[[`019af5bc27`](https://github.com/nodejs/node/commit/019af5bc27)] - **tools**: skip running test-shared on deps changes (Antoine du Hamel) [#60433](https://github.com/nodejs/node/pull/60433)
|
|
179
|
+
* \[[`3ec9764151`](https://github.com/nodejs/node/commit/3ec9764151)] - **tools**: pin OpenSSL to 3.5.4 on test-shared workflow (Antoine du Hamel) [#60428](https://github.com/nodejs/node/pull/60428)
|
|
180
|
+
* \[[`fe2d6d44d4`](https://github.com/nodejs/node/commit/fe2d6d44d4)] - **tools**: remove undici from daily wpt.fyi job (Filip Skokan) [#60444](https://github.com/nodejs/node/pull/60444)
|
|
181
|
+
* \[[`d09ba98398`](https://github.com/nodejs/node/commit/d09ba98398)] - **tools**: document that nixpkgs updates should not be backported (Antoine du Hamel) [#60431](https://github.com/nodejs/node/pull/60431)
|
|
182
|
+
* \[[`7fc99319e7`](https://github.com/nodejs/node/commit/7fc99319e7)] - **tools**: do not use short hashes for deps versioning to avoid collision (Antoine du Hamel) [#60407](https://github.com/nodejs/node/pull/60407)
|
|
183
|
+
* \[[`815edb0c3a`](https://github.com/nodejs/node/commit/815edb0c3a)] - **tools,doc**: update JavaScript primitive types to match MDN Web Docs (JustApple) [#60581](https://github.com/nodejs/node/pull/60581)
|
|
184
|
+
* \[[`6877139a2d`](https://github.com/nodejs/node/commit/6877139a2d)] - **util**: fix stylize of special properties in inspect (Ge Gao) [#60479](https://github.com/nodejs/node/pull/60479)
|
|
185
|
+
* \[[`399b340022`](https://github.com/nodejs/node/commit/399b340022)] - **(SEMVER-MINOR)** **v8**: adding total\_allocated\_bytes to HeapStatistics (Caio Lima) [#60573](https://github.com/nodejs/node/pull/60573)
|
|
186
|
+
* \[[`d64795b318`](https://github.com/nodejs/node/commit/d64795b318)] - **watch**: fix interaction with multiple env files (Marco Ippolito) [#60605](https://github.com/nodejs/node/pull/60605)
|
|
187
|
+
|
|
44
188
|
<a id="25.1.0"></a>
|
|
45
189
|
|
|
46
190
|
## 2025-10-28, Version 25.1.0 (Current), @aduh95
|
package/README.md
CHANGED
|
@@ -345,6 +345,8 @@ For information about the governance of the Node.js project, see
|
|
|
345
345
|
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
346
346
|
* [himself65](https://github.com/himself65) -
|
|
347
347
|
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
348
|
+
* [hybrist](https://github.com/hybrist) -
|
|
349
|
+
**Jan Martin** <<jan.krems@gmail.com>> (he/him)
|
|
348
350
|
* [IlyasShabi](https://github.com/IlyasShabi) -
|
|
349
351
|
**Ilyas Shabi** <<ilyasshabi94@gmail.com>> (he/him)
|
|
350
352
|
* [islandryu](https://github.com/islandryu) -
|
|
@@ -357,8 +359,6 @@ For information about the governance of the Node.js project, see
|
|
|
357
359
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
358
360
|
* [jazelly](https://github.com/jazelly) -
|
|
359
361
|
**Jason Zhang** <<xzha4350@gmail.com>> (he/him)
|
|
360
|
-
* [jkrems](https://github.com/jkrems) -
|
|
361
|
-
**Jan Martin** <<jan.krems@gmail.com>> (he/him)
|
|
362
362
|
* [JonasBa](https://github.com/JonasBa) -
|
|
363
363
|
**Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
|
|
364
364
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
@@ -755,6 +755,8 @@ maintaining the Node.js project.
|
|
|
755
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
756
756
|
* [gurgunday](https://github.com/gurgunday) -
|
|
757
757
|
**Gürgün Dayıoğlu** <<hey@gurgun.day>>
|
|
758
|
+
* [haramj](https://github.com/haramj) -
|
|
759
|
+
**Haram Jeong** <<haramj.dev@gmail.com>>
|
|
758
760
|
* [HBSPS](https://github.com/HBSPS) -
|
|
759
761
|
**Wiyeong Seo** <<hbsps.dev@gmail.com>>
|
|
760
762
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -239,7 +239,6 @@
|
|
|
239
239
|
'lib/internal/modules/esm/formats.js',
|
|
240
240
|
'lib/internal/modules/esm/get_format.js',
|
|
241
241
|
'lib/internal/modules/esm/hooks.js',
|
|
242
|
-
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
243
242
|
'lib/internal/modules/esm/load.js',
|
|
244
243
|
'lib/internal/modules/esm/loader.js',
|
|
245
244
|
'lib/internal/modules/esm/module_job.js',
|
|
@@ -5,34 +5,6 @@
|
|
|
5
5
|
#include <stdbool.h> // NOLINT(modernize-deprecated-headers)
|
|
6
6
|
#include <stddef.h> // NOLINT(modernize-deprecated-headers)
|
|
7
7
|
|
|
8
|
-
// Use INT_MAX, this should only be consumed by the pre-processor anyway.
|
|
9
|
-
#define NAPI_VERSION_EXPERIMENTAL 2147483647
|
|
10
|
-
#ifndef NAPI_VERSION
|
|
11
|
-
#ifdef NAPI_EXPERIMENTAL
|
|
12
|
-
#define NAPI_VERSION NAPI_VERSION_EXPERIMENTAL
|
|
13
|
-
#else
|
|
14
|
-
// The baseline version for N-API.
|
|
15
|
-
// The NAPI_VERSION controls which version will be used by default when
|
|
16
|
-
// compilling a native addon. If the addon developer specifically wants to use
|
|
17
|
-
// functions available in a new version of N-API that is not yet ported in all
|
|
18
|
-
// LTS versions, they can set NAPI_VERSION knowing that they have specifically
|
|
19
|
-
// depended on that version.
|
|
20
|
-
#define NAPI_VERSION 8
|
|
21
|
-
#endif
|
|
22
|
-
#endif
|
|
23
|
-
|
|
24
|
-
#if defined(NAPI_EXPERIMENTAL) && \
|
|
25
|
-
!defined(NODE_API_EXPERIMENTAL_NO_WARNING) && \
|
|
26
|
-
!defined(NODE_WANT_INTERNALS)
|
|
27
|
-
#ifdef _MSC_VER
|
|
28
|
-
#pragma message("NAPI_EXPERIMENTAL is enabled. " \
|
|
29
|
-
"Experimental features may be unstable.")
|
|
30
|
-
#else
|
|
31
|
-
#warning "NAPI_EXPERIMENTAL is enabled. " \
|
|
32
|
-
"Experimental features may be unstable."
|
|
33
|
-
#endif
|
|
34
|
-
#endif
|
|
35
|
-
|
|
36
8
|
#include "js_native_api_types.h"
|
|
37
9
|
|
|
38
10
|
// If you need __declspec(dllimport), either include <node_api.h> instead, or
|
|
@@ -78,6 +50,17 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_boolean(napi_env env,
|
|
|
78
50
|
// Methods to create Primitive types/Objects
|
|
79
51
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_object(napi_env env,
|
|
80
52
|
napi_value* result);
|
|
53
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
54
|
+
#define NODE_API_EXPERIMENTAL_HAS_CREATE_OBJECT_WITH_PROPERTIES
|
|
55
|
+
NAPI_EXTERN napi_status NAPI_CDECL
|
|
56
|
+
napi_create_object_with_properties(napi_env env,
|
|
57
|
+
napi_value prototype_or_null,
|
|
58
|
+
napi_value* property_names,
|
|
59
|
+
napi_value* property_values,
|
|
60
|
+
size_t property_count,
|
|
61
|
+
napi_value* result);
|
|
62
|
+
#endif // NAPI_EXPERIMENTAL
|
|
63
|
+
|
|
81
64
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_array(napi_env env,
|
|
82
65
|
napi_value* result);
|
|
83
66
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
#ifndef SRC_JS_NATIVE_API_TYPES_H_
|
|
2
2
|
#define SRC_JS_NATIVE_API_TYPES_H_
|
|
3
3
|
|
|
4
|
+
// Use INT_MAX, this should only be consumed by the pre-processor anyway.
|
|
5
|
+
#define NAPI_VERSION_EXPERIMENTAL 2147483647
|
|
6
|
+
#ifndef NAPI_VERSION
|
|
7
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
8
|
+
#define NAPI_VERSION NAPI_VERSION_EXPERIMENTAL
|
|
9
|
+
#else
|
|
10
|
+
// The baseline version for N-API.
|
|
11
|
+
// The NAPI_VERSION controls which version will be used by default when
|
|
12
|
+
// compilling a native addon. If the addon developer specifically wants to use
|
|
13
|
+
// functions available in a new version of N-API that is not yet ported in all
|
|
14
|
+
// LTS versions, they can set NAPI_VERSION knowing that they have specifically
|
|
15
|
+
// depended on that version.
|
|
16
|
+
#define NAPI_VERSION 8
|
|
17
|
+
#endif
|
|
18
|
+
#endif
|
|
19
|
+
|
|
20
|
+
#if defined(NAPI_EXPERIMENTAL) && \
|
|
21
|
+
!defined(NODE_API_EXPERIMENTAL_NO_WARNING) && \
|
|
22
|
+
!defined(NODE_WANT_INTERNALS)
|
|
23
|
+
#ifdef _MSC_VER
|
|
24
|
+
#pragma message("NAPI_EXPERIMENTAL is enabled. " \
|
|
25
|
+
"Experimental features may be unstable.")
|
|
26
|
+
#else
|
|
27
|
+
#warning "NAPI_EXPERIMENTAL is enabled. " \
|
|
28
|
+
"Experimental features may be unstable."
|
|
29
|
+
#endif
|
|
30
|
+
#endif
|
|
31
|
+
|
|
4
32
|
// This file needs to be compatible with C compilers.
|
|
5
33
|
// This is a public include file, and these includes have essentially
|
|
6
34
|
// became part of it's API.
|
package/include/node/node.exp
CHANGED
|
@@ -6833,33 +6833,33 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
6833
6833
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
6834
6834
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
6835
6835
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6836
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.
|
|
6837
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
6838
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
6839
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
6840
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
6841
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
6842
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6843
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6844
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6845
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6846
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6847
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6848
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6849
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.
|
|
6850
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6851
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_interpreter_prototype_assignment_sequence_builder.
|
|
6852
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_maglev_maglev_graph_printer.
|
|
6853
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6854
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6855
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6856
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6857
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6858
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6859
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6860
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.
|
|
6861
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6862
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6836
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.cc_7874F2D3_0x18ad55dad2dea63b
|
|
6837
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_A5BEE8F9_0x409f19c6d57d4a10
|
|
6838
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_7874F2D3_0xf75e1b88e7a5badb
|
|
6839
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x49be16b0e8d48df4
|
|
6840
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x777cafe5cfbf2043
|
|
6841
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x225231699fd7e6bc
|
|
6842
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xa9d9d893c721eb6a
|
|
6843
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0xd94fc0e7e6613d9f
|
|
6844
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0xa6a577481cb332f4
|
|
6845
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x5d710a0d44ee99a5
|
|
6846
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0xaf8c72da508de197
|
|
6847
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_6EE78FAE_0x3bfbf5baa8d23360
|
|
6848
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0x7174a4eee4edd33d
|
|
6849
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.cc_6EE78FAE_0x60a4672b4396d24a
|
|
6850
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_D1AFF0D6_0x4a385b9802d5a75d
|
|
6851
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_interpreter_prototype_assignment_sequence_builder.cc_DFF67DD7_0x6a02c1a913a1b7d
|
|
6852
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_maglev_maglev_graph_printer.cc_D1AFF0D6_0xf86ff4cd1e011ecd
|
|
6853
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0xc5f38aabe9277dfa
|
|
6854
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0x10a91790da72d6ec
|
|
6855
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xb4863f21133dad4e
|
|
6856
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x7cb24849b162b97c
|
|
6857
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0x7280be4a132c1abd
|
|
6858
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x5521a9b709b1fea6
|
|
6859
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_DFF67DD7_0x8349d06779db0356
|
|
6860
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.cc_DFF67DD7_0xaa4a1abf83c7deed
|
|
6861
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0xcffd282d47f57a5c
|
|
6862
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0xd68c82cd55f1df1e
|
|
6863
6863
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6864
6864
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6865
6865
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -8109,19 +8109,19 @@ _GLOBAL__I_65535_0__ZNK4node6loader14ModuleCacheKey10MemoryInfoEPNS_13MemoryTrac
|
|
|
8109
8109
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
8110
8110
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal17VerificationState12VerifyMarkedEPKv
|
|
8111
8111
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal8BasePage4heapEv
|
|
8112
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
8113
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
8114
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_allocation_site_tq.
|
|
8115
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
8116
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
8117
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
8118
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
8119
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
8120
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
8121
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
8122
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
8123
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
8124
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
8112
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0xe23b3e8095b857c4
|
|
8113
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_6EE78FAE_0x6e4c5b808d47880d
|
|
8114
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_allocation_site_tq.cc_D1AFF0D6_0x9c2516e4873225bf
|
|
8115
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xd2d8c889791276bb
|
|
8116
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0xfc67dd28ac2b9391
|
|
8117
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x96a5be4b8324de
|
|
8118
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0x2f0d55d94a3770c9
|
|
8119
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x68313ef5a09e21a
|
|
8120
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x500ed71e73e46d07
|
|
8121
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0x540aa3c50dd48e4d
|
|
8122
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0xb5a489297af9d9fe
|
|
8123
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0xe3479ffbcd5b060f
|
|
8124
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x792cb02c7c4400ba
|
|
8125
8125
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
8126
8126
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
8127
8127
|
_HZData_77
|
|
@@ -36472,6 +36472,7 @@ _ZN2v88internal4Heap22ClearRecordedSlotRangeEmm
|
|
|
36472
36472
|
_ZN2v88internal4Heap22CurrentHeapGrowingModeEv
|
|
36473
36473
|
_ZN2v88internal4Heap22DumpJSONHeapStatisticsERNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE
|
|
36474
36474
|
_ZN2v88internal4Heap22EnableInlineAllocationEv
|
|
36475
|
+
_ZN2v88internal4Heap22GetTotalAllocatedBytesEv
|
|
36475
36476
|
_ZN2v88internal4Heap22IsValidAllocationSpaceENS0_15AllocationSpaceE
|
|
36476
36477
|
_ZN2v88internal4Heap22MinYoungGenerationSizeEv
|
|
36477
36478
|
_ZN2v88internal4Heap22MustBeInSharedOldSpaceENS0_6TaggedINS0_10HeapObjectEEE
|
|
@@ -66368,7 +66369,6 @@ _ZN4absl13cord_internal12CordRepBtree7RebuildEPS1_
|
|
|
66368
66369
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE0EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
66369
66370
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE1EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
66370
66371
|
_ZN4absl13cord_internal12CordRepBtree7SubTreeEmm
|
|
66371
|
-
_ZN4absl13cord_internal12SmallMemmoveILb0EEEvPcPKcm
|
|
66372
66372
|
_ZN4absl13cord_internal13RemoveCrcNodeEPNS0_7CordRepE
|
|
66373
66373
|
_ZN4absl13cord_internal14ReverseConsumeEPNS0_7CordRepENS_11FunctionRefIFvS2_mmEEE
|
|
66374
66374
|
_ZN4absl13cord_internal16CordRepSubstring9SubstringEPNS0_7CordRepEmm
|
|
@@ -66377,6 +66377,7 @@ _ZN4absl13cord_internal16CordzSampleToken8IteratorC2EPKS1_
|
|
|
66377
66377
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEi
|
|
66378
66378
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEv
|
|
66379
66379
|
_ZN4absl13cord_internal16LogFatalNodeTypeEPNS0_7CordRepE
|
|
66380
|
+
_ZN4absl13cord_internal18CordRepBtreeReader4NextEv
|
|
66380
66381
|
_ZN4absl13cord_internal18CordRepBtreeReader4ReadEmmRPNS0_7CordRepE
|
|
66381
66382
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4ReadEmm
|
|
66382
66383
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4SkipEm
|
|
@@ -66929,7 +66930,6 @@ _ZN4absl19str_format_internal16ConvertFloatImplEeRKNS0_24FormatConversionSpecImp
|
|
|
66929
66930
|
_ZN4absl19str_format_internal16ConvertFloatImplEfRKNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
66930
66931
|
_ZN4absl19str_format_internal16ParsedFormatBaseC1ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
66931
66932
|
_ZN4absl19str_format_internal16ParsedFormatBaseC2ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
66932
|
-
_ZN4absl19str_format_internal17ConsumeConversionILb0EEEPKcS3_S3_PNS0_17UnboundConversionEPi
|
|
66933
66933
|
_ZN4absl19str_format_internal17FormatConvertImplEDnNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
66934
66934
|
_ZN4absl19str_format_internal17FormatConvertImplENS0_7VoidPtrENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
66935
66935
|
_ZN4absl19str_format_internal17FormatConvertImplENS_6int128ENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
@@ -67076,7 +67076,6 @@ _ZN4absl4Cord9InlineRep20PrependTreeToInlinedEPNS_13cord_internal7CordRepENS2_18
|
|
|
67076
67076
|
_ZN4absl4Cord9InlineRep23MaybeRemoveEmptyCrcNodeEv
|
|
67077
67077
|
_ZN4absl4Cord9InlineRep7SetTreeEPNS_13cord_internal7CordRepERKNS2_16CordzUpdateScopeE
|
|
67078
67078
|
_ZN4absl4Cord9InlineRep9UnrefTreeEv
|
|
67079
|
-
_ZN4absl4Cord9InlineRepC1ERKS1_
|
|
67080
67079
|
_ZN4absl4CordC1ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
67081
67080
|
_ZN4absl4CordC1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELi0EEEOT_
|
|
67082
67081
|
_ZN4absl4CordC2ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
@@ -67692,7 +67691,6 @@ _ZN4node11EnvironmentC2EPNS_11IsolateDataEPN2v87IsolateERKSt6vectorINSt7__cxx111
|
|
|
67692
67691
|
_ZN4node11EnvironmentD0Ev
|
|
67693
67692
|
_ZN4node11EnvironmentD1Ev
|
|
67694
67693
|
_ZN4node11EnvironmentD2Ev
|
|
67695
|
-
_ZN4node11IsSafeJsIntEN2v85LocalINS0_5ValueEEE
|
|
67696
67694
|
_ZN4node11IsolateData16CreatePropertiesEv
|
|
67697
67695
|
_ZN4node11IsolateData17CreateIsolateDataEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorEPKNS_20EmbedderSnapshotDataESt10shared_ptrINS_17PerIsolateOptionsEE
|
|
67698
67696
|
_ZN4node11IsolateData17wrapper_data_map_E
|
|
@@ -67787,6 +67785,7 @@ _ZN4node11SPrintFImplIRKbJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE
|
|
|
67787
67785
|
_ZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67788
67786
|
_ZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_
|
|
67789
67787
|
_ZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67788
|
+
_ZN4node11SPrintFImplIRKiJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS5_SaIcEEES6_OT_DpOT0_
|
|
67790
67789
|
_ZN4node11SPrintFImplIRKiJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67791
67790
|
_ZN4node11SPrintFImplIRKiJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67792
67791
|
_ZN4node11SPrintFImplIRKjJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
@@ -67814,6 +67813,8 @@ _ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_EEENSt7__cxx1112basic_stringIcSt11char_
|
|
|
67814
67813
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_
|
|
67815
67814
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67816
67815
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67816
|
+
_ZN4node11SPrintFImplIRNSt10filesystem7__cxx114pathEJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_
|
|
67817
|
+
_ZN4node11SPrintFImplIRNSt10filesystem7__cxx114pathEJS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_
|
|
67817
67818
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67818
67819
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67819
67820
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
@@ -68194,6 +68195,7 @@ _ZN4node12shadow_realm11ShadowRealm40set_async_hooks_promise_resolve_functionEN2
|
|
|
68194
68195
|
_ZN4node12shadow_realm11ShadowRealm40set_crypto_key_object_public_constructorEN2v85LocalINS2_8FunctionEEE
|
|
68195
68196
|
_ZN4node12shadow_realm11ShadowRealm40set_crypto_key_object_secret_constructorEN2v85LocalINS2_8FunctionEEE
|
|
68196
68197
|
_ZN4node12shadow_realm11ShadowRealm40set_enhance_fatal_stack_before_inspectorEN2v85LocalINS2_8FunctionEEE
|
|
68198
|
+
_ZN4node12shadow_realm11ShadowRealm40set_host_import_meta_resolve_initializerEN2v85LocalINS2_8FunctionEEE
|
|
68197
68199
|
_ZN4node12shadow_realm11ShadowRealm40set_http2session_on_frame_error_functionEN2v85LocalINS2_8FunctionEEE
|
|
68198
68200
|
_ZN4node12shadow_realm11ShadowRealm40set_http2session_on_goaway_data_functionEN2v85LocalINS2_8FunctionEEE
|
|
68199
68201
|
_ZN4node12shadow_realm11ShadowRealm41set_crypto_key_object_private_constructorEN2v85LocalINS2_8FunctionEEE
|
|
@@ -68538,6 +68540,7 @@ _ZN4node14PrincipalRealm40set_async_hooks_promise_resolve_functionEN2v85LocalINS
|
|
|
68538
68540
|
_ZN4node14PrincipalRealm40set_crypto_key_object_public_constructorEN2v85LocalINS1_8FunctionEEE
|
|
68539
68541
|
_ZN4node14PrincipalRealm40set_crypto_key_object_secret_constructorEN2v85LocalINS1_8FunctionEEE
|
|
68540
68542
|
_ZN4node14PrincipalRealm40set_enhance_fatal_stack_before_inspectorEN2v85LocalINS1_8FunctionEEE
|
|
68543
|
+
_ZN4node14PrincipalRealm40set_host_import_meta_resolve_initializerEN2v85LocalINS1_8FunctionEEE
|
|
68541
68544
|
_ZN4node14PrincipalRealm40set_http2session_on_frame_error_functionEN2v85LocalINS1_8FunctionEEE
|
|
68542
68545
|
_ZN4node14PrincipalRealm40set_http2session_on_goaway_data_functionEN2v85LocalINS1_8FunctionEEE
|
|
68543
68546
|
_ZN4node14PrincipalRealm41set_crypto_key_object_private_constructorEN2v85LocalINS1_8FunctionEEE
|
|
@@ -68630,6 +68633,7 @@ _ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE17SimpleOptionF
|
|
|
68630
68633
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE6InsertINS_12DebugOptionsEEEvRKNS1_IT_EEMS2_FPS6_vE
|
|
68631
68634
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ImpliesEPKcS5_
|
|
68632
68635
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE8AddAliasEPKcS5_
|
|
68636
|
+
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE9AddOptionEPKcS5_MS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_20OptionEnvvarSettingsENS0_16OptionNamespacesE
|
|
68633
68637
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEED0Ev
|
|
68634
68638
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEED1Ev
|
|
68635
68639
|
_ZN4node14options_parser13SplitHostPortERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSt6vectorIS6_SaIS6_EE
|
|
@@ -68769,8 +68773,8 @@ _ZN4node16CppgcWrapperList10PurgeEmptyEv
|
|
|
68769
68773
|
_ZN4node16CppgcWrapperList7CleanupEv
|
|
68770
68774
|
_ZN4node16CppgcWrapperListD0Ev
|
|
68771
68775
|
_ZN4node16CppgcWrapperListD1Ev
|
|
68772
|
-
|
|
68773
|
-
|
|
68776
|
+
_ZN4node16ERR_FS_CP_EEXISTIJRNSt10filesystem7__cxx114pathEEEEN2v85LocalINS5_6ObjectEEEPNS5_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
68777
|
+
_ZN4node16ERR_FS_CP_EINVALIJRNSt10filesystem7__cxx114pathES4_EEEN2v85LocalINS5_6ObjectEEEPNS5_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
68774
68778
|
_ZN4node16ERR_FS_CP_EINVALIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
68775
68779
|
_ZN4node16ERR_FS_CP_EINVALIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
68776
68780
|
_ZN4node16ERR_FS_CP_SOCKETIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
@@ -68881,6 +68885,7 @@ _ZN4node17ERR_DLOPEN_FAILEDIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
|
|
|
68881
68885
|
_ZN4node17ERR_FS_CP_UNKNOWNIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
68882
68886
|
_ZN4node17ERR_INVALID_STATEIJKSt17basic_string_viewIcSt11char_traitsIcEEEEEN2v85LocalINS6_6ObjectEEEPNS6_7IsolateES4_DpOT_
|
|
68883
68887
|
_ZN4node17ERR_INVALID_STATEIJRKiEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
68888
|
+
_ZN4node17ERR_INVALID_STATEIJRKiRSt17basic_string_viewIcSt11char_traitsIcEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateES6_DpOT_
|
|
68884
68889
|
_ZN4node17ERR_INVALID_STATEIJRNS_9Utf8ValueEEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
68885
68890
|
_ZN4node17ERR_INVALID_STATEIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
68886
68891
|
_ZN4node17ERR_INVALID_STATEIJSt17basic_string_viewIcSt11char_traitsIcEEEEEN2v85LocalINS5_6ObjectEEEPNS5_7IsolateES4_DpOT_
|
|
@@ -69472,6 +69477,7 @@ _ZN4node28NativeSymbolDebuggingContextD1Ev
|
|
|
69472
69477
|
_ZN4node28RemoveEnvironmentCleanupHookEPN2v87IsolateEPFvPvES3_
|
|
69473
69478
|
_ZN4node28SerializeSnapshotableObjectsEPNS_5RealmEPN2v815SnapshotCreatorEPNS_18RealmSerializeInfoE
|
|
69474
69479
|
_ZN4node28THROW_ERR_CRYPTO_INVALID_JWKIJEEEvPN2v87IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
69480
|
+
_ZN4node28THROW_ERR_INVALID_INVOCATIONEPN2v87IsolateE
|
|
69475
69481
|
_ZN4node29AsyncHooksGetExecutionAsyncIdEN2v85LocalINS0_7ContextEEE
|
|
69476
69482
|
_ZN4node29AsyncHooksGetExecutionAsyncIdEPN2v87IsolateE
|
|
69477
69483
|
_ZN4node29BuildSnapshotWithoutCodeCacheEPNS_12SnapshotDataERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESC_St8optionalISt17basic_string_viewIcS6_EERKNS_14SnapshotConfigE
|
|
@@ -69500,7 +69506,7 @@ _ZN4node2fs10FileHandle12TransferDataD1Ev
|
|
|
69500
69506
|
_ZN4node2fs10FileHandle12TransferDataD2Ev
|
|
69501
69507
|
_ZN4node2fs10FileHandle18CreateShutdownWrapEN2v85LocalINS2_6ObjectEEE
|
|
69502
69508
|
_ZN4node2fs10FileHandle20TransferForMessagingEv
|
|
69503
|
-
|
|
69509
|
+
_ZN4node2fs10FileHandle3NewEPNS0_11BindingDataEiN2v85LocalINS4_6ObjectEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8optionalIlESF_
|
|
69504
69510
|
_ZN4node2fs10FileHandle3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
69505
69511
|
_ZN4node2fs10FileHandle5CloseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
69506
69512
|
_ZN4node2fs10FileHandle5CloseEv
|
|
@@ -69520,8 +69526,8 @@ _ZN4node2fs10FileHandle8ReadStopEv
|
|
|
69520
69526
|
_ZN4node2fs10FileHandle9IsClosingEv
|
|
69521
69527
|
_ZN4node2fs10FileHandle9ReadStartEv
|
|
69522
69528
|
_ZN4node2fs10FileHandle9ReleaseFDERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
69523
|
-
|
|
69524
|
-
|
|
69529
|
+
_ZN4node2fs10FileHandleC1EPNS0_11BindingDataEN2v85LocalINS4_6ObjectEEEiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69530
|
+
_ZN4node2fs10FileHandleC2EPNS0_11BindingDataEN2v85LocalINS4_6ObjectEEEiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69525
69531
|
_ZN4node2fs10FileHandleD0Ev
|
|
69526
69532
|
_ZN4node2fs10FileHandleD1Ev
|
|
69527
69533
|
_ZN4node2fs10FileHandleD2Ev
|
|
@@ -69631,7 +69637,7 @@ _ZN4node32THROW_ERR_INVALID_PACKAGE_CONFIGIJPKcEEEvPN2v87IsolateESt17basic_strin
|
|
|
69631
69637
|
_ZN4node33AddEnvironmentCleanupHookInternalEPN2v87IsolateEPFvPvPFvS3_ES3_ES3_
|
|
69632
69638
|
_ZN4node33DefaultProcessExitHandlerInternalEPNS_11EnvironmentENS_8ExitCodeE
|
|
69633
69639
|
_ZN4node33ERR_ENCODING_INVALID_ENCODED_DATAIJPcEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
69634
|
-
|
|
69640
|
+
_ZN4node33ERR_FS_CP_SYMLINK_TO_SUBDIRECTORYIJRNSt10filesystem7__cxx114pathES4_EEEN2v85LocalINS5_6ObjectEEEPNS5_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
69635
69641
|
_ZN4node33RegisterProcessExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
69636
69642
|
_ZN4node33THROW_ERR_CRYPTO_OPERATION_FAILEDIJEEEvPN2v87IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
69637
69643
|
_ZN4node33THROW_ERR_OSSL_EVP_INVALID_DIGESTEPN2v87IsolateE
|
|
@@ -70407,6 +70413,7 @@ _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_24max_connections_per_ho
|
|
|
70407
70413
|
_ZN4node4util10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
70408
70414
|
_ZN4node4util23fast_guess_handle_type_E
|
|
70409
70415
|
_ZN4node4util24ArrayBufferViewHasBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
70416
|
+
_ZN4node4util26ConstructSharedArrayBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
70410
70417
|
_ZN4node4util26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
70411
70418
|
_ZN4node4wasi4WASI10EnvironGetERS1_NS0_10WasmMemoryEjj
|
|
70412
70419
|
_ZN4node4wasi4WASI10FdAllocateERS1_NS0_10WasmMemoryEjmm
|
|
@@ -71705,6 +71712,7 @@ _ZN4node6loader10ModuleWrap26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85L
|
|
|
71705
71712
|
_ZN4node6loader10ModuleWrap26CreateRequiredModuleFacadeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71706
71713
|
_ZN4node6loader10ModuleWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
71707
71714
|
_ZN4node6loader10ModuleWrap27CheckUnsettledTopLevelAwaitEv
|
|
71715
|
+
_ZN4node6loader10ModuleWrap31SetImportMetaResolveInitializerERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71708
71716
|
_ZN4node6loader10ModuleWrap34SetImportModuleDynamicallyCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71709
71717
|
_ZN4node6loader10ModuleWrap37SetInitializeImportMetaObjectCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71710
71718
|
_ZN4node6loader10ModuleWrap38HostInitializeImportMetaObjectCallbackEN2v85LocalINS2_7ContextEEENS3_INS2_6ModuleEEENS3_INS2_6ObjectEEE
|
|
@@ -72276,6 +72284,7 @@ _ZN4node7SPrintFIJRKSt17basic_string_viewIcSt11char_traitsIcEERPKcEEENSt7__cxx11
|
|
|
72276
72284
|
_ZN4node7SPrintFIJRKhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72277
72285
|
_ZN4node7SPrintFIJRKhRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EDpOT_
|
|
72278
72286
|
_ZN4node7SPrintFIJRKiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72287
|
+
_ZN4node7SPrintFIJRKiRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS5_SaIcEEES6_DpOT_
|
|
72279
72288
|
_ZN4node7SPrintFIJRKjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72280
72289
|
_ZN4node7SPrintFIJRKjRjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EDpOT_
|
|
72281
72290
|
_ZN4node7SPrintFIJRKmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
@@ -72294,6 +72303,8 @@ _ZN4node7SPrintFIJRNS_9Utf8ValueES2_EEENSt7__cxx1112basic_stringIcSt11char_trait
|
|
|
72294
72303
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EDpOT_
|
|
72295
72304
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72296
72305
|
_ZN4node7SPrintFIJRNS_9Utf8ValueEiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72306
|
+
_ZN4node7SPrintFIJRNSt10filesystem7__cxx114pathEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EDpOT_
|
|
72307
|
+
_ZN4node7SPrintFIJRNSt10filesystem7__cxx114pathES4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EDpOT_
|
|
72297
72308
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72298
72309
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72299
72310
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEES6_St17basic_string_viewIcS4_EDpOT_
|
|
@@ -72491,7 +72502,6 @@ _ZN4node7modules18EnableCompileCacheERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
72491
72502
|
_ZN4node7modules18GetCompileCacheDirERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
72492
72503
|
_ZN4node7modules20GetCompileCacheEntryERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
72493
72504
|
_ZN4node7modules21SaveCompileCacheEntryERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
72494
|
-
_ZN4node7modules25InitImportMetaPathHelpersERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
72495
72505
|
_ZN4node7process11BindingData10AddMethodsEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEE
|
|
72496
72506
|
_ZN4node7process11BindingData10FastHrtimeEN2v85LocalINS2_5ValueEEE
|
|
72497
72507
|
_ZN4node7process11BindingData10HrtimeImplEPS1_
|
|
@@ -86279,8 +86289,6 @@ _ZNK4absl4Cord8ContainsESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
86279
86289
|
_ZNK4absl4Cord8EndsWithERKS0_
|
|
86280
86290
|
_ZNK4absl4Cord8EndsWithESt17basic_string_viewIcSt11char_traitsIcEE
|
|
86281
86291
|
_ZNK4absl4Cord8FindImplENS0_12CharIteratorESt17basic_string_viewIcSt11char_traitsIcEE
|
|
86282
|
-
_ZNK4absl4Cord9InlineRep4sizeEv
|
|
86283
|
-
_ZNK4absl4Cord9InlineRep7as_treeEv
|
|
86284
86292
|
_ZNK4absl4CordcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEv
|
|
86285
86293
|
_ZNK4absl4CordixEm
|
|
86286
86294
|
_ZNK4absl4Time2InENS_8TimeZoneE
|
|
@@ -86508,6 +86516,7 @@ _ZNK4node12shadow_realm11ShadowRealm36async_hooks_promise_resolve_functionEv
|
|
|
86508
86516
|
_ZNK4node12shadow_realm11ShadowRealm36crypto_key_object_public_constructorEv
|
|
86509
86517
|
_ZNK4node12shadow_realm11ShadowRealm36crypto_key_object_secret_constructorEv
|
|
86510
86518
|
_ZNK4node12shadow_realm11ShadowRealm36enhance_fatal_stack_before_inspectorEv
|
|
86519
|
+
_ZNK4node12shadow_realm11ShadowRealm36host_import_meta_resolve_initializerEv
|
|
86511
86520
|
_ZNK4node12shadow_realm11ShadowRealm36http2session_on_frame_error_functionEv
|
|
86512
86521
|
_ZNK4node12shadow_realm11ShadowRealm36http2session_on_goaway_data_functionEv
|
|
86513
86522
|
_ZNK4node12shadow_realm11ShadowRealm37crypto_key_object_private_constructorEv
|
|
@@ -86612,6 +86621,7 @@ _ZNK4node14PrincipalRealm36async_hooks_promise_resolve_functionEv
|
|
|
86612
86621
|
_ZNK4node14PrincipalRealm36crypto_key_object_public_constructorEv
|
|
86613
86622
|
_ZNK4node14PrincipalRealm36crypto_key_object_secret_constructorEv
|
|
86614
86623
|
_ZNK4node14PrincipalRealm36enhance_fatal_stack_before_inspectorEv
|
|
86624
|
+
_ZNK4node14PrincipalRealm36host_import_meta_resolve_initializerEv
|
|
86615
86625
|
_ZNK4node14PrincipalRealm36http2session_on_frame_error_functionEv
|
|
86616
86626
|
_ZNK4node14PrincipalRealm36http2session_on_goaway_data_functionEv
|
|
86617
86627
|
_ZNK4node14PrincipalRealm37crypto_key_object_private_constructorEv
|
|
@@ -101638,6 +101648,8 @@ _ZZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaI
|
|
|
101638
101648
|
_ZZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_E20error_and_abort_args_0
|
|
101639
101649
|
_ZZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
101640
101650
|
_ZZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
101651
|
+
_ZZN4node11SPrintFImplIRKiJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS5_SaIcEEES6_OT_DpOT0_E20error_and_abort_args
|
|
101652
|
+
_ZZN4node11SPrintFImplIRKiJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS5_SaIcEEES6_OT_DpOT0_E20error_and_abort_args_0
|
|
101641
101653
|
_ZZN4node11SPrintFImplIRKiJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
101642
101654
|
_ZZN4node11SPrintFImplIRKiJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
101643
101655
|
_ZZN4node11SPrintFImplIRKiJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
@@ -101692,6 +101704,10 @@ _ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11c
|
|
|
101692
101704
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
101693
101705
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
101694
101706
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
101707
|
+
_ZZN4node11SPrintFImplIRNSt10filesystem7__cxx114pathEJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_E20error_and_abort_args
|
|
101708
|
+
_ZZN4node11SPrintFImplIRNSt10filesystem7__cxx114pathEJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_E20error_and_abort_args_0
|
|
101709
|
+
_ZZN4node11SPrintFImplIRNSt10filesystem7__cxx114pathEJS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_E20error_and_abort_args
|
|
101710
|
+
_ZZN4node11SPrintFImplIRNSt10filesystem7__cxx114pathEJS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_E20error_and_abort_args_0
|
|
101695
101711
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
101696
101712
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args_0
|
|
101697
101713
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
@@ -102185,8 +102201,9 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7
|
|
|
102185
102201
|
_ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E20error_and_abort_args
|
|
102186
102202
|
_ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E20error_and_abort_args
|
|
102187
102203
|
_ZZN4node2fs10FileHandle5CloseEvE20error_and_abort_args
|
|
102188
|
-
|
|
102189
|
-
|
|
102204
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic348
|
|
102205
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic350
|
|
102206
|
+
_ZZN4node2fs10FileHandle5CloseEvENKUlPNS_11EnvironmentEE_clES3_
|
|
102190
102207
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE20error_and_abort_args
|
|
102191
102208
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE20error_and_abort_args
|
|
102192
102209
|
_ZZN4node2fs18FSContinuationData7PopPathB5cxx11EvE20error_and_abort_args
|
|
@@ -102816,6 +102833,7 @@ _ZZNSt9once_flag18_Prepare_executionC4IZSt9call_onceIRFvvEJEEvRS_OT_DpOT0_EUlvE_
|
|
|
102816
102833
|
_ZZZN4node14ThreadPoolWork12ScheduleWorkEvENKUlP9uv_work_sE_clES2_E27trace_event_unique_atomic42
|
|
102817
102834
|
_ZZZN4node14ThreadPoolWork12ScheduleWorkEvENKUlP9uv_work_sE_clES2_E27trace_event_unique_atomic45
|
|
102818
102835
|
_ZZZN4node14ThreadPoolWork12ScheduleWorkEvENKUlP9uv_work_siE0_clES2_iE27trace_event_unique_atomic51
|
|
102836
|
+
_ZZZN4node2fs10FileHandle5CloseEvENKUlPNS_11EnvironmentEE_clES3_E12unknown_path
|
|
102819
102837
|
__DumpBacktrace
|
|
102820
102838
|
_cppgc_internal_Uncompress_Member
|
|
102821
102839
|
_dist_code
|
|
@@ -104711,6 +104729,7 @@ napi_create_function
|
|
|
104711
104729
|
napi_create_int32
|
|
104712
104730
|
napi_create_int64
|
|
104713
104731
|
napi_create_object
|
|
104732
|
+
napi_create_object_with_properties
|
|
104714
104733
|
napi_create_promise
|
|
104715
104734
|
napi_create_range_error
|
|
104716
104735
|
napi_create_reference
|
|
@@ -105003,6 +105022,7 @@ nghttp2_nv_equal
|
|
|
105003
105022
|
nghttp2_option_del
|
|
105004
105023
|
nghttp2_option_new
|
|
105005
105024
|
nghttp2_option_set_builtin_recv_extension_type
|
|
105025
|
+
nghttp2_option_set_glitch_rate_limit
|
|
105006
105026
|
nghttp2_option_set_max_continuations
|
|
105007
105027
|
nghttp2_option_set_max_deflate_dynamic_table_size
|
|
105008
105028
|
nghttp2_option_set_max_outbound_ack
|
|
@@ -105090,6 +105110,7 @@ nghttp2_session_callbacks_set_on_invalid_header_callback2
|
|
|
105090
105110
|
nghttp2_session_callbacks_set_on_stream_close_callback
|
|
105091
105111
|
nghttp2_session_callbacks_set_pack_extension_callback
|
|
105092
105112
|
nghttp2_session_callbacks_set_pack_extension_callback2
|
|
105113
|
+
nghttp2_session_callbacks_set_rand_callback
|
|
105093
105114
|
nghttp2_session_callbacks_set_recv_callback
|
|
105094
105115
|
nghttp2_session_callbacks_set_recv_callback2
|
|
105095
105116
|
nghttp2_session_callbacks_set_select_padding_callback
|
package/include/node/node.h
CHANGED
package/include/node/node_api.h
CHANGED
|
@@ -33,10 +33,6 @@ struct uv_loop_s; // Forward declaration.
|
|
|
33
33
|
#define NAPI_NO_RETURN
|
|
34
34
|
#endif
|
|
35
35
|
|
|
36
|
-
typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
|
|
37
|
-
napi_value exports);
|
|
38
|
-
typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
|
|
39
|
-
|
|
40
36
|
// Used by deprecated registration method napi_module_register.
|
|
41
37
|
typedef struct napi_module {
|
|
42
38
|
int nm_version;
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#include "js_native_api_types.h"
|
|
5
5
|
|
|
6
|
+
typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
|
|
7
|
+
napi_value exports);
|
|
8
|
+
typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
|
|
9
|
+
|
|
6
10
|
typedef struct napi_callback_scope__* napi_callback_scope;
|
|
7
11
|
typedef struct napi_async_context__* napi_async_context;
|
|
8
12
|
typedef struct napi_async_work__* napi_async_work;
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 25
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 2
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -154,6 +154,13 @@ class V8_EXPORT HeapStatistics {
|
|
|
154
154
|
size_t number_of_native_contexts() { return number_of_native_contexts_; }
|
|
155
155
|
size_t number_of_detached_contexts() { return number_of_detached_contexts_; }
|
|
156
156
|
|
|
157
|
+
/**
|
|
158
|
+
* Returns the total number of bytes allocated since the Isolate was created.
|
|
159
|
+
* This includes all heap objects allocated in any space (new, old, code,
|
|
160
|
+
* etc.).
|
|
161
|
+
*/
|
|
162
|
+
uint64_t total_allocated_bytes() { return total_allocated_bytes_; }
|
|
163
|
+
|
|
157
164
|
/**
|
|
158
165
|
* Returns a 0/1 boolean, which signifies whether the V8 overwrite heap
|
|
159
166
|
* garbage with a bit pattern.
|
|
@@ -175,6 +182,7 @@ class V8_EXPORT HeapStatistics {
|
|
|
175
182
|
size_t number_of_detached_contexts_;
|
|
176
183
|
size_t total_global_handles_size_;
|
|
177
184
|
size_t used_global_handles_size_;
|
|
185
|
+
uint64_t total_allocated_bytes_;
|
|
178
186
|
|
|
179
187
|
friend class V8;
|
|
180
188
|
friend class Isolate;
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -207,8 +207,8 @@ Enable experimental support for the EventSource Web API.
|
|
|
207
207
|
.It Fl -no-experimental-websocket
|
|
208
208
|
Disable experimental support for the WebSocket API.
|
|
209
209
|
.
|
|
210
|
-
.It Fl -no-webstorage
|
|
211
|
-
Disable
|
|
210
|
+
.It Fl -no-experimental-webstorage
|
|
211
|
+
Disable experimental support for the Web Storage API.
|
|
212
212
|
.
|
|
213
213
|
.It Fl -no-experimental-repl-await
|
|
214
214
|
Disable top-level await keyword support in REPL.
|
|
@@ -216,8 +216,8 @@ Disable top-level await keyword support in REPL.
|
|
|
216
216
|
.It Fl -no-experimental-sqlite
|
|
217
217
|
Disable the experimental node:sqlite module.
|
|
218
218
|
.
|
|
219
|
-
.It Fl -no-
|
|
220
|
-
Disable
|
|
219
|
+
.It Fl -no-strip-types
|
|
220
|
+
Disable type-stripping for TypeScript files.
|
|
221
221
|
.
|
|
222
222
|
.It Fl -experimental-vm-modules
|
|
223
223
|
Enable experimental ES module support in VM module.
|