node-aix-ppc64 23.10.0 → 23.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +108 -0
- package/LICENSE +1 -1
- package/README.md +6 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +128 -91
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#23.11.0">23.11.0</a><br/>
|
|
11
12
|
<a href="#23.10.0">23.10.0</a><br/>
|
|
12
13
|
<a href="#23.9.0">23.9.0</a><br/>
|
|
13
14
|
<a href="#23.8.0">23.8.0</a><br/>
|
|
@@ -49,6 +50,113 @@
|
|
|
49
50
|
* [io.js](CHANGELOG_IOJS.md)
|
|
50
51
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
51
52
|
|
|
53
|
+
<a id="23.11.0"></a>
|
|
54
|
+
|
|
55
|
+
## 2025-04-01, Version 23.11.0 (Current), @aduh95
|
|
56
|
+
|
|
57
|
+
### Notable Changes
|
|
58
|
+
|
|
59
|
+
* \[[`64b086740a`](https://github.com/nodejs/node/commit/64b086740a)] - **(SEMVER-MINOR)** **assert**: implement partial error comparison (Ruben Bridgewater) [#57370](https://github.com/nodejs/node/pull/57370)
|
|
60
|
+
* \[[`053cef70e0`](https://github.com/nodejs/node/commit/053cef70e0)] - **(SEMVER-MINOR)** **crypto**: add optional callback to `crypto.diffieHellman` (Filip Skokan) [#57274](https://github.com/nodejs/node/pull/57274)
|
|
61
|
+
* \[[`f8aff90235`](https://github.com/nodejs/node/commit/f8aff90235)] - **(SEMVER-MINOR)** **process**: add `execve` (Paolo Insogna) [#56496](https://github.com/nodejs/node/pull/56496)
|
|
62
|
+
* \[[`4b04c92d7d`](https://github.com/nodejs/node/commit/4b04c92d7d)] - **(SEMVER-MINOR)** **sqlite**: add `StatementSync.prototype.columns()` (Colin Ihrig) [#57490](https://github.com/nodejs/node/pull/57490)
|
|
63
|
+
* \[[`1b8d1d3a3a`](https://github.com/nodejs/node/commit/1b8d1d3a3a)] - **(SEMVER-MINOR)** **util**: expose diff function used by the assertion errors (Giovanni Bucci) [#57462](https://github.com/nodejs/node/pull/57462)
|
|
64
|
+
|
|
65
|
+
### Commits
|
|
66
|
+
|
|
67
|
+
* \[[`7b72396c8b`](https://github.com/nodejs/node/commit/7b72396c8b)] - **assert**: improve partialDeepStrictEqual performance (Ruben Bridgewater) [#57509](https://github.com/nodejs/node/pull/57509)
|
|
68
|
+
* \[[`64b086740a`](https://github.com/nodejs/node/commit/64b086740a)] - **(SEMVER-MINOR)** **assert**: implement partial error comparison (Ruben Bridgewater) [#57370](https://github.com/nodejs/node/pull/57370)
|
|
69
|
+
* \[[`f694d7de0e`](https://github.com/nodejs/node/commit/f694d7de0e)] - **(SEMVER-MINOR)** **assert**: improve partialDeepStrictEqual (Ruben Bridgewater) [#57370](https://github.com/nodejs/node/pull/57370)
|
|
70
|
+
* \[[`80d9d5653f`](https://github.com/nodejs/node/commit/80d9d5653f)] - **(SEMVER-MINOR)** **assert,util**: improve performance (Ruben Bridgewater) [#57370](https://github.com/nodejs/node/pull/57370)
|
|
71
|
+
* \[[`d52a71f832`](https://github.com/nodejs/node/commit/d52a71f832)] - **(SEMVER-MINOR)** **benchmark**: adjust assert runtimes (Ruben Bridgewater) [#57370](https://github.com/nodejs/node/pull/57370)
|
|
72
|
+
* \[[`7592cf4cd7`](https://github.com/nodejs/node/commit/7592cf4cd7)] - **(SEMVER-MINOR)** **benchmark**: skip running some assert benchmarks by default (Ruben Bridgewater) [#57370](https://github.com/nodejs/node/pull/57370)
|
|
73
|
+
* \[[`e4cc54a746`](https://github.com/nodejs/node/commit/e4cc54a746)] - **(SEMVER-MINOR)** **benchmark**: add assert partialDeepStrictEqual benchmark (Ruben Bridgewater) [#57370](https://github.com/nodejs/node/pull/57370)
|
|
74
|
+
* \[[`de48407011`](https://github.com/nodejs/node/commit/de48407011)] - **build**: fix update-wpt workflow (Jonas) [#57468](https://github.com/nodejs/node/pull/57468)
|
|
75
|
+
* \[[`52cd0954f9`](https://github.com/nodejs/node/commit/52cd0954f9)] - **cli**: clarify --cpu-prof-name allowed values (Eugenio Ceschia) [#57433](https://github.com/nodejs/node/pull/57433)
|
|
76
|
+
* \[[`7611fc14de`](https://github.com/nodejs/node/commit/7611fc14de)] - **crypto**: fix output of privateDecrypt with zero-length data (Filip Skokan) [#57575](https://github.com/nodejs/node/pull/57575)
|
|
77
|
+
* \[[`cc42ee8fc7`](https://github.com/nodejs/node/commit/cc42ee8fc7)] - **crypto**: ensure expected JWK alg in SubtleCrypto.importKey RSA imports (Filip Skokan) [#57450](https://github.com/nodejs/node/pull/57450)
|
|
78
|
+
* \[[`053cef70e0`](https://github.com/nodejs/node/commit/053cef70e0)] - **(SEMVER-MINOR)** **crypto**: add optional callback to crypto.diffieHellman (Filip Skokan) [#57274](https://github.com/nodejs/node/pull/57274)
|
|
79
|
+
* \[[`1f08864fd7`](https://github.com/nodejs/node/commit/1f08864fd7)] - **debugger**: fix behavior of plain object exec in debugger repl (Dario Piotrowicz) [#57498](https://github.com/nodejs/node/pull/57498)
|
|
80
|
+
* \[[`162b2828eb`](https://github.com/nodejs/node/commit/162b2828eb)] - **deps**: update undici to 6.21.2 (Matteo Collina) [#57442](https://github.com/nodejs/node/pull/57442)
|
|
81
|
+
* \[[`43bea6bb80`](https://github.com/nodejs/node/commit/43bea6bb80)] - **deps**: V8: cherry-pick c172ffc5bf54 (Choongwoo Han) [#57437](https://github.com/nodejs/node/pull/57437)
|
|
82
|
+
* \[[`99f93afb9d`](https://github.com/nodejs/node/commit/99f93afb9d)] - **deps**: update ada to v3.2.1 (Yagiz Nizipli) [#57429](https://github.com/nodejs/node/pull/57429)
|
|
83
|
+
* \[[`30e5658f12`](https://github.com/nodejs/node/commit/30e5658f12)] - **deps**: update googletest to 0bdccf4 (Node.js GitHub Bot) [#57380](https://github.com/nodejs/node/pull/57380)
|
|
84
|
+
* \[[`573467c070`](https://github.com/nodejs/node/commit/573467c070)] - **deps**: update acorn to 8.14.1 (Node.js GitHub Bot) [#57382](https://github.com/nodejs/node/pull/57382)
|
|
85
|
+
* \[[`affeaac0c7`](https://github.com/nodejs/node/commit/affeaac0c7)] - **doc**: add gurgunday as triager (Gürgün Dayıoğlu) [#57594](https://github.com/nodejs/node/pull/57594)
|
|
86
|
+
* \[[`4ed1a098f5`](https://github.com/nodejs/node/commit/4ed1a098f5)] - **doc**: clarify behaviour of node-api adjust function (Michael Dawson) [#57463](https://github.com/nodejs/node/pull/57463)
|
|
87
|
+
* \[[`921041b284`](https://github.com/nodejs/node/commit/921041b284)] - **doc**: remove Corepack documentation (Antoine du Hamel) [#57635](https://github.com/nodejs/node/pull/57635)
|
|
88
|
+
* \[[`99dbd8b391`](https://github.com/nodejs/node/commit/99dbd8b391)] - **doc**: remove mention of `--require` not supporting ES modules (Huáng Jùnliàng) [#57620](https://github.com/nodejs/node/pull/57620)
|
|
89
|
+
* \[[`8c76b2949e`](https://github.com/nodejs/node/commit/8c76b2949e)] - **doc**: mention reports should align with Node.js CoC (Rafael Gonzaga) [#57607](https://github.com/nodejs/node/pull/57607)
|
|
90
|
+
* \[[`ee1c78a7a3`](https://github.com/nodejs/node/commit/ee1c78a7a3)] - **doc**: add section stating that very stale PRs should be closed (Dario Piotrowicz) [#57541](https://github.com/nodejs/node/pull/57541)
|
|
91
|
+
* \[[`595e9e5ad6`](https://github.com/nodejs/node/commit/595e9e5ad6)] - **doc**: add bjohansebas as triager (Sebastian Beltran) [#57564](https://github.com/nodejs/node/pull/57564)
|
|
92
|
+
* \[[`3742d2a198`](https://github.com/nodejs/node/commit/3742d2a198)] - **doc**: update support channels (Claudio W.) [#57538](https://github.com/nodejs/node/pull/57538)
|
|
93
|
+
* \[[`717c44dead`](https://github.com/nodejs/node/commit/717c44dead)] - **doc**: make stability labels more consistent (Antoine du Hamel) [#57516](https://github.com/nodejs/node/pull/57516)
|
|
94
|
+
* \[[`b4576a6f57`](https://github.com/nodejs/node/commit/b4576a6f57)] - **doc**: remove cryptoStream API reference (Jonas) [#57579](https://github.com/nodejs/node/pull/57579)
|
|
95
|
+
* \[[`2c4f894036`](https://github.com/nodejs/node/commit/2c4f894036)] - **doc**: module resolution pseudocode corrections (Marcel Laverdet) [#57080](https://github.com/nodejs/node/pull/57080)
|
|
96
|
+
* \[[`c45894f90c`](https://github.com/nodejs/node/commit/c45894f90c)] - **doc**: add history entry for DEP0190 in `child_process.md` (Antoine du Hamel) [#57544](https://github.com/nodejs/node/pull/57544)
|
|
97
|
+
* \[[`c21068b696`](https://github.com/nodejs/node/commit/c21068b696)] - **doc**: remove deprecated pattern in `child_process.md` (Antoine du Hamel) [#57568](https://github.com/nodejs/node/pull/57568)
|
|
98
|
+
* \[[`87e0dda352`](https://github.com/nodejs/node/commit/87e0dda352)] - **doc**: mark multiple experimental APIS as stable (James M Snell) [#57510](https://github.com/nodejs/node/pull/57510)
|
|
99
|
+
* \[[`d637763e4e`](https://github.com/nodejs/node/commit/d637763e4e)] - **doc**: remove mertcanaltin from Triagers (Mert Can Altin) [#57531](https://github.com/nodejs/node/pull/57531)
|
|
100
|
+
* \[[`ee6025495d`](https://github.com/nodejs/node/commit/ee6025495d)] - **doc**: recommend watching the collaborators repo in the onboarding doc (Darshan Sen) [#57527](https://github.com/nodejs/node/pull/57527)
|
|
101
|
+
* \[[`706b64638b`](https://github.com/nodejs/node/commit/706b64638b)] - **doc**: remove mention of visa fees from onboarding doc (Darshan Sen) [#57526](https://github.com/nodejs/node/pull/57526)
|
|
102
|
+
* \[[`176d951bd0`](https://github.com/nodejs/node/commit/176d951bd0)] - **doc**: deprecate passing `args` to `spawn` and `execFile` (Antoine du Hamel) [#57389](https://github.com/nodejs/node/pull/57389)
|
|
103
|
+
* \[[`5c05ba119b`](https://github.com/nodejs/node/commit/5c05ba119b)] - **doc**: remove some inconsistencies in `deprecations.md` (Antoine du Hamel) [#57512](https://github.com/nodejs/node/pull/57512)
|
|
104
|
+
* \[[`9d5be4bb8c`](https://github.com/nodejs/node/commit/9d5be4bb8c)] - **doc**: run license-builder (github-actions\[bot]) [#57511](https://github.com/nodejs/node/pull/57511)
|
|
105
|
+
* \[[`273607edb4`](https://github.com/nodejs/node/commit/273607edb4)] - **doc**: add new writing-docs contributing md (Dario Piotrowicz) [#57502](https://github.com/nodejs/node/pull/57502)
|
|
106
|
+
* \[[`e28c723f24`](https://github.com/nodejs/node/commit/e28c723f24)] - **doc**: add node.js streams references to Web Streams doc (Dario Piotrowicz) [#57393](https://github.com/nodejs/node/pull/57393)
|
|
107
|
+
* \[[`47296492ba`](https://github.com/nodejs/node/commit/47296492ba)] - **doc**: replace NOTEs that do not render properly (Colin Ihrig) [#57484](https://github.com/nodejs/node/pull/57484)
|
|
108
|
+
* \[[`db9c37f792`](https://github.com/nodejs/node/commit/db9c37f792)] - **doc**: prefer to sign commits under nodejs repository (Rafael Gonzaga) [#57311](https://github.com/nodejs/node/pull/57311)
|
|
109
|
+
* \[[`e5e3987ae7`](https://github.com/nodejs/node/commit/e5e3987ae7)] - **doc**: fixed the incorrect splitting of multiple words (letianpailove) [#57454](https://github.com/nodejs/node/pull/57454)
|
|
110
|
+
* \[[`91a824e43b`](https://github.com/nodejs/node/commit/91a824e43b)] - **doc**: add review guidelines for collaborator nominations (Antoine du Hamel) [#57449](https://github.com/nodejs/node/pull/57449)
|
|
111
|
+
* \[[`2a5fcb2172`](https://github.com/nodejs/node/commit/2a5fcb2172)] - **doc**: fix typo in `url.md` (Allon Murienik) [#57467](https://github.com/nodejs/node/pull/57467)
|
|
112
|
+
* \[[`17ccf9282f`](https://github.com/nodejs/node/commit/17ccf9282f)] - **doc**: add history info for --use-system-ca (Darshan Sen) [#57432](https://github.com/nodejs/node/pull/57432)
|
|
113
|
+
* \[[`9adaaeb965`](https://github.com/nodejs/node/commit/9adaaeb965)] - **doc**: remove typo YAML snippet from tls.getCACertificates doc (Darshan Sen) [#57459](https://github.com/nodejs/node/pull/57459)
|
|
114
|
+
* \[[`ee4e855f8e`](https://github.com/nodejs/node/commit/ee4e855f8e)] - **doc**: fix typo in sqlite.md (Tobias Nießen) [#57473](https://github.com/nodejs/node/pull/57473)
|
|
115
|
+
* \[[`8cb3441443`](https://github.com/nodejs/node/commit/8cb3441443)] - **doc**: explicit mention arbitrary code execution as a vuln (Rafael Gonzaga) [#57426](https://github.com/nodejs/node/pull/57426)
|
|
116
|
+
* \[[`27f183ad03`](https://github.com/nodejs/node/commit/27f183ad03)] - **doc**: update maintaining-openssl.md for openssl (Richard Lau) [#57413](https://github.com/nodejs/node/pull/57413)
|
|
117
|
+
* \[[`ca67145d60`](https://github.com/nodejs/node/commit/ca67145d60)] - **doc**: add missing `deprecated` badges in `fs.md` (Yukihiro Hasegawa) [#57384](https://github.com/nodejs/node/pull/57384)
|
|
118
|
+
* \[[`3687390510`](https://github.com/nodejs/node/commit/3687390510)] - **doc**: fix small typo in `process.md` (Felix Rieseberg) [#57333](https://github.com/nodejs/node/pull/57333)
|
|
119
|
+
* \[[`097d9926e3`](https://github.com/nodejs/node/commit/097d9926e3)] - **doc**: add note about sync nodejs-private branches (Rafael Gonzaga) [#57404](https://github.com/nodejs/node/pull/57404)
|
|
120
|
+
* \[[`5006627969`](https://github.com/nodejs/node/commit/5006627969)] - **fs**: apply exclude function to root path (Rich Trott) [#57420](https://github.com/nodejs/node/pull/57420)
|
|
121
|
+
* \[[`0583c3db92`](https://github.com/nodejs/node/commit/0583c3db92)] - **http**: coerce content-length to number (Marco Ippolito) [#57458](https://github.com/nodejs/node/pull/57458)
|
|
122
|
+
* \[[`2a580b9332`](https://github.com/nodejs/node/commit/2a580b9332)] - **lib**: add warning when binding inspector to public IP (Demian Parkhomenko) [#55736](https://github.com/nodejs/node/pull/55736)
|
|
123
|
+
* \[[`fda56b9837`](https://github.com/nodejs/node/commit/fda56b9837)] - **lib**: limit split function calls to prevent excessive array length (Gürgün Dayıoğlu) [#57501](https://github.com/nodejs/node/pull/57501)
|
|
124
|
+
* \[[`d5a26f6525`](https://github.com/nodejs/node/commit/d5a26f6525)] - **lib**: make getCallSites sourceMap option truly optional (James M Snell) [#57388](https://github.com/nodejs/node/pull/57388)
|
|
125
|
+
* \[[`00a5b18043`](https://github.com/nodejs/node/commit/00a5b18043)] - **meta**: add some clarification to the nomination process (James M Snell) [#57503](https://github.com/nodejs/node/pull/57503)
|
|
126
|
+
* \[[`d0c96c463c`](https://github.com/nodejs/node/commit/d0c96c463c)] - **meta**: remove collaborator self-nomination (Rich Trott) [#57537](https://github.com/nodejs/node/pull/57537)
|
|
127
|
+
* \[[`a9a93f31ee`](https://github.com/nodejs/node/commit/a9a93f31ee)] - **meta**: edit collaborator nomination process (Antoine du Hamel) [#57483](https://github.com/nodejs/node/pull/57483)
|
|
128
|
+
* \[[`0ca362f5f2`](https://github.com/nodejs/node/commit/0ca362f5f2)] - **meta**: move ovflowd to emeritus (Claudio W.) [#57443](https://github.com/nodejs/node/pull/57443)
|
|
129
|
+
* \[[`f8aff90235`](https://github.com/nodejs/node/commit/f8aff90235)] - **(SEMVER-MINOR)** **process**: add execve (Paolo Insogna) [#56496](https://github.com/nodejs/node/pull/56496)
|
|
130
|
+
* \[[`e8d4a31d4b`](https://github.com/nodejs/node/commit/e8d4a31d4b)] - **sqlite**: add support for unknown named parameters (Colin Ihrig) [#57552](https://github.com/nodejs/node/pull/57552)
|
|
131
|
+
* \[[`5652da642d`](https://github.com/nodejs/node/commit/5652da642d)] - **sqlite**: add DatabaseSync.prototype.isOpen (Colin Ihrig) [#57522](https://github.com/nodejs/node/pull/57522)
|
|
132
|
+
* \[[`5c976f16cd`](https://github.com/nodejs/node/commit/5c976f16cd)] - **sqlite**: add DatabaseSync.prototype\[Symbol.dispose]\() (Colin Ihrig) [#57506](https://github.com/nodejs/node/pull/57506)
|
|
133
|
+
* \[[`4b04c92d7d`](https://github.com/nodejs/node/commit/4b04c92d7d)] - **(SEMVER-MINOR)** **sqlite**: add StatementSync.prototype.columns() (Colin Ihrig) [#57490](https://github.com/nodejs/node/pull/57490)
|
|
134
|
+
* \[[`7f5e31645c`](https://github.com/nodejs/node/commit/7f5e31645c)] - **src**: ensure primordials are initialized exactly once (Chengzhong Wu) [#57519](https://github.com/nodejs/node/pull/57519)
|
|
135
|
+
* \[[`9611980f58`](https://github.com/nodejs/node/commit/9611980f58)] - **src**: improve error handling in multiple files (James M Snell) [#57507](https://github.com/nodejs/node/pull/57507)
|
|
136
|
+
* \[[`3ddc5cd875`](https://github.com/nodejs/node/commit/3ddc5cd875)] - **src**: cache urlpattern properties (JonasBa) [#57465](https://github.com/nodejs/node/pull/57465)
|
|
137
|
+
* \[[`b9d9ee4da2`](https://github.com/nodejs/node/commit/b9d9ee4da2)] - **src**: make minor cleanups in encoding\_binding.cc (James M Snell) [#57448](https://github.com/nodejs/node/pull/57448)
|
|
138
|
+
* \[[`f8acf2dd2a`](https://github.com/nodejs/node/commit/f8acf2dd2a)] - **src**: make minor cleanups in compile\_cache.cc (James M Snell) [#57448](https://github.com/nodejs/node/pull/57448)
|
|
139
|
+
* \[[`6ee15c6509`](https://github.com/nodejs/node/commit/6ee15c6509)] - **src**: define urlpattern components using a macro (JonasBa) [#57452](https://github.com/nodejs/node/pull/57452)
|
|
140
|
+
* \[[`4ab3c1690a`](https://github.com/nodejs/node/commit/4ab3c1690a)] - **src**: cleanup crypto more (James M Snell) [#57323](https://github.com/nodejs/node/pull/57323)
|
|
141
|
+
* \[[`5be80b1748`](https://github.com/nodejs/node/commit/5be80b1748)] - **src**: refine ncrypto more (James M Snell) [#57300](https://github.com/nodejs/node/pull/57300)
|
|
142
|
+
* \[[`6a13319a6e`](https://github.com/nodejs/node/commit/6a13319a6e)] - **src**: cleanup aliased\_buffer.h (Mohammed Keyvanzadeh) [#57395](https://github.com/nodejs/node/pull/57395)
|
|
143
|
+
* \[[`3cff7f80bb`](https://github.com/nodejs/node/commit/3cff7f80bb)] - **src**: suggest --use-system-ca when a certificate error occurs (Aditi) [#57362](https://github.com/nodejs/node/pull/57362)
|
|
144
|
+
* \[[`3d372ad9f3`](https://github.com/nodejs/node/commit/3d372ad9f3)] - **test**: update WPT for urlpattern to 6ceca69d26 (Node.js GitHub Bot) [#57486](https://github.com/nodejs/node/pull/57486)
|
|
145
|
+
* \[[`481ea665af`](https://github.com/nodejs/node/commit/481ea665af)] - **test**: add more number cases for buffer.indexOf (Meghan Denny) [#57200](https://github.com/nodejs/node/pull/57200)
|
|
146
|
+
* \[[`27b01ed4e7`](https://github.com/nodejs/node/commit/27b01ed4e7)] - **test**: update parallel/test-tls-dhe for OpenSSL 3.5 (Richard Lau) [#57477](https://github.com/nodejs/node/pull/57477)
|
|
147
|
+
* \[[`8f7debcf41`](https://github.com/nodejs/node/commit/8f7debcf41)] - **timers**: optimize timer functions with improved argument handling (Gürgün Dayıoğlu) [#57072](https://github.com/nodejs/node/pull/57072)
|
|
148
|
+
* \[[`d4abd9d3fb`](https://github.com/nodejs/node/commit/d4abd9d3fb)] - **timers**: remove unnecessary allocation of \_onTimeout (Gürgün Dayıoğlu) [#57497](https://github.com/nodejs/node/pull/57497)
|
|
149
|
+
* \[[`f8f81c8ba2`](https://github.com/nodejs/node/commit/f8f81c8ba2)] - **timers**: remove unused parameter from insertGuarded (Gürgün Dayıoğlu) [#57251](https://github.com/nodejs/node/pull/57251)
|
|
150
|
+
* \[[`c4fdb27b51`](https://github.com/nodejs/node/commit/c4fdb27b51)] - **tls**: remove unnecessary type check on normalize (Yagiz Nizipli) [#57336](https://github.com/nodejs/node/pull/57336)
|
|
151
|
+
* \[[`ad5dcc5798`](https://github.com/nodejs/node/commit/ad5dcc5798)] - **tools**: fix WPT update cron string (Antoine du Hamel) [#57665](https://github.com/nodejs/node/pull/57665)
|
|
152
|
+
* \[[`7faa482588`](https://github.com/nodejs/node/commit/7faa482588)] - **tools**: remove stalled label on unstalled issues and PRs (Rich Trott) [#57630](https://github.com/nodejs/node/pull/57630)
|
|
153
|
+
* \[[`e3bb26da2b`](https://github.com/nodejs/node/commit/e3bb26da2b)] - **tools**: update sccache to support GH cache changes (Michaël Zasso) [#57573](https://github.com/nodejs/node/pull/57573)
|
|
154
|
+
* \[[`f0c9f505d9`](https://github.com/nodejs/node/commit/f0c9f505d9)] - **tools**: bump @babel/helpers from 7.26.9 to 7.26.10 in /tools/eslint (dependabot\[bot]) [#57444](https://github.com/nodejs/node/pull/57444)
|
|
155
|
+
* \[[`a40ff1f646`](https://github.com/nodejs/node/commit/a40ff1f646)] - **url**: fix constructor error message for URLPattern (jakecastelli) [#57482](https://github.com/nodejs/node/pull/57482)
|
|
156
|
+
* \[[`f36bee4b89`](https://github.com/nodejs/node/commit/f36bee4b89)] - **util**: avoid run debug when enabled is false (fengmk2) [#57494](https://github.com/nodejs/node/pull/57494)
|
|
157
|
+
* \[[`1b8d1d3a3a`](https://github.com/nodejs/node/commit/1b8d1d3a3a)] - **(SEMVER-MINOR)** **util**: expose diff function used by the assertion errors (Giovanni Bucci) [#57462](https://github.com/nodejs/node/pull/57462)
|
|
158
|
+
* \[[`1f7b08a317`](https://github.com/nodejs/node/commit/1f7b08a317)] - **win,test**: disable test case failing with ClangCL (Stefan Stojanovic) [#57397](https://github.com/nodejs/node/pull/57397)
|
|
159
|
+
|
|
52
160
|
<a id="23.10.0"></a>
|
|
53
161
|
|
|
54
162
|
## 2025-03-13, Version 23.10.0 (Current), @aduh95
|
package/LICENSE
CHANGED
|
@@ -366,7 +366,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
366
366
|
|
|
367
367
|
COPYRIGHT AND PERMISSION NOTICE
|
|
368
368
|
|
|
369
|
-
Copyright © 2016-
|
|
369
|
+
Copyright © 2016-2025 Unicode, Inc.
|
|
370
370
|
|
|
371
371
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
372
372
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
package/README.md
CHANGED
|
@@ -403,8 +403,6 @@ For information about the governance of the Node.js project, see
|
|
|
403
403
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
404
404
|
* [MrJithil](https://github.com/MrJithil) -
|
|
405
405
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
406
|
-
* [ovflowd](https://github.com/ovflowd) -
|
|
407
|
-
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
408
406
|
* [panva](https://github.com/panva) -
|
|
409
407
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
410
408
|
* [pimterry](https://github.com/pimterry) -
|
|
@@ -629,6 +627,8 @@ For information about the governance of the Node.js project, see
|
|
|
629
627
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
630
628
|
* [othiym23](https://github.com/othiym23) -
|
|
631
629
|
**Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
|
|
630
|
+
* [ovflowd](https://github.com/ovflowd) -
|
|
631
|
+
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
632
632
|
* [oyyd](https://github.com/oyyd) -
|
|
633
633
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
634
634
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
@@ -739,6 +739,8 @@ maintaining the Node.js project.
|
|
|
739
739
|
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
740
740
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
741
741
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
742
|
+
* [bjohansebas](https://github.com/bjohansebas) -
|
|
743
|
+
**Sebastian Beltran** <<bjohansebas@gmail.com>>
|
|
742
744
|
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
|
|
743
745
|
**Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
|
|
744
746
|
* [CanadaHonk](https://github.com/CanadaHonk) -
|
|
@@ -749,6 +751,8 @@ maintaining the Node.js project.
|
|
|
749
751
|
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
750
752
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
751
753
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
754
|
+
* [gurgunday](https://github.com/gurgunday) -
|
|
755
|
+
**Gürgün Dayıoğlu** <<hey@gurgun.day>>
|
|
752
756
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
|
753
757
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
754
758
|
* [KevinEady](https://github.com/KevinEady) -
|
|
@@ -757,8 +761,6 @@ maintaining the Node.js project.
|
|
|
757
761
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
758
762
|
* [meixg](https://github.com/meixg) -
|
|
759
763
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
760
|
-
* [mertcanaltin](https://github.com/mertcanaltin) -
|
|
761
|
-
**Mert Can Altin** <<mertgold60@gmail.com>>
|
|
762
764
|
* [preveen-stack](https://github.com/preveen-stack) -
|
|
763
765
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
764
766
|
* [RaisinTen](https://github.com/RaisinTen) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -338,6 +338,7 @@
|
|
|
338
338
|
'lib/internal/util/colors.js',
|
|
339
339
|
'lib/internal/util/comparisons.js',
|
|
340
340
|
'lib/internal/util/debuglog.js',
|
|
341
|
+
'lib/internal/util/diff.js',
|
|
341
342
|
'lib/internal/util/inspect.js',
|
|
342
343
|
'lib/internal/util/inspector.js',
|
|
343
344
|
'lib/internal/util/parse_args/parse_args.js',
|
package/include/node/node.exp
CHANGED
|
@@ -6333,32 +6333,32 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
6333
6333
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
6334
6334
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
6335
6335
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6336
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
6337
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
6338
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
6339
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
6340
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
6341
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6342
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6343
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6344
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6345
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6346
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6347
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6348
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6349
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6350
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6351
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6352
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6353
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6354
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6355
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.
|
|
6356
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6357
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.
|
|
6358
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6359
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6360
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6361
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6336
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0x64585136410b5378
|
|
6337
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_D1AFF0D6_0x5009af8931cfa8
|
|
6338
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x64bf65ccedaaa6d5
|
|
6339
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x3a1827aeb8e8204d
|
|
6340
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x272264b440949bc0
|
|
6341
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xfb1881c568bfbf15
|
|
6342
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0xde9ee8f2cedf6418
|
|
6343
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0xe593a61c451c3fdf
|
|
6344
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x6c4b29a3ae097bef
|
|
6345
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x6f97d31988b62080
|
|
6346
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xc03d105c3fab4771
|
|
6347
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0xcf30fea5b570a385
|
|
6348
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x9f008ef94906d7cc
|
|
6349
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_6EE78FAE_0x6fd7a4878070aa6a
|
|
6350
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0xa14edd7f1b76a29c
|
|
6351
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x5389c0974b021a73
|
|
6352
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0x135e18a37b902b17
|
|
6353
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xf71f9d788b1d7e01
|
|
6354
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x509d02cdbe21d91d
|
|
6355
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.cc_DFF67DD7_0xb5826c9b45d79d3b
|
|
6356
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0xbcea4782a52e335e
|
|
6357
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0xf3f34fd3c25e8601
|
|
6358
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x593c1dc877cb2ef
|
|
6359
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xb1c42bb3a39d4004
|
|
6360
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x5dad9ed7568ecfca
|
|
6361
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0x19b8477e366b4126
|
|
6362
6362
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6363
6363
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6364
6364
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -7385,7 +7385,6 @@ _GLOBAL__I_65535_0__ZN4node10webstorage7StorageC2EPNS_11EnvironmentEN2v85LocalIN
|
|
|
7385
7385
|
_GLOBAL__I_65535_0__ZN4node11ConnectWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeE
|
|
7386
7386
|
_GLOBAL__I_65535_0__ZN4node11StatWatcher26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
|
|
7387
7387
|
_GLOBAL__I_65535_0__ZN4node11StringBytes9WriteUCS2EPN2v87IsolateEPcmNS1_5LocalINS1_6StringEEEi
|
|
7388
|
-
_GLOBAL__I_65535_0__ZN4node11Uint32ToHexB5cxx11Ej
|
|
7389
7388
|
_GLOBAL__I_65535_0__ZN4node11per_process11dotenv_fileE
|
|
7390
7389
|
_GLOBAL__I_65535_0__ZN4node11per_process11umask_mutexE
|
|
7391
7390
|
_GLOBAL__I_65535_0__ZN4node11per_process13env_var_mutexE
|
|
@@ -7449,11 +7448,11 @@ _GLOBAL__I_65535_0__ZN4node6crypto13KeyObjectData18ToEncodedPublicKeyEPNS_11Envi
|
|
|
7449
7448
|
_GLOBAL__I_65535_0__ZN4node6crypto15AESCipherConfigC2EOS1_
|
|
7450
7449
|
_GLOBAL__I_65535_0__ZN4node6crypto15DsaKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16DsaKeyPairParamsEEE
|
|
7451
7450
|
_GLOBAL__I_65535_0__ZN4node6crypto15RsaKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16RsaKeyPairParamsEEE
|
|
7452
|
-
_GLOBAL__I_65535_0__ZN4node6crypto16GetCurveFromNameEPKc
|
|
7453
7451
|
_GLOBAL__I_65535_0__ZN4node6crypto16PasswordCallbackEPciiPv
|
|
7454
7452
|
_GLOBAL__I_65535_0__ZN4node6crypto17RandomBytesTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceE
|
|
7455
7453
|
_GLOBAL__I_65535_0__ZN4node6crypto19NidKeyPairGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16NidKeyPairParamsEEE
|
|
7456
7454
|
_GLOBAL__I_65535_0__ZN4node6crypto24GetOrCreateRootCertStoreEv
|
|
7455
|
+
_GLOBAL__I_65535_0__ZN4node6crypto4ECDH10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
7457
7456
|
_GLOBAL__I_65535_0__ZN4node6crypto4HashC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
7458
7457
|
_GLOBAL__I_65535_0__ZN4node6crypto4HmacC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
7459
7458
|
_GLOBAL__I_65535_0__ZN4node6crypto5SPKAC11VerifySpkacERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -7498,6 +7497,7 @@ _GLOBAL__I_65535_0__ZN4node9inspector26RegisterExternalReferencesEPNS_25External
|
|
|
7498
7497
|
_GLOBAL__I_65535_0__ZN4node9inspector5AgentC2EPNS_11EnvironmentE
|
|
7499
7498
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12RuntimeAgentC2Ev
|
|
7500
7499
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12TracingAgentC2EPNS_11EnvironmentESt10shared_ptrINS0_16MainThreadHandleEE
|
|
7500
|
+
_GLOBAL__I_65535_0__ZN7ncrypto18ClearErrorOnReturnC2EPNS_15CryptoErrorListE
|
|
7501
7501
|
_GLOBAL__I_65535_0__ZN8simdjson8internal8to_charsEPcPKcd
|
|
7502
7502
|
_GLOBAL__I_65535_0__ZNK2v88internal10BigIntBase6digitsEv
|
|
7503
7503
|
_GLOBAL__I_65535_0__ZNK2v88internal10JSFunction20GetAttachedCodeKindsENS0_17IsolateForSandboxE
|
|
@@ -7537,23 +7537,24 @@ _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
|
7537
7537
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
7538
7538
|
_GLOBAL__I_65535_0__ZNK4node11http_parser16ParserComparatorclEPKNS0_6ParserES4_
|
|
7539
7539
|
_GLOBAL__I_65535_0__ZNK4node16encoding_binding11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7540
|
+
_GLOBAL__I_65535_0__ZNK4node17CompileCacheEntry9CopyCacheEv
|
|
7540
7541
|
_GLOBAL__I_65535_0__ZNK4node2fs18FSContinuationData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7541
7542
|
_GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
|
|
7542
7543
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7543
7544
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7544
7545
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7545
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7546
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7546
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0x9a3f43d2d956e48f
|
|
7547
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0xcb28b65fd53ef4bc
|
|
7547
7548
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xf09f6f9b48320c29
|
|
7548
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7549
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7550
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7551
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7552
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7553
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7554
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7555
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7556
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7549
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0xb275df121a8922fa
|
|
7550
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0xa07bc4823374b22e
|
|
7551
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0x2d6b68528b3b1a31
|
|
7552
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x74d7046e23e43bef
|
|
7553
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x5b4bbc31d88fdc54
|
|
7554
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0x6dddcde0efd42580
|
|
7555
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0xc62e282a4436f810
|
|
7556
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x9f126eb4391b695a
|
|
7557
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x7baf148151a1336a
|
|
7557
7558
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7558
7559
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7559
7560
|
_HZData_76
|
|
@@ -61869,7 +61870,7 @@ _ZN3ada16url_pattern_init16process_passwordB5cxx11ESt17basic_string_viewIcSt11ch
|
|
|
61869
61870
|
_ZN3ada16url_pattern_init16process_pathnameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEES4_NS0_12process_typeE
|
|
61870
61871
|
_ZN3ada16url_pattern_init16process_protocolB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
|
|
61871
61872
|
_ZN3ada16url_pattern_init16process_usernameB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_12process_typeE
|
|
61872
|
-
|
|
61873
|
+
_ZN3ada16url_pattern_init7processERKS0_NS0_12process_typeESt8optionalISt17basic_string_viewIcSt11char_traitsIcEEES9_S9_S9_S9_S9_S9_S9_
|
|
61873
61874
|
_ZN3ada16url_pattern_initC1EOS0_
|
|
61874
61875
|
_ZN3ada16url_pattern_initC1ERKS0_
|
|
61875
61876
|
_ZN3ada16url_pattern_initD1Ev
|
|
@@ -61946,19 +61947,14 @@ _ZN3ada4idna13decompose_nfcERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaID
|
|
|
61946
61947
|
_ZN3ada4idna13utf32_to_utf8EPKDimPc
|
|
61947
61948
|
_ZN3ada4idna13utf8_to_utf32EPKcmPDi
|
|
61948
61949
|
_ZN3ada4idna14is_label_validESt17basic_string_viewIDiSt11char_traitsIDiEE
|
|
61949
|
-
_ZN3ada4idna15is_ascii_letterEDi
|
|
61950
61950
|
_ZN3ada4idna15verify_punycodeESt17basic_string_viewIcSt11char_traitsIcEE
|
|
61951
61951
|
_ZN3ada4idna16find_range_indexEj
|
|
61952
61952
|
_ZN3ada4idna17punycode_to_utf32ESt17basic_string_viewIcSt11char_traitsIcEERNSt7__cxx1112basic_stringIDiS2_IDiESaIDiEEE
|
|
61953
61953
|
_ZN3ada4idna17utf32_to_punycodeESt17basic_string_viewIDiSt11char_traitsIDiEERNSt7__cxx1112basic_stringIcS2_IcESaIcEEE
|
|
61954
|
-
_ZN3ada4idna20ascii_has_upper_caseEPcm
|
|
61955
|
-
_ZN3ada4idna20get_first_code_pointESt17basic_string_viewIcSt11char_traitsIcEE
|
|
61956
61954
|
_ZN3ada4idna21valid_name_code_pointEDib
|
|
61957
61955
|
_ZN3ada4idna22utf32_length_from_utf8EPKcm
|
|
61958
61956
|
_ZN3ada4idna22utf8_length_from_utf32EPKDim
|
|
61959
|
-
_ZN3ada4idna24is_ascii_letter_or_digitEDi
|
|
61960
61957
|
_ZN3ada4idna28compute_decomposition_lengthESt17basic_string_viewIDiSt11char_traitsIDiEE
|
|
61961
|
-
_ZN3ada4idna30is_forbidden_domain_code_pointEc
|
|
61962
61958
|
_ZN3ada4idna36contains_forbidden_domain_code_pointESt17basic_string_viewIcSt11char_traitsIcEE
|
|
61963
61959
|
_ZN3ada4idna3mapB5cxx11ESt17basic_string_viewIDiSt11char_traitsIDiEE
|
|
61964
61960
|
_ZN3ada4idna7composeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
|
|
@@ -61972,7 +61968,7 @@ _ZN3ada5parseINS_3urlEEEN2tl8expectedIT_NS_6errorsEEESt17basic_string_viewIcSt11
|
|
|
61972
61968
|
_ZN3ada6parser14parse_url_implINS_14url_aggregatorELb0EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
61973
61969
|
_ZN3ada6parser14parse_url_implINS_14url_aggregatorELb1EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
61974
61970
|
_ZN3ada6parser14parse_url_implINS_3urlELb1EEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
61975
|
-
|
|
61971
|
+
_ZN3ada6parser22parse_url_pattern_implIN4node11url_pattern23URLPatternRegexProviderEEEN2tl8expectedINS_11url_patternIT_EENS_6errorsEEEOSt7variantIJSt17basic_string_viewIcSt11char_traitsIcEENS_16url_pattern_initEEEPKSG_PKNS_19url_pattern_optionsE
|
|
61976
61972
|
_ZN3ada6parser9parse_urlINS_14url_aggregatorEEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
61977
61973
|
_ZN3ada6parser9parse_urlINS_3urlEEET_St17basic_string_viewIcSt11char_traitsIcEEPKS3_
|
|
61978
61974
|
_ZN3ada6scheme15get_scheme_typeESt17basic_string_viewIcSt11char_traitsIcEE
|
|
@@ -63371,7 +63367,6 @@ _ZN4node11EnvironmentC2EPNS_11IsolateDataEPN2v87IsolateERKSt6vectorINSt7__cxx111
|
|
|
63371
63367
|
_ZN4node11EnvironmentD0Ev
|
|
63372
63368
|
_ZN4node11EnvironmentD1Ev
|
|
63373
63369
|
_ZN4node11EnvironmentD2Ev
|
|
63374
|
-
_ZN4node11GetCacheKeyESt17basic_string_viewIcSt11char_traitsIcEENS_14CachedCodeTypeE
|
|
63375
63370
|
_ZN4node11IsolateData16CreatePropertiesEv
|
|
63376
63371
|
_ZN4node11IsolateData17CreateIsolateDataEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorEPKNS_20EmbedderSnapshotDataESt10shared_ptrINS_17PerIsolateOptionsEE
|
|
63377
63372
|
_ZN4node11IsolateData17wrapper_data_map_E
|
|
@@ -63590,7 +63585,6 @@ _ZN4node11UDPWrapBaseD0Ev
|
|
|
63590
63585
|
_ZN4node11UDPWrapBaseD1Ev
|
|
63591
63586
|
_ZN4node11UDPWrapBaseD2Ev
|
|
63592
63587
|
_ZN4node11UVExceptionEPN2v87IsolateEiPKcS4_S4_S4_
|
|
63593
|
-
_ZN4node11Uint32ToHexB5cxx11Ej
|
|
63594
63588
|
_ZN4node11credentials10SafeGetenvEPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS_11EnvironmentE
|
|
63595
63589
|
_ZN4node11credentials26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
63596
63590
|
_ZN4node11http_parser11BindingDataD0Ev
|
|
@@ -63695,15 +63689,23 @@ _ZN4node11url_pattern10URLPattern3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
63695
63689
|
_ZN4node11url_pattern10URLPattern4ExecEPNS_11EnvironmentERKSt7variantIJSt17basic_string_viewIcSt11char_traitsIcEEN3ada16url_pattern_initEEERSt8optionalIS8_E
|
|
63696
63690
|
_ZN4node11url_pattern10URLPattern4ExecERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63697
63691
|
_ZN4node11url_pattern10URLPattern4HashERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63692
|
+
_ZN4node11url_pattern10URLPattern4HashEv
|
|
63698
63693
|
_ZN4node11url_pattern10URLPattern4PortERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63694
|
+
_ZN4node11url_pattern10URLPattern4PortEv
|
|
63699
63695
|
_ZN4node11url_pattern10URLPattern4TestEPNS_11EnvironmentERKSt7variantIJSt17basic_string_viewIcSt11char_traitsIcEEN3ada16url_pattern_initEEERSt8optionalIS8_E
|
|
63700
63696
|
_ZN4node11url_pattern10URLPattern4TestERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63701
63697
|
_ZN4node11url_pattern10URLPattern6SearchERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63698
|
+
_ZN4node11url_pattern10URLPattern6SearchEv
|
|
63702
63699
|
_ZN4node11url_pattern10URLPattern8HostnameERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63700
|
+
_ZN4node11url_pattern10URLPattern8HostnameEv
|
|
63703
63701
|
_ZN4node11url_pattern10URLPattern8PasswordERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63702
|
+
_ZN4node11url_pattern10URLPattern8PasswordEv
|
|
63704
63703
|
_ZN4node11url_pattern10URLPattern8PathnameERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63704
|
+
_ZN4node11url_pattern10URLPattern8PathnameEv
|
|
63705
63705
|
_ZN4node11url_pattern10URLPattern8ProtocolERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63706
|
+
_ZN4node11url_pattern10URLPattern8ProtocolEv
|
|
63706
63707
|
_ZN4node11url_pattern10URLPattern8UsernameERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
63708
|
+
_ZN4node11url_pattern10URLPattern8UsernameEv
|
|
63707
63709
|
_ZN4node11url_pattern10URLPatternC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEON3ada11url_patternINS0_23URLPatternRegexProviderEEE
|
|
63708
63710
|
_ZN4node11url_pattern10URLPatternC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEON3ada11url_patternINS0_23URLPatternRegexProviderEEE
|
|
63709
63711
|
_ZN4node11url_pattern10URLPatternD0Ev
|
|
@@ -64545,7 +64547,6 @@ _ZN4node18EnvironmentOptionsD0Ev
|
|
|
64545
64547
|
_ZN4node18EnvironmentOptionsD1Ev
|
|
64546
64548
|
_ZN4node18FormatErrorMessageEPN2v87IsolateENS0_5LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_INS0_7MessageEEEb
|
|
64547
64549
|
_ZN4node18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
64548
|
-
_ZN4node18GetCacheVersionTagB5cxx11Ev
|
|
64549
64550
|
_ZN4node18HasSignalJSHandlerEi
|
|
64550
64551
|
_ZN4node18MemoryRetainerNode10IsRootNodeEv
|
|
64551
64552
|
_ZN4node18MemoryRetainerNode10NamePrefixEv
|
|
@@ -64926,8 +64927,9 @@ _ZN4node26napi_module_to_node_moduleEPK11napi_module
|
|
|
64926
64927
|
_ZN4node27AllocateEnvironmentThreadIdEv
|
|
64927
64928
|
_ZN4node27AsyncHooksGetTriggerAsyncIdEPN2v87IsolateE
|
|
64928
64929
|
_ZN4node27ERR_CONSTRUCT_CALL_REQUIREDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64929
|
-
|
|
64930
|
+
_ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRSt17basic_string_viewIcSt11char_traitsIcEEEEEN2v85LocalINS6_6ObjectEEEPNS6_7IsolateEPKcDpOT_
|
|
64930
64931
|
_ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRjEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
64932
|
+
_ZN4node27ERR_CRYPTO_OPERATION_FAILEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64931
64933
|
_ZN4node27GetHumanReadableProcessNameB5cxx11Ev
|
|
64932
64934
|
_ZN4node27PrintLibuvHandleInformationEP9uv_loop_sP4FILE
|
|
64933
64935
|
_ZN4node27THROW_ERR_CRYPTO_INVALID_IVEPN2v87IsolateE
|
|
@@ -65688,7 +65690,7 @@ _ZN4node6crypto10ByteSourceC2EOS1_
|
|
|
65688
65690
|
_ZN4node6crypto10ByteSourceD1Ev
|
|
65689
65691
|
_ZN4node6crypto10ByteSourceD2Ev
|
|
65690
65692
|
_ZN4node6crypto10ByteSourceaSEOS1_
|
|
65691
|
-
|
|
65693
|
+
_ZN4node6crypto10CipherBase10CommonInitESt17basic_string_viewIcSt11char_traitsIcEERKN7ncrypto6CipherEPKhiSB_ij
|
|
65692
65694
|
_ZN4node6crypto10CipherBase10GetAuthTagERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65693
65695
|
_ZN4node6crypto10CipherBase10GetCiphersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65694
65696
|
_ZN4node6crypto10CipherBase10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
@@ -65696,17 +65698,17 @@ _ZN4node6crypto10CipherBase10SetAuthTagERKN2v820FunctionCallbackInfoINS2_5ValueE
|
|
|
65696
65698
|
_ZN4node6crypto10CipherBase13GetSSLCiphersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65697
65699
|
_ZN4node6crypto10CipherBase14SetAutoPaddingERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65698
65700
|
_ZN4node6crypto10CipherBase14SetAutoPaddingEb
|
|
65699
|
-
|
|
65701
|
+
_ZN4node6crypto10CipherBase17InitAuthenticatedESt17basic_string_viewIcSt11char_traitsIcEEij
|
|
65700
65702
|
_ZN4node6crypto10CipherBase21CheckCCMMessageLengthEi
|
|
65701
65703
|
_ZN4node6crypto10CipherBase25MaybePassAuthTagToOpenSSLEv
|
|
65702
65704
|
_ZN4node6crypto10CipherBase26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
65703
65705
|
_ZN4node6crypto10CipherBase3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65704
|
-
_ZN4node6crypto10CipherBase4InitEPKcRKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
65705
65706
|
_ZN4node6crypto10CipherBase4InitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65707
|
+
_ZN4node6crypto10CipherBase4InitESt17basic_string_viewIcSt11char_traitsIcEERKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
65706
65708
|
_ZN4node6crypto10CipherBase5FinalEPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS4_EE
|
|
65707
65709
|
_ZN4node6crypto10CipherBase5FinalERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65708
|
-
_ZN4node6crypto10CipherBase6InitIvEPKcRKNS0_10ByteSourceERKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
65709
65710
|
_ZN4node6crypto10CipherBase6InitIvERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65711
|
+
_ZN4node6crypto10CipherBase6InitIvESt17basic_string_viewIcSt11char_traitsIcEERKNS0_10ByteSourceERKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
65710
65712
|
_ZN4node6crypto10CipherBase6SetAADERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65711
65713
|
_ZN4node6crypto10CipherBase6SetAADERKNS0_25ArrayBufferOrViewContentsIhEEi
|
|
65712
65714
|
_ZN4node6crypto10CipherBase6UpdateEPKcmPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS6_EE
|
|
@@ -65757,7 +65759,7 @@ _ZN4node6crypto12DHBitsConfigD1Ev
|
|
|
65757
65759
|
_ZN4node6crypto12DHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceE
|
|
65758
65760
|
_ZN4node6crypto12DHBitsTraits12EncodeOutputEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceE
|
|
65759
65761
|
_ZN4node6crypto12DHBitsTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12DHBitsConfigE
|
|
65760
|
-
|
|
65762
|
+
_ZN4node6crypto12EncodeBignumEPNS_11EnvironmentEPK9bignum_sti
|
|
65761
65763
|
_ZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE16DoThreadPoolWorkEv
|
|
65762
65764
|
_ZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEE
|
|
65763
65765
|
_ZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_
|
|
@@ -65960,7 +65962,7 @@ _ZN4node6crypto15DhKeyPairParamsD0Ev
|
|
|
65960
65962
|
_ZN4node6crypto15DhKeyPairParamsD1Ev
|
|
65961
65963
|
_ZN4node6crypto15DsaKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16DsaKeyPairParamsEEE
|
|
65962
65964
|
_ZN4node6crypto15DsaKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16DsaKeyPairParamsEEE
|
|
65963
|
-
|
|
65965
|
+
_ZN4node6crypto15ECPointToBufferEPNS_11EnvironmentEPK11ec_group_stPK11ec_point_st23point_conversion_form_t
|
|
65964
65966
|
_ZN4node6crypto15EcKeyPairParamsD0Ev
|
|
65965
65967
|
_ZN4node6crypto15EcKeyPairParamsD1Ev
|
|
65966
65968
|
_ZN4node6crypto15ExportJWKRsaKeyEPNS_11EnvironmentERKNS0_13KeyObjectDataEN2v85LocalINS6_6ObjectEEE
|
|
@@ -66003,10 +66005,10 @@ _ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_ZN7ncrypto6Cipher
|
|
|
66003
66005
|
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_ZN7ncrypto6Cipher7recoverERKNS4_13EVPKeyPointerERKNS5_12CipherParamsENS4_6BufferIKvEEEEEEvRKN2v820FunctionCallbackInfoINSF_5ValueEEE
|
|
66004
66006
|
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_ZN7ncrypto6Cipher4signERKNS4_13EVPKeyPointerERKNS5_12CipherParamsENS4_6BufferIKvEEEEEEvRKN2v820FunctionCallbackInfoINSF_5ValueEEE
|
|
66005
66007
|
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_ZN7ncrypto6Cipher7decryptERKNS4_13EVPKeyPointerERKNS5_12CipherParamsENS4_6BufferIKvEEEEEEvRKN2v820FunctionCallbackInfoINSF_5ValueEEE
|
|
66006
|
-
|
|
66007
|
-
|
|
66008
|
-
|
|
66009
|
-
|
|
66008
|
+
_ZN4node6crypto15PublicKeyCipher6CipherIXadL_ZN7ncrypto6Cipher4signERKNS3_13EVPKeyPointerERKNS4_12CipherParamsENS3_6BufferIKvEEEEEEbPNS_11EnvironmentES7_iRKNS3_6DigestERKNS0_25ArrayBufferOrViewContentsIhEESM_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISP_EE
|
|
66009
|
+
_ZN4node6crypto15PublicKeyCipher6CipherIXadL_ZN7ncrypto6Cipher7decryptERKNS3_13EVPKeyPointerERKNS4_12CipherParamsENS3_6BufferIKvEEEEEEbPNS_11EnvironmentES7_iRKNS3_6DigestERKNS0_25ArrayBufferOrViewContentsIhEESM_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISP_EE
|
|
66010
|
+
_ZN4node6crypto15PublicKeyCipher6CipherIXadL_ZN7ncrypto6Cipher7encryptERKNS3_13EVPKeyPointerERKNS4_12CipherParamsENS3_6BufferIKvEEEEEEbPNS_11EnvironmentES7_iRKNS3_6DigestERKNS0_25ArrayBufferOrViewContentsIhEESM_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISP_EE
|
|
66011
|
+
_ZN4node6crypto15PublicKeyCipher6CipherIXadL_ZN7ncrypto6Cipher7recoverERKNS3_13EVPKeyPointerERKNS4_12CipherParamsENS3_6BufferIKvEEEEEEbPNS_11EnvironmentES7_iRKNS3_6DigestERKNS0_25ArrayBufferOrViewContentsIhEESM_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISP_EE
|
|
66010
66012
|
_ZN4node6crypto15RSACipherConfigC1EOS1_
|
|
66011
66013
|
_ZN4node6crypto15RSACipherConfigC2EOS1_
|
|
66012
66014
|
_ZN4node6crypto15RSACipherConfigD0Ev
|
|
@@ -66016,7 +66018,6 @@ _ZN4node6crypto15RSACipherTraits8DoCipherEPNS_11EnvironmentERKNS0_13KeyObjectDat
|
|
|
66016
66018
|
_ZN4node6crypto15RsaKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16RsaKeyPairParamsEEE
|
|
66017
66019
|
_ZN4node6crypto15RsaKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16RsaKeyPairParamsEEE
|
|
66018
66020
|
_ZN4node6crypto15SetEncodedValueEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS4_INS3_6StringEEEPK9bignum_sti
|
|
66019
|
-
_ZN4node6crypto15SetRsaOaepLabelEPN7ncrypto16EVPKeyCtxPointerERKNS0_10ByteSourceE
|
|
66020
66021
|
_ZN4node6crypto15UseExtraCaCertsESt17basic_string_viewIcSt11char_traitsIcEE
|
|
66021
66022
|
_ZN4node6crypto15X509Certificate10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
66022
66023
|
_ZN4node6crypto15X509Certificate11GetPeerCertEPNS_11EnvironmentERKN7ncrypto10SSLPointerENS1_22GetPeerCertificateFlagE
|
|
@@ -66035,7 +66036,6 @@ _ZN4node6crypto15X509CertificateC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEESt
|
|
|
66035
66036
|
_ZN4node6crypto15X509CertificateC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEESt10shared_ptrINS0_11ManagedX509EEP13stack_st_X509
|
|
66036
66037
|
_ZN4node6crypto15X509CertificateD0Ev
|
|
66037
66038
|
_ZN4node6crypto15X509CertificateD1Ev
|
|
66038
|
-
_ZN4node6crypto15array_push_backI13evp_cipher_stXadL_Z16EVP_CIPHER_fetchEEXadL_Z15EVP_CIPHER_freeEEXadL_Z20EVP_get_cipherbynameEEXadL_Z20EVP_CIPHER_get0_nameEEEEvPKT_PKcS7_Pv
|
|
66039
66039
|
_ZN4node6crypto16CheckPrimeConfigD0Ev
|
|
66040
66040
|
_ZN4node6crypto16CheckPrimeConfigD1Ev
|
|
66041
66041
|
_ZN4node6crypto16CheckPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceE
|
|
@@ -66048,7 +66048,6 @@ _ZN4node6crypto16CryptoErrorStoreD1Ev
|
|
|
66048
66048
|
_ZN4node6crypto16DsaKeyPairParamsD0Ev
|
|
66049
66049
|
_ZN4node6crypto16DsaKeyPairParamsD1Ev
|
|
66050
66050
|
_ZN4node6crypto16GetCryptoJobModeEN2v85LocalINS1_5ValueEEE
|
|
66051
|
-
_ZN4node6crypto16GetCurveFromNameEPKc
|
|
66052
66051
|
_ZN4node6crypto16KeyPairGenConfigINS0_15DhKeyPairParamsEED0Ev
|
|
66053
66052
|
_ZN4node6crypto16KeyPairGenConfigINS0_15DhKeyPairParamsEED1Ev
|
|
66054
66053
|
_ZN4node6crypto16KeyPairGenConfigINS0_15EcKeyPairParamsEED0Ev
|
|
@@ -66531,6 +66530,7 @@ _ZN4node6serdes19DeserializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectE
|
|
|
66531
66530
|
_ZN4node6serdes19DeserializerContextD0Ev
|
|
66532
66531
|
_ZN4node6serdes19DeserializerContextD1Ev
|
|
66533
66532
|
_ZN4node6serdes26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
66533
|
+
_ZN4node6sqlite12DatabaseSync12IsOpenGetterERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66534
66534
|
_ZN4node6sqlite12DatabaseSync12RemoveBackupEPNS0_9BackupJobE
|
|
66535
66535
|
_ZN4node6sqlite12DatabaseSync13CreateSessionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66536
66536
|
_ZN4node6sqlite12DatabaseSync13LoadExtensionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -66565,10 +66565,12 @@ _ZN4node6sqlite13StatementSync19IterateNextCallbackERKN2v820FunctionCallbackInfo
|
|
|
66565
66565
|
_ZN4node6sqlite13StatementSync21IterateReturnCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66566
66566
|
_ZN4node6sqlite13StatementSync22GetConstructorTemplateEPNS_11EnvironmentE
|
|
66567
66567
|
_ZN4node6sqlite13StatementSync27SetAllowBareNamedParametersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66568
|
+
_ZN4node6sqlite13StatementSync30SetAllowUnknownNamedParametersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66568
66569
|
_ZN4node6sqlite13StatementSync3AllERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66569
66570
|
_ZN4node6sqlite13StatementSync3GetERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66570
66571
|
_ZN4node6sqlite13StatementSync3RunERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66571
66572
|
_ZN4node6sqlite13StatementSync6CreateEPNS_11EnvironmentENS_17BaseObjectPtrImplINS0_12DatabaseSyncELb0EEEP12sqlite3_stmt
|
|
66573
|
+
_ZN4node6sqlite13StatementSync7ColumnsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66572
66574
|
_ZN4node6sqlite13StatementSync7IterateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66573
66575
|
_ZN4node6sqlite13StatementSync8FinalizeEv
|
|
66574
66576
|
_ZN4node6sqlite13StatementSync9BindValueERKN2v85LocalINS2_5ValueEEEi
|
|
@@ -66836,7 +66838,6 @@ _ZN4node7FPrintFIJmRKjEEEvP4FILEPKcDpOT_
|
|
|
66836
66838
|
_ZN4node7FPrintFIJmRiEEEvP4FILEPKcDpOT_
|
|
66837
66839
|
_ZN4node7FPrintFIJmmPKcEEEvP4FILES2_DpOT_
|
|
66838
66840
|
_ZN4node7FPrintFIJmmmmEEEvP4FILEPKcDpOT_
|
|
66839
|
-
_ZN4node7GetHashEPKcm
|
|
66840
66841
|
_ZN4node7KVStore14AssignToObjectEPN2v87IsolateENS1_5LocalINS1_7ContextEEENS4_INS1_6ObjectEEE
|
|
66841
66842
|
_ZN4node7KVStore16AssignFromObjectEN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEE
|
|
66842
66843
|
_ZN4node7KVStore16CreateMapKVStoreEv
|
|
@@ -75340,6 +75341,7 @@ _ZN7ncrypto10BIOPointerD2Ev
|
|
|
75340
75341
|
_ZN7ncrypto10BIOPointeraSEOS0_
|
|
75341
75342
|
_ZN7ncrypto10SSLPointer10setSessionERKSt10unique_ptrI14ssl_session_stNS_15FunctionDeleterIS2_XadL_Z16SSL_SESSION_freeEEEEE
|
|
75342
75343
|
_ZN7ncrypto10SSLPointer13GetServerNameEPK6ssl_st
|
|
75344
|
+
_ZN7ncrypto10SSLPointer16getSecurityLevelEv
|
|
75343
75345
|
_ZN7ncrypto10SSLPointer3NewERKNS_13SSLCtxPointerE
|
|
75344
75346
|
_ZN7ncrypto10SSLPointer5resetEP6ssl_st
|
|
75345
75347
|
_ZN7ncrypto10SSLPointer7releaseEv
|
|
@@ -75351,6 +75353,9 @@ _ZN7ncrypto10SSLPointerD1Ev
|
|
|
75351
75353
|
_ZN7ncrypto10SSLPointerD2Ev
|
|
75352
75354
|
_ZN7ncrypto10SSLPointeraSEOS0_
|
|
75353
75355
|
_ZN7ncrypto10hashDigestERKNS_6BufferIKhEEPK9evp_md_st
|
|
75356
|
+
_ZN7ncrypto11DataPointer11SecureAllocEm
|
|
75357
|
+
_ZN7ncrypto11DataPointer17GetSecureHeapUsedEv
|
|
75358
|
+
_ZN7ncrypto11DataPointer17TryInitSecureHeapEmm
|
|
75354
75359
|
_ZN7ncrypto11DataPointer4CopyERKNS_6BufferIKvEE
|
|
75355
75360
|
_ZN7ncrypto11DataPointer4zeroEv
|
|
75356
75361
|
_ZN7ncrypto11DataPointer5AllocEm
|
|
@@ -75359,11 +75364,11 @@ _ZN7ncrypto11DataPointer5resetERKNS_6BufferIvEE
|
|
|
75359
75364
|
_ZN7ncrypto11DataPointer6resizeEm
|
|
75360
75365
|
_ZN7ncrypto11DataPointer7releaseEv
|
|
75361
75366
|
_ZN7ncrypto11DataPointerC1EOS0_
|
|
75362
|
-
|
|
75363
|
-
|
|
75367
|
+
_ZN7ncrypto11DataPointerC1EPvmb
|
|
75368
|
+
_ZN7ncrypto11DataPointerC1ERKNS_6BufferIvEEb
|
|
75364
75369
|
_ZN7ncrypto11DataPointerC2EOS0_
|
|
75365
|
-
|
|
75366
|
-
|
|
75370
|
+
_ZN7ncrypto11DataPointerC2EPvmb
|
|
75371
|
+
_ZN7ncrypto11DataPointerC2ERKNS_6BufferIvEEb
|
|
75367
75372
|
_ZN7ncrypto11DataPointerD1Ev
|
|
75368
75373
|
_ZN7ncrypto11DataPointerD2Ev
|
|
75369
75374
|
_ZN7ncrypto11DataPointeraSEOS0_
|
|
@@ -75473,6 +75478,7 @@ _ZN7ncrypto13EnginePointerC2EP9engine_stb
|
|
|
75473
75478
|
_ZN7ncrypto13EnginePointerD1Ev
|
|
75474
75479
|
_ZN7ncrypto13EnginePointerD2Ev
|
|
75475
75480
|
_ZN7ncrypto13EnginePointeraSEOS0_
|
|
75481
|
+
_ZN7ncrypto13SSLCtxPointer15setCipherSuitesESt17basic_string_viewIcSt11char_traitsIcEE
|
|
75476
75482
|
_ZN7ncrypto13SSLCtxPointer3NewEPK13ssl_method_st
|
|
75477
75483
|
_ZN7ncrypto13SSLCtxPointer5resetEP10ssl_ctx_st
|
|
75478
75484
|
_ZN7ncrypto13SSLCtxPointer5resetEPK13ssl_method_st
|
|
@@ -75516,7 +75522,7 @@ _ZN7ncrypto14ECPointPointerD2Ev
|
|
|
75516
75522
|
_ZN7ncrypto14ECPointPointeraSEOS0_
|
|
75517
75523
|
_ZN7ncrypto14HMACCtxPointer10digestIntoEPNS_6BufferIvEE
|
|
75518
75524
|
_ZN7ncrypto14HMACCtxPointer3NewEv
|
|
75519
|
-
|
|
75525
|
+
_ZN7ncrypto14HMACCtxPointer4initERKNS_6BufferIKvEERKNS_6DigestE
|
|
75520
75526
|
_ZN7ncrypto14HMACCtxPointer5resetEP11hmac_ctx_st
|
|
75521
75527
|
_ZN7ncrypto14HMACCtxPointer6digestEv
|
|
75522
75528
|
_ZN7ncrypto14HMACCtxPointer6updateERKNS_6BufferIKvEE
|
|
@@ -75552,8 +75558,8 @@ _ZN7ncrypto15ECDSASigPointerC2Ev
|
|
|
75552
75558
|
_ZN7ncrypto15ECDSASigPointerD1Ev
|
|
75553
75559
|
_ZN7ncrypto15ECDSASigPointerD2Ev
|
|
75554
75560
|
_ZN7ncrypto15ECDSASigPointeraSEOS0_
|
|
75555
|
-
|
|
75556
|
-
|
|
75561
|
+
_ZN7ncrypto15EVPMDCtxPointer10digestInitERKNS_6DigestE
|
|
75562
|
+
_ZN7ncrypto15EVPMDCtxPointer10verifyInitERKNS_13EVPKeyPointerERKNS_6DigestE
|
|
75557
75563
|
_ZN7ncrypto15EVPMDCtxPointer11digestFinalEm
|
|
75558
75564
|
_ZN7ncrypto15EVPMDCtxPointer12digestUpdateERKNS_6BufferIKvEE
|
|
75559
75565
|
_ZN7ncrypto15EVPMDCtxPointer15digestFinalIntoEPNS_6BufferIvEE
|
|
@@ -75561,7 +75567,7 @@ _ZN7ncrypto15EVPMDCtxPointer15getExpectedSizeEv
|
|
|
75561
75567
|
_ZN7ncrypto15EVPMDCtxPointer3NewEv
|
|
75562
75568
|
_ZN7ncrypto15EVPMDCtxPointer5resetEP13evp_md_ctx_st
|
|
75563
75569
|
_ZN7ncrypto15EVPMDCtxPointer7releaseEv
|
|
75564
|
-
|
|
75570
|
+
_ZN7ncrypto15EVPMDCtxPointer8signInitERKNS_13EVPKeyPointerERKNS_6DigestE
|
|
75565
75571
|
_ZN7ncrypto15EVPMDCtxPointerC1EOS0_
|
|
75566
75572
|
_ZN7ncrypto15EVPMDCtxPointerC1EP13evp_md_ctx_st
|
|
75567
75573
|
_ZN7ncrypto15EVPMDCtxPointerC1Ev
|
|
@@ -75573,7 +75579,7 @@ _ZN7ncrypto15EVPMDCtxPointerD2Ev
|
|
|
75573
75579
|
_ZN7ncrypto15EVPMDCtxPointeraSEOS0_
|
|
75574
75580
|
_ZN7ncrypto15ExportChallengeEPKcm
|
|
75575
75581
|
_ZN7ncrypto15ExportPublicKeyEPKcm
|
|
75576
|
-
|
|
75582
|
+
_ZN7ncrypto15checkHkdfLengthERKNS_6DigestEm
|
|
75577
75583
|
_ZN7ncrypto15getCipherByNameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
75578
75584
|
_ZN7ncrypto15getDigestByNameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
75579
75585
|
_ZN7ncrypto15testFipsEnabledEv
|
|
@@ -75581,6 +75587,7 @@ _ZN7ncrypto16CipherCtxPointer10getAeadTagEmPh
|
|
|
75581
75587
|
_ZN7ncrypto16CipherCtxPointer10setAeadTagERKNS_6BufferIKcEE
|
|
75582
75588
|
_ZN7ncrypto16CipherCtxPointer10setPaddingEb
|
|
75583
75589
|
_ZN7ncrypto16CipherCtxPointer11setIvLengthEm
|
|
75590
|
+
_ZN7ncrypto16CipherCtxPointer12setAllowWrapEv
|
|
75584
75591
|
_ZN7ncrypto16CipherCtxPointer12setKeyLengthEm
|
|
75585
75592
|
_ZN7ncrypto16CipherCtxPointer16setAeadTagLengthEm
|
|
75586
75593
|
_ZN7ncrypto16CipherCtxPointer3NewEv
|
|
@@ -75588,7 +75595,6 @@ _ZN7ncrypto16CipherCtxPointer4initERKNS_6CipherEbPKhS5_
|
|
|
75588
75595
|
_ZN7ncrypto16CipherCtxPointer5resetEP17evp_cipher_ctx_st
|
|
75589
75596
|
_ZN7ncrypto16CipherCtxPointer6updateERKNS_6BufferIKhEEPhPib
|
|
75590
75597
|
_ZN7ncrypto16CipherCtxPointer7releaseEv
|
|
75591
|
-
_ZN7ncrypto16CipherCtxPointer8setFlagsEi
|
|
75592
75598
|
_ZN7ncrypto16CipherCtxPointerC1EOS0_
|
|
75593
75599
|
_ZN7ncrypto16CipherCtxPointerC1EP17evp_cipher_ctx_st
|
|
75594
75600
|
_ZN7ncrypto16CipherCtxPointerC2EOS0_
|
|
@@ -75597,8 +75603,8 @@ _ZN7ncrypto16CipherCtxPointerD1Ev
|
|
|
75597
75603
|
_ZN7ncrypto16CipherCtxPointerD2Ev
|
|
75598
75604
|
_ZN7ncrypto16CipherCtxPointeraSEOS0_
|
|
75599
75605
|
_ZN7ncrypto16EVPKeyCtxPointer11initForSignEv
|
|
75600
|
-
|
|
75601
|
-
|
|
75606
|
+
_ZN7ncrypto16EVPKeyCtxPointer12setRsaMgf1MdERKNS_6DigestE
|
|
75607
|
+
_ZN7ncrypto16EVPKeyCtxPointer12setRsaOaepMdERKNS_6DigestE
|
|
75602
75608
|
_ZN7ncrypto16EVPKeyCtxPointer13initForDeriveERKNS_13EVPKeyPointerE
|
|
75603
75609
|
_ZN7ncrypto16EVPKeyCtxPointer13initForKeygenEv
|
|
75604
75610
|
_ZN7ncrypto16EVPKeyCtxPointer13initForVerifyEv
|
|
@@ -75614,9 +75620,9 @@ _ZN7ncrypto16EVPKeyCtxPointer15setRsaOaepLabelEONS_11DataPointerE
|
|
|
75614
75620
|
_ZN7ncrypto16EVPKeyCtxPointer16setDsaParametersEjSt8optionalIiE
|
|
75615
75621
|
_ZN7ncrypto16EVPKeyCtxPointer16setRsaKeygenBitsEi
|
|
75616
75622
|
_ZN7ncrypto16EVPKeyCtxPointer16setRsaPssSaltlenEi
|
|
75617
|
-
|
|
75623
|
+
_ZN7ncrypto16EVPKeyCtxPointer17setRsaPssKeygenMdERKNS_6DigestE
|
|
75618
75624
|
_ZN7ncrypto16EVPKeyCtxPointer18setRsaKeygenPubExpEONS_13BignumPointerE
|
|
75619
|
-
|
|
75625
|
+
_ZN7ncrypto16EVPKeyCtxPointer21setRsaPssKeygenMgf1MdERKNS_6DigestE
|
|
75620
75626
|
_ZN7ncrypto16EVPKeyCtxPointer23setRsaImplicitRejectionEv
|
|
75621
75627
|
_ZN7ncrypto16EVPKeyCtxPointer3NewERKNS_13EVPKeyPointerE
|
|
75622
75628
|
_ZN7ncrypto16EVPKeyCtxPointer4signERKNS_6BufferIKhEE
|
|
@@ -75649,6 +75655,8 @@ _ZN7ncrypto20MarkPopErrorOnReturnD1Ev
|
|
|
75649
75655
|
_ZN7ncrypto20MarkPopErrorOnReturnD2Ev
|
|
75650
75656
|
_ZN7ncrypto23SafeX509InfoAccessPrintERKNS_10BIOPointerEP17X509_extension_st
|
|
75651
75657
|
_ZN7ncrypto27SafeX509SubjectAltNamePrintERKNS_10BIOPointerEP17X509_extension_st
|
|
75658
|
+
_ZN7ncrypto2Ec18GetCurveIdFromNameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
75659
|
+
_ZN7ncrypto2Ec9GetCurvesESt8functionIFbSt17basic_string_viewIcSt11char_traitsIcEEEE
|
|
75652
75660
|
_ZN7ncrypto2EcC1EPK9ec_key_st
|
|
75653
75661
|
_ZN7ncrypto2EcC1Ev
|
|
75654
75662
|
_ZN7ncrypto2EcC2EPK9ec_key_st
|
|
@@ -75665,16 +75673,36 @@ _ZN7ncrypto3RsaC1EPK6rsa_st
|
|
|
75665
75673
|
_ZN7ncrypto3RsaC1Ev
|
|
75666
75674
|
_ZN7ncrypto3RsaC2EPK6rsa_st
|
|
75667
75675
|
_ZN7ncrypto3RsaC2Ev
|
|
75668
|
-
|
|
75676
|
+
_ZN7ncrypto4hkdfERKNS_6DigestERKNS_6BufferIKhEES7_S7_m
|
|
75669
75677
|
_ZN7ncrypto6CSPRNGEPvm
|
|
75678
|
+
_ZN7ncrypto6Cipher10AES_128_KWE
|
|
75679
|
+
_ZN7ncrypto6Cipher10AES_192_KWE
|
|
75680
|
+
_ZN7ncrypto6Cipher10AES_256_KWE
|
|
75681
|
+
_ZN7ncrypto6Cipher11AES_128_CBCE
|
|
75682
|
+
_ZN7ncrypto6Cipher11AES_128_CTRE
|
|
75683
|
+
_ZN7ncrypto6Cipher11AES_128_GCME
|
|
75684
|
+
_ZN7ncrypto6Cipher11AES_192_CBCE
|
|
75685
|
+
_ZN7ncrypto6Cipher11AES_192_CTRE
|
|
75686
|
+
_ZN7ncrypto6Cipher11AES_192_GCME
|
|
75687
|
+
_ZN7ncrypto6Cipher11AES_256_CBCE
|
|
75688
|
+
_ZN7ncrypto6Cipher11AES_256_CTRE
|
|
75689
|
+
_ZN7ncrypto6Cipher11AES_256_GCME
|
|
75670
75690
|
_ZN7ncrypto6Cipher4signERKNS_13EVPKeyPointerERKNS0_12CipherParamsENS_6BufferIKvEE
|
|
75691
|
+
_ZN7ncrypto6Cipher5EMPTYE
|
|
75692
|
+
_ZN7ncrypto6Cipher7ForEachESt8functionIFvSt17basic_string_viewIcSt11char_traitsIcEEEE
|
|
75671
75693
|
_ZN7ncrypto6Cipher7FromCtxERKNS_16CipherCtxPointerE
|
|
75672
75694
|
_ZN7ncrypto6Cipher7FromNidEi
|
|
75673
75695
|
_ZN7ncrypto6Cipher7decryptERKNS_13EVPKeyPointerERKNS0_12CipherParamsENS_6BufferIKvEE
|
|
75674
75696
|
_ZN7ncrypto6Cipher7encryptERKNS_13EVPKeyPointerERKNS0_12CipherParamsENS_6BufferIKvEE
|
|
75675
75697
|
_ZN7ncrypto6Cipher7recoverERKNS_13EVPKeyPointerERKNS0_12CipherParamsENS_6BufferIKvEE
|
|
75676
75698
|
_ZN7ncrypto6Cipher8FromNameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
75677
|
-
|
|
75699
|
+
_ZN7ncrypto6Digest3MD5E
|
|
75700
|
+
_ZN7ncrypto6Digest4SHA1E
|
|
75701
|
+
_ZN7ncrypto6Digest6SHA256E
|
|
75702
|
+
_ZN7ncrypto6Digest6SHA384E
|
|
75703
|
+
_ZN7ncrypto6Digest6SHA512E
|
|
75704
|
+
_ZN7ncrypto6Digest8FromNameESt17basic_string_viewIcSt11char_traitsIcEE
|
|
75705
|
+
_ZN7ncrypto6pbkdf2ERKNS_6DigestERKNS_6BufferIKcEERKNS3_IKhEEjm
|
|
75678
75706
|
_ZN7ncrypto6scryptERKNS_6BufferIKcEERKNS0_IKhEEmmmmm
|
|
75679
75707
|
_ZN7ncrypto8X509Name8IteratorC1ERKS0_i
|
|
75680
75708
|
_ZN7ncrypto8X509Name8IteratorC2ERKS0_i
|
|
@@ -80692,15 +80720,7 @@ _ZNK4node11http_parser6Parser8SelfSizeEv
|
|
|
80692
80720
|
_ZNK4node11url_pattern10URLPattern10MemoryInfoEPNS_13MemoryTrackerE
|
|
80693
80721
|
_ZNK4node11url_pattern10URLPattern14MemoryInfoNameEv
|
|
80694
80722
|
_ZNK4node11url_pattern10URLPattern15HasRegExpGroupsEv
|
|
80695
|
-
_ZNK4node11url_pattern10URLPattern4HashEv
|
|
80696
|
-
_ZNK4node11url_pattern10URLPattern4PortEv
|
|
80697
|
-
_ZNK4node11url_pattern10URLPattern6SearchEv
|
|
80698
|
-
_ZNK4node11url_pattern10URLPattern8HostnameEv
|
|
80699
|
-
_ZNK4node11url_pattern10URLPattern8PasswordEv
|
|
80700
|
-
_ZNK4node11url_pattern10URLPattern8PathnameEv
|
|
80701
|
-
_ZNK4node11url_pattern10URLPattern8ProtocolEv
|
|
80702
80723
|
_ZNK4node11url_pattern10URLPattern8SelfSizeEv
|
|
80703
|
-
_ZNK4node11url_pattern10URLPattern8UsernameEv
|
|
80704
80724
|
_ZNK4node12CleanupQueue10GetOrderedEv
|
|
80705
80725
|
_ZNK4node12CleanupQueue10MemoryInfoEPNS_13MemoryTrackerE
|
|
80706
80726
|
_ZNK4node12CleanupQueue14MemoryInfoNameEv
|
|
@@ -84460,9 +84480,13 @@ _ZNK7ncrypto15EVPMDCtxPointer4signERKNS_6BufferIKhEE
|
|
|
84460
84480
|
_ZNK7ncrypto15EVPMDCtxPointer6copyToERKS0_
|
|
84461
84481
|
_ZNK7ncrypto15EVPMDCtxPointer6verifyERKNS_6BufferIKhEES5_
|
|
84462
84482
|
_ZNK7ncrypto15EVPMDCtxPointer9getDigestEv
|
|
84483
|
+
_ZNK7ncrypto16CipherCtxPointer10isWrapModeEv
|
|
84463
84484
|
_ZNK7ncrypto16CipherCtxPointer12getBlockSizeEv
|
|
84485
|
+
_ZNK7ncrypto16CipherCtxPointer18isChaCha20Poly1305Ev
|
|
84464
84486
|
_ZNK7ncrypto16CipherCtxPointer6getNidEv
|
|
84465
84487
|
_ZNK7ncrypto16CipherCtxPointer7getModeEv
|
|
84488
|
+
_ZNK7ncrypto16CipherCtxPointer9isCcmModeEv
|
|
84489
|
+
_ZNK7ncrypto16CipherCtxPointer9isGcmModeEv
|
|
84466
84490
|
_ZNK7ncrypto16EVPKeyCtxPointer11publicCheckEv
|
|
84467
84491
|
_ZNK7ncrypto16EVPKeyCtxPointer12privateCheckEv
|
|
84468
84492
|
_ZNK7ncrypto16EVPKeyCtxPointer6deriveEv
|
|
@@ -84476,14 +84500,23 @@ _ZNK7ncrypto3Dsa4getQEv
|
|
|
84476
84500
|
_ZNK7ncrypto3Rsa12getPssParamsEv
|
|
84477
84501
|
_ZNK7ncrypto3Rsa12getPublicKeyEv
|
|
84478
84502
|
_ZNK7ncrypto3Rsa13getPrivateKeyEv
|
|
84503
|
+
_ZNK7ncrypto6Cipher10bytesToKeyERKNS_6DigestERKNS_6BufferIKhEEPhS9_
|
|
84504
|
+
_ZNK7ncrypto6Cipher10isWrapModeEv
|
|
84479
84505
|
_ZNK7ncrypto6Cipher11getIvLengthEv
|
|
84480
84506
|
_ZNK7ncrypto6Cipher12getBlockSizeEv
|
|
84481
84507
|
_ZNK7ncrypto6Cipher12getKeyLengthEv
|
|
84482
84508
|
_ZNK7ncrypto6Cipher12getModeLabelEv
|
|
84509
|
+
_ZNK7ncrypto6Cipher12isStreamModeEv
|
|
84510
|
+
_ZNK7ncrypto6Cipher18isChaCha20Poly1305Ev
|
|
84483
84511
|
_ZNK7ncrypto6Cipher28isSupportedAuthenticatedModeEv
|
|
84484
84512
|
_ZNK7ncrypto6Cipher6getNidEv
|
|
84485
84513
|
_ZNK7ncrypto6Cipher7getModeEv
|
|
84486
84514
|
_ZNK7ncrypto6Cipher7getNameEv
|
|
84515
|
+
_ZNK7ncrypto6Cipher9isCcmModeEv
|
|
84516
|
+
_ZNK7ncrypto6Cipher9isCtrModeEv
|
|
84517
|
+
_ZNK7ncrypto6Cipher9isGcmModeEv
|
|
84518
|
+
_ZNK7ncrypto6Cipher9isOcbModeEv
|
|
84519
|
+
_ZNK7ncrypto6Digest4sizeEv
|
|
84487
84520
|
_ZNK7ncrypto8X509Name8IteratorcvbEv
|
|
84488
84521
|
_ZNK7ncrypto8X509Name8IteratordeB5cxx11Ev
|
|
84489
84522
|
_ZNK7ncrypto8X509Name8IteratoreqERKS1_
|
|
@@ -84499,7 +84532,7 @@ _ZNK7ncrypto8X509View12getValidFromEv
|
|
|
84499
84532
|
_ZNK7ncrypto8X509View13getInfoAccessEv
|
|
84500
84533
|
_ZNK7ncrypto8X509View13getIssuerNameEv
|
|
84501
84534
|
_ZNK7ncrypto8X509View14checkPublicKeyERKNS_13EVPKeyPointerE
|
|
84502
|
-
|
|
84535
|
+
_ZNK7ncrypto8X509View14getFingerprintB5cxx11ERKNS_6DigestE
|
|
84503
84536
|
_ZNK7ncrypto8X509View14getSubjectNameEv
|
|
84504
84537
|
_ZNK7ncrypto8X509View14getValidToTimeEv
|
|
84505
84538
|
_ZNK7ncrypto8X509View15checkPrivateKeyERKNS_13EVPKeyPointerE
|
|
@@ -95077,14 +95110,12 @@ _ZZN4node6crypto25ArrayBufferOrViewContentsIhEC4EN2v85LocalINS3_5ValueEEEE20erro
|
|
|
95077
95110
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args
|
|
95078
95111
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_0
|
|
95079
95112
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_1
|
|
95080
|
-
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_2
|
|
95081
95113
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args
|
|
95082
95114
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args_0
|
|
95083
95115
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args_1
|
|
95084
95116
|
_ZZN4node6crypto9CipherJobINS0_15RSACipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args
|
|
95085
95117
|
_ZZN4node6crypto9CipherJobINS0_15RSACipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_0
|
|
95086
95118
|
_ZZN4node6crypto9CipherJobINS0_15RSACipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_1
|
|
95087
|
-
_ZZN4node6crypto9CipherJobINS0_15RSACipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_2
|
|
95088
95119
|
_ZZN4node6crypto9CipherJobINS0_15RSACipherTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args
|
|
95089
95120
|
_ZZN4node6crypto9CipherJobINS0_15RSACipherTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args_0
|
|
95090
95121
|
_ZZN4node6crypto9CipherJobINS0_15RSACipherTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E20error_and_abort_args_1
|
|
@@ -99690,6 +99721,8 @@ sqlite3_column_blob
|
|
|
99690
99721
|
sqlite3_column_bytes
|
|
99691
99722
|
sqlite3_column_bytes16
|
|
99692
99723
|
sqlite3_column_count
|
|
99724
|
+
sqlite3_column_database_name
|
|
99725
|
+
sqlite3_column_database_name16
|
|
99693
99726
|
sqlite3_column_decltype
|
|
99694
99727
|
sqlite3_column_decltype16
|
|
99695
99728
|
sqlite3_column_double
|
|
@@ -99697,6 +99730,10 @@ sqlite3_column_int
|
|
|
99697
99730
|
sqlite3_column_int64
|
|
99698
99731
|
sqlite3_column_name
|
|
99699
99732
|
sqlite3_column_name16
|
|
99733
|
+
sqlite3_column_origin_name
|
|
99734
|
+
sqlite3_column_origin_name16
|
|
99735
|
+
sqlite3_column_table_name
|
|
99736
|
+
sqlite3_column_table_name16
|
|
99700
99737
|
sqlite3_column_text
|
|
99701
99738
|
sqlite3_column_text16
|
|
99702
99739
|
sqlite3_column_type
|