node-aix-ppc64 18.10.0 → 18.12.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 +149 -0
- package/README.md +11 -16
- package/bin/node +0 -0
- package/include/node/config.gypi +81 -78
- package/include/node/node.exp +89 -65
- package/include/node/node.h +99 -13
- package/include/node/node_version.h +3 -3
- package/package.json +1 -1
- package/share/man/man1/node.1 +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<table>
|
|
6
6
|
<tr>
|
|
7
|
+
<th>LTS 'Hydrogen'</th>
|
|
7
8
|
<th>Current</th>
|
|
8
9
|
</tr>
|
|
9
10
|
<tr>
|
|
10
11
|
<td>
|
|
12
|
+
<a href="#18.12.0">18.12.0</a><br/>
|
|
13
|
+
</td>
|
|
14
|
+
<td>
|
|
15
|
+
<a href="#18.11.0">18.11.0</a><br/>
|
|
11
16
|
<a href="#18.10.0">18.10.0</a><br/>
|
|
12
17
|
<a href="#18.9.1">18.9.1</a><br/>
|
|
13
18
|
<a href="#18.9.0">18.9.0</a><br/>
|
|
@@ -44,6 +49,150 @@
|
|
|
44
49
|
* [io.js](CHANGELOG_IOJS.md)
|
|
45
50
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
46
51
|
|
|
52
|
+
<a id="18.12.0"></a>
|
|
53
|
+
|
|
54
|
+
## 2022-10-25, Version 18.12.0 'Hydrogen' (LTS), @ruyadorno and @RafaelGSS
|
|
55
|
+
|
|
56
|
+
### Notable Changes
|
|
57
|
+
|
|
58
|
+
This release marks the transition of Node.js 18.x into Long Term Support (LTS)
|
|
59
|
+
with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS"
|
|
60
|
+
and will remain so until October 2023. After that time, it will move into
|
|
61
|
+
"Maintenance" until end of life in April 2025.
|
|
62
|
+
|
|
63
|
+
<a id="18.11.0"></a>
|
|
64
|
+
|
|
65
|
+
## 2022-10-13, Version 18.11.0 (Current), @danielleadams
|
|
66
|
+
|
|
67
|
+
### watch mode (experimental)
|
|
68
|
+
|
|
69
|
+
Running in 'watch' mode using `node --watch` restarts the process when an imported file is changed.
|
|
70
|
+
|
|
71
|
+
Contributed by Moshe Atlow in [#44366](https://github.com/nodejs/node/pull/44366)
|
|
72
|
+
|
|
73
|
+
### Other notable changes
|
|
74
|
+
|
|
75
|
+
* **fs**:
|
|
76
|
+
* (SEMVER-MINOR) add `FileHandle.prototype.readLines` (Antoine du Hamel) [#42590](https://github.com/nodejs/node/pull/42590)
|
|
77
|
+
* **http**:
|
|
78
|
+
* (SEMVER-MINOR) add writeEarlyHints function to ServerResponse (Wing) [#44180](https://github.com/nodejs/node/pull/44180)
|
|
79
|
+
* **http2**:
|
|
80
|
+
* (SEMVER-MINOR) make early hints generic (Yagiz Nizipli) [#44820](https://github.com/nodejs/node/pull/44820)
|
|
81
|
+
* **lib**:
|
|
82
|
+
* (SEMVER-MINOR) refactor transferable AbortSignal (flakey5) [#44048](https://github.com/nodejs/node/pull/44048)
|
|
83
|
+
* **src**:
|
|
84
|
+
* (SEMVER-MINOR) add detailed embedder process initialization API (Anna Henningsen) [#44121](https://github.com/nodejs/node/pull/44121)
|
|
85
|
+
* **util**:
|
|
86
|
+
* (SEMVER-MINOR) add default value option to parsearg (Manuel Spigolon) [#44631](https://github.com/nodejs/node/pull/44631)
|
|
87
|
+
|
|
88
|
+
### Commits
|
|
89
|
+
|
|
90
|
+
* \[[`27b4b782ce`](https://github.com/nodejs/node/commit/27b4b782ce)] - **benchmark**: add vm context global proxy benchmark (Joyee Cheung) [#44796](https://github.com/nodejs/node/pull/44796)
|
|
91
|
+
* \[[`4e82521af1`](https://github.com/nodejs/node/commit/4e82521af1)] - **bootstrap**: update comments in bootstrap/node.js (Joyee Cheung) [#44726](https://github.com/nodejs/node/pull/44726)
|
|
92
|
+
* \[[`725be0ea50`](https://github.com/nodejs/node/commit/725be0ea50)] - **buffer**: initialize TextDecoder once on blob.text() (Yagiz Nizipli) [#44787](https://github.com/nodejs/node/pull/44787)
|
|
93
|
+
* \[[`653c3b1f62`](https://github.com/nodejs/node/commit/653c3b1f62)] - **buffer,lib**: update atob to align wpt's base64.json (Khaidi Chu) [#43901](https://github.com/nodejs/node/pull/43901)
|
|
94
|
+
* \[[`37808b3355`](https://github.com/nodejs/node/commit/37808b3355)] - **build**: convert V8 test JSON to JUnit XML (Keyhan Vakil) [#44049](https://github.com/nodejs/node/pull/44049)
|
|
95
|
+
* \[[`f92871a52b`](https://github.com/nodejs/node/commit/f92871a52b)] - **build**: update timezone-update.yml (Alex) [#44717](https://github.com/nodejs/node/pull/44717)
|
|
96
|
+
* \[[`f85d3471ee`](https://github.com/nodejs/node/commit/f85d3471ee)] - **child\_process**: remove lookup of undefined property (Colin Ihrig) [#44766](https://github.com/nodejs/node/pull/44766)
|
|
97
|
+
* \[[`2f5f41c315`](https://github.com/nodejs/node/commit/2f5f41c315)] - **(SEMVER-MINOR)** **cli**: add `--watch` (Moshe Atlow) [#44366](https://github.com/nodejs/node/pull/44366)
|
|
98
|
+
* \[[`7fb9cc70f3`](https://github.com/nodejs/node/commit/7fb9cc70f3)] - **cluster**: use inspector utils (Moshe Atlow) [#44592](https://github.com/nodejs/node/pull/44592)
|
|
99
|
+
* \[[`99a2c16040`](https://github.com/nodejs/node/commit/99a2c16040)] - **crypto**: add causes to applicable webcrypto's OperationError (Filip Skokan) [#44890](https://github.com/nodejs/node/pull/44890)
|
|
100
|
+
* \[[`e0fbba0939`](https://github.com/nodejs/node/commit/e0fbba0939)] - **crypto**: use EVP\_PKEY\_CTX\_set\_dsa\_paramgen\_q\_bits when available (David Benjamin) [#44561](https://github.com/nodejs/node/pull/44561)
|
|
101
|
+
* \[[`a90386b0a1`](https://github.com/nodejs/node/commit/a90386b0a1)] - **deps**: update undici to 5.11.0 (Node.js GitHub Bot) [#44929](https://github.com/nodejs/node/pull/44929)
|
|
102
|
+
* \[[`aa68d40fbf`](https://github.com/nodejs/node/commit/aa68d40fbf)] - **deps**: update corepack to 0.14.2 (Node.js GitHub Bot) [#44775](https://github.com/nodejs/node/pull/44775)
|
|
103
|
+
* \[[`c892f35815`](https://github.com/nodejs/node/commit/c892f35815)] - **deps**: V8: fix debug build (Ben Noordhuis) [#44392](https://github.com/nodejs/node/pull/44392)
|
|
104
|
+
* \[[`91514393dc`](https://github.com/nodejs/node/commit/91514393dc)] - **dns**: support dns module in the snapshot (Joyee Cheung) [#44633](https://github.com/nodejs/node/pull/44633)
|
|
105
|
+
* \[[`ce3cb29319`](https://github.com/nodejs/node/commit/ce3cb29319)] - **doc**: add fsPromises.readFile() example (Tierney Cyren) [#40237](https://github.com/nodejs/node/pull/40237)
|
|
106
|
+
* \[[`97df9b84a2`](https://github.com/nodejs/node/commit/97df9b84a2)] - **doc**: improve building doc for Android (BuShe Pie) [#44888](https://github.com/nodejs/node/pull/44888)
|
|
107
|
+
* \[[`8c69da893b`](https://github.com/nodejs/node/commit/8c69da893b)] - **doc**: mention `corepack prepare` supports tag or range (Michael Rienstra) [#44646](https://github.com/nodejs/node/pull/44646)
|
|
108
|
+
* \[[`842bc64833`](https://github.com/nodejs/node/commit/842bc64833)] - **doc**: remove Legacy status from querystring (Rich Trott) [#44912](https://github.com/nodejs/node/pull/44912)
|
|
109
|
+
* \[[`ddb5402f5f`](https://github.com/nodejs/node/commit/ddb5402f5f)] - **doc**: fix label name in collaborator guide (Rich Trott) [#44920](https://github.com/nodejs/node/pull/44920)
|
|
110
|
+
* \[[`d08b024a3d`](https://github.com/nodejs/node/commit/d08b024a3d)] - **doc**: fix typo in Node.js 12 changelog (Lorand Horvath) [#42880](https://github.com/nodejs/node/pull/42880)
|
|
111
|
+
* \[[`b6b9c427c5`](https://github.com/nodejs/node/commit/b6b9c427c5)] - **doc**: move release keys we don't use anymore in README (Rich Trott) [#44899](https://github.com/nodejs/node/pull/44899)
|
|
112
|
+
* \[[`e92b074b32`](https://github.com/nodejs/node/commit/e92b074b32)] - **doc**: fix grammar in dns docs (#44850) (Colin Ihrig) [#44850](https://github.com/nodejs/node/pull/44850)
|
|
113
|
+
* \[[`780144c339`](https://github.com/nodejs/node/commit/780144c339)] - **doc**: remove unnecessary leading commas (Colin Ihrig) [#44854](https://github.com/nodejs/node/pull/44854)
|
|
114
|
+
* \[[`6ae9bc8fbc`](https://github.com/nodejs/node/commit/6ae9bc8fbc)] - **doc**: add extra step for reporter pre-approval (Rafael Gonzaga) [#44806](https://github.com/nodejs/node/pull/44806)
|
|
115
|
+
* \[[`ccf31d8bca`](https://github.com/nodejs/node/commit/ccf31d8bca)] - **doc**: add anchor link for --preserve-symlinks (Kohei Ueno) [#44858](https://github.com/nodejs/node/pull/44858)
|
|
116
|
+
* \[[`7c5c19ee54`](https://github.com/nodejs/node/commit/7c5c19ee54)] - **doc**: update node prefix require.cache example (Simone Busoli) [#44724](https://github.com/nodejs/node/pull/44724)
|
|
117
|
+
* \[[`2a5bce6318`](https://github.com/nodejs/node/commit/2a5bce6318)] - **doc**: include last security release date (Vladimir de Turckheim) [#44794](https://github.com/nodejs/node/pull/44794)
|
|
118
|
+
* \[[`4efaf4265c`](https://github.com/nodejs/node/commit/4efaf4265c)] - **doc**: remove "currently" and comma splice from child\_process.md (Rich Trott) [#44789](https://github.com/nodejs/node/pull/44789)
|
|
119
|
+
* \[[`3627616b40`](https://github.com/nodejs/node/commit/3627616b40)] - **doc,crypto**: mark experimental algorithms more visually (Filip Skokan) [#44892](https://github.com/nodejs/node/pull/44892)
|
|
120
|
+
* \[[`3c653cf23a`](https://github.com/nodejs/node/commit/3c653cf23a)] - **doc,crypto**: add missing CFRG curve algorithms to supported lists (Filip Skokan) [#44876](https://github.com/nodejs/node/pull/44876)
|
|
121
|
+
* \[[`70f55020d3`](https://github.com/nodejs/node/commit/70f55020d3)] - **doc,crypto**: add null length to crypto.subtle.deriveBits (Filip Skokan) [#44876](https://github.com/nodejs/node/pull/44876)
|
|
122
|
+
* \[[`910fbd0ece`](https://github.com/nodejs/node/commit/910fbd0ece)] - **esm**: fix duplicated test (Geoffrey Booth) [#44779](https://github.com/nodejs/node/pull/44779)
|
|
123
|
+
* \[[`bc00f3bde1`](https://github.com/nodejs/node/commit/bc00f3bde1)] - **fs**: fix opts.filter issue in cp async (Tho) [#44922](https://github.com/nodejs/node/pull/44922)
|
|
124
|
+
* \[[`11d1c23fa0`](https://github.com/nodejs/node/commit/11d1c23fa0)] - **(SEMVER-MINOR)** **fs**: add `FileHandle.prototype.readLines` (Antoine du Hamel) [#42590](https://github.com/nodejs/node/pull/42590)
|
|
125
|
+
* \[[`67fb76519a`](https://github.com/nodejs/node/commit/67fb76519a)] - **fs**: improve promise based readFile performance for big files (Ruben Bridgewater) [#44295](https://github.com/nodejs/node/pull/44295)
|
|
126
|
+
* \[[`dc6379bdc2`](https://github.com/nodejs/node/commit/dc6379bdc2)] - **fs**: don't hard code name in validatePosition() (Colin Ihrig) [#44767](https://github.com/nodejs/node/pull/44767)
|
|
127
|
+
* \[[`eb19b1e97c`](https://github.com/nodejs/node/commit/eb19b1e97c)] - **http**: be more aggressive to reply 400, 408 and 431 (ywave620) [#44818](https://github.com/nodejs/node/pull/44818)
|
|
128
|
+
* \[[`4c869c8d9e`](https://github.com/nodejs/node/commit/4c869c8d9e)] - **(SEMVER-MINOR)** **http**: add writeEarlyHints function to ServerResponse (Wing) [#44180](https://github.com/nodejs/node/pull/44180)
|
|
129
|
+
* \[[`9c7e66478c`](https://github.com/nodejs/node/commit/9c7e66478c)] - **(SEMVER-MINOR)** **http2**: make early hints generic (Yagiz Nizipli) [#44820](https://github.com/nodejs/node/pull/44820)
|
|
130
|
+
* \[[`3f20e5b15c`](https://github.com/nodejs/node/commit/3f20e5b15c)] - **(SEMVER-MINOR)** **lib**: refactor transferable AbortSignal (flakey5) [#44048](https://github.com/nodejs/node/pull/44048)
|
|
131
|
+
* \[[`ada7d82b16`](https://github.com/nodejs/node/commit/ada7d82b16)] - **lib**: require JSDoc in internal validators code (Rich Trott) [#44896](https://github.com/nodejs/node/pull/44896)
|
|
132
|
+
* \[[`67eaa303af`](https://github.com/nodejs/node/commit/67eaa303af)] - **lib**: add cause to DOMException (flakey5) [#44703](https://github.com/nodejs/node/pull/44703)
|
|
133
|
+
* \[[`0db86ee98e`](https://github.com/nodejs/node/commit/0db86ee98e)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44930](https://github.com/nodejs/node/pull/44930)
|
|
134
|
+
* \[[`2efe4d985b`](https://github.com/nodejs/node/commit/2efe4d985b)] - **meta**: label test.js and test.md with test\_runner label (Moshe Atlow) [#44863](https://github.com/nodejs/node/pull/44863)
|
|
135
|
+
* \[[`fd9feb3a6c`](https://github.com/nodejs/node/commit/fd9feb3a6c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44857](https://github.com/nodejs/node/pull/44857)
|
|
136
|
+
* \[[`a854bb39c9`](https://github.com/nodejs/node/commit/a854bb39c9)] - **node-api**: create reference only when needed (Gerhard Stöbich) [#44827](https://github.com/nodejs/node/pull/44827)
|
|
137
|
+
* \[[`fd5c26b8db`](https://github.com/nodejs/node/commit/fd5c26b8db)] - **path**: change basename() argument from ext to suffix (Rich Trott) [#44774](https://github.com/nodejs/node/pull/44774)
|
|
138
|
+
* \[[`803fbfb168`](https://github.com/nodejs/node/commit/803fbfb168)] - **process**: fix uid/gid validation to avoid crash (Tobias Nießen) [#44910](https://github.com/nodejs/node/pull/44910)
|
|
139
|
+
* \[[`9f2dd48fc3`](https://github.com/nodejs/node/commit/9f2dd48fc3)] - **src**: remove uid\_t/gid\_t casts (Tobias Nießen) [#44914](https://github.com/nodejs/node/pull/44914)
|
|
140
|
+
* \[[`3abb607f3a`](https://github.com/nodejs/node/commit/3abb607f3a)] - **src**: remove UncheckedMalloc(0) workaround (Tobias Nießen) [#44543](https://github.com/nodejs/node/pull/44543)
|
|
141
|
+
* \[[`0606f9298f`](https://github.com/nodejs/node/commit/0606f9298f)] - **src**: deduplicate setting RSA OAEP label (Tobias Nießen) [#44849](https://github.com/nodejs/node/pull/44849)
|
|
142
|
+
* \[[`daf3152f7e`](https://github.com/nodejs/node/commit/daf3152f7e)] - **src**: implement GetDetachedness() in MemoryRetainerNode (Joyee Cheung) [#44803](https://github.com/nodejs/node/pull/44803)
|
|
143
|
+
* \[[`7ca77dd4ef`](https://github.com/nodejs/node/commit/7ca77dd4ef)] - **src**: avoid X509\_free in loops in crypto\_x509.cc (Tobias Nießen) [#44855](https://github.com/nodejs/node/pull/44855)
|
|
144
|
+
* \[[`781ad96227`](https://github.com/nodejs/node/commit/781ad96227)] - **src**: use OnScopeLeave instead of multiple free() (Tobias Nießen) [#44852](https://github.com/nodejs/node/pull/44852)
|
|
145
|
+
* \[[`b27b336a7a`](https://github.com/nodejs/node/commit/b27b336a7a)] - **src**: remove ParseIP() in cares\_wrap.cc (Tobias Nießen) [#44771](https://github.com/nodejs/node/pull/44771)
|
|
146
|
+
* \[[`f99f5d3c01`](https://github.com/nodejs/node/commit/f99f5d3c01)] - **(SEMVER-MINOR)** **src**: add detailed embedder process initialization API (Anna Henningsen) [#44121](https://github.com/nodejs/node/pull/44121)
|
|
147
|
+
* \[[`281fd7a09a`](https://github.com/nodejs/node/commit/281fd7a09a)] - **src,stream**: improve DoWrite() and Write() (ywave620) [#44434](https://github.com/nodejs/node/pull/44434)
|
|
148
|
+
* \[[`a33cc22bf7`](https://github.com/nodejs/node/commit/a33cc22bf7)] - **src,worker**: fix race of WorkerHeapSnapshotTaker (ywave620) [#44745](https://github.com/nodejs/node/pull/44745)
|
|
149
|
+
* \[[`f300f197da`](https://github.com/nodejs/node/commit/f300f197da)] - **stream**: handle enqueuing chunks when a pending BYOB pull request exists (Daeyeon Jeong) [#44770](https://github.com/nodejs/node/pull/44770)
|
|
150
|
+
* \[[`9ac029ea11`](https://github.com/nodejs/node/commit/9ac029ea11)] - **test**: bump memory limit for abort fatal error (Danielle Adams) [#44984](https://github.com/nodejs/node/pull/44984)
|
|
151
|
+
* \[[`b9b671f25f`](https://github.com/nodejs/node/commit/b9b671f25f)] - **test**: debug watch mode inspect (Moshe Atlow) [#44861](https://github.com/nodejs/node/pull/44861)
|
|
152
|
+
* \[[`2308b71d09`](https://github.com/nodejs/node/commit/2308b71d09)] - **test**: don't clobber RegExp.$\_ on startup (Ben Noordhuis) [#44864](https://github.com/nodejs/node/pull/44864)
|
|
153
|
+
* \[[`fe91bebb67`](https://github.com/nodejs/node/commit/fe91bebb67)] - **test**: loosen test for negative timestamps in `test-fs-stat-date` (Livia Medeiros) [#44707](https://github.com/nodejs/node/pull/44707)
|
|
154
|
+
* \[[`a080608552`](https://github.com/nodejs/node/commit/a080608552)] - **test**: check `--test` is disallowed in NODE\_OPTIONS (Kohei Ueno) [#44846](https://github.com/nodejs/node/pull/44846)
|
|
155
|
+
* \[[`dc2af265d7`](https://github.com/nodejs/node/commit/dc2af265d7)] - **test**: improve lib/internal/source\_map/source\_map.js coverage (MURAKAMI Masahiko) [#42771](https://github.com/nodejs/node/pull/42771)
|
|
156
|
+
* \[[`60a05d6dea`](https://github.com/nodejs/node/commit/60a05d6dea)] - **test**: skip some binding tests on IBMi PASE (Richard Lau) [#44810](https://github.com/nodejs/node/pull/44810)
|
|
157
|
+
* \[[`8dacedaa3d`](https://github.com/nodejs/node/commit/8dacedaa3d)] - **test**: remove unused variable in addon test (Joyee Cheung) [#44809](https://github.com/nodejs/node/pull/44809)
|
|
158
|
+
* \[[`c54cee1c3f`](https://github.com/nodejs/node/commit/c54cee1c3f)] - **test**: check server status in test-tls-psk-client (Richard Lau) [#44824](https://github.com/nodejs/node/pull/44824)
|
|
159
|
+
* \[[`ee3c6a4dc5`](https://github.com/nodejs/node/commit/ee3c6a4dc5)] - **test**: use async/await in test-debugger-exceptions (pete3249) [#44690](https://github.com/nodejs/node/pull/44690)
|
|
160
|
+
* \[[`9f14625fe5`](https://github.com/nodejs/node/commit/9f14625fe5)] - **test**: use async/await in test-debugger-help (Chandana) [#44686](https://github.com/nodejs/node/pull/44686)
|
|
161
|
+
* \[[`8033ad846b`](https://github.com/nodejs/node/commit/8033ad846b)] - **test**: update test-debugger-scripts to use await/async (mmeenapriya) [#44692](https://github.com/nodejs/node/pull/44692)
|
|
162
|
+
* \[[`f4f08be384`](https://github.com/nodejs/node/commit/f4f08be384)] - **test**: use await in test-debugger-invalid-json (Anjana Krishnakumar Vellore) [#44689](https://github.com/nodejs/node/pull/44689)
|
|
163
|
+
* \[[`d2f36169f3`](https://github.com/nodejs/node/commit/d2f36169f3)] - **test**: use async/await in test-debugger-random-port-with-inspect-port (Monu-Chaudhary) [#44695](https://github.com/nodejs/node/pull/44695)
|
|
164
|
+
* \[[`ddf029725b`](https://github.com/nodejs/node/commit/ddf029725b)] - **test**: use async/await in test-debugger-heap-profiler (Brinda Ashar) [#44693](https://github.com/nodejs/node/pull/44693)
|
|
165
|
+
* \[[`117f068250`](https://github.com/nodejs/node/commit/117f068250)] - **test**: use async/await in test-debugger-auto-resume (samyuktaprabhu) [#44675](https://github.com/nodejs/node/pull/44675)
|
|
166
|
+
* \[[`143c428cae`](https://github.com/nodejs/node/commit/143c428cae)] - **test**: migrated from Promise chains to Async/Await (Rathi N Das) [#44674](https://github.com/nodejs/node/pull/44674)
|
|
167
|
+
* \[[`e609a3309c`](https://github.com/nodejs/node/commit/e609a3309c)] - **test**: change promises to async/await in test-debugger-backtrace.js (Juliet Zhang) [#44677](https://github.com/nodejs/node/pull/44677)
|
|
168
|
+
* \[[`eeabd23ca6`](https://github.com/nodejs/node/commit/eeabd23ca6)] - **test**: use async/await in test-debugger-sb-before-load (Hope Olaidé) [#44697](https://github.com/nodejs/node/pull/44697)
|
|
169
|
+
* \[[`5c63d1464e`](https://github.com/nodejs/node/commit/5c63d1464e)] - **test**: add extra tests for basename with ext option (Connor Burton) [#44772](https://github.com/nodejs/node/pull/44772)
|
|
170
|
+
* \[[`f8b2d7a059`](https://github.com/nodejs/node/commit/f8b2d7a059)] - **test**: refactor to async/await (Divya Mohan) [#44694](https://github.com/nodejs/node/pull/44694)
|
|
171
|
+
* \[[`9864bde9ab`](https://github.com/nodejs/node/commit/9864bde9ab)] - **test**: modify test-debugger-custom-port.js to use async-await (Priya Shastri) [#44680](https://github.com/nodejs/node/pull/44680)
|
|
172
|
+
* \[[`af30823881`](https://github.com/nodejs/node/commit/af30823881)] - **test**: upgrade all 1024 bit RSA keys to 2048 bits (Momtchil Momtchev) [#44498](https://github.com/nodejs/node/pull/44498)
|
|
173
|
+
* \[[`0fb669e31f`](https://github.com/nodejs/node/commit/0fb669e31f)] - **test**: update test-debugger-breakpoint-exists.js to use async/await (Archana Kamath) [#44682](https://github.com/nodejs/node/pull/44682)
|
|
174
|
+
* \[[`cca253503e`](https://github.com/nodejs/node/commit/cca253503e)] - **test**: use async/await in test-debugger-preserve-breaks (poorvitusam) [#44696](https://github.com/nodejs/node/pull/44696)
|
|
175
|
+
* \[[`0b2e8b1681`](https://github.com/nodejs/node/commit/0b2e8b1681)] - **test**: use async/await in test-debugger-profile (surbhirjain) [#44684](https://github.com/nodejs/node/pull/44684)
|
|
176
|
+
* \[[`4db72a65cf`](https://github.com/nodejs/node/commit/4db72a65cf)] - **test**: change the promises to async/await in test-debugger-exec-scope.js (Ankita Khiratkar) [#44685](https://github.com/nodejs/node/pull/44685)
|
|
177
|
+
* \[[`56c9c98963`](https://github.com/nodejs/node/commit/56c9c98963)] - **test**: fix test-runner-inspect (Moshe Atlow) [#44620](https://github.com/nodejs/node/pull/44620)
|
|
178
|
+
* \[[`36227ed862`](https://github.com/nodejs/node/commit/36227ed862)] - **test**: fix watch mode test flake (Moshe Atlow) [#44739](https://github.com/nodejs/node/pull/44739)
|
|
179
|
+
* \[[`3abd71a0ea`](https://github.com/nodejs/node/commit/3abd71a0ea)] - **test**: deflake watch mode tests (Moshe Atlow) [#44621](https://github.com/nodejs/node/pull/44621)
|
|
180
|
+
* \[[`0c9f38f2be`](https://github.com/nodejs/node/commit/0c9f38f2be)] - **test**: split watch mode inspector tests to sequential (Moshe Atlow) [#44551](https://github.com/nodejs/node/pull/44551)
|
|
181
|
+
* \[[`d762a34128`](https://github.com/nodejs/node/commit/d762a34128)] - **test\_runner**: add --test-name-pattern CLI flag (Colin Ihrig)
|
|
182
|
+
* \[[`c7ece464a1`](https://github.com/nodejs/node/commit/c7ece464a1)] - **test\_runner**: remove runtime experimental warning (Colin Ihrig) [#44844](https://github.com/nodejs/node/pull/44844)
|
|
183
|
+
* \[[`3c1e9d41c8`](https://github.com/nodejs/node/commit/3c1e9d41c8)] - **test\_runner**: support using `--inspect` with `--test` (Moshe Atlow) [#44520](https://github.com/nodejs/node/pull/44520)
|
|
184
|
+
* \[[`4bdef48732`](https://github.com/nodejs/node/commit/4bdef48732)] - **tools**: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) [#44870](https://github.com/nodejs/node/pull/44870)
|
|
185
|
+
* \[[`19d8574996`](https://github.com/nodejs/node/commit/19d8574996)] - **tools**: fix timezone update tool (Darshan Sen) [#44870](https://github.com/nodejs/node/pull/44870)
|
|
186
|
+
* \[[`ad8b8ae7d3`](https://github.com/nodejs/node/commit/ad8b8ae7d3)] - **tools**: update eslint to 8.25.0 (Node.js GitHub Bot) [#44931](https://github.com/nodejs/node/pull/44931)
|
|
187
|
+
* \[[`fd99b17a4d`](https://github.com/nodejs/node/commit/fd99b17a4d)] - **tools**: make `utils.SearchFiles` deterministic (Bruno Pitrus) [#44496](https://github.com/nodejs/node/pull/44496)
|
|
188
|
+
* \[[`131adece37`](https://github.com/nodejs/node/commit/131adece37)] - **tools**: fix typo in tools/update-authors.mjs (Darshan Sen) [#44780](https://github.com/nodejs/node/pull/44780)
|
|
189
|
+
* \[[`ab22777e65`](https://github.com/nodejs/node/commit/ab22777e65)] - **tools**: refactor deprecated format in no-unescaped-regexp-dot (Madhuri) [#44763](https://github.com/nodejs/node/pull/44763)
|
|
190
|
+
* \[[`3ad0fae89d`](https://github.com/nodejs/node/commit/3ad0fae89d)] - **tools**: update eslint-check.js to object style (andiemontoyeah) [#44706](https://github.com/nodejs/node/pull/44706)
|
|
191
|
+
* \[[`e9d572a9bd`](https://github.com/nodejs/node/commit/e9d572a9bd)] - **tools**: update eslint to 8.24.0 (Node.js GitHub Bot) [#44778](https://github.com/nodejs/node/pull/44778)
|
|
192
|
+
* \[[`984b0b4a6c`](https://github.com/nodejs/node/commit/984b0b4a6c)] - **tools**: update lint-md-dependencies to rollup\@2.79.1 (Node.js GitHub Bot) [#44776](https://github.com/nodejs/node/pull/44776)
|
|
193
|
+
* \[[`db5aeed702`](https://github.com/nodejs/node/commit/db5aeed702)] - **(SEMVER-MINOR)** **util**: add default value option to parsearg (Manuel Spigolon) [#44631](https://github.com/nodejs/node/pull/44631)
|
|
194
|
+
* \[[`576ccdf125`](https://github.com/nodejs/node/commit/576ccdf125)] - **util**: increase robustness with primordials (Jordan Harband) [#41212](https://github.com/nodejs/node/pull/41212)
|
|
195
|
+
|
|
47
196
|
<a id="18.10.0"></a>
|
|
48
197
|
|
|
49
198
|
## 2022-09-28, Version 18.10.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
|
|
|
110
110
|
import the keys:
|
|
111
111
|
|
|
112
112
|
```console
|
|
113
|
-
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys
|
|
113
|
+
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
114
114
|
```
|
|
115
115
|
|
|
116
116
|
See [Release keys](#release-keys) for a script to import active release keys.
|
|
@@ -695,12 +695,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
695
695
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
696
696
|
* **Bryan English** <<bryan@bryanenglish.com>>
|
|
697
697
|
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
698
|
-
* **Colin Ihrig** <<cjihrig@gmail.com>>
|
|
699
|
-
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
700
698
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
701
699
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
702
|
-
* **James M Snell** <<jasnell@keybase.io>>
|
|
703
|
-
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
704
700
|
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
705
701
|
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
706
702
|
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
@@ -711,14 +707,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
711
707
|
`890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
|
|
712
708
|
* **Richard Lau** <<rlau@redhat.com>>
|
|
713
709
|
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
|
|
714
|
-
* **Rod Vagg** <<rod@vagg.org>>
|
|
715
|
-
`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
|
|
716
|
-
* **Ruben Bridgewater** <<ruben@bridgewater.de>>
|
|
717
|
-
`A48C2BEE680E841632CD4E44F07496B3EB3C1762`
|
|
718
710
|
* **Ruy Adorno** <<ruyadorno@hotmail.com>>
|
|
719
711
|
`108F52B48DB57BB0CC439B2997B01419BD92F80A`
|
|
720
|
-
* **Shelley Vohr** <<shelley.vohr@gmail.com>>
|
|
721
|
-
`B9E2F5981AA6E0CD28160D9FF13993A75599653C`
|
|
722
712
|
|
|
723
713
|
To import the full set of trusted release keys (including subkeys possibly used
|
|
724
714
|
to sign releases):
|
|
@@ -726,18 +716,13 @@ to sign releases):
|
|
|
726
716
|
```bash
|
|
727
717
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
728
718
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
729
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
730
719
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
731
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
732
720
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
|
|
733
721
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
734
722
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
735
723
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
|
|
736
724
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
737
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
738
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
|
739
725
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
740
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
741
726
|
```
|
|
742
727
|
|
|
743
728
|
See [Verifying binaries](#verifying-binaries) for how to use these keys to
|
|
@@ -749,6 +734,8 @@ verify a downloaded file.
|
|
|
749
734
|
|
|
750
735
|
* **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
751
736
|
`9554F04D7259F04124DE6B476D5A82AC7E37093B`
|
|
737
|
+
* **Colin Ihrig** <<cjihrig@gmail.com>>
|
|
738
|
+
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
752
739
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
753
740
|
`1C050899334244A8AF75E53792EF661D867B9DFA`
|
|
754
741
|
* **Evan Lucas** <<evanlucas@me.com>>
|
|
@@ -759,10 +746,18 @@ verify a downloaded file.
|
|
|
759
746
|
`93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
|
|
760
747
|
* **Italo A. Casas** <<me@italoacasas.com>>
|
|
761
748
|
`56730D5401028683275BD23C23EFEFE93C4CFFFE`
|
|
749
|
+
* **James M Snell** <<jasnell@keybase.io>>
|
|
750
|
+
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
762
751
|
* **Jeremiah Senkpiel** <<fishrock@keybase.io>>
|
|
763
752
|
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
|
|
764
753
|
* **Julien Gilli** <<jgilli@fastmail.fm>>
|
|
765
754
|
`114F43EE0176B71C7BC219DD50A3051F888C628D`
|
|
755
|
+
* **Rod Vagg** <<rod@vagg.org>>
|
|
756
|
+
`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
|
|
757
|
+
* **Ruben Bridgewater** <<ruben@bridgewater.de>>
|
|
758
|
+
`A48C2BEE680E841632CD4E44F07496B3EB3C1762`
|
|
759
|
+
* **Shelley Vohr** <<shelley.vohr@gmail.com>>
|
|
760
|
+
`B9E2F5981AA6E0CD28160D9FF13993A75599653C`
|
|
766
761
|
* **Timothy J Fontaine** <<tjfontaine@gmail.com>>
|
|
767
762
|
`7937DFD2AB06298B2293C3187D33FF9D0246406D`
|
|
768
763
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/config.gypi
CHANGED
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
'lib/_tls_common.js',
|
|
44
44
|
'lib/_tls_wrap.js',
|
|
45
45
|
'lib/assert.js',
|
|
46
|
+
'lib/assert/strict.js',
|
|
46
47
|
'lib/async_hooks.js',
|
|
47
48
|
'lib/buffer.js',
|
|
48
49
|
'lib/child_process.js',
|
|
@@ -53,90 +54,23 @@
|
|
|
53
54
|
'lib/dgram.js',
|
|
54
55
|
'lib/diagnostics_channel.js',
|
|
55
56
|
'lib/dns.js',
|
|
57
|
+
'lib/dns/promises.js',
|
|
56
58
|
'lib/domain.js',
|
|
57
59
|
'lib/events.js',
|
|
58
60
|
'lib/fs.js',
|
|
61
|
+
'lib/fs/promises.js',
|
|
59
62
|
'lib/http.js',
|
|
60
63
|
'lib/http2.js',
|
|
61
64
|
'lib/https.js',
|
|
62
65
|
'lib/inspector.js',
|
|
63
|
-
'lib/module.js',
|
|
64
|
-
'lib/net.js',
|
|
65
|
-
'lib/os.js',
|
|
66
|
-
'lib/path.js',
|
|
67
|
-
'lib/perf_hooks.js',
|
|
68
|
-
'lib/process.js',
|
|
69
|
-
'lib/punycode.js',
|
|
70
|
-
'lib/querystring.js',
|
|
71
|
-
'lib/readline.js',
|
|
72
|
-
'lib/repl.js',
|
|
73
|
-
'lib/stream.js',
|
|
74
|
-
'lib/string_decoder.js',
|
|
75
|
-
'lib/sys.js',
|
|
76
|
-
'lib/test.js',
|
|
77
|
-
'lib/timers.js',
|
|
78
|
-
'lib/tls.js',
|
|
79
|
-
'lib/trace_events.js',
|
|
80
|
-
'lib/tty.js',
|
|
81
|
-
'lib/url.js',
|
|
82
|
-
'lib/util.js',
|
|
83
|
-
'lib/v8.js',
|
|
84
|
-
'lib/vm.js',
|
|
85
|
-
'lib/wasi.js',
|
|
86
|
-
'lib/worker_threads.js',
|
|
87
|
-
'lib/zlib.js',
|
|
88
|
-
'lib/assert/strict.js',
|
|
89
|
-
'lib/dns/promises.js',
|
|
90
|
-
'lib/fs/promises.js',
|
|
91
66
|
'lib/internal/abort_controller.js',
|
|
92
67
|
'lib/internal/assert.js',
|
|
93
|
-
'lib/internal/async_hooks.js',
|
|
94
|
-
'lib/internal/blob.js',
|
|
95
|
-
'lib/internal/blocklist.js',
|
|
96
|
-
'lib/internal/buffer.js',
|
|
97
|
-
'lib/internal/child_process.js',
|
|
98
|
-
'lib/internal/cli_table.js',
|
|
99
|
-
'lib/internal/constants.js',
|
|
100
|
-
'lib/internal/dgram.js',
|
|
101
|
-
'lib/internal/dtrace.js',
|
|
102
|
-
'lib/internal/encoding.js',
|
|
103
|
-
'lib/internal/error_serdes.js',
|
|
104
|
-
'lib/internal/errors.js',
|
|
105
|
-
'lib/internal/event_target.js',
|
|
106
|
-
'lib/internal/fixed_queue.js',
|
|
107
|
-
'lib/internal/freelist.js',
|
|
108
|
-
'lib/internal/freeze_intrinsics.js',
|
|
109
|
-
'lib/internal/heap_utils.js',
|
|
110
|
-
'lib/internal/histogram.js',
|
|
111
|
-
'lib/internal/http.js',
|
|
112
|
-
'lib/internal/idna.js',
|
|
113
|
-
'lib/internal/inspector_async_hook.js',
|
|
114
|
-
'lib/internal/js_stream_socket.js',
|
|
115
|
-
'lib/internal/linkedlist.js',
|
|
116
|
-
'lib/internal/net.js',
|
|
117
|
-
'lib/internal/options.js',
|
|
118
|
-
'lib/internal/priority_queue.js',
|
|
119
|
-
'lib/internal/promise_hooks.js',
|
|
120
|
-
'lib/internal/querystring.js',
|
|
121
|
-
'lib/internal/repl.js',
|
|
122
|
-
'lib/internal/socket_list.js',
|
|
123
|
-
'lib/internal/socketaddress.js',
|
|
124
|
-
'lib/internal/stream_base_commons.js',
|
|
125
|
-
'lib/internal/structured_clone.js',
|
|
126
|
-
'lib/internal/timers.js',
|
|
127
|
-
'lib/internal/trace_events_async_hooks.js',
|
|
128
|
-
'lib/internal/tty.js',
|
|
129
|
-
'lib/internal/url.js',
|
|
130
|
-
'lib/internal/util.js',
|
|
131
|
-
'lib/internal/v8_prof_polyfill.js',
|
|
132
|
-
'lib/internal/v8_prof_processor.js',
|
|
133
|
-
'lib/internal/validators.js',
|
|
134
|
-
'lib/internal/wasm_web_api.js',
|
|
135
|
-
'lib/internal/watchdog.js',
|
|
136
|
-
'lib/internal/worker.js',
|
|
137
68
|
'lib/internal/assert/assertion_error.js',
|
|
138
69
|
'lib/internal/assert/calltracker.js',
|
|
139
70
|
'lib/internal/assert/snapshot.js',
|
|
71
|
+
'lib/internal/async_hooks.js',
|
|
72
|
+
'lib/internal/blob.js',
|
|
73
|
+
'lib/internal/blocklist.js',
|
|
140
74
|
'lib/internal/bootstrap/browser.js',
|
|
141
75
|
'lib/internal/bootstrap/loaders.js',
|
|
142
76
|
'lib/internal/bootstrap/node.js',
|
|
@@ -144,7 +78,10 @@
|
|
|
144
78
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
145
79
|
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
146
80
|
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
81
|
+
'lib/internal/buffer.js',
|
|
82
|
+
'lib/internal/child_process.js',
|
|
147
83
|
'lib/internal/child_process/serialization.js',
|
|
84
|
+
'lib/internal/cli_table.js',
|
|
148
85
|
'lib/internal/cluster/child.js',
|
|
149
86
|
'lib/internal/cluster/primary.js',
|
|
150
87
|
'lib/internal/cluster/round_robin_handle.js',
|
|
@@ -153,6 +90,7 @@
|
|
|
153
90
|
'lib/internal/cluster/worker.js',
|
|
154
91
|
'lib/internal/console/constructor.js',
|
|
155
92
|
'lib/internal/console/global.js',
|
|
93
|
+
'lib/internal/constants.js',
|
|
156
94
|
'lib/internal/crypto/aes.js',
|
|
157
95
|
'lib/internal/crypto/certificate.js',
|
|
158
96
|
'lib/internal/crypto/cfrg.js',
|
|
@@ -176,9 +114,20 @@
|
|
|
176
114
|
'lib/internal/debugger/inspect.js',
|
|
177
115
|
'lib/internal/debugger/inspect_client.js',
|
|
178
116
|
'lib/internal/debugger/inspect_repl.js',
|
|
117
|
+
'lib/internal/dgram.js',
|
|
179
118
|
'lib/internal/dns/callback_resolver.js',
|
|
180
119
|
'lib/internal/dns/promises.js',
|
|
181
120
|
'lib/internal/dns/utils.js',
|
|
121
|
+
'lib/internal/dtrace.js',
|
|
122
|
+
'lib/internal/encoding.js',
|
|
123
|
+
'lib/internal/error_serdes.js',
|
|
124
|
+
'lib/internal/errors.js',
|
|
125
|
+
'lib/internal/event_target.js',
|
|
126
|
+
'lib/internal/fixed_queue.js',
|
|
127
|
+
'lib/internal/freelist.js',
|
|
128
|
+
'lib/internal/freeze_intrinsics.js',
|
|
129
|
+
'lib/internal/fs/cp/cp-sync.js',
|
|
130
|
+
'lib/internal/fs/cp/cp.js',
|
|
182
131
|
'lib/internal/fs/dir.js',
|
|
183
132
|
'lib/internal/fs/promises.js',
|
|
184
133
|
'lib/internal/fs/read_file_context.js',
|
|
@@ -187,12 +136,17 @@
|
|
|
187
136
|
'lib/internal/fs/sync_write_stream.js',
|
|
188
137
|
'lib/internal/fs/utils.js',
|
|
189
138
|
'lib/internal/fs/watchers.js',
|
|
190
|
-
'lib/internal/
|
|
191
|
-
'lib/internal/
|
|
139
|
+
'lib/internal/heap_utils.js',
|
|
140
|
+
'lib/internal/histogram.js',
|
|
141
|
+
'lib/internal/http.js',
|
|
192
142
|
'lib/internal/http2/compat.js',
|
|
193
143
|
'lib/internal/http2/core.js',
|
|
194
144
|
'lib/internal/http2/util.js',
|
|
145
|
+
'lib/internal/idna.js',
|
|
146
|
+
'lib/internal/inspector_async_hook.js',
|
|
147
|
+
'lib/internal/js_stream_socket.js',
|
|
195
148
|
'lib/internal/legacy/processbinding.js',
|
|
149
|
+
'lib/internal/linkedlist.js',
|
|
196
150
|
'lib/internal/main/check_syntax.js',
|
|
197
151
|
'lib/internal/main/environment.js',
|
|
198
152
|
'lib/internal/main/eval_stdin.js',
|
|
@@ -204,9 +158,8 @@
|
|
|
204
158
|
'lib/internal/main/repl.js',
|
|
205
159
|
'lib/internal/main/run_main_module.js',
|
|
206
160
|
'lib/internal/main/test_runner.js',
|
|
161
|
+
'lib/internal/main/watch_mode.js',
|
|
207
162
|
'lib/internal/main/worker_thread.js',
|
|
208
|
-
'lib/internal/modules/package_json_reader.js',
|
|
209
|
-
'lib/internal/modules/run_main.js',
|
|
210
163
|
'lib/internal/modules/cjs/helpers.js',
|
|
211
164
|
'lib/internal/modules/cjs/loader.js',
|
|
212
165
|
'lib/internal/modules/esm/assert.js',
|
|
@@ -223,6 +176,10 @@
|
|
|
223
176
|
'lib/internal/modules/esm/package_config.js',
|
|
224
177
|
'lib/internal/modules/esm/resolve.js',
|
|
225
178
|
'lib/internal/modules/esm/translators.js',
|
|
179
|
+
'lib/internal/modules/package_json_reader.js',
|
|
180
|
+
'lib/internal/modules/run_main.js',
|
|
181
|
+
'lib/internal/net.js',
|
|
182
|
+
'lib/internal/options.js',
|
|
226
183
|
'lib/internal/per_context/domexception.js',
|
|
227
184
|
'lib/internal/per_context/messageport.js',
|
|
228
185
|
'lib/internal/per_context/primordials.js',
|
|
@@ -238,6 +195,7 @@
|
|
|
238
195
|
'lib/internal/perf/utils.js',
|
|
239
196
|
'lib/internal/policy/manifest.js',
|
|
240
197
|
'lib/internal/policy/sri.js',
|
|
198
|
+
'lib/internal/priority_queue.js',
|
|
241
199
|
'lib/internal/process/esm_loader.js',
|
|
242
200
|
'lib/internal/process/execution.js',
|
|
243
201
|
'lib/internal/process/per_thread.js',
|
|
@@ -249,17 +207,23 @@
|
|
|
249
207
|
'lib/internal/process/task_queues.js',
|
|
250
208
|
'lib/internal/process/warning.js',
|
|
251
209
|
'lib/internal/process/worker_thread_only.js',
|
|
210
|
+
'lib/internal/promise_hooks.js',
|
|
211
|
+
'lib/internal/querystring.js',
|
|
252
212
|
'lib/internal/readline/callbacks.js',
|
|
253
213
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
254
214
|
'lib/internal/readline/interface.js',
|
|
255
215
|
'lib/internal/readline/promises.js',
|
|
256
216
|
'lib/internal/readline/utils.js',
|
|
217
|
+
'lib/internal/repl.js',
|
|
257
218
|
'lib/internal/repl/await.js',
|
|
258
219
|
'lib/internal/repl/history.js',
|
|
259
220
|
'lib/internal/repl/utils.js',
|
|
221
|
+
'lib/internal/socket_list.js',
|
|
222
|
+
'lib/internal/socketaddress.js',
|
|
260
223
|
'lib/internal/source_map/prepare_stack_trace.js',
|
|
261
224
|
'lib/internal/source_map/source_map.js',
|
|
262
225
|
'lib/internal/source_map/source_map_cache.js',
|
|
226
|
+
'lib/internal/stream_base_commons.js',
|
|
263
227
|
'lib/internal/streams/add-abort-signal.js',
|
|
264
228
|
'lib/internal/streams/buffer_list.js',
|
|
265
229
|
'lib/internal/streams/compose.js',
|
|
@@ -278,6 +242,7 @@
|
|
|
278
242
|
'lib/internal/streams/transform.js',
|
|
279
243
|
'lib/internal/streams/utils.js',
|
|
280
244
|
'lib/internal/streams/writable.js',
|
|
245
|
+
'lib/internal/structured_clone.js',
|
|
281
246
|
'lib/internal/test/binding.js',
|
|
282
247
|
'lib/internal/test/transfer.js',
|
|
283
248
|
'lib/internal/test_runner/harness.js',
|
|
@@ -285,18 +250,30 @@
|
|
|
285
250
|
'lib/internal/test_runner/tap_stream.js',
|
|
286
251
|
'lib/internal/test_runner/test.js',
|
|
287
252
|
'lib/internal/test_runner/utils.js',
|
|
253
|
+
'lib/internal/timers.js',
|
|
288
254
|
'lib/internal/tls/secure-context.js',
|
|
289
255
|
'lib/internal/tls/secure-pair.js',
|
|
256
|
+
'lib/internal/trace_events_async_hooks.js',
|
|
257
|
+
'lib/internal/tty.js',
|
|
258
|
+
'lib/internal/url.js',
|
|
259
|
+
'lib/internal/util.js',
|
|
260
|
+
'lib/internal/util/colors.js',
|
|
290
261
|
'lib/internal/util/comparisons.js',
|
|
291
262
|
'lib/internal/util/debuglog.js',
|
|
292
263
|
'lib/internal/util/inspect.js',
|
|
293
264
|
'lib/internal/util/inspector.js',
|
|
294
265
|
'lib/internal/util/iterable_weak_map.js',
|
|
295
|
-
'lib/internal/util/types.js',
|
|
296
266
|
'lib/internal/util/parse_args/parse_args.js',
|
|
297
267
|
'lib/internal/util/parse_args/utils.js',
|
|
268
|
+
'lib/internal/util/types.js',
|
|
298
269
|
'lib/internal/v8/startup_snapshot.js',
|
|
270
|
+
'lib/internal/v8_prof_polyfill.js',
|
|
271
|
+
'lib/internal/v8_prof_processor.js',
|
|
272
|
+
'lib/internal/validators.js',
|
|
299
273
|
'lib/internal/vm/module.js',
|
|
274
|
+
'lib/internal/wasm_web_api.js',
|
|
275
|
+
'lib/internal/watch_mode/files_watcher.js',
|
|
276
|
+
'lib/internal/watchdog.js',
|
|
300
277
|
'lib/internal/webstreams/adapters.js',
|
|
301
278
|
'lib/internal/webstreams/compression.js',
|
|
302
279
|
'lib/internal/webstreams/encoding.js',
|
|
@@ -306,16 +283,42 @@
|
|
|
306
283
|
'lib/internal/webstreams/transformstream.js',
|
|
307
284
|
'lib/internal/webstreams/util.js',
|
|
308
285
|
'lib/internal/webstreams/writablestream.js',
|
|
286
|
+
'lib/internal/worker.js',
|
|
309
287
|
'lib/internal/worker/io.js',
|
|
310
288
|
'lib/internal/worker/js_transferable.js',
|
|
289
|
+
'lib/module.js',
|
|
290
|
+
'lib/net.js',
|
|
291
|
+
'lib/os.js',
|
|
292
|
+
'lib/path.js',
|
|
311
293
|
'lib/path/posix.js',
|
|
312
294
|
'lib/path/win32.js',
|
|
295
|
+
'lib/perf_hooks.js',
|
|
296
|
+
'lib/process.js',
|
|
297
|
+
'lib/punycode.js',
|
|
298
|
+
'lib/querystring.js',
|
|
299
|
+
'lib/readline.js',
|
|
313
300
|
'lib/readline/promises.js',
|
|
301
|
+
'lib/repl.js',
|
|
302
|
+
'lib/stream.js',
|
|
314
303
|
'lib/stream/consumers.js',
|
|
315
304
|
'lib/stream/promises.js',
|
|
316
305
|
'lib/stream/web.js',
|
|
306
|
+
'lib/string_decoder.js',
|
|
307
|
+
'lib/sys.js',
|
|
308
|
+
'lib/test.js',
|
|
309
|
+
'lib/timers.js',
|
|
317
310
|
'lib/timers/promises.js',
|
|
318
|
-
'lib/
|
|
311
|
+
'lib/tls.js',
|
|
312
|
+
'lib/trace_events.js',
|
|
313
|
+
'lib/tty.js',
|
|
314
|
+
'lib/url.js',
|
|
315
|
+
'lib/util.js',
|
|
316
|
+
'lib/util/types.js',
|
|
317
|
+
'lib/v8.js',
|
|
318
|
+
'lib/vm.js',
|
|
319
|
+
'lib/wasi.js',
|
|
320
|
+
'lib/worker_threads.js',
|
|
321
|
+
'lib/zlib.js'],
|
|
319
322
|
'node_module_version': 108,
|
|
320
323
|
'node_no_browser_globals': 'false',
|
|
321
324
|
'node_prefix': '/',
|
package/include/node/node.exp
CHANGED
|
@@ -5938,18 +5938,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
|
5938
5938
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
5939
5939
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5940
5940
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5941
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5942
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5943
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5944
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
5945
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5946
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5941
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xe110eaafafc212ca
|
|
5942
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x9c4feb12e29427e4
|
|
5943
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x5015ed09abe1399
|
|
5944
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0xb414caec520f60ec
|
|
5945
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x617bbdbe411774b3
|
|
5946
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x6cbebf6bf984fa4b
|
|
5947
5947
|
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x1c2bbc5b5fe0eb66
|
|
5948
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5949
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
5948
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x271d124f136a28e1
|
|
5949
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x16336b233ac53934
|
|
5950
5950
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9e7922885c6c5f9e
|
|
5951
5951
|
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x29976dedf87fc2f5
|
|
5952
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5952
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x3766f36a38437477
|
|
5953
5953
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5954
5954
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5955
5955
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -6849,7 +6849,6 @@ _GLOBAL__I_65535_0__ZN4node11StatWatcher10InitializeEPNS_11EnvironmentEN2v85Loca
|
|
|
6849
6849
|
_GLOBAL__I_65535_0__ZN4node11per_process11umask_mutexE
|
|
6850
6850
|
_GLOBAL__I_65535_0__ZN4node11per_process12reverted_cveE
|
|
6851
6851
|
_GLOBAL__I_65535_0__ZN4node11per_process13env_var_mutexE
|
|
6852
|
-
_GLOBAL__I_65535_0__ZN4node11per_process15linux_at_secureE
|
|
6853
6852
|
_GLOBAL__I_65535_0__ZN4node11per_process17cli_options_mutexE
|
|
6854
6853
|
_GLOBAL__I_65535_0__ZN4node11per_process18enabled_debug_listE
|
|
6855
6854
|
_GLOBAL__I_65535_0__ZN4node11per_process8metadataE
|
|
@@ -6866,6 +6865,7 @@ _GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
|
|
|
6866
6865
|
_GLOBAL__I_65535_0__ZN4node14unbase64_tableE
|
|
6867
6866
|
_GLOBAL__I_65535_0__ZN4node15DefineConstantsEPN2v87IsolateENS0_5LocalINS0_6ObjectEEE
|
|
6868
6867
|
_GLOBAL__I_65535_0__ZN4node15NodeCategorySet3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
6868
|
+
_GLOBAL__I_65535_0__ZN4node15linux_at_secureEv
|
|
6869
6869
|
_GLOBAL__I_65535_0__ZN4node16NodeMainInstanceC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
|
|
6870
6870
|
_GLOBAL__I_65535_0__ZN4node17TriggerNodeReportEPN2v87IsolateEPNS_11EnvironmentEPKcS6_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_5LocalINS0_5ValueEEE
|
|
6871
6871
|
_GLOBAL__I_65535_0__ZN4node18ContextEmbedderTag15kNodeContextTagE
|
|
@@ -6980,9 +6980,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
|
|
|
6980
6980
|
_GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
6981
6981
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
6982
6982
|
_GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
|
|
6983
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
6984
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
6985
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
6983
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x986f7c8599259538
|
|
6984
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0xb04e42315c5bea04
|
|
6985
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x2a2d46c629212bb6
|
|
6986
6986
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
6987
6987
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
6988
6988
|
_HZData_71
|
|
@@ -7119,6 +7119,7 @@ _Z38_register_external_reference_inspectorPN4node25ExternalReferenceRegistryE
|
|
|
7119
7119
|
_Z38_register_external_reference_messagingPN4node25ExternalReferenceRegistryE
|
|
7120
7120
|
_Z38_register_external_reference_pipe_wrapPN4node25ExternalReferenceRegistryE
|
|
7121
7121
|
_Z39_register_external_reference_async_wrapPN4node25ExternalReferenceRegistryE
|
|
7122
|
+
_Z39_register_external_reference_cares_wrapPN4node25ExternalReferenceRegistryE
|
|
7122
7123
|
_Z39_register_external_reference_contextifyPN4node25ExternalReferenceRegistryE
|
|
7123
7124
|
_Z39_register_external_reference_heap_utilsPN4node25ExternalReferenceRegistryE
|
|
7124
7125
|
_Z39_register_external_reference_mksnapshotPN4node25ExternalReferenceRegistryE
|
|
@@ -45791,7 +45792,7 @@ _ZN4node10StreamBase18CreateShutdownWrapEN2v85LocalINS1_6ObjectEEE
|
|
|
45791
45792
|
_ZN4node10StreamBase26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45792
45793
|
_ZN4node10StreamBase5GetFDERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45793
45794
|
_ZN4node10StreamBase5GetFDEv
|
|
45794
|
-
|
|
45795
|
+
_ZN4node10StreamBase5WriteEP8uv_buf_tmP11uv_stream_sN2v85LocalINS5_6ObjectEEEb
|
|
45795
45796
|
_ZN4node10StreamBase6WritevERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45796
45797
|
_ZN4node10StreamBase8JSMethodIXadL_ZNS0_10ReadStopJSERKN2v820FunctionCallbackInfoINS2_5ValueEEEEEEEvS7_
|
|
45797
45798
|
_ZN4node10StreamBase8JSMethodIXadL_ZNS0_11ReadStartJSERKN2v820FunctionCallbackInfoINS2_5ValueEEEEEEEvS7_
|
|
@@ -45834,6 +45835,7 @@ _ZN4node10StreamPipeD0Ev
|
|
|
45834
45835
|
_ZN4node10StreamPipeD1Ev
|
|
45835
45836
|
_ZN4node10StreamPipeD2Ev
|
|
45836
45837
|
_ZN4node10Utf8StringEPN2v87IsolateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
45838
|
+
_ZN4node10V8Platform17StartTracingAgentEv
|
|
45837
45839
|
_ZN4node10V8PlatformD1Ev
|
|
45838
45840
|
_ZN4node10cares_wrap10AaaaTraits4SendEPNS0_9QueryWrapIS1_EEPKc
|
|
45839
45841
|
_ZN4node10cares_wrap10AaaaTraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_12ResponseDataESt14default_deleteIS6_EE
|
|
@@ -45867,6 +45869,7 @@ _ZN4node10cares_wrap18GetNameInfoReqWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6Obj
|
|
|
45867
45869
|
_ZN4node10cares_wrap18GetNameInfoReqWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45868
45870
|
_ZN4node10cares_wrap18GetNameInfoReqWrapD0Ev
|
|
45869
45871
|
_ZN4node10cares_wrap18GetNameInfoReqWrapD1Ev
|
|
45872
|
+
_ZN4node10cares_wrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45870
45873
|
_ZN4node10cares_wrap7ATraits4SendEPNS0_9QueryWrapIS1_EEPKc
|
|
45871
45874
|
_ZN4node10cares_wrap7ATraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_12ResponseDataESt14default_deleteIS6_EE
|
|
45872
45875
|
_ZN4node10cares_wrap8MxTraits4SendEPNS0_9QueryWrapIS1_EEPKc
|
|
@@ -46095,6 +46098,8 @@ _ZN4node11SPrintFImplIRA12_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
|
|
|
46095
46098
|
_ZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
46096
46099
|
_ZN4node11SPrintFImplIRA6_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
46097
46100
|
_ZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
46101
|
+
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_
|
|
46102
|
+
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS8_EEES6_PKcOT_DpOT0_
|
|
46098
46103
|
_ZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46099
46104
|
_ZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46100
46105
|
_ZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -46231,7 +46236,6 @@ _ZN4node11per_process11v8_platformE
|
|
|
46231
46236
|
_ZN4node11per_process12reverted_cveE
|
|
46232
46237
|
_ZN4node11per_process13env_var_mutexE
|
|
46233
46238
|
_ZN4node11per_process14v8_initializedE
|
|
46234
|
-
_ZN4node11per_process15linux_at_secureE
|
|
46235
46239
|
_ZN4node11per_process15node_start_timeE
|
|
46236
46240
|
_ZN4node11per_process17cli_options_mutexE
|
|
46237
46241
|
_ZN4node11per_process18enabled_debug_listE
|
|
@@ -46692,6 +46696,7 @@ _ZN4node15TimerWrapHandle5UnrefEv
|
|
|
46692
46696
|
_ZN4node15TimerWrapHandle6UpdateEmm
|
|
46693
46697
|
_ZN4node15TimerWrapHandleD0Ev
|
|
46694
46698
|
_ZN4node15TimerWrapHandleD1Ev
|
|
46699
|
+
_ZN4node15linux_at_secureEv
|
|
46695
46700
|
_ZN4node16AddLinkedBindingEPNS_11EnvironmentEPKcPFvN2v85LocalINS4_6ObjectEEENS5_INS4_5ValueEEENS5_INS4_7ContextEEEPvESC_
|
|
46696
46701
|
_ZN4node16AddLinkedBindingEPNS_11EnvironmentERK11napi_module
|
|
46697
46702
|
_ZN4node16AddLinkedBindingEPNS_11EnvironmentERKNS_11node_moduleE
|
|
@@ -46840,6 +46845,7 @@ _ZN4node18IsSnapshotableTypeENS_13FastStringKeyE
|
|
|
46840
46845
|
_ZN4node18MemoryRetainerNode10IsRootNodeEv
|
|
46841
46846
|
_ZN4node18MemoryRetainerNode10NamePrefixEv
|
|
46842
46847
|
_ZN4node18MemoryRetainerNode11SizeInBytesEv
|
|
46848
|
+
_ZN4node18MemoryRetainerNode15GetDetachednessEv
|
|
46843
46849
|
_ZN4node18MemoryRetainerNode4NameEv
|
|
46844
46850
|
_ZN4node18MemoryRetainerNodeD0Ev
|
|
46845
46851
|
_ZN4node18MemoryRetainerNodeD1Ev
|
|
@@ -46868,6 +46874,7 @@ _ZN4node19ERR_STRING_TOO_LONGIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
|
46868
46874
|
_ZN4node19ExecuteBootstrapperEPNS_11EnvironmentEPKcPSt6vectorIN2v85LocalINS5_5ValueEEESaIS8_EE
|
|
46869
46875
|
_ZN4node19GetCurrentEventLoopEPN2v87IsolateE
|
|
46870
46876
|
_ZN4node19NewFunctionTemplateEPN2v87IsolateEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEENS0_5LocalINS0_9SignatureEEENS0_19ConstructorBehaviorENS0_14SideEffectTypeEPKNS0_9CFunctionE
|
|
46877
|
+
_ZN4node19ResetSignalHandlersEv
|
|
46871
46878
|
_ZN4node19SetIsolateUpForNodeEPN2v87IsolateE
|
|
46872
46879
|
_ZN4node19SetIsolateUpForNodeEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
46873
46880
|
_ZN4node19TraceSigintWatchdog12HandleSigintEv
|
|
@@ -46902,6 +46909,9 @@ _ZN4node20GetActiveHandlesInfoERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
|
46902
46909
|
_ZN4node20GetEnabledCategoriesERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
46903
46910
|
_ZN4node20GetPerContextExportsEN2v85LocalINS0_7ContextEEE
|
|
46904
46911
|
_ZN4node20GetTracingControllerEv
|
|
46912
|
+
_ZN4node20InitializationResultD0Ev
|
|
46913
|
+
_ZN4node20InitializationResultD1Ev
|
|
46914
|
+
_ZN4node20InitializationResultD2Ev
|
|
46905
46915
|
_ZN4node20InternalMakeCallbackEPNS_11EnvironmentEN2v85LocalINS2_6ObjectEEES5_NS3_INS2_8FunctionEEEiPNS3_INS2_5ValueEEENS_13async_contextE
|
|
46906
46916
|
_ZN4node20IsExceptionDecoratedEPNS_11EnvironmentEN2v85LocalINS2_5ValueEEE
|
|
46907
46917
|
_ZN4node20MultiIsolatePlatform6CreateEiPN2v817TracingControllerEPNS1_13PageAllocatorE
|
|
@@ -46975,7 +46985,7 @@ _ZN4node22EmitToJSStreamListenerD0Ev
|
|
|
46975
46985
|
_ZN4node22EmitToJSStreamListenerD1Ev
|
|
46976
46986
|
_ZN4node22InitializeNodeWithArgsEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EES9_S9_
|
|
46977
46987
|
_ZN4node22InitializeNodeWithArgsEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EES9_S9_NS_12ProcessFlags5FlagsE
|
|
46978
|
-
|
|
46988
|
+
_ZN4node22LoadSnapshotDataAndRunEPPKNS_12SnapshotDataEPKNS_20InitializationResultE
|
|
46979
46989
|
_ZN4node22NodeTraceStateObserver14OnTraceEnabledEv
|
|
46980
46990
|
_ZN4node22NodeTraceStateObserver15OnTraceDisabledEv
|
|
46981
46991
|
_ZN4node22NodeTraceStateObserverD0Ev
|
|
@@ -47062,9 +47072,11 @@ _ZN4node24ERR_CRYPTO_INVALID_CURVEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKc
|
|
|
47062
47072
|
_ZN4node24ERR_CRYPTO_INVALID_STATEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47063
47073
|
_ZN4node24FreeArrayBufferAllocatorEPNS_20ArrayBufferAllocatorE
|
|
47064
47074
|
_ZN4node24GetInspectorParentHandleEPNS_11EnvironmentENS_8ThreadIdEPKc
|
|
47075
|
+
_ZN4node24InitializationResultImplD0Ev
|
|
47076
|
+
_ZN4node24InitializationResultImplD1Ev
|
|
47077
|
+
_ZN4node24InitializationResultImplD2Ev
|
|
47065
47078
|
_ZN4node24InitializeContextRuntimeEN2v85LocalINS0_7ContextEEE
|
|
47066
|
-
|
|
47067
|
-
_ZN4node24InitializeOncePerProcessEiPPcNS_27InitializationSettingsFlagsENS_12ProcessFlags5FlagsE
|
|
47079
|
+
_ZN4node24InitializeOncePerProcessERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EENS_12ProcessFlags5FlagsE
|
|
47068
47080
|
_ZN4node24MakeLibuvRequestCallbackI10uv_write_sPFvPS1_iEE7WrapperES2_i
|
|
47069
47081
|
_ZN4node24MakeLibuvRequestCallbackI12uv_connect_sPFvPS1_iEE7WrapperES2_i
|
|
47070
47082
|
_ZN4node24MakeLibuvRequestCallbackI13uv_shutdown_sPFvPS1_iEE7WrapperES2_i
|
|
@@ -47170,7 +47182,7 @@ _ZN4node27UnconditionalAsyncWrapDebugIJmRiEEEvPNS_9AsyncWrapEPKcDpOT_
|
|
|
47170
47182
|
_ZN4node28ERR_MEMORY_ALLOCATION_FAILEDEPN2v87IsolateE
|
|
47171
47183
|
_ZN4node28ERR_MEMORY_ALLOCATION_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47172
47184
|
_ZN4node28ERR_SCRIPT_EXECUTION_TIMEOUTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47173
|
-
|
|
47185
|
+
_ZN4node28GenerateAndWriteSnapshotDataEPPKNS_12SnapshotDataEPKNS_20InitializationResultE
|
|
47174
47186
|
_ZN4node28GetCurrentTimeInMicrosecondsEv
|
|
47175
47187
|
_ZN4node28NativeSymbolDebuggingContext12LookupSymbolEPv
|
|
47176
47188
|
_ZN4node28NativeSymbolDebuggingContext13GetStackTraceEPPvi
|
|
@@ -48092,6 +48104,7 @@ _ZN4node6crypto15RSACipherTraits8DoCipherEPNS_11EnvironmentESt10shared_ptrINS0_1
|
|
|
48092
48104
|
_ZN4node6crypto15RsaKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16RsaKeyPairParamsEEE
|
|
48093
48105
|
_ZN4node6crypto15RsaKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_16RsaKeyPairParamsEEE
|
|
48094
48106
|
_ZN4node6crypto15SetEncodedValueEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS4_INS3_6StringEEEPK9bignum_sti
|
|
48107
|
+
_ZN4node6crypto15SetRsaOaepLabelERKSt10unique_ptrI15evp_pkey_ctx_stNS_15FunctionDeleterIS2_XadL_Z17EVP_PKEY_CTX_freeEEEEERKNS0_10ByteSourceE
|
|
48095
48108
|
_ZN4node6crypto15UseExtraCaCertsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
48096
48109
|
_ZN4node6crypto15X509Certificate10CheckEmailERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
48097
48110
|
_ZN4node6crypto15X509Certificate10InfoAccessERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -48734,6 +48747,7 @@ _ZN4node7FPrintFIJR24nghttp2_headers_categoryEEEvP4FILEPKcDpOT_
|
|
|
48734
48747
|
_ZN4node7FPrintFIJRA3_KcEEEvP4FILEPS1_DpOT_
|
|
48735
48748
|
_ZN4node7FPrintFIJRA6_KcEEEvP4FILEPS1_DpOT_
|
|
48736
48749
|
_ZN4node7FPrintFIJRA9_KcEEEvP4FILEPS1_DpOT_
|
|
48750
|
+
_ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEEvP4FILEPKcDpOT_
|
|
48737
48751
|
_ZN4node7FPrintFIJRKhEEEvP4FILEPKcDpOT_
|
|
48738
48752
|
_ZN4node7FPrintFIJRKhRiEEEvP4FILEPKcDpOT_
|
|
48739
48753
|
_ZN4node7FPrintFIJRKiEEEvP4FILEPKcDpOT_
|
|
@@ -48828,6 +48842,7 @@ _ZN4node7SPrintFIJR24nghttp2_headers_categoryEEENSt7__cxx1112basic_stringIcSt11c
|
|
|
48828
48842
|
_ZN4node7SPrintFIJRA3_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
48829
48843
|
_ZN4node7SPrintFIJRA6_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
48830
48844
|
_ZN4node7SPrintFIJRA9_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
48845
|
+
_ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES6_PKcDpOT_
|
|
48831
48846
|
_ZN4node7SPrintFIJRKhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48832
48847
|
_ZN4node7SPrintFIJRKhRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48833
48848
|
_ZN4node7SPrintFIJRKiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
@@ -49385,6 +49400,7 @@ _ZN4node9inspector19NodeInspectorClient23runIfWaitingForDebuggerEi
|
|
|
49385
49400
|
_ZN4node9inspector19NodeInspectorClient27ensureDefaultContextInGroupEi
|
|
49386
49401
|
_ZN4node9inspector19NodeInspectorClient29maxAsyncCallStackDepthChangedEi
|
|
49387
49402
|
_ZN4node9inspector19NodeInspectorClient31installAdditionalCommandLineAPIEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
49403
|
+
_ZN4node9inspector19NodeInspectorClientC1EPNS_11EnvironmentEb
|
|
49388
49404
|
_ZN4node9inspector19NodeInspectorClientD0Ev
|
|
49389
49405
|
_ZN4node9inspector19NodeInspectorClientD1Ev
|
|
49390
49406
|
_ZN4node9inspector21InspectorSocketServer12TargetExistsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -60169,6 +60185,7 @@ _ZNK4node10AsyncHooks14MemoryInfoNameB5cxx11Ev
|
|
|
60169
60185
|
_ZNK4node10AsyncHooks8SelfSizeEv
|
|
60170
60186
|
_ZNK4node10BaseObject10IsRootNodeEv
|
|
60171
60187
|
_ZNK4node10BaseObject13WrappedObjectEv
|
|
60188
|
+
_ZNK4node10BaseObject15GetDetachednessEv
|
|
60172
60189
|
_ZNK4node10BaseObject15GetTransferModeEv
|
|
60173
60190
|
_ZNK4node10BaseObject15is_snapshotableEv
|
|
60174
60191
|
_ZNK4node10BaseObject17CloneForMessagingEv
|
|
@@ -60311,6 +60328,7 @@ _ZNK4node13SocketAddress8SelfSizeEv
|
|
|
60311
60328
|
_ZNK4node13SocketAddress8is_matchERKS0_
|
|
60312
60329
|
_ZNK4node14MemoryRetainer10IsRootNodeEv
|
|
60313
60330
|
_ZNK4node14MemoryRetainer13WrappedObjectEv
|
|
60331
|
+
_ZNK4node14MemoryRetainer15GetDetachednessEv
|
|
60314
60332
|
_ZNK4node14NgRcBufPointerINS_5http226Http2RcBufferPointerTraitsEE10MemoryInfoEPNS_13MemoryTrackerE
|
|
60315
60333
|
_ZNK4node14NgRcBufPointerINS_5http226Http2RcBufferPointerTraitsEE14MemoryInfoNameB5cxx11Ev
|
|
60316
60334
|
_ZNK4node14NgRcBufPointerINS_5http226Http2RcBufferPointerTraitsEE8External4dataEv
|
|
@@ -60412,6 +60430,12 @@ _ZNK4node22SocketAddressBlockList22SocketAddressRangeRule14MemoryInfoNameB5cxx11
|
|
|
60412
60430
|
_ZNK4node22SocketAddressBlockList22SocketAddressRangeRule8SelfSizeEv
|
|
60413
60431
|
_ZNK4node22SocketAddressBlockList8SelfSizeEv
|
|
60414
60432
|
_ZNK4node23WorkerThreadsTaskRunner21NumberOfWorkerThreadsEv
|
|
60433
|
+
_ZNK4node24InitializationResultImpl12early_returnEv
|
|
60434
|
+
_ZNK4node24InitializationResultImpl4argsB5cxx11Ev
|
|
60435
|
+
_ZNK4node24InitializationResultImpl6errorsB5cxx11Ev
|
|
60436
|
+
_ZNK4node24InitializationResultImpl8platformEv
|
|
60437
|
+
_ZNK4node24InitializationResultImpl9exec_argsB5cxx11Ev
|
|
60438
|
+
_ZNK4node24InitializationResultImpl9exit_codeEv
|
|
60415
60439
|
_ZNK4node26SocketAddressBlockListWrap10MemoryInfoEPNS_13MemoryTrackerE
|
|
60416
60440
|
_ZNK4node26SocketAddressBlockListWrap12TransferData10MemoryInfoEPNS_13MemoryTrackerE
|
|
60417
60441
|
_ZNK4node26SocketAddressBlockListWrap12TransferData14MemoryInfoNameB5cxx11Ev
|
|
@@ -65070,6 +65094,7 @@ _ZNSt6vectorIN4node17BaseObjectPtrImplINS0_10BaseObjectELb0EEESaIS3_EED1Ev
|
|
|
65070
65094
|
_ZNSt6vectorIN4node17BaseObjectPtrImplINS0_10BaseObjectELb0EEESaIS3_EEaSERKS5_
|
|
65071
65095
|
_ZNSt6vectorIN4node17BaseObjectPtrImplINS0_2fs18FileHandleReadWrapELb0EEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
|
|
65072
65096
|
_ZNSt6vectorIN4node22PerIsolatePlatformData16ShutdownCallbackESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
|
|
65097
|
+
_ZNSt6vectorIN4node5http218NgHttp2StreamWriteESaIS2_EE12emplace_backIJS2_EEERS2_DpOT_
|
|
65073
65098
|
_ZNSt6vectorIN4node5http218NgHttp2StreamWriteESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
|
|
65074
65099
|
_ZNSt6vectorIN4node8NgHeaderINS0_5http217Http2HeaderTraitsEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
|
|
65075
65100
|
_ZNSt6vectorIN4node8PropInfoESaIS1_EE12emplace_backIJS1_EEERS1_DpOT_
|
|
@@ -65087,6 +65112,7 @@ _ZNSt6vectorIN6icu_7113UnicodeStringESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu
|
|
|
65087
65112
|
_ZNSt6vectorIN8v8_crdtp12ErrorSupport7SegmentESaIS2_EE17_M_realloc_insertIJEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
|
|
65088
65113
|
_ZNSt6vectorIN8v8_crdtp4cbor15EnvelopeEncoderESaIS2_EE17_M_realloc_insertIJEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
|
|
65089
65114
|
_ZNSt6vectorIN8v8_crdtp4spanIcEESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
|
|
65115
|
+
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJPKcEEERS5_DpOT_
|
|
65090
65116
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJPcEEERS5_DpOT_
|
|
65091
65117
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA1_KcEEERS5_DpOT_
|
|
65092
65118
|
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA28_KcEEERS5_DpOT_
|
|
@@ -69033,6 +69059,7 @@ _ZTVN4node18SimpleShutdownWrapINS_9AsyncWrapEEE
|
|
|
69033
69059
|
_ZTVN4node18SnapshotableObjectE
|
|
69034
69060
|
_ZTVN4node19TraceSigintWatchdogE
|
|
69035
69061
|
_ZTVN4node20FixedSizeBlobCopyJobE
|
|
69062
|
+
_ZTVN4node20InitializationResultE
|
|
69036
69063
|
_ZTVN4node21InspectorParentHandleE
|
|
69037
69064
|
_ZTVN4node22CustomBufferJSListenerE
|
|
69038
69065
|
_ZTVN4node22EmitToJSStreamListenerE
|
|
@@ -69044,6 +69071,7 @@ _ZTVN4node22SocketAddressBlockList22SocketAddressRangeRuleE
|
|
|
69044
69071
|
_ZTVN4node22SocketAddressBlockListE
|
|
69045
69072
|
_ZTVN4node23WorkerThreadsTaskRunner20DelayedTaskScheduler12ScheduleTaskE
|
|
69046
69073
|
_ZTVN4node23WorkerThreadsTaskRunner20DelayedTaskScheduler8StopTaskE
|
|
69074
|
+
_ZTVN4node24InitializationResultImplE
|
|
69047
69075
|
_ZTVN4node24NodeArrayBufferAllocatorE
|
|
69048
69076
|
_ZTVN4node25InspectorParentHandleImplE
|
|
69049
69077
|
_ZTVN4node26SocketAddressBlockListWrap12TransferDataE
|
|
@@ -70810,95 +70838,95 @@ _ZZN4node10StreamBase11WriteStringILNS_8encodingE4EEEiRKN2v820FunctionCallbackIn
|
|
|
70810
70838
|
_ZZN4node10StreamBase11WriteStringILNS_8encodingE4EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_1
|
|
70811
70839
|
_ZZN4node10StreamBase11WriteStringILNS_8encodingE4EEEiRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_2
|
|
70812
70840
|
_ZZN4node10V8Platform10InitializeEiE4args
|
|
70813
|
-
|
|
70841
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70814
70842
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE10ParseErrorEiE4args
|
|
70815
70843
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE13AfterResponseEvE4args
|
|
70816
|
-
|
|
70844
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70817
70845
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE19MakeCallbackPointerEvE4args
|
|
70818
|
-
|
|
70846
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70819
70847
|
_ZZN4node10cares_wrap9QueryWrapINS0_10AaaaTraitsEED4EvE4args
|
|
70820
|
-
|
|
70848
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70821
70849
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE10ParseErrorEiE4args
|
|
70822
70850
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE13AfterResponseEvE4args
|
|
70823
|
-
|
|
70851
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70824
70852
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE19MakeCallbackPointerEvE4args
|
|
70825
|
-
|
|
70853
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70826
70854
|
_ZZN4node10cares_wrap9QueryWrapINS0_11CnameTraitsEED4EvE4args
|
|
70827
|
-
|
|
70855
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70828
70856
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE10ParseErrorEiE4args
|
|
70829
70857
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE13AfterResponseEvE4args
|
|
70830
|
-
|
|
70858
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70831
70859
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE19MakeCallbackPointerEvE4args
|
|
70832
|
-
|
|
70860
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70833
70861
|
_ZZN4node10cares_wrap9QueryWrapINS0_11NaptrTraitsEED4EvE4args
|
|
70834
|
-
|
|
70862
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70835
70863
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE10ParseErrorEiE4args
|
|
70836
70864
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE13AfterResponseEvE4args
|
|
70837
|
-
|
|
70865
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70838
70866
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEE19MakeCallbackPointerEvE4args
|
|
70839
70867
|
_ZZN4node10cares_wrap9QueryWrapINS0_13ReverseTraitsEED4EvE4args
|
|
70840
|
-
|
|
70868
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70841
70869
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE10ParseErrorEiE4args
|
|
70842
70870
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE13AfterResponseEvE4args
|
|
70843
|
-
|
|
70871
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70844
70872
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE19MakeCallbackPointerEvE4args
|
|
70845
|
-
|
|
70873
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70846
70874
|
_ZZN4node10cares_wrap9QueryWrapINS0_7ATraitsEED4EvE4args
|
|
70847
|
-
|
|
70875
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70848
70876
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE10ParseErrorEiE4args
|
|
70849
70877
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE13AfterResponseEvE4args
|
|
70850
|
-
|
|
70878
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70851
70879
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE19MakeCallbackPointerEvE4args
|
|
70852
|
-
|
|
70880
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70853
70881
|
_ZZN4node10cares_wrap9QueryWrapINS0_8MxTraitsEED4EvE4args
|
|
70854
|
-
|
|
70882
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70855
70883
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE10ParseErrorEiE4args
|
|
70856
70884
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE13AfterResponseEvE4args
|
|
70857
|
-
|
|
70885
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70858
70886
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE19MakeCallbackPointerEvE4args
|
|
70859
|
-
|
|
70887
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70860
70888
|
_ZZN4node10cares_wrap9QueryWrapINS0_8NsTraitsEED4EvE4args
|
|
70861
|
-
|
|
70889
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70862
70890
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE10ParseErrorEiE4args
|
|
70863
70891
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE13AfterResponseEvE4args
|
|
70864
|
-
|
|
70892
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70865
70893
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE19MakeCallbackPointerEvE4args
|
|
70866
|
-
|
|
70894
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70867
70895
|
_ZZN4node10cares_wrap9QueryWrapINS0_9AnyTraitsEED4EvE4args
|
|
70868
|
-
|
|
70896
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70869
70897
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE10ParseErrorEiE4args
|
|
70870
70898
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE13AfterResponseEvE4args
|
|
70871
|
-
|
|
70899
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70872
70900
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE19MakeCallbackPointerEvE4args
|
|
70873
|
-
|
|
70901
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70874
70902
|
_ZZN4node10cares_wrap9QueryWrapINS0_9CaaTraitsEED4EvE4args
|
|
70875
|
-
|
|
70903
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70876
70904
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE10ParseErrorEiE4args
|
|
70877
70905
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE13AfterResponseEvE4args
|
|
70878
|
-
|
|
70906
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70879
70907
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE19MakeCallbackPointerEvE4args
|
|
70880
|
-
|
|
70908
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70881
70909
|
_ZZN4node10cares_wrap9QueryWrapINS0_9PtrTraitsEED4EvE4args
|
|
70882
|
-
|
|
70910
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70883
70911
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE10ParseErrorEiE4args
|
|
70884
70912
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE13AfterResponseEvE4args
|
|
70885
|
-
|
|
70913
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70886
70914
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE19MakeCallbackPointerEvE4args
|
|
70887
|
-
|
|
70915
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70888
70916
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SoaTraitsEED4EvE4args
|
|
70889
|
-
|
|
70917
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70890
70918
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE10ParseErrorEiE4args
|
|
70891
70919
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE13AfterResponseEvE4args
|
|
70892
|
-
|
|
70920
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70893
70921
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE19MakeCallbackPointerEvE4args
|
|
70894
|
-
|
|
70922
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70895
70923
|
_ZZN4node10cares_wrap9QueryWrapINS0_9SrvTraitsEED4EvE4args
|
|
70896
|
-
|
|
70924
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE10ParseErrorEiE28trace_event_unique_atomic268
|
|
70897
70925
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE10ParseErrorEiE4args
|
|
70898
70926
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE13AfterResponseEvE4args
|
|
70899
|
-
|
|
70927
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE14CallOnCompleteEN2v85LocalINS4_5ValueEEES7_E28trace_event_unique_atomic376
|
|
70900
70928
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE19MakeCallbackPointerEvE4args
|
|
70901
|
-
|
|
70929
|
+
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEE9AresQueryEPKciiE28trace_event_unique_atomic250
|
|
70902
70930
|
_ZZN4node10cares_wrap9QueryWrapINS0_9TxtTraitsEED4EvE4args
|
|
70903
70931
|
_ZZN4node11Environment11CloseHandleI11uv_handle_sPFvPS2_EEEvPT_T0_ENKUlS3_E_clES3_
|
|
70904
70932
|
_ZZN4node11Environment11CloseHandleI11uv_handle_sPFvPS2_EEEvPT_T0_ENUlS3_E_4_FUNES3_
|
|
@@ -70961,6 +70989,10 @@ _ZZN4node11SPrintFImplIRA6_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
|
|
|
70961
70989
|
_ZZN4node11SPrintFImplIRA6_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
70962
70990
|
_ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args
|
|
70963
70991
|
_ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
70992
|
+
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E4args
|
|
70993
|
+
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E4args_0
|
|
70994
|
+
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS8_EEES6_PKcOT_DpOT0_E4args
|
|
70995
|
+
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS8_EEES6_PKcOT_DpOT0_E4args_0
|
|
70964
70996
|
_ZZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70965
70997
|
_ZZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
70966
70998
|
_ZZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -71158,10 +71190,6 @@ _ZZN4node11SwapBytes32EPcmE4args
|
|
|
71158
71190
|
_ZZN4node11SwapBytes64EPcmE4args
|
|
71159
71191
|
_ZZN4node11performance27GetPerformanceMilestoneNameENS0_20PerformanceMilestoneEE4args
|
|
71160
71192
|
_ZZN4node12CleanupQueue3AddEPFvPvES1_E4args
|
|
71161
|
-
_ZZN4node12PlatformInitEvE4args
|
|
71162
|
-
_ZZN4node12PlatformInitEvE4args_0
|
|
71163
|
-
_ZZN4node12PlatformInitEvE4args_1
|
|
71164
|
-
_ZZN4node12PlatformInitEvE4args_2
|
|
71165
71193
|
_ZZN4node12stringsearch12StringSearchIhE12LinearSearchENS0_6VectorIKhEEmE4args_0
|
|
71166
71194
|
_ZZN4node12stringsearch12StringSearchIhE13InitialSearchENS0_6VectorIKhEEmE4args
|
|
71167
71195
|
_ZZN4node12stringsearch12StringSearchIhEC4ENS0_6VectorIKhEEE4args
|
|
@@ -71420,13 +71448,9 @@ _ZZN4node6crypto13EnginePointer5resetEP9engine_stbE4args_0
|
|
|
71420
71448
|
_ZZN4node6crypto13MallocOpenSSLIcEEPT_mE4args
|
|
71421
71449
|
_ZZN4node6crypto13MallocOpenSSLIhEEPT_mE4args
|
|
71422
71450
|
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
71423
|
-
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
71424
71451
|
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
71425
|
-
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
71426
71452
|
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
71427
|
-
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
71428
71453
|
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
71429
|
-
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
71430
71454
|
_ZZN4node6crypto25ArrayBufferOrViewContentsIcEC4EN2v85LocalINS3_5ValueEEEE4args
|
|
71431
71455
|
_ZZN4node6crypto25ArrayBufferOrViewContentsIhEC4EN2v85LocalINS3_5ValueEEEE4args
|
|
71432
71456
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
|
package/include/node/node.h
CHANGED
|
@@ -224,11 +224,14 @@ namespace node {
|
|
|
224
224
|
|
|
225
225
|
class IsolateData;
|
|
226
226
|
class Environment;
|
|
227
|
+
class MultiIsolatePlatform;
|
|
228
|
+
class InitializationResultImpl;
|
|
227
229
|
|
|
228
230
|
namespace ProcessFlags {
|
|
229
231
|
enum Flags : uint64_t {
|
|
230
232
|
kNoFlags = 0,
|
|
231
233
|
// Enable stdio inheritance, which is disabled by default.
|
|
234
|
+
// This flag is also implied by kNoStdioInitialization.
|
|
232
235
|
kEnableStdioInheritance = 1 << 0,
|
|
233
236
|
// Disable reading the NODE_OPTIONS environment variable.
|
|
234
237
|
kDisableNodeOptionsEnv = 1 << 1,
|
|
@@ -236,8 +239,67 @@ enum Flags : uint64_t {
|
|
|
236
239
|
kDisableCLIOptions = 1 << 2,
|
|
237
240
|
// Do not initialize ICU.
|
|
238
241
|
kNoICU = 1 << 3,
|
|
242
|
+
// Do not modify stdio file descriptor or TTY state.
|
|
243
|
+
kNoStdioInitialization = 1 << 4,
|
|
244
|
+
// Do not register Node.js-specific signal handlers
|
|
245
|
+
// and reset other signal handlers to default state.
|
|
246
|
+
kNoDefaultSignalHandling = 1 << 5,
|
|
247
|
+
// Do not perform V8 initialization.
|
|
248
|
+
kNoInitializeV8 = 1 << 6,
|
|
249
|
+
// Do not initialize a default Node.js-provided V8 platform instance.
|
|
250
|
+
kNoInitializeNodeV8Platform = 1 << 7,
|
|
251
|
+
// Do not initialize OpenSSL config.
|
|
252
|
+
kNoInitOpenSSL = 1 << 8,
|
|
253
|
+
// Do not initialize Node.js debugging based on environment variables.
|
|
254
|
+
kNoParseGlobalDebugVariables = 1 << 9,
|
|
255
|
+
// Do not adjust OS resource limits for this process.
|
|
256
|
+
kNoAdjustResourceLimits = 1 << 10,
|
|
257
|
+
// Do not map code segments into large pages for this process.
|
|
258
|
+
kNoUseLargePages = 1 << 11,
|
|
259
|
+
// Skip printing output for --help, --version, --v8-options.
|
|
260
|
+
kNoPrintHelpOrVersionOutput = 1 << 12,
|
|
261
|
+
|
|
262
|
+
// Emulate the behavior of InitializeNodeWithArgs() when passing
|
|
263
|
+
// a flags argument to the InitializeOncePerProcess() replacement
|
|
264
|
+
// function.
|
|
265
|
+
kLegacyInitializeNodeWithArgsBehavior =
|
|
266
|
+
kNoStdioInitialization | kNoDefaultSignalHandling | kNoInitializeV8 |
|
|
267
|
+
kNoInitializeNodeV8Platform | kNoInitOpenSSL |
|
|
268
|
+
kNoParseGlobalDebugVariables | kNoAdjustResourceLimits |
|
|
269
|
+
kNoUseLargePages | kNoPrintHelpOrVersionOutput,
|
|
239
270
|
};
|
|
240
271
|
} // namespace ProcessFlags
|
|
272
|
+
// TODO(addaleax): Make this the canonical name, as it is more descriptive.
|
|
273
|
+
namespace ProcessInitializationFlags = ProcessFlags;
|
|
274
|
+
|
|
275
|
+
class NODE_EXTERN InitializationResult {
|
|
276
|
+
public:
|
|
277
|
+
virtual ~InitializationResult();
|
|
278
|
+
|
|
279
|
+
// Returns a suggested process exit code.
|
|
280
|
+
virtual int exit_code() const = 0;
|
|
281
|
+
|
|
282
|
+
// Returns 'true' if initialization was aborted early due to errors.
|
|
283
|
+
virtual bool early_return() const = 0;
|
|
284
|
+
|
|
285
|
+
// Returns the parsed list of non-Node.js arguments.
|
|
286
|
+
virtual const std::vector<std::string>& args() const = 0;
|
|
287
|
+
|
|
288
|
+
// Returns the parsed list of Node.js arguments.
|
|
289
|
+
virtual const std::vector<std::string>& exec_args() const = 0;
|
|
290
|
+
|
|
291
|
+
// Returns an array of errors. Note that these may be warnings
|
|
292
|
+
// whose existence does not imply a non-zero exit code.
|
|
293
|
+
virtual const std::vector<std::string>& errors() const = 0;
|
|
294
|
+
|
|
295
|
+
// If kNoInitializeNodeV8Platform was not specified, the global Node.js
|
|
296
|
+
// platform instance.
|
|
297
|
+
virtual MultiIsolatePlatform* platform() const = 0;
|
|
298
|
+
|
|
299
|
+
private:
|
|
300
|
+
InitializationResult() = default;
|
|
301
|
+
friend class InitializationResultImpl;
|
|
302
|
+
};
|
|
241
303
|
|
|
242
304
|
// TODO(addaleax): Officially deprecate this and replace it with something
|
|
243
305
|
// better suited for a public embedder API.
|
|
@@ -247,20 +309,44 @@ NODE_EXTERN int Start(int argc, char* argv[]);
|
|
|
247
309
|
// in the loop and / or actively executing JavaScript code).
|
|
248
310
|
NODE_EXTERN int Stop(Environment* env);
|
|
249
311
|
|
|
312
|
+
// This runs a subset of the initialization performed by
|
|
313
|
+
// InitializeOncePerProcess(), which supersedes this function.
|
|
314
|
+
// The subset is roughly equivalent to the one given by
|
|
315
|
+
// `ProcessInitializationFlags::kLegacyInitializeNodeWithArgsBehavior`.
|
|
316
|
+
NODE_DEPRECATED("Use InitializeOncePerProcess() instead",
|
|
317
|
+
NODE_EXTERN int InitializeNodeWithArgs(
|
|
318
|
+
std::vector<std::string>* argv,
|
|
319
|
+
std::vector<std::string>* exec_argv,
|
|
320
|
+
std::vector<std::string>* errors,
|
|
321
|
+
ProcessInitializationFlags::Flags flags));
|
|
322
|
+
NODE_DEPRECATED("Use InitializeOncePerProcess() instead",
|
|
323
|
+
NODE_EXTERN int InitializeNodeWithArgs(
|
|
324
|
+
std::vector<std::string>* argv,
|
|
325
|
+
std::vector<std::string>* exec_argv,
|
|
326
|
+
std::vector<std::string>* errors));
|
|
327
|
+
|
|
250
328
|
// Set up per-process state needed to run Node.js. This will consume arguments
|
|
251
|
-
// from
|
|
252
|
-
// the arguments
|
|
253
|
-
//
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
std::vector<std::string
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
329
|
+
// from args, and return information about the initialization success,
|
|
330
|
+
// including the arguments split into argv/exec_argv, a list of potential
|
|
331
|
+
// errors encountered during initialization, and a potential suggested
|
|
332
|
+
// exit code.
|
|
333
|
+
NODE_EXTERN std::unique_ptr<InitializationResult> InitializeOncePerProcess(
|
|
334
|
+
const std::vector<std::string>& args,
|
|
335
|
+
ProcessInitializationFlags::Flags flags =
|
|
336
|
+
ProcessInitializationFlags::kNoFlags);
|
|
337
|
+
// Undoes the initialization performed by InitializeOncePerProcess(),
|
|
338
|
+
// where cleanup is necessary.
|
|
339
|
+
NODE_EXTERN void TearDownOncePerProcess();
|
|
340
|
+
// Convenience overload for specifying multiple flags without having
|
|
341
|
+
// to worry about casts.
|
|
342
|
+
inline std::unique_ptr<InitializationResult> InitializeOncePerProcess(
|
|
343
|
+
const std::vector<std::string>& args,
|
|
344
|
+
std::initializer_list<ProcessInitializationFlags::Flags> list) {
|
|
345
|
+
uint64_t flags_accum = ProcessInitializationFlags::kNoFlags;
|
|
346
|
+
for (const auto flag : list) flags_accum |= static_cast<uint64_t>(flag);
|
|
347
|
+
return InitializeOncePerProcess(
|
|
348
|
+
args, static_cast<ProcessInitializationFlags::Flags>(flags_accum));
|
|
349
|
+
}
|
|
264
350
|
|
|
265
351
|
enum OptionEnvvarSettings {
|
|
266
352
|
kAllowedInEnvironment,
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 18
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 12
|
|
27
27
|
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
|
-
#define NODE_VERSION_IS_LTS
|
|
30
|
-
#define NODE_VERSION_LTS_CODENAME ""
|
|
29
|
+
#define NODE_VERSION_IS_LTS 1
|
|
30
|
+
#define NODE_VERSION_LTS_CODENAME "Hydrogen"
|
|
31
31
|
|
|
32
32
|
#define NODE_VERSION_IS_RELEASE 1
|
|
33
33
|
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -387,6 +387,10 @@ Specify the minimum allocation from the OpenSSL secure heap. The default is 2. T
|
|
|
387
387
|
.It Fl -test
|
|
388
388
|
Starts the Node.js command line test runner.
|
|
389
389
|
.
|
|
390
|
+
.It Fl -test-name-pattern
|
|
391
|
+
A regular expression that configures the test runner to only execute tests
|
|
392
|
+
whose name matches the provided pattern.
|
|
393
|
+
.
|
|
390
394
|
.It Fl -test-only
|
|
391
395
|
Configures the test runner to only execute top level tests that have the `only`
|
|
392
396
|
option set.
|