node-aix-ppc64 23.1.0 → 23.2.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 +123 -0
- package/README.md +6 -4
- package/bin/node +0 -0
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +108 -104
- package/include/node/node.h +32 -38
- 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.2.0">23.2.0</a><br/>
|
|
11
12
|
<a href="#23.1.0">23.1.0</a><br/>
|
|
12
13
|
<a href="#23.0.0">23.0.0</a><br/>
|
|
13
14
|
</td>
|
|
@@ -39,6 +40,128 @@
|
|
|
39
40
|
* [io.js](CHANGELOG_IOJS.md)
|
|
40
41
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
41
42
|
|
|
43
|
+
<a id="23.2.0"></a>
|
|
44
|
+
|
|
45
|
+
## 2024-11-11, Version 23.2.0 (Current), @aduh95
|
|
46
|
+
|
|
47
|
+
### Notable Changes
|
|
48
|
+
|
|
49
|
+
#### Update root certificates to NSS 3.104
|
|
50
|
+
|
|
51
|
+
This is the version of NSS that shipped in Firefox 131.0 on 2024-10-01.
|
|
52
|
+
|
|
53
|
+
Certificates added:
|
|
54
|
+
|
|
55
|
+
* FIRMAPROFESIONAL CA ROOT-A WEB
|
|
56
|
+
* TWCA CYBER Root CA
|
|
57
|
+
* SecureSign Root CA12
|
|
58
|
+
* SecureSign Root CA14
|
|
59
|
+
* SecureSign Root CA15
|
|
60
|
+
|
|
61
|
+
#### Other notable changes
|
|
62
|
+
|
|
63
|
+
* \[[`fa61dced44`](https://github.com/nodejs/node/commit/fa61dced44)] - **doc**: move typescript support to active development (Marco Ippolito) [#55536](https://github.com/nodejs/node/pull/55536)
|
|
64
|
+
* \[[`9dcca5441b`](https://github.com/nodejs/node/commit/9dcca5441b)] - **doc**: add jazelly to collaborators (Jason Zhang) [#55531](https://github.com/nodejs/node/pull/55531)
|
|
65
|
+
* \[[`f628fc43cb`](https://github.com/nodejs/node/commit/f628fc43cb)] - **(SEMVER-MINOR)** **fs**: make `dirent.path` writable (Antoine du Hamel) [#55547](https://github.com/nodejs/node/pull/55547)
|
|
66
|
+
* \[[`25b1422337`](https://github.com/nodejs/node/commit/25b1422337)] - **(SEMVER-MINOR)** **http**: add diagnostic channel `http.client.request.created` (Marco Ippolito) [#55586](https://github.com/nodejs/node/pull/55586)
|
|
67
|
+
* \[[`adda37f00c`](https://github.com/nodejs/node/commit/adda37f00c)] - **(SEMVER-MINOR)** **module**: add `findPackageJSON` util (Jacob Smith) [#55412](https://github.com/nodejs/node/pull/55412)
|
|
68
|
+
* \[[`69dd1e13c3`](https://github.com/nodejs/node/commit/69dd1e13c3)] - **(SEMVER-MINOR)** **module**: add `module.stripTypeScriptTypes` (Marco Ippolito) [#55282](https://github.com/nodejs/node/pull/55282)
|
|
69
|
+
|
|
70
|
+
### Commits
|
|
71
|
+
|
|
72
|
+
* \[[`9dbb255efb`](https://github.com/nodejs/node/commit/9dbb255efb)] - **assert**: fix `deepStrictEqual` on errors when `cause` is not undefined (Edigleysson Silva (Edy)) [#55406](https://github.com/nodejs/node/pull/55406)
|
|
73
|
+
* \[[`7af76ef0b3`](https://github.com/nodejs/node/commit/7af76ef0b3)] - **assert**: fix the string length check for printing the simple diff (Giovanni Bucci) [#55474](https://github.com/nodejs/node/pull/55474)
|
|
74
|
+
* \[[`34483a299b`](https://github.com/nodejs/node/commit/34483a299b)] - **benchmark**: add nodeTiming.uvmetricsinfo bench (RafaelGSS) [#55614](https://github.com/nodejs/node/pull/55614)
|
|
75
|
+
* \[[`b79e4835ab`](https://github.com/nodejs/node/commit/b79e4835ab)] - **build**: use rclone instead of aws CLI (Michaël Zasso) [#55617](https://github.com/nodejs/node/pull/55617)
|
|
76
|
+
* \[[`7ab1f46b8a`](https://github.com/nodejs/node/commit/7ab1f46b8a)] - **build**: stop pre-compiling `lint-md` (Aviv Keller) [#55266](https://github.com/nodejs/node/pull/55266)
|
|
77
|
+
* \[[`4887214e23`](https://github.com/nodejs/node/commit/4887214e23)] - **build**: fix building with system icu 76 (Michael Cho) [#55563](https://github.com/nodejs/node/pull/55563)
|
|
78
|
+
* \[[`f8df27aa5a`](https://github.com/nodejs/node/commit/f8df27aa5a)] - **build**: fix GN arg used in generate\_config\_gypi.py (Shelley Vohr) [#55530](https://github.com/nodejs/node/pull/55530)
|
|
79
|
+
* \[[`bb78904548`](https://github.com/nodejs/node/commit/bb78904548)] - **build**: fix GN build for sqlite and nghttp2 (Shelley Vohr) [#55529](https://github.com/nodejs/node/pull/55529)
|
|
80
|
+
* \[[`535f1b0d4c`](https://github.com/nodejs/node/commit/535f1b0d4c)] - **crypto**: update root certificates to NSS 3.104 (Richard Lau) [#55681](https://github.com/nodejs/node/pull/55681)
|
|
81
|
+
* \[[`9b351b0749`](https://github.com/nodejs/node/commit/9b351b0749)] - **crypto**: fix `RSA_PKCS1_PADDING` error message (Richard Lau) [#55629](https://github.com/nodejs/node/pull/55629)
|
|
82
|
+
* \[[`4b192daac0`](https://github.com/nodejs/node/commit/4b192daac0)] - **deps**: update acorn to 8.14.0 (Node.js GitHub Bot) [#55699](https://github.com/nodejs/node/pull/55699)
|
|
83
|
+
* \[[`dfb764cbc6`](https://github.com/nodejs/node/commit/dfb764cbc6)] - **deps**: update sqlite to 3.47.0 (Node.js GitHub Bot) [#55557](https://github.com/nodejs/node/pull/55557)
|
|
84
|
+
* \[[`3477492588`](https://github.com/nodejs/node/commit/3477492588)] - **deps**: update amaro to 0.2.0 (Node.js GitHub Bot) [#55601](https://github.com/nodejs/node/pull/55601)
|
|
85
|
+
* \[[`3a1d490535`](https://github.com/nodejs/node/commit/3a1d490535)] - **deps**: update nghttp2 to 1.64.0 (Node.js GitHub Bot) [#55559](https://github.com/nodejs/node/pull/55559)
|
|
86
|
+
* \[[`50552fdc92`](https://github.com/nodejs/node/commit/50552fdc92)] - **deps**: update acorn to 8.13.0 (Node.js GitHub Bot) [#55558](https://github.com/nodejs/node/pull/55558)
|
|
87
|
+
* \[[`1b82013f06`](https://github.com/nodejs/node/commit/1b82013f06)] - **deps**: update undici to 6.20.1 (Node.js GitHub Bot) [#55503](https://github.com/nodejs/node/pull/55503)
|
|
88
|
+
* \[[`09060045b1`](https://github.com/nodejs/node/commit/09060045b1)] - **dns**: stop using deprecated `ares_query` (Aviv Keller) [#55430](https://github.com/nodejs/node/pull/55430)
|
|
89
|
+
* \[[`2d0914f337`](https://github.com/nodejs/node/commit/2d0914f337)] - **doc**: consolidate history table of `CustomEvent` (Edigleysson Silva) [#55758](https://github.com/nodejs/node/pull/55758)
|
|
90
|
+
* \[[`cbe09b579f`](https://github.com/nodejs/node/commit/cbe09b579f)] - **doc**: add path aliases typescript doc (Carlos Espa) [#55766](https://github.com/nodejs/node/pull/55766)
|
|
91
|
+
* \[[`89aa83842a`](https://github.com/nodejs/node/commit/89aa83842a)] - **doc**: add esm example in `path.md` (Aviv Keller) [#55745](https://github.com/nodejs/node/pull/55745)
|
|
92
|
+
* \[[`ee12431298`](https://github.com/nodejs/node/commit/ee12431298)] - **doc**: consistent use of word child process (Gireesh Punathil) [#55654](https://github.com/nodejs/node/pull/55654)
|
|
93
|
+
* \[[`20cb52d1d8`](https://github.com/nodejs/node/commit/20cb52d1d8)] - **doc**: clarity to available addon options (Preveen P) [#55715](https://github.com/nodejs/node/pull/55715)
|
|
94
|
+
* \[[`bffbaa13a2`](https://github.com/nodejs/node/commit/bffbaa13a2)] - **doc**: update `--max-semi-space-size` description (Joe Bowbeer) [#55495](https://github.com/nodejs/node/pull/55495)
|
|
95
|
+
* \[[`505ff199b6`](https://github.com/nodejs/node/commit/505ff199b6)] - **doc**: broken `PerformanceObserver` code sample (Dom Harrington) [#54227](https://github.com/nodejs/node/pull/54227)
|
|
96
|
+
* \[[`b8ca9d89f4`](https://github.com/nodejs/node/commit/b8ca9d89f4)] - **doc**: add write flag when open file as the demo code's intention (robberfree) [#54626](https://github.com/nodejs/node/pull/54626)
|
|
97
|
+
* \[[`6662752b62`](https://github.com/nodejs/node/commit/6662752b62)] - **doc**: add a note on console stream behavior (Gireesh Punathil) [#55616](https://github.com/nodejs/node/pull/55616)
|
|
98
|
+
* \[[`9743fa44ed`](https://github.com/nodejs/node/commit/9743fa44ed)] - **doc**: remove mention of ECDH-ES in crypto.diffieHellman (Filip Skokan) [#55611](https://github.com/nodejs/node/pull/55611)
|
|
99
|
+
* \[[`5de2567644`](https://github.com/nodejs/node/commit/5de2567644)] - **doc**: improve c++ embedder API doc (Gireesh Punathil) [#55597](https://github.com/nodejs/node/pull/55597)
|
|
100
|
+
* \[[`f355054ec7`](https://github.com/nodejs/node/commit/f355054ec7)] - **doc**: capitalize "MIT License" (Aviv Keller) [#55575](https://github.com/nodejs/node/pull/55575)
|
|
101
|
+
* \[[`fa61dced44`](https://github.com/nodejs/node/commit/fa61dced44)] - **doc**: move typescript support to active development (Marco Ippolito) [#55536](https://github.com/nodejs/node/pull/55536)
|
|
102
|
+
* \[[`f77bf65059`](https://github.com/nodejs/node/commit/f77bf65059)] - **doc**: add suggested tsconfig for type stripping (Marco Ippolito) [#55534](https://github.com/nodejs/node/pull/55534)
|
|
103
|
+
* \[[`f00ad27132`](https://github.com/nodejs/node/commit/f00ad27132)] - **doc**: add esm examples to node:string\_decoder (Alfredo González) [#55507](https://github.com/nodejs/node/pull/55507)
|
|
104
|
+
* \[[`9dcca5441b`](https://github.com/nodejs/node/commit/9dcca5441b)] - **doc**: add jazelly to collaborators (Jason Zhang) [#55531](https://github.com/nodejs/node/pull/55531)
|
|
105
|
+
* \[[`f628fc43cb`](https://github.com/nodejs/node/commit/f628fc43cb)] - **(SEMVER-MINOR)** **fs**: make `dirent.path` writable (Antoine du Hamel) [#55547](https://github.com/nodejs/node/pull/55547)
|
|
106
|
+
* \[[`dd9b6833c7`](https://github.com/nodejs/node/commit/dd9b6833c7)] - _**Revert**_ "**fs,win**: fix bug in paths with trailing slashes" (Rod Vagg) [#55527](https://github.com/nodejs/node/pull/55527)
|
|
107
|
+
* \[[`8d0526f1f4`](https://github.com/nodejs/node/commit/8d0526f1f4)] - **http**: add diagnostic channel `http.server.response.created` (Marco Ippolito) [#55622](https://github.com/nodejs/node/pull/55622)
|
|
108
|
+
* \[[`25b1422337`](https://github.com/nodejs/node/commit/25b1422337)] - **(SEMVER-MINOR)** **http**: add diagnostic channel `http.client.request.created` (Marco Ippolito) [#55586](https://github.com/nodejs/node/pull/55586)
|
|
109
|
+
* \[[`f92f20b930`](https://github.com/nodejs/node/commit/f92f20b930)] - **http**: don't emit error after destroy (Robert Nagy) [#55457](https://github.com/nodejs/node/pull/55457)
|
|
110
|
+
* \[[`137aa5c9f6`](https://github.com/nodejs/node/commit/137aa5c9f6)] - **http2**: fix client async storage persistence (Orgad Shaneh) [#55460](https://github.com/nodejs/node/pull/55460)
|
|
111
|
+
* \[[`d1965f9f5b`](https://github.com/nodejs/node/commit/d1965f9f5b)] - **lib**: implement webidl dictionary converter and use it in structuredClone (Jason Zhang) [#55489](https://github.com/nodejs/node/pull/55489)
|
|
112
|
+
* \[[`bf552fa3cc`](https://github.com/nodejs/node/commit/bf552fa3cc)] - **lib**: prefer number to string in webidl `type` function (Jason Zhang) [#55489](https://github.com/nodejs/node/pull/55489)
|
|
113
|
+
* \[[`7bfd295416`](https://github.com/nodejs/node/commit/7bfd295416)] - **meta**: bump actions/setup-python from 5.2.0 to 5.3.0 (dependabot\[bot]) [#55688](https://github.com/nodejs/node/pull/55688)
|
|
114
|
+
* \[[`21e3b7b2f4`](https://github.com/nodejs/node/commit/21e3b7b2f4)] - **meta**: bump actions/setup-node from 4.0.4 to 4.1.0 (dependabot\[bot]) [#55687](https://github.com/nodejs/node/pull/55687)
|
|
115
|
+
* \[[`2ae8d3b2ff`](https://github.com/nodejs/node/commit/2ae8d3b2ff)] - **meta**: bump rtCamp/action-slack-notify from 2.3.0 to 2.3.2 (dependabot\[bot]) [#55686](https://github.com/nodejs/node/pull/55686)
|
|
116
|
+
* \[[`42e6c47086`](https://github.com/nodejs/node/commit/42e6c47086)] - **meta**: bump actions/upload-artifact from 4.4.0 to 4.4.3 (dependabot\[bot]) [#55685](https://github.com/nodejs/node/pull/55685)
|
|
117
|
+
* \[[`9042e9acc9`](https://github.com/nodejs/node/commit/9042e9acc9)] - **meta**: bump actions/cache from 4.0.2 to 4.1.2 (dependabot\[bot]) [#55684](https://github.com/nodejs/node/pull/55684)
|
|
118
|
+
* \[[`5c2e4729cc`](https://github.com/nodejs/node/commit/5c2e4729cc)] - **meta**: bump actions/checkout from 4.2.0 to 4.2.2 (dependabot\[bot]) [#55683](https://github.com/nodejs/node/pull/55683)
|
|
119
|
+
* \[[`d79c8bf7a1`](https://github.com/nodejs/node/commit/d79c8bf7a1)] - **meta**: bump github/codeql-action from 3.26.10 to 3.27.0 (dependabot\[bot]) [#55682](https://github.com/nodejs/node/pull/55682)
|
|
120
|
+
* \[[`d0ea9815f6`](https://github.com/nodejs/node/commit/d0ea9815f6)] - **meta**: make review-wanted message minimal (Aviv Keller) [#55607](https://github.com/nodejs/node/pull/55607)
|
|
121
|
+
* \[[`b1ca7ab0a1`](https://github.com/nodejs/node/commit/b1ca7ab0a1)] - **meta**: show PR/issue title on review-wanted (Aviv Keller) [#55606](https://github.com/nodejs/node/pull/55606)
|
|
122
|
+
* \[[`19b1edfc5c`](https://github.com/nodejs/node/commit/19b1edfc5c)] - **module**: simplify --inspect-brk handling (Joyee Cheung) [#55679](https://github.com/nodejs/node/pull/55679)
|
|
123
|
+
* \[[`869e88c6a8`](https://github.com/nodejs/node/commit/869e88c6a8)] - **module**: simplify `findPackageJSON` implementation (Antoine du Hamel) [#55543](https://github.com/nodejs/node/pull/55543)
|
|
124
|
+
* \[[`56c46ab686`](https://github.com/nodejs/node/commit/56c46ab686)] - **module**: unify TypeScript and .mjs handling in CommonJS (Joyee Cheung) [#55590](https://github.com/nodejs/node/pull/55590)
|
|
125
|
+
* \[[`d3be3da6f8`](https://github.com/nodejs/node/commit/d3be3da6f8)] - **module**: fix error thrown from require(esm) hitting TLA repeatedly (Joyee Cheung) [#55520](https://github.com/nodejs/node/pull/55520)
|
|
126
|
+
* \[[`b3971bbf13`](https://github.com/nodejs/node/commit/b3971bbf13)] - **module**: trim off internal stack frames for require(esm) warnings (Joyee Cheung) [#55496](https://github.com/nodejs/node/pull/55496)
|
|
127
|
+
* \[[`a9e08cfe6d`](https://github.com/nodejs/node/commit/a9e08cfe6d)] - **module**: allow ESM that failed to be required to be re-imported (Joyee Cheung) [#55502](https://github.com/nodejs/node/pull/55502)
|
|
128
|
+
* \[[`adda37f00c`](https://github.com/nodejs/node/commit/adda37f00c)] - **(SEMVER-MINOR)** **module**: add `findPackageJSON` util (Jacob Smith) [#55412](https://github.com/nodejs/node/pull/55412)
|
|
129
|
+
* \[[`69dd1e13c3`](https://github.com/nodejs/node/commit/69dd1e13c3)] - **(SEMVER-MINOR)** **module**: add module.stripTypeScriptTypes (Marco Ippolito) [#55282](https://github.com/nodejs/node/pull/55282)
|
|
130
|
+
* \[[`6ab59c81b6`](https://github.com/nodejs/node/commit/6ab59c81b6)] - **os**: improve path check with direct index access (Mert Can Altin) [#55434](https://github.com/nodejs/node/pull/55434)
|
|
131
|
+
* \[[`038ac01d26`](https://github.com/nodejs/node/commit/038ac01d26)] - **path,win**: fix bug in resolve and normalize (Hüseyin Açacak) [#55623](https://github.com/nodejs/node/pull/55623)
|
|
132
|
+
* \[[`7aa250afda`](https://github.com/nodejs/node/commit/7aa250afda)] - **sqlite**: improve error handling using MaybeLocal (Tobias Nießen) [#55571](https://github.com/nodejs/node/pull/55571)
|
|
133
|
+
* \[[`2ec4ae7c16`](https://github.com/nodejs/node/commit/2ec4ae7c16)] - **sqlite**: add readOnly option (Tobias Nießen) [#55567](https://github.com/nodejs/node/pull/55567)
|
|
134
|
+
* \[[`88c7f5b489`](https://github.com/nodejs/node/commit/88c7f5b489)] - **sqlite**: refactor open options (Tobias Nießen) [#55442](https://github.com/nodejs/node/pull/55442)
|
|
135
|
+
* \[[`7853462a61`](https://github.com/nodejs/node/commit/7853462a61)] - **src**: provide workaround for container-overflow (Daniel Lemire) [#55591](https://github.com/nodejs/node/pull/55591)
|
|
136
|
+
* \[[`0302efe4b2`](https://github.com/nodejs/node/commit/0302efe4b2)] - **src**: move more key related stuff to ncrypto (James M Snell) [#55368](https://github.com/nodejs/node/pull/55368)
|
|
137
|
+
* \[[`d26dedf41d`](https://github.com/nodejs/node/commit/d26dedf41d)] - **src**: refactor ECDHBitsJob signature (Filip Skokan) [#55610](https://github.com/nodejs/node/pull/55610)
|
|
138
|
+
* \[[`4c34891454`](https://github.com/nodejs/node/commit/4c34891454)] - **src**: fix dns crash when failed to create NodeAresTask (theanarkh) [#55521](https://github.com/nodejs/node/pull/55521)
|
|
139
|
+
* \[[`467618418a`](https://github.com/nodejs/node/commit/467618418a)] - **src**: use NewFromUtf8Literal in NODE\_DEFINE\_CONSTANT (Charles Kerr) [#55581](https://github.com/nodejs/node/pull/55581)
|
|
140
|
+
* \[[`016baaebbe`](https://github.com/nodejs/node/commit/016baaebbe)] - **src**: do not run IsWindowsBatchFile on non-windows (Yagiz Nizipli) [#55560](https://github.com/nodejs/node/pull/55560)
|
|
141
|
+
* \[[`efa142c108`](https://github.com/nodejs/node/commit/efa142c108)] - **src**: migrate `String::Value` to `String::ValueView` (Aviv Keller) [#55458](https://github.com/nodejs/node/pull/55458)
|
|
142
|
+
* \[[`cfa4d960c8`](https://github.com/nodejs/node/commit/cfa4d960c8)] - **src,lib**: optimize nodeTiming.uvMetricsInfo (RafaelGSS) [#55614](https://github.com/nodejs/node/pull/55614)
|
|
143
|
+
* \[[`19da4de475`](https://github.com/nodejs/node/commit/19da4de475)] - **test**: update `performance-timeline` wpt (RedYetiDev) [#55197](https://github.com/nodejs/node/pull/55197)
|
|
144
|
+
* \[[`10b68ed975`](https://github.com/nodejs/node/commit/10b68ed975)] - **test**: ignore unrelated events in FW watch tests (Carlos Espa) [#55605](https://github.com/nodejs/node/pull/55605)
|
|
145
|
+
* \[[`7d93c0c3ae`](https://github.com/nodejs/node/commit/7d93c0c3ae)] - **test**: refactor some esm tests (Antoine du Hamel) [#55472](https://github.com/nodejs/node/pull/55472)
|
|
146
|
+
* \[[`815e2524a6`](https://github.com/nodejs/node/commit/815e2524a6)] - **test**: split up test-runner-mock-timers test (Julian Gassner) [#55506](https://github.com/nodejs/node/pull/55506)
|
|
147
|
+
* \[[`6aa797de4e`](https://github.com/nodejs/node/commit/6aa797de4e)] - **test**: remove unneeded listeners (Luigi Pinca) [#55486](https://github.com/nodejs/node/pull/55486)
|
|
148
|
+
* \[[`649d767a40`](https://github.com/nodejs/node/commit/649d767a40)] - **test**: increase coverage of `pathToFileURL` (Antoine du Hamel) [#55493](https://github.com/nodejs/node/pull/55493)
|
|
149
|
+
* \[[`71cc20a3a5`](https://github.com/nodejs/node/commit/71cc20a3a5)] - **test**: avoid `apply()` calls with large amount of elements (Livia Medeiros) [#55501](https://github.com/nodejs/node/pull/55501)
|
|
150
|
+
* \[[`2d19614020`](https://github.com/nodejs/node/commit/2d19614020)] - **test**: increase test coverage for `http.OutgoingMessage.appendHeader()` (Juan José) [#55467](https://github.com/nodejs/node/pull/55467)
|
|
151
|
+
* \[[`aebf676569`](https://github.com/nodejs/node/commit/aebf676569)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#55703](https://github.com/nodejs/node/pull/55703)
|
|
152
|
+
* \[[`53a7d8e75b`](https://github.com/nodejs/node/commit/53a7d8e75b)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#55512](https://github.com/nodejs/node/pull/55512)
|
|
153
|
+
* \[[`0ea74f3d02`](https://github.com/nodejs/node/commit/0ea74f3d02)] - **test,crypto**: make crypto tests work with BoringSSL (Shelley Vohr) [#55491](https://github.com/nodejs/node/pull/55491)
|
|
154
|
+
* \[[`3234dc6100`](https://github.com/nodejs/node/commit/3234dc6100)] - **test\_runner**: pass `options` directly to `TestCoverage` (Aviv Keller) [#55578](https://github.com/nodejs/node/pull/55578)
|
|
155
|
+
* \[[`15028dd073`](https://github.com/nodejs/node/commit/15028dd073)] - **tools**: update ESLint to 9.14.0 (dependabot\[bot]) [#55689](https://github.com/nodejs/node/pull/55689)
|
|
156
|
+
* \[[`961cbc9c0f`](https://github.com/nodejs/node/commit/961cbc9c0f)] - **tools**: use `util.parseArgs` in `lint-md` (Aviv Keller) [#55694](https://github.com/nodejs/node/pull/55694)
|
|
157
|
+
* \[[`8fc962f1af`](https://github.com/nodejs/node/commit/8fc962f1af)] - **tools**: fix root certificate updater (Richard Lau) [#55681](https://github.com/nodejs/node/pull/55681)
|
|
158
|
+
* \[[`d0b2d6be84`](https://github.com/nodejs/node/commit/d0b2d6be84)] - **tools**: compact jq output in daily-wpt-fyi.yml action (Filip Skokan) [#55695](https://github.com/nodejs/node/pull/55695)
|
|
159
|
+
* \[[`cba05cda38`](https://github.com/nodejs/node/commit/cba05cda38)] - **tools**: run daily WPT.fyi report on all supported releases (Filip Skokan) [#55619](https://github.com/nodejs/node/pull/55619)
|
|
160
|
+
* \[[`7ce7eab324`](https://github.com/nodejs/node/commit/7ce7eab324)] - **tools**: lint README lists more strictly (Antoine du Hamel) [#55625](https://github.com/nodejs/node/pull/55625)
|
|
161
|
+
* \[[`c2fcda45ca`](https://github.com/nodejs/node/commit/c2fcda45ca)] - **typings**: fix `ModulesBinding` types (Antoine du Hamel) [#55549](https://github.com/nodejs/node/pull/55549)
|
|
162
|
+
* \[[`2b9928561d`](https://github.com/nodejs/node/commit/2b9928561d)] - **url**: refactor `pathToFileURL` to native (Antoine du Hamel) [#55476](https://github.com/nodejs/node/pull/55476)
|
|
163
|
+
* \[[`4129bc72e2`](https://github.com/nodejs/node/commit/4129bc72e2)] - **util**: do not catch on circular `@@toStringTag` errors (Aviv Keller) [#55544](https://github.com/nodejs/node/pull/55544)
|
|
164
|
+
|
|
42
165
|
<a id="23.1.0"></a>
|
|
43
166
|
|
|
44
167
|
## 2024-10-24, Version 23.1.0 (Current), @aduh95
|
package/README.md
CHANGED
|
@@ -357,6 +357,8 @@ For information about the governance of the Node.js project, see
|
|
|
357
357
|
**Jacob Smith** <<jacob@frende.me>> (he/him)
|
|
358
358
|
* [jasnell](https://github.com/jasnell) -
|
|
359
359
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
360
|
+
* [jazelly](https://github.com/jazelly) -
|
|
361
|
+
**Jason Zhang** <<xzha4350@gmail.com>> (he/him)
|
|
360
362
|
* [jkrems](https://github.com/jkrems) -
|
|
361
363
|
**Jan Krems** <<jan.krems@gmail.com>> (he/him)
|
|
362
364
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
@@ -407,7 +409,7 @@ For information about the governance of the Node.js project, see
|
|
|
407
409
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
408
410
|
* [pimterry](https://github.com/pimterry) -
|
|
409
411
|
**Tim Perry** <<pimterry@gmail.com>> (he/him)
|
|
410
|
-
* [pmarchini](https://github.com/pmarchini)
|
|
412
|
+
* [pmarchini](https://github.com/pmarchini) -
|
|
411
413
|
**Pietro Marchini** <<pietro.marchini94@gmail.com>> (he/him)
|
|
412
414
|
* [Qard](https://github.com/Qard) -
|
|
413
415
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
@@ -513,7 +515,7 @@ For information about the governance of the Node.js project, see
|
|
|
513
515
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
514
516
|
* [dmabupt](https://github.com/dmabupt) -
|
|
515
517
|
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
516
|
-
* [dnlup](https://github.com/dnlup)
|
|
518
|
+
* [dnlup](https://github.com/dnlup) -
|
|
517
519
|
**dnlup** <<dnlup.dev@gmail.com>>
|
|
518
520
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
519
521
|
**Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
|
|
@@ -755,7 +757,7 @@ maintaining the Node.js project.
|
|
|
755
757
|
**Mert Can Altin** <<mertgold60@gmail.com>>
|
|
756
758
|
* [preveen-stack](https://github.com/preveen-stack) -
|
|
757
759
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
758
|
-
* [RedYetiDev](https://github.com/
|
|
760
|
+
* [RedYetiDev](https://github.com/RedYetiDev) -
|
|
759
761
|
**Aviv Keller** <<redyetidev@gmail.com>> (they/them)
|
|
760
762
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
761
763
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
@@ -875,7 +877,7 @@ releases on a rotation basis as outlined in the
|
|
|
875
877
|
## License
|
|
876
878
|
|
|
877
879
|
Node.js is available under the
|
|
878
|
-
[MIT
|
|
880
|
+
[MIT License](https://opensource.org/licenses/MIT). Node.js also includes
|
|
879
881
|
external libraries that are available under a variety of licenses. See
|
|
880
882
|
[LICENSE](https://github.com/nodejs/node/blob/HEAD/LICENSE) for the full
|
|
881
883
|
license text.
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/config.gypi
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
'lib/internal/modules/helpers.js',
|
|
206
206
|
'lib/internal/modules/package_json_reader.js',
|
|
207
207
|
'lib/internal/modules/run_main.js',
|
|
208
|
+
'lib/internal/modules/typescript.js',
|
|
208
209
|
'lib/internal/navigator.js',
|
|
209
210
|
'lib/internal/net.js',
|
|
210
211
|
'lib/internal/options.js',
|
package/include/node/node.exp
CHANGED
|
@@ -5992,32 +5992,32 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5992
5992
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5993
5993
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5994
5994
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5995
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
5996
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
5997
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5998
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
5999
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
6000
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6001
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6002
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6003
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6004
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6005
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6006
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6007
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6008
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6009
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6010
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6011
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6012
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6013
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6014
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.
|
|
6015
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6016
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.
|
|
6017
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6018
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6019
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6020
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5995
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0x92105aa5a0056a5b
|
|
5996
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_D1AFF0D6_0x4783ecee5a7e4d70
|
|
5997
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x95446b730a955a97
|
|
5998
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x573019d365bf38d1
|
|
5999
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x5dce47f632d91c6c
|
|
6000
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x7ee8c86c52d13c56
|
|
6001
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0xe86b8f39ce4aefc7
|
|
6002
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0xde9b764b5fb492e2
|
|
6003
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xf456a797a27a2ffb
|
|
6004
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x1ade25be198edf4c
|
|
6005
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x2debc0dfe1156415
|
|
6006
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0x7e63e995e865fc7e
|
|
6007
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0xed48ca113ce44946
|
|
6008
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_6EE78FAE_0xed27a3be817264fc
|
|
6009
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x9fc63605dd32fd1e
|
|
6010
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0xff42a0ba192b529a
|
|
6011
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0xe6d92b9d50de4b90
|
|
6012
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xa8a25cf9bf3798d8
|
|
6013
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x1f27d4f12891cefd
|
|
6014
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.cc_DFF67DD7_0xaf7744893792473f
|
|
6015
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0xfa2641acf6d0d0cc
|
|
6016
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0xfd23b6e2fd2956ba
|
|
6017
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0xe15a04a663233df2
|
|
6018
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x43ba8b7c59d5ef46
|
|
6019
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x7b33aff9306f358b
|
|
6020
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0xb8e116234ad7c46d
|
|
6021
6021
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6022
6022
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6023
6023
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -7116,7 +7116,7 @@ _GLOBAL__I_65535_0__ZN4node6crypto11ManagedX509C2EON7ncrypto11X509PointerE
|
|
|
7116
7116
|
_GLOBAL__I_65535_0__ZN4node6crypto12PBKDF2ConfigC2EOS1_
|
|
7117
7117
|
_GLOBAL__I_65535_0__ZN4node6crypto12ScryptConfigC2EOS1_
|
|
7118
7118
|
_GLOBAL__I_65535_0__ZN4node6crypto13DiffieHellmanC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEN7ncrypto9DHPointerE
|
|
7119
|
-
|
|
7119
|
+
_GLOBAL__I_65535_0__ZN4node6crypto13KeyObjectData18ToEncodedPublicKeyEPNS_11EnvironmentERKN7ncrypto13EVPKeyPointer27AsymmetricKeyEncodingConfigEPN2v85LocalINS9_5ValueEEE
|
|
7120
7120
|
_GLOBAL__I_65535_0__ZN4node6crypto15AESCipherConfigC2EOS1_
|
|
7121
7121
|
_GLOBAL__I_65535_0__ZN4node6crypto15DsaKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16DsaKeyPairParamsEEE
|
|
7122
7122
|
_GLOBAL__I_65535_0__ZN4node6crypto15RsaKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16RsaKeyPairParamsEEE
|
|
@@ -7138,7 +7138,7 @@ _GLOBAL__I_65535_0__ZN4node6loader10ModuleWrapC2EPNS_5RealmEN2v85LocalINS4_6Obje
|
|
|
7138
7138
|
_GLOBAL__I_65535_0__ZN4node6report10WalkHandleEP11uv_handle_sPv
|
|
7139
7139
|
_GLOBAL__I_65535_0__ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
7140
7140
|
_GLOBAL__I_65535_0__ZN4node6serdes17SerializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
7141
|
-
|
|
7141
|
+
_GLOBAL__I_65535_0__ZN4node6sqlite12DatabaseSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEONS0_25DatabaseOpenConfigurationEb
|
|
7142
7142
|
_GLOBAL__I_65535_0__ZN4node6timers11BindingData11SetupTimersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
7143
7143
|
_GLOBAL__I_65535_0__ZN4node6worker12TransferData21FinalizeTransferWriteEN2v85LocalINS2_7ContextEEEPNS2_15ValueSerializerE
|
|
7144
7144
|
_GLOBAL__I_65535_0__ZN4node6worker6WorkerC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESF_St10shared_ptrINS_17PerIsolateOptionsEEOSt6vectorISD_SaISD_EESG_INS_7KVStoreEEPKNS_12SnapshotDataE
|
|
@@ -7215,18 +7215,18 @@ _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
7215
7215
|
_GLOBAL__I_65535_0__ZNK4node4quic14PathDescriptor8ToStringB5cxx11Ev
|
|
7216
7216
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7217
7217
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7218
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7219
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7220
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
7221
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7222
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7223
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7224
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7225
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7226
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7227
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7228
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7229
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7218
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0xbc2cedfb2d2cb4f4
|
|
7219
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x693ff3b3ca52ce16
|
|
7220
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xc422dda1a9eb0e30
|
|
7221
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x2f65146f6ea34bff
|
|
7222
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0xb6ada49c07b7fc22
|
|
7223
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0x853cd3c85bf2660d
|
|
7224
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0xac21d86bb47684d2
|
|
7225
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x68d82d4fc505bb8a
|
|
7226
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0xa4ff693594efca7d
|
|
7227
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0x213599fc57c0dbb6
|
|
7228
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x23a68fd37c978b75
|
|
7229
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x7c6fa46fce197442
|
|
7230
7230
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7231
7231
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7232
7232
|
_HZData_75
|
|
@@ -62602,7 +62602,6 @@ _ZN4node10JSONWriter12write_stringESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
62602
62602
|
_ZN4node10JSONWriter13json_arrayendEv
|
|
62603
62603
|
_ZN4node10JSONWriter13json_keyvalueIA10_cA256_cEEvRKT_RKT0_
|
|
62604
62604
|
_ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
|
|
62605
|
-
_ZN4node10JSONWriter13json_keyvalueIA12_cmEEvRKT_RKT0_
|
|
62606
62605
|
_ZN4node10JSONWriter13json_keyvalueIA15_cmEEvRKT_RKT0_
|
|
62607
62606
|
_ZN4node10JSONWriter13json_keyvalueIA19_cmEEvRKT_RKT0_
|
|
62608
62607
|
_ZN4node10JSONWriter13json_keyvalueIA4_cmEEvRKT_RKT0_
|
|
@@ -62738,15 +62737,15 @@ _ZN4node10cares_wrap9CaaTraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_1
|
|
|
62738
62737
|
_ZN4node10cares_wrap9PtrTraits4SendEPNS0_9QueryWrapIS1_EEPKc
|
|
62739
62738
|
_ZN4node10cares_wrap9PtrTraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_12ResponseDataESt14default_deleteIS6_EE
|
|
62740
62739
|
_ZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE10ParseErrorEi
|
|
62741
|
-
|
|
62740
|
+
_ZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62742
62741
|
_ZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEED0Ev
|
|
62743
62742
|
_ZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEED1Ev
|
|
62744
62743
|
_ZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE10ParseErrorEi
|
|
62745
|
-
|
|
62744
|
+
_ZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62746
62745
|
_ZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEED0Ev
|
|
62747
62746
|
_ZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEED1Ev
|
|
62748
62747
|
_ZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE10ParseErrorEi
|
|
62749
|
-
|
|
62748
|
+
_ZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62750
62749
|
_ZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEED0Ev
|
|
62751
62750
|
_ZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEED1Ev
|
|
62752
62751
|
_ZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE10ParseErrorEi
|
|
@@ -62754,40 +62753,40 @@ _ZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE8CallbackEPviiP7hostent
|
|
|
62754
62753
|
_ZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEED0Ev
|
|
62755
62754
|
_ZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEED1Ev
|
|
62756
62755
|
_ZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE10ParseErrorEi
|
|
62757
|
-
|
|
62756
|
+
_ZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62758
62757
|
_ZN4node10cares_wrap9QueryWrapINS0_7ATraitsEED0Ev
|
|
62759
62758
|
_ZN4node10cares_wrap9QueryWrapINS0_7ATraitsEED1Ev
|
|
62760
62759
|
_ZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE10ParseErrorEi
|
|
62761
|
-
|
|
62760
|
+
_ZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62762
62761
|
_ZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEED0Ev
|
|
62763
62762
|
_ZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEED1Ev
|
|
62764
62763
|
_ZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE10ParseErrorEi
|
|
62765
|
-
|
|
62764
|
+
_ZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62766
62765
|
_ZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEED0Ev
|
|
62767
62766
|
_ZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEED1Ev
|
|
62768
62767
|
_ZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE10ParseErrorEi
|
|
62769
62768
|
_ZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_
|
|
62770
|
-
|
|
62769
|
+
_ZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62771
62770
|
_ZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEED0Ev
|
|
62772
62771
|
_ZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEED1Ev
|
|
62773
62772
|
_ZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE10ParseErrorEi
|
|
62774
|
-
|
|
62773
|
+
_ZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62775
62774
|
_ZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEED0Ev
|
|
62776
62775
|
_ZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEED1Ev
|
|
62777
62776
|
_ZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE10ParseErrorEi
|
|
62778
|
-
|
|
62777
|
+
_ZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62779
62778
|
_ZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEED0Ev
|
|
62780
62779
|
_ZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEED1Ev
|
|
62781
62780
|
_ZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE10ParseErrorEi
|
|
62782
|
-
|
|
62781
|
+
_ZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62783
62782
|
_ZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEED0Ev
|
|
62784
62783
|
_ZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEED1Ev
|
|
62785
62784
|
_ZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE10ParseErrorEi
|
|
62786
|
-
|
|
62785
|
+
_ZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62787
62786
|
_ZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEED0Ev
|
|
62788
62787
|
_ZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEED1Ev
|
|
62789
62788
|
_ZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE10ParseErrorEi
|
|
62790
|
-
|
|
62789
|
+
_ZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE8CallbackEPv13ares_status_tmPK15ares_dns_record
|
|
62791
62790
|
_ZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEED0Ev
|
|
62792
62791
|
_ZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEED1Ev
|
|
62793
62792
|
_ZN4node10cares_wrap9SoaTraits4SendEPNS0_9QueryWrapIS1_EEPKc
|
|
@@ -64571,7 +64570,6 @@ _ZN4node27ERR_OSSL_EVP_INVALID_DIGESTIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7Isolate
|
|
|
64571
64570
|
_ZN4node27GetHumanReadableProcessNameB5cxx11Ev
|
|
64572
64571
|
_ZN4node27PrintLibuvHandleInformationEP9uv_loop_sP4FILE
|
|
64573
64572
|
_ZN4node27THROW_ERR_INVALID_ARG_VALUEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
64574
|
-
_ZN4node27THROW_ERR_INVALID_ARG_VALUEIJPcEEEvPN2v87IsolateEPKcDpOT_
|
|
64575
64573
|
_ZN4node27THROW_ERR_INVALID_ARG_VALUEIJPcRKiEEEvPN2v87IsolateEPKcDpOT_
|
|
64576
64574
|
_ZN4node27UnconditionalAsyncWrapDebugIJEEEvPNS_9AsyncWrapEPKcDpOT_
|
|
64577
64575
|
_ZN4node27UnconditionalAsyncWrapDebugIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvPNS_9AsyncWrapEPKcDpOT_
|
|
@@ -64785,6 +64783,7 @@ _ZN4node30ReportWritesToJSStreamListener18OnStreamAfterWriteEPNS_9WriteWrapEi
|
|
|
64785
64783
|
_ZN4node30ReportWritesToJSStreamListener21OnStreamAfterShutdownEPNS_12ShutdownWrapEi
|
|
64786
64784
|
_ZN4node30ReportWritesToJSStreamListener24OnStreamAfterReqFinishedEPNS_9StreamReqEi
|
|
64787
64785
|
_ZN4node30ShouldAbortOnUncaughtExceptionEPN2v87IsolateE
|
|
64786
|
+
_ZN4node30THROW_ERR_REQUIRE_ASYNC_MODULEEPN2v87IsolateE
|
|
64788
64787
|
_ZN4node31AllowWasmCodeGenerationCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_6StringEEE
|
|
64789
64788
|
_ZN4node31ERR_MISSING_PLATFORM_FOR_WORKERIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64790
64789
|
_ZN4node31ERR_TLS_INVALID_PROTOCOL_METHODIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
@@ -64858,6 +64857,7 @@ _ZN4node3sea8GetAssetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
64858
64857
|
_ZN4node3url11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
64859
64858
|
_ZN4node3url11BindingData12FastCanParseEN2v85LocalINS2_5ValueEEERKNS2_17FastOneByteStringE
|
|
64860
64859
|
_ZN4node3url11BindingData13DomainToASCIIERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64860
|
+
_ZN4node3url11BindingData13PathToFileURLERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64861
64861
|
_ZN4node3url11BindingData15DomainToUnicodeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
64862
64862
|
_ZN4node3url11BindingData16UpdateComponentsERKN3ada14url_componentsENS2_6scheme4typeE
|
|
64863
64863
|
_ZN4node3url11BindingData20FastCanParseWithBaseEN2v85LocalINS2_5ValueEEERKNS2_17FastOneByteStringES8_
|
|
@@ -64878,6 +64878,7 @@ _ZN4node3url11BindingDataD0Ev
|
|
|
64878
64878
|
_ZN4node3url11BindingDataD1Ev
|
|
64879
64879
|
_ZN4node3url12FromFilePathB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
64880
64880
|
_ZN4node3url13FileURLToPathB5cxx11EPNS_11EnvironmentERKN3ada14url_aggregatorE
|
|
64881
|
+
_ZN4node3url15EncodePathCharsB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEENS0_2OSE
|
|
64881
64882
|
_ZN4node3url15ThrowInvalidURLEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEESt8optionalINSt7__cxx1112basic_stringIcS5_SaIcEEEE
|
|
64882
64883
|
_ZN4node41THROW_ERR_CRYPTO_TIMING_SAFE_EQUAL_LENGTHEPN2v87IsolateE
|
|
64883
64884
|
_ZN4node44THROW_ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTEDIJEEEvPN2v87IsolateEPKcDpOT_
|
|
@@ -66102,9 +66103,9 @@ _ZN4node6crypto13GetTLSSessionEPKhm
|
|
|
66102
66103
|
_ZN4node6crypto13KeyObjectData12CreateSecretENS0_10ByteSourceE
|
|
66103
66104
|
_ZN4node6crypto13KeyObjectData12GetParsedKeyENS0_7KeyTypeEPNS_11EnvironmentEON7ncrypto13EVPKeyPointerENS0_14ParseKeyResultEPKc
|
|
66104
66105
|
_ZN4node6crypto13KeyObjectData16CreateAsymmetricENS0_7KeyTypeEON7ncrypto13EVPKeyPointerE
|
|
66105
|
-
|
|
66106
|
+
_ZN4node6crypto13KeyObjectData18ToEncodedPublicKeyEPNS_11EnvironmentERKN7ncrypto13EVPKeyPointer27AsymmetricKeyEncodingConfigEPN2v85LocalINS9_5ValueEEE
|
|
66106
66107
|
_ZN4node6crypto13KeyObjectData19GetPrivateKeyFromJsERKN2v820FunctionCallbackInfoINS2_5ValueEEEPjb
|
|
66107
|
-
|
|
66108
|
+
_ZN4node6crypto13KeyObjectData19ToEncodedPrivateKeyEPNS_11EnvironmentERKN7ncrypto13EVPKeyPointer24PrivateKeyEncodingConfigEPN2v85LocalINS9_5ValueEEE
|
|
66108
66109
|
_ZN4node6crypto13KeyObjectData26GetPublicKeyEncodingFromJsERKN2v820FunctionCallbackInfoINS2_5ValueEEEPjNS0_18KeyEncodingContextE
|
|
66109
66110
|
_ZN4node6crypto13KeyObjectData27GetPrivateKeyEncodingFromJsERKN2v820FunctionCallbackInfoINS2_5ValueEEEPjNS0_18KeyEncodingContextE
|
|
66110
66111
|
_ZN4node6crypto13KeyObjectData27GetPublicOrPrivateKeyFromJsERKN2v820FunctionCallbackInfoINS2_5ValueEEEPj
|
|
@@ -66116,7 +66117,6 @@ _ZN4node6crypto13KeyObjectDataC2ENS0_10ByteSourceE
|
|
|
66116
66117
|
_ZN4node6crypto13KeyObjectDataC2ENS0_7KeyTypeEON7ncrypto13EVPKeyPointerE
|
|
66117
66118
|
_ZN4node6crypto13KeyObjectDataD0Ev
|
|
66118
66119
|
_ZN4node6crypto13KeyObjectDataD1Ev
|
|
66119
|
-
_ZN4node6crypto13MallocOpenSSLIcEEPT_m
|
|
66120
66120
|
_ZN4node6crypto13SecureContext10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
66121
66121
|
_ZN4node6crypto13SecureContext10LoadPKCS12ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66122
66122
|
_ZN4node6crypto13SecureContext10SetCiphersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -66186,7 +66186,6 @@ _ZN4node6crypto14EcKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820Fu
|
|
|
66186
66186
|
_ZN4node6crypto14EcKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_15EcKeyPairParamsEEE
|
|
66187
66187
|
_ZN4node6crypto14ExportJWKEcKeyEPNS_11EnvironmentERKNS0_13KeyObjectDataEN2v85LocalINS6_6ObjectEEE
|
|
66188
66188
|
_ZN4node6crypto14ExportJWKEdKeyEPNS_11EnvironmentERKNS0_13KeyObjectDataEN2v85LocalINS6_6ObjectEEE
|
|
66189
|
-
_ZN4node6crypto14ExportJWKInnerEPNS_11EnvironmentERKNS0_13KeyObjectDataEN2v85LocalINS6_5ValueEEEb
|
|
66190
66189
|
_ZN4node6crypto14GetDhKeyDetailEPNS_11EnvironmentERKNS0_13KeyObjectDataEN2v85LocalINS6_6ObjectEEE
|
|
66191
66190
|
_ZN4node6crypto14GetEcKeyDetailEPNS_11EnvironmentERKNS0_13KeyObjectDataEN2v85LocalINS6_6ObjectEEE
|
|
66192
66191
|
_ZN4node6crypto14GroupOrderSizeERKN7ncrypto13EVPKeyPointerE
|
|
@@ -66783,8 +66782,8 @@ _ZN4node6sqlite12DatabaseSync4OpenERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
66783
66782
|
_ZN4node6sqlite12DatabaseSync4OpenEv
|
|
66784
66783
|
_ZN4node6sqlite12DatabaseSync5CloseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66785
66784
|
_ZN4node6sqlite12DatabaseSync7PrepareERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
66786
|
-
|
|
66787
|
-
|
|
66785
|
+
_ZN4node6sqlite12DatabaseSyncC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEONS0_25DatabaseOpenConfigurationEb
|
|
66786
|
+
_ZN4node6sqlite12DatabaseSyncC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEONS0_25DatabaseOpenConfigurationEb
|
|
66788
66787
|
_ZN4node6sqlite12DatabaseSyncD0Ev
|
|
66789
66788
|
_ZN4node6sqlite12DatabaseSyncD1Ev
|
|
66790
66789
|
_ZN4node6sqlite12DatabaseSyncD2Ev
|
|
@@ -75721,9 +75720,14 @@ _ZN7ncrypto13BignumPointeraSEOS0_
|
|
|
75721
75720
|
_ZN7ncrypto13EVPKeyPointer12NewRawPublicEiRKNS_6BufferIKhEE
|
|
75722
75721
|
_ZN7ncrypto13EVPKeyPointer13NewRawPrivateEiRKNS_6BufferIKhEE
|
|
75723
75722
|
_ZN7ncrypto13EVPKeyPointer15IsRSAPrivateKeyERKNS_6BufferIKhEE
|
|
75724
|
-
|
|
75725
|
-
|
|
75723
|
+
_ZN7ncrypto13EVPKeyPointer17TryParsePublicKeyERKNS0_27AsymmetricKeyEncodingConfigERKNS_6BufferIKhEE
|
|
75724
|
+
_ZN7ncrypto13EVPKeyPointer18TryParsePrivateKeyERKNS0_24PrivateKeyEncodingConfigERKNS_6BufferIKhEE
|
|
75726
75725
|
_ZN7ncrypto13EVPKeyPointer20TryParsePublicKeyPEMERKNS_6BufferIKhEE
|
|
75726
|
+
_ZN7ncrypto13EVPKeyPointer24PrivateKeyEncodingConfigC1ERKS1_
|
|
75727
|
+
_ZN7ncrypto13EVPKeyPointer24PrivateKeyEncodingConfigC2ERKS1_
|
|
75728
|
+
_ZN7ncrypto13EVPKeyPointer24PrivateKeyEncodingConfigaSERKS1_
|
|
75729
|
+
_ZN7ncrypto13EVPKeyPointer27AsymmetricKeyEncodingConfigC1EbNS0_12PKFormatTypeENS0_14PKEncodingTypeE
|
|
75730
|
+
_ZN7ncrypto13EVPKeyPointer27AsymmetricKeyEncodingConfigC2EbNS0_12PKFormatTypeENS0_14PKEncodingTypeE
|
|
75727
75731
|
_ZN7ncrypto13EVPKeyPointer2idEPK11evp_pkey_st
|
|
75728
75732
|
_ZN7ncrypto13EVPKeyPointer3NewEv
|
|
75729
75733
|
_ZN7ncrypto13EVPKeyPointer5resetEP11evp_pkey_st
|
|
@@ -81608,9 +81612,9 @@ _ZNK4node6crypto15EcKeyPairParams8SelfSizeEv
|
|
|
81608
81612
|
_ZNK4node6crypto15KeyObjectHandle10MemoryInfoEPNS_13MemoryTrackerE
|
|
81609
81613
|
_ZNK4node6crypto15KeyObjectHandle14CheckEcKeyDataEv
|
|
81610
81614
|
_ZNK4node6crypto15KeyObjectHandle14MemoryInfoNameEv
|
|
81611
|
-
|
|
81615
|
+
_ZNK4node6crypto15KeyObjectHandle15ExportPublicKeyERKN7ncrypto13EVPKeyPointer27AsymmetricKeyEncodingConfigE
|
|
81612
81616
|
_ZNK4node6crypto15KeyObjectHandle15ExportSecretKeyEv
|
|
81613
|
-
|
|
81617
|
+
_ZNK4node6crypto15KeyObjectHandle16ExportPrivateKeyERKN7ncrypto13EVPKeyPointer24PrivateKeyEncodingConfigE
|
|
81614
81618
|
_ZNK4node6crypto15KeyObjectHandle20GetAsymmetricKeyTypeEv
|
|
81615
81619
|
_ZNK4node6crypto15KeyObjectHandle8SelfSizeEv
|
|
81616
81620
|
_ZNK4node6crypto15NativeKeyObject10MemoryInfoEPNS_13MemoryTrackerE
|
|
@@ -84847,6 +84851,8 @@ _ZNK7ncrypto13BignumPointerssERKS0_
|
|
|
84847
84851
|
_ZNK7ncrypto13EVPKeyPointer12derPublicKeyEv
|
|
84848
84852
|
_ZNK7ncrypto13EVPKeyPointer12rawPublicKeyEv
|
|
84849
84853
|
_ZNK7ncrypto13EVPKeyPointer13rawPrivateKeyEv
|
|
84854
|
+
_ZNK7ncrypto13EVPKeyPointer14writePublicKeyERKNS0_27AsymmetricKeyEncodingConfigE
|
|
84855
|
+
_ZNK7ncrypto13EVPKeyPointer15writePrivateKeyERKNS0_24PrivateKeyEncodingConfigE
|
|
84850
84856
|
_ZNK7ncrypto13EVPKeyPointer16rawPublicKeySizeEv
|
|
84851
84857
|
_ZNK7ncrypto13EVPKeyPointer17rawPrivateKeySizeEv
|
|
84852
84858
|
_ZNK7ncrypto13EVPKeyPointer2idEv
|
|
@@ -94645,94 +94651,94 @@ _ZZN4node10StreamBase11WriteStringILNS_8encodingE4EEEiRKN2v820FunctionCallbackIn
|
|
|
94645
94651
|
_ZZN4node10StreamBase11WriteStringILNS_8encodingE4EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE20error_and_abort_args_2
|
|
94646
94652
|
_ZZN4node10V8Platform10InitializeEiE20error_and_abort_args
|
|
94647
94653
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94648
|
-
|
|
94654
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94649
94655
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94650
|
-
|
|
94656
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94651
94657
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94652
|
-
|
|
94658
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94653
94659
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEED4EvE20error_and_abort_args
|
|
94654
94660
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94655
|
-
|
|
94661
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94656
94662
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94657
|
-
|
|
94663
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94658
94664
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94659
|
-
|
|
94665
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94660
94666
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEED4EvE20error_and_abort_args
|
|
94661
94667
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94662
|
-
|
|
94668
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94663
94669
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94664
|
-
|
|
94670
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94665
94671
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94666
|
-
|
|
94672
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94667
94673
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEED4EvE20error_and_abort_args
|
|
94668
94674
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94669
|
-
|
|
94675
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94670
94676
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94671
|
-
|
|
94677
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94672
94678
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94673
94679
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEED4EvE20error_and_abort_args
|
|
94674
94680
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94675
|
-
|
|
94681
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94676
94682
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94677
|
-
|
|
94683
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94678
94684
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94679
|
-
|
|
94685
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94680
94686
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEED4EvE20error_and_abort_args
|
|
94681
94687
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94682
|
-
|
|
94688
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94683
94689
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94684
|
-
|
|
94690
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94685
94691
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94686
|
-
|
|
94692
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94687
94693
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEED4EvE20error_and_abort_args
|
|
94688
94694
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94689
|
-
|
|
94695
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94690
94696
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94691
|
-
|
|
94697
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94692
94698
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94693
|
-
|
|
94699
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94694
94700
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEED4EvE20error_and_abort_args
|
|
94695
94701
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94696
|
-
|
|
94702
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94697
94703
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94698
|
-
|
|
94704
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94699
94705
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94700
|
-
|
|
94706
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94701
94707
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEED4EvE20error_and_abort_args
|
|
94702
94708
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94703
|
-
|
|
94709
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94704
94710
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94705
|
-
|
|
94711
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94706
94712
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94707
|
-
|
|
94713
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94708
94714
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEED4EvE20error_and_abort_args
|
|
94709
94715
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94710
|
-
|
|
94716
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94711
94717
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94712
|
-
|
|
94718
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94713
94719
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94714
|
-
|
|
94720
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94715
94721
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEED4EvE20error_and_abort_args
|
|
94716
94722
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94717
|
-
|
|
94723
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94718
94724
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94719
|
-
|
|
94725
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94720
94726
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94721
|
-
|
|
94727
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94722
94728
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEED4EvE20error_and_abort_args
|
|
94723
94729
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94724
|
-
|
|
94730
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94725
94731
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94726
|
-
|
|
94732
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94727
94733
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94728
|
-
|
|
94734
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94729
94735
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEED4EvE20error_and_abort_args
|
|
94730
94736
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE10ParseErrorEiE20error_and_abort_args
|
|
94731
|
-
|
|
94737
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE10ParseErrorEiE28trace_event_unique_atomic271
|
|
94732
94738
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE13AfterResponseEvE20error_and_abort_args
|
|
94733
|
-
|
|
94739
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic381
|
|
94734
94740
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE19MakeCallbackPointerEvE20error_and_abort_args
|
|
94735
|
-
|
|
94741
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE9AresQueryEPKc16ares_dns_class_t19ares_dns_rec_type_tE28trace_event_unique_atomic253
|
|
94736
94742
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEED4EvE20error_and_abort_args
|
|
94737
94743
|
_ZZN4node10permission12FSPermission9RadixTree4Node11CreateChildERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE20error_and_abort_args
|
|
94738
94744
|
_ZZN4node11Environment11CloseHandleI11uv_handle_sPFvPS2_EEEvPT_T0_ENUlS3_E_4_FUNES3_
|
|
@@ -95538,7 +95544,6 @@ _ZZN4node6CallocI16uvwasi_preopen_sEEPT_mE20error_and_abort_args
|
|
|
95538
95544
|
_ZZN4node6MallocI7hostentEEPT_mE20error_and_abort_args
|
|
95539
95545
|
_ZZN4node6MallocIPcEEPT_mE20error_and_abort_args
|
|
95540
95546
|
_ZZN4node6MallocIcEEPT_mE20error_and_abort_args
|
|
95541
|
-
_ZZN4node6MallocIhEEPT_mE20error_and_abort_args
|
|
95542
95547
|
_ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args
|
|
95543
95548
|
_ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_0
|
|
95544
95549
|
_ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE20error_and_abort_args_1
|
|
@@ -98002,7 +98007,6 @@ nghttp2_is_fatal
|
|
|
98002
98007
|
nghttp2_iv_check
|
|
98003
98008
|
nghttp2_map_clear
|
|
98004
98009
|
nghttp2_map_each
|
|
98005
|
-
nghttp2_map_each_free
|
|
98006
98010
|
nghttp2_map_find
|
|
98007
98011
|
nghttp2_map_free
|
|
98008
98012
|
nghttp2_map_init
|
package/include/node/node.h
CHANGED
|
@@ -1023,44 +1023,38 @@ NODE_DEPRECATED("Use v8::Date::ValueOf() directly",
|
|
|
1023
1023
|
})
|
|
1024
1024
|
#define NODE_V8_UNIXTIME node::NODE_V8_UNIXTIME
|
|
1025
1025
|
|
|
1026
|
-
#define NODE_DEFINE_CONSTANT(target, constant)
|
|
1027
|
-
do {
|
|
1028
|
-
v8::Isolate* isolate = target->GetIsolate();
|
|
1029
|
-
v8::Local<v8::Context> context = isolate->GetCurrentContext();
|
|
1030
|
-
v8::Local<v8::String> constant_name =
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
v8::
|
|
1047
|
-
|
|
1048
|
-
v8::Local<v8::
|
|
1049
|
-
v8::
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
(target)->DefineOwnProperty(context, \
|
|
1059
|
-
constant_name, \
|
|
1060
|
-
constant_value, \
|
|
1061
|
-
constant_attributes).Check(); \
|
|
1062
|
-
} \
|
|
1063
|
-
while (0)
|
|
1026
|
+
#define NODE_DEFINE_CONSTANT(target, constant) \
|
|
1027
|
+
do { \
|
|
1028
|
+
v8::Isolate* isolate = target->GetIsolate(); \
|
|
1029
|
+
v8::Local<v8::Context> context = isolate->GetCurrentContext(); \
|
|
1030
|
+
v8::Local<v8::String> constant_name = v8::String::NewFromUtf8Literal( \
|
|
1031
|
+
isolate, #constant, v8::NewStringType::kInternalized); \
|
|
1032
|
+
v8::Local<v8::Number> constant_value = \
|
|
1033
|
+
v8::Number::New(isolate, static_cast<double>(constant)); \
|
|
1034
|
+
v8::PropertyAttribute constant_attributes = \
|
|
1035
|
+
static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
|
|
1036
|
+
(target) \
|
|
1037
|
+
->DefineOwnProperty( \
|
|
1038
|
+
context, constant_name, constant_value, constant_attributes) \
|
|
1039
|
+
.Check(); \
|
|
1040
|
+
} while (0)
|
|
1041
|
+
|
|
1042
|
+
#define NODE_DEFINE_HIDDEN_CONSTANT(target, constant) \
|
|
1043
|
+
do { \
|
|
1044
|
+
v8::Isolate* isolate = target->GetIsolate(); \
|
|
1045
|
+
v8::Local<v8::Context> context = isolate->GetCurrentContext(); \
|
|
1046
|
+
v8::Local<v8::String> constant_name = v8::String::NewFromUtf8Literal( \
|
|
1047
|
+
isolate, #constant, v8::NewStringType::kInternalized); \
|
|
1048
|
+
v8::Local<v8::Number> constant_value = \
|
|
1049
|
+
v8::Number::New(isolate, static_cast<double>(constant)); \
|
|
1050
|
+
v8::PropertyAttribute constant_attributes = \
|
|
1051
|
+
static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete | \
|
|
1052
|
+
v8::DontEnum); \
|
|
1053
|
+
(target) \
|
|
1054
|
+
->DefineOwnProperty( \
|
|
1055
|
+
context, constant_name, constant_value, constant_attributes) \
|
|
1056
|
+
.Check(); \
|
|
1057
|
+
} while (0)
|
|
1064
1058
|
|
|
1065
1059
|
// Used to be a macro, hence the uppercase name.
|
|
1066
1060
|
inline void NODE_SET_METHOD(v8::Local<v8::Template> recv,
|