node-aix-ppc64 18.8.0 → 18.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +154 -0
- package/LICENSE +1 -1
- package/README.md +2 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +2 -0
- package/include/node/node.exp +92 -74
- package/include/node/node.h +38 -1
- package/include/node/node_version.h +2 -2
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
- package/share/systemtap/tapset/node.stp +0 -146
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#18.9.1">18.9.1</a><br/>
|
|
12
|
+
<a href="#18.9.0">18.9.0</a><br/>
|
|
11
13
|
<a href="#18.8.0">18.8.0</a><br/>
|
|
12
14
|
<a href="#18.7.0">18.7.0</a><br/>
|
|
13
15
|
<a href="#18.6.0">18.6.0</a><br/>
|
|
@@ -41,6 +43,158 @@
|
|
|
41
43
|
* [io.js](CHANGELOG_IOJS.md)
|
|
42
44
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
43
45
|
|
|
46
|
+
<a id="18.9.1"></a>
|
|
47
|
+
|
|
48
|
+
## 2022-09-23, Version 18.9.1 (Current), @RafaelGSS
|
|
49
|
+
|
|
50
|
+
This is a security release.
|
|
51
|
+
|
|
52
|
+
### Notable changes
|
|
53
|
+
|
|
54
|
+
The following CVEs are fixed in this release:
|
|
55
|
+
|
|
56
|
+
* **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High)
|
|
57
|
+
* Insufficient fix for macOS devices on v18.5.0
|
|
58
|
+
* **[CVE-2022-32222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32222)**: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium)
|
|
59
|
+
* **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)
|
|
60
|
+
* Insufficient fix on v18.5.0
|
|
61
|
+
* **[CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215)**: HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)
|
|
62
|
+
* Insufficient fix on v18.5.0
|
|
63
|
+
* **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
|
|
64
|
+
* **[CVE-2022-35255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35255)**: Weak randomness in WebCrypto keygen
|
|
65
|
+
|
|
66
|
+
More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post.
|
|
67
|
+
|
|
68
|
+
#### llhttp updated to 6.0.10
|
|
69
|
+
|
|
70
|
+
`llhttp` is updated to 6.0.10 which includes fixes for the following vulnerabilities.
|
|
71
|
+
|
|
72
|
+
* **HTTP Request Smuggling - CVE-2022-32213 bypass via obs-fold mechanic (Medium)([CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213) )**: The `llhttp` parser in the `http` module does not correctly parse and validate Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
|
|
73
|
+
* **HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)([CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215))**: The `llhttp` parser in the `http` module does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
|
|
74
|
+
* **HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)([CVE-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256))**: The llhttp parser in the `http` does not correctly handle header fields that are not terminated with CLRF. This can lead to HTTP Request Smuggling (HRS).
|
|
75
|
+
|
|
76
|
+
### Commits
|
|
77
|
+
|
|
78
|
+
* \[[`0c2a5723be`](https://github.com/nodejs/node/commit/0c2a5723be)] - **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis) [nodejs-private/node-private#](https://github.com/nodejs-private/node-private/pull/346)
|
|
79
|
+
* \[[`ffb6f4d51d`](https://github.com/nodejs/node/commit/ffb6f4d51d)] - **deps**: MacOS - fix location of OpenSSL config file (Michael Dawson) [nodejs-private/node-private#345](https://github.com/nodejs-private/node-private/pull/345)
|
|
80
|
+
* \[[`01bffcdd93`](https://github.com/nodejs/node/commit/01bffcdd93)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#341](https://github.com/nodejs-private/node-private/pull/341)
|
|
81
|
+
* \[[`2c379d341d`](https://github.com/nodejs/node/commit/2c379d341d)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#337](https://github.com/nodejs-private/node-private/pull/337)
|
|
82
|
+
|
|
83
|
+
<a id="18.9.0"></a>
|
|
84
|
+
|
|
85
|
+
## 2022-09-08, Version 18.9.0 (Current), @RafaelGSS
|
|
86
|
+
|
|
87
|
+
### Notable changes
|
|
88
|
+
|
|
89
|
+
* **doc**
|
|
90
|
+
* add daeyeon to collaborators (Daeyeon Jeong) [#44355](https://github.com/nodejs/node/pull/44355)
|
|
91
|
+
* **lib**
|
|
92
|
+
* (SEMVER-MINOR) add diagnostics channel for process and worker (theanarkh) [#44045](https://github.com/nodejs/node/pull/44045)
|
|
93
|
+
* **os**
|
|
94
|
+
* (SEMVER-MINOR) add machine method (theanarkh) [#44416](https://github.com/nodejs/node/pull/44416)
|
|
95
|
+
* **report**
|
|
96
|
+
* (SEMVER-MINOR) expose report public native apis (Chengzhong Wu) [#44255](https://github.com/nodejs/node/pull/44255)
|
|
97
|
+
* **src**
|
|
98
|
+
* (SEMVER-MINOR) expose environment RequestInterrupt api (Chengzhong Wu) [#44362](https://github.com/nodejs/node/pull/44362)
|
|
99
|
+
* **vm**
|
|
100
|
+
* include vm context in the embedded snapshot (Joyee Cheung) [#44252](https://github.com/nodejs/node/pull/44252)
|
|
101
|
+
|
|
102
|
+
### Commits
|
|
103
|
+
|
|
104
|
+
* \[[`e27e709d3c`](https://github.com/nodejs/node/commit/e27e709d3c)] - **build**: add --libdir flag to configure (Stephen Gallagher) [#44361](https://github.com/nodejs/node/pull/44361)
|
|
105
|
+
* \[[`30da2b4d89`](https://github.com/nodejs/node/commit/30da2b4d89)] - **build**: added NINJA env to customize ninja binary (Jeff Dickey) [#44293](https://github.com/nodejs/node/pull/44293)
|
|
106
|
+
* \[[`3c5354869e`](https://github.com/nodejs/node/commit/3c5354869e)] - **cluster**: fix cluster rr distribute error (theanarkh) [#44202](https://github.com/nodejs/node/pull/44202)
|
|
107
|
+
* \[[`5cefd02618`](https://github.com/nodejs/node/commit/5cefd02618)] - **crypto**: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) [#44475](https://github.com/nodejs/node/pull/44475)
|
|
108
|
+
* \[[`c868e36385`](https://github.com/nodejs/node/commit/c868e36385)] - **crypto**: add digest name to INVALID\_DIGEST errors (Tobias Nießen) [#44468](https://github.com/nodejs/node/pull/44468)
|
|
109
|
+
* \[[`35cbe1ad85`](https://github.com/nodejs/node/commit/35cbe1ad85)] - **crypto**: use actual option name in error message (Tobias Nießen) [#44455](https://github.com/nodejs/node/pull/44455)
|
|
110
|
+
* \[[`c3dbe18e4c`](https://github.com/nodejs/node/commit/c3dbe18e4c)] - **crypto**: simplify control flow in HKDF (Tobias Nießen) [#44272](https://github.com/nodejs/node/pull/44272)
|
|
111
|
+
* \[[`28781a1f7e`](https://github.com/nodejs/node/commit/28781a1f7e)] - **crypto**: improve RSA-PSS digest error messages (Tobias Nießen) [#44307](https://github.com/nodejs/node/pull/44307)
|
|
112
|
+
* \[[`b1eafe14fd`](https://github.com/nodejs/node/commit/b1eafe14fd)] - **debugger**: decrease timeout used to wait for the port to be free (Joyee Cheung) [#44359](https://github.com/nodejs/node/pull/44359)
|
|
113
|
+
* \[[`8ef5c40a83`](https://github.com/nodejs/node/commit/8ef5c40a83)] - **deps**: update corepack to 0.14.0 (Node.js GitHub Bot) [#44509](https://github.com/nodejs/node/pull/44509)
|
|
114
|
+
* \[[`cf19a79dfc`](https://github.com/nodejs/node/commit/cf19a79dfc)] - **deps**: upgrade npm to 8.19.1 (npm team) [#44486](https://github.com/nodejs/node/pull/44486)
|
|
115
|
+
* \[[`c5630ad1a7`](https://github.com/nodejs/node/commit/c5630ad1a7)] - **deps**: V8: backport ff8d67c88449 (Michaël Zasso) [#44423](https://github.com/nodejs/node/pull/44423)
|
|
116
|
+
* \[[`255e7fbd08`](https://github.com/nodejs/node/commit/255e7fbd08)] - **deps**: update Acorn to v8.8.0 (Michaël Zasso) [#44437](https://github.com/nodejs/node/pull/44437)
|
|
117
|
+
* \[[`754d26a53e`](https://github.com/nodejs/node/commit/754d26a53e)] - **deps**: patch V8 to 10.2.154.15 (Michaël Zasso) [#44294](https://github.com/nodejs/node/pull/44294)
|
|
118
|
+
* \[[`1b50ff2600`](https://github.com/nodejs/node/commit/1b50ff2600)] - **deps**: update icu tzdata to 2022b (Matías Zúñiga) [#44283](https://github.com/nodejs/node/pull/44283)
|
|
119
|
+
* \[[`1e451dca99`](https://github.com/nodejs/node/commit/1e451dca99)] - **deps**: upgrade llhttp to 6.0.9 (Paolo Insogna) [#44344](https://github.com/nodejs/node/pull/44344)
|
|
120
|
+
* \[[`57da3db522`](https://github.com/nodejs/node/commit/57da3db522)] - **deps**: update undici to 5.9.1 (Node.js GitHub Bot) [#44319](https://github.com/nodejs/node/pull/44319)
|
|
121
|
+
* \[[`1c87a7e8f6`](https://github.com/nodejs/node/commit/1c87a7e8f6)] - **doc**: add missing parenthesis in TLSSocket section (Tobias Nießen) [#44512](https://github.com/nodejs/node/pull/44512)
|
|
122
|
+
* \[[`05006eddb2`](https://github.com/nodejs/node/commit/05006eddb2)] - **doc**: do not use "Returns:" for crypto.constants (Tobias Nießen) [#44481](https://github.com/nodejs/node/pull/44481)
|
|
123
|
+
* \[[`54b6ed58bc`](https://github.com/nodejs/node/commit/54b6ed58bc)] - **doc**: use serial comma in addons docs (Tobias Nießen) [#44482](https://github.com/nodejs/node/pull/44482)
|
|
124
|
+
* \[[`11452a97b3`](https://github.com/nodejs/node/commit/11452a97b3)] - **doc**: add --update-assert-snapshot to node.1 (Colin Ihrig) [#44429](https://github.com/nodejs/node/pull/44429)
|
|
125
|
+
* \[[`ae028e8ac3`](https://github.com/nodejs/node/commit/ae028e8ac3)] - **doc**: improve assert.snapshot() docs (Colin Ihrig) [#44429](https://github.com/nodejs/node/pull/44429)
|
|
126
|
+
* \[[`71c869688a`](https://github.com/nodejs/node/commit/71c869688a)] - **doc**: add missing imports in events sample code (Brian Evans) [#44337](https://github.com/nodejs/node/pull/44337)
|
|
127
|
+
* \[[`92046e8027`](https://github.com/nodejs/node/commit/92046e8027)] - **doc**: apply scroll-margin-top to h2, h3 elements (metonym) [#44414](https://github.com/nodejs/node/pull/44414)
|
|
128
|
+
* \[[`3e6cde5931`](https://github.com/nodejs/node/commit/3e6cde5931)] - **doc**: fix spacing issue in `--build-snapshot` help text (Shohei YOSHIDA) [#44435](https://github.com/nodejs/node/pull/44435)
|
|
129
|
+
* \[[`8e41dbb81b`](https://github.com/nodejs/node/commit/8e41dbb81b)] - **doc**: mention cherry-pick edge-case on release (RafaelGSS) [#44408](https://github.com/nodejs/node/pull/44408)
|
|
130
|
+
* \[[`cef30f9afc`](https://github.com/nodejs/node/commit/cef30f9afc)] - **doc**: note on release guide to update `main` branch (Ruy Adorno) [#44384](https://github.com/nodejs/node/pull/44384)
|
|
131
|
+
* \[[`21437f7a7f`](https://github.com/nodejs/node/commit/21437f7a7f)] - **doc**: fix release guide example consistency (Ruy Adorno) [#44385](https://github.com/nodejs/node/pull/44385)
|
|
132
|
+
* \[[`ed52bd0a18`](https://github.com/nodejs/node/commit/ed52bd0a18)] - **doc**: fix style of n-api.md (theanarkh) [#44377](https://github.com/nodejs/node/pull/44377)
|
|
133
|
+
* \[[`65c1f4015f`](https://github.com/nodejs/node/commit/65c1f4015f)] - **doc**: add history for net.createServer() options (Luigi Pinca) [#44326](https://github.com/nodejs/node/pull/44326)
|
|
134
|
+
* \[[`4a0f750a6c`](https://github.com/nodejs/node/commit/4a0f750a6c)] - **doc**: add daeyeon to collaborators (Daeyeon Jeong) [#44355](https://github.com/nodejs/node/pull/44355)
|
|
135
|
+
* \[[`8cc5556f76`](https://github.com/nodejs/node/commit/8cc5556f76)] - **doc**: fix typo in test runner code examples (Moshe Atlow) [#44351](https://github.com/nodejs/node/pull/44351)
|
|
136
|
+
* \[[`b660b7467d`](https://github.com/nodejs/node/commit/b660b7467d)] - **doc,worker**: document resourceLimits overrides (Keyhan Vakil) [#43992](https://github.com/nodejs/node/pull/43992)
|
|
137
|
+
* \[[`2ed3b30696`](https://github.com/nodejs/node/commit/2ed3b30696)] - **inspector**: prevent integer overflow in open() (Tobias Nießen) [#44367](https://github.com/nodejs/node/pull/44367)
|
|
138
|
+
* \[[`b8f08e5e7e`](https://github.com/nodejs/node/commit/b8f08e5e7e)] - **lib**: codify findSourceMap return value when not found (Chengzhong Wu) [#44397](https://github.com/nodejs/node/pull/44397)
|
|
139
|
+
* \[[`a86ef1ba3e`](https://github.com/nodejs/node/commit/a86ef1ba3e)] - **lib**: use safe `Promise` alternatives when available (Antoine du Hamel) [#43476](https://github.com/nodejs/node/pull/43476)
|
|
140
|
+
* \[[`e519ac7842`](https://github.com/nodejs/node/commit/e519ac7842)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44511](https://github.com/nodejs/node/pull/44511)
|
|
141
|
+
* \[[`c03f28b960`](https://github.com/nodejs/node/commit/c03f28b960)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44422](https://github.com/nodejs/node/pull/44422)
|
|
142
|
+
* \[[`ef08cbddac`](https://github.com/nodejs/node/commit/ef08cbddac)] - **node-api**: avoid calling virtual methods in base's dtor (Chengzhong Wu) [#44424](https://github.com/nodejs/node/pull/44424)
|
|
143
|
+
* \[[`256340197c`](https://github.com/nodejs/node/commit/256340197c)] - **node-api**: cleanup redundant static modifiers (Chengzhong Wu) [#44301](https://github.com/nodejs/node/pull/44301)
|
|
144
|
+
* \[[`6714736706`](https://github.com/nodejs/node/commit/6714736706)] - **(SEMVER-MINOR)** **os**: add machine method (theanarkh) [#44416](https://github.com/nodejs/node/pull/44416)
|
|
145
|
+
* \[[`807b1e5533`](https://github.com/nodejs/node/commit/807b1e5533)] - **report**: get stack trace with cross origin contexts (Chengzhong Wu) [#44398](https://github.com/nodejs/node/pull/44398)
|
|
146
|
+
* \[[`b17cc877d0`](https://github.com/nodejs/node/commit/b17cc877d0)] - **report**: fix missing section javascriptHeap on OOMError (Chengzhong Wu) [#44398](https://github.com/nodejs/node/pull/44398)
|
|
147
|
+
* \[[`1f23c17ae0`](https://github.com/nodejs/node/commit/1f23c17ae0)] - **(SEMVER-MINOR)** **report**: expose report public native apis (Chengzhong Wu) [#44255](https://github.com/nodejs/node/pull/44255)
|
|
148
|
+
* \[[`df259005d9`](https://github.com/nodejs/node/commit/df259005d9)] - **report**: add queue info for udp (theanarkh) [#44345](https://github.com/nodejs/node/pull/44345)
|
|
149
|
+
* \[[`fc17b808c9`](https://github.com/nodejs/node/commit/fc17b808c9)] - **src**: rename misleading arg in ClientHelloParser (Tobias Nießen) [#44500](https://github.com/nodejs/node/pull/44500)
|
|
150
|
+
* \[[`125ab7da2a`](https://github.com/nodejs/node/commit/125ab7da2a)] - **src**: improve error handling in CloneSSLCerts (Tobias Nießen) [#44410](https://github.com/nodejs/node/pull/44410)
|
|
151
|
+
* \[[`aa34f7347b`](https://github.com/nodejs/node/commit/aa34f7347b)] - **src**: fix incorrect comments in crypto (Tobias Nießen) [#44470](https://github.com/nodejs/node/pull/44470)
|
|
152
|
+
* \[[`18b720805f`](https://github.com/nodejs/node/commit/18b720805f)] - **src**: avoid casting std::trunc(... / ...) to size\_t (Tobias Nießen) [#44467](https://github.com/nodejs/node/pull/44467)
|
|
153
|
+
* \[[`4331bbe2af`](https://github.com/nodejs/node/commit/4331bbe2af)] - **(SEMVER-MINOR)** **src**: expose environment RequestInterrupt api (Chengzhong Wu) [#44362](https://github.com/nodejs/node/pull/44362)
|
|
154
|
+
* \[[`c5413a1146`](https://github.com/nodejs/node/commit/c5413a1146)] - **src**: simplify enable\_if logic of `ToStringHelper::BaseConvert` (Feng Yu) [#44306](https://github.com/nodejs/node/pull/44306)
|
|
155
|
+
* \[[`dcc1cf4f4e`](https://github.com/nodejs/node/commit/dcc1cf4f4e)] - **src**: add error handling to `uv_uptime` call (Juan José Arboleda) [#44386](https://github.com/nodejs/node/pull/44386)
|
|
156
|
+
* \[[`fd611cc272`](https://github.com/nodejs/node/commit/fd611cc272)] - **src**: remove base64\_select\_table and base64\_table (Tobias Nießen) [#44425](https://github.com/nodejs/node/pull/44425)
|
|
157
|
+
* \[[`4776b4767b`](https://github.com/nodejs/node/commit/4776b4767b)] - **src**: fix uv\_err\_name memory leak (theanarkh) [#44421](https://github.com/nodejs/node/pull/44421)
|
|
158
|
+
* \[[`8db2e66d3a`](https://github.com/nodejs/node/commit/8db2e66d3a)] - **src**: make Endianness an enum class (Tobias Nießen) [#44411](https://github.com/nodejs/node/pull/44411)
|
|
159
|
+
* \[[`048e440878`](https://github.com/nodejs/node/commit/048e440878)] - **src**: fix ssize\_t error from nghttp2.h (Darshan Sen) [#44393](https://github.com/nodejs/node/pull/44393)
|
|
160
|
+
* \[[`dc1c95ede3`](https://github.com/nodejs/node/commit/dc1c95ede3)] - **src**: trace fs async api (theanarkh) [#44057](https://github.com/nodejs/node/pull/44057)
|
|
161
|
+
* \[[`0f4e98ba2c`](https://github.com/nodejs/node/commit/0f4e98ba2c)] - **src**: restore context default IsCodeGenerationFromStringsAllowed value (Chengzhong Wu) [#44324](https://github.com/nodejs/node/pull/44324)
|
|
162
|
+
* \[[`05fb650b54`](https://github.com/nodejs/node/commit/05fb650b54)] - **src**: simplify and optimize GetOpenSSLVersion() (Tobias Nießen) [#44395](https://github.com/nodejs/node/pull/44395)
|
|
163
|
+
* \[[`7f16177f96`](https://github.com/nodejs/node/commit/7f16177f96)] - **src**: use `if constexpr` where appropriate (Anna Henningsen) [#44291](https://github.com/nodejs/node/pull/44291)
|
|
164
|
+
* \[[`2be8acad18`](https://github.com/nodejs/node/commit/2be8acad18)] - **src**: simplify ECDH::GetCurves() (Tobias Nießen) [#44309](https://github.com/nodejs/node/pull/44309)
|
|
165
|
+
* \[[`3eb7918f8e`](https://github.com/nodejs/node/commit/3eb7918f8e)] - **src**: make minor improvements to EnabledDebugList (Tobias Nießen) [#44350](https://github.com/nodejs/node/pull/44350)
|
|
166
|
+
* \[[`88d9566593`](https://github.com/nodejs/node/commit/88d9566593)] - **src**: remove KeyObjectData::symmetric\_key\_len\_ (Tobias Nießen) [#44346](https://github.com/nodejs/node/pull/44346)
|
|
167
|
+
* \[[`768c9cb872`](https://github.com/nodejs/node/commit/768c9cb872)] - **src**: fix multiple format string bugs (Tobias Nießen) [#44314](https://github.com/nodejs/node/pull/44314)
|
|
168
|
+
* \[[`6857ee8299`](https://github.com/nodejs/node/commit/6857ee8299)] - **src**: make minor improvements to SecureBuffer (Tobias Nießen) [#44302](https://github.com/nodejs/node/pull/44302)
|
|
169
|
+
* \[[`2facf8b8e0`](https://github.com/nodejs/node/commit/2facf8b8e0)] - **stream**: fix setting abort reason in `ReadableStream.pipeTo()` (Daeyeon Jeong) [#44418](https://github.com/nodejs/node/pull/44418)
|
|
170
|
+
* \[[`65134d696b`](https://github.com/nodejs/node/commit/65134d696b)] - **stream**: fix `ReadableStreamReader.releaseLock()` (Daeyeon Jeong) [#44292](https://github.com/nodejs/node/pull/44292)
|
|
171
|
+
* \[[`4c33e5d4ce`](https://github.com/nodejs/node/commit/4c33e5d4ce)] - **test**: avoid race in file write stream handle tests (Joyee Cheung) [#44380](https://github.com/nodejs/node/pull/44380)
|
|
172
|
+
* \[[`0d77342a39`](https://github.com/nodejs/node/commit/0d77342a39)] - **test**: style updates for assert.snapshot() (Colin Ihrig) [#44429](https://github.com/nodejs/node/pull/44429)
|
|
173
|
+
* \[[`e36ed44b26`](https://github.com/nodejs/node/commit/e36ed44b26)] - **test**: deflake child process exec timeout tests (Joyee Cheung) [#44390](https://github.com/nodejs/node/pull/44390)
|
|
174
|
+
* \[[`0af15c71fb`](https://github.com/nodejs/node/commit/0af15c71fb)] - **test**: make the vm timeout escape tests more lenient (Joyee Cheung) [#44433](https://github.com/nodejs/node/pull/44433)
|
|
175
|
+
* \[[`0f071b800e`](https://github.com/nodejs/node/commit/0f071b800e)] - **test**: split heap prof tests (Joyee Cheung) [#44388](https://github.com/nodejs/node/pull/44388)
|
|
176
|
+
* \[[`2dd88b8425`](https://github.com/nodejs/node/commit/2dd88b8425)] - **test**: fix multiple incorrect mustNotCall() uses (Tobias Nießen) [#44022](https://github.com/nodejs/node/pull/44022)
|
|
177
|
+
* \[[`4ae1f4990c`](https://github.com/nodejs/node/commit/4ae1f4990c)] - **test**: split report OOM tests (Joyee Cheung) [#44389](https://github.com/nodejs/node/pull/44389)
|
|
178
|
+
* \[[`3a5fdacdc2`](https://github.com/nodejs/node/commit/3a5fdacdc2)] - **test**: fix WPT runner result (Daeyeon Jeong) [#44238](https://github.com/nodejs/node/pull/44238)
|
|
179
|
+
* \[[`e001aafee3`](https://github.com/nodejs/node/commit/e001aafee3)] - **test**: raise sleep times in child process tests (Joyee Cheung) [#44375](https://github.com/nodejs/node/pull/44375)
|
|
180
|
+
* \[[`8e2dcafc24`](https://github.com/nodejs/node/commit/8e2dcafc24)] - **test**: remove duplicate test (Luigi Pinca) [#44313](https://github.com/nodejs/node/pull/44313)
|
|
181
|
+
* \[[`c65d7fb1fa`](https://github.com/nodejs/node/commit/c65d7fb1fa)] - **test**: add OpenSSL 3.x providers test (Richard Lau) [#44148](https://github.com/nodejs/node/pull/44148)
|
|
182
|
+
* \[[`11e9d6e173`](https://github.com/nodejs/node/commit/11e9d6e173)] - **test**: make tmpdir.js importable from esm (Geoffrey Booth) [#44322](https://github.com/nodejs/node/pull/44322)
|
|
183
|
+
* \[[`a35c2f9ef4`](https://github.com/nodejs/node/commit/a35c2f9ef4)] - **test\_runner**: fix `duration_ms` to be milliseconds (Moshe Atlow) [#44450](https://github.com/nodejs/node/pull/44450)
|
|
184
|
+
* \[[`8175c65b4d`](https://github.com/nodejs/node/commit/8175c65b4d)] - **test\_runner**: support programmatically running `--test` (Moshe Atlow) [#44241](https://github.com/nodejs/node/pull/44241)
|
|
185
|
+
* \[[`1cdccbc845`](https://github.com/nodejs/node/commit/1cdccbc845)] - **tls**: remove SecureContext setFreeListLength (Tobias Nießen) [#44300](https://github.com/nodejs/node/pull/44300)
|
|
186
|
+
* \[[`70399166f3`](https://github.com/nodejs/node/commit/70399166f3)] - **tls**: use OpenSSL constant for client random size (Tobias Nießen) [#44305](https://github.com/nodejs/node/pull/44305)
|
|
187
|
+
* \[[`6fe189b62a`](https://github.com/nodejs/node/commit/6fe189b62a)] - **tools**: update lint-md-dependencies to rollup\@2.79.0 (Node.js GitHub Bot) [#44510](https://github.com/nodejs/node/pull/44510)
|
|
188
|
+
* \[[`1e62bb14dd`](https://github.com/nodejs/node/commit/1e62bb14dd)] - **tools**: fix typo in `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#44446](https://github.com/nodejs/node/pull/44446)
|
|
189
|
+
* \[[`78c6827688`](https://github.com/nodejs/node/commit/78c6827688)] - **tools**: don't use f-strings in test.py (Santiago Gimeno) [#44407](https://github.com/nodejs/node/pull/44407)
|
|
190
|
+
* \[[`443730c419`](https://github.com/nodejs/node/commit/443730c419)] - **tools**: update doc to unist-util-visit\@4.1.1 (Node.js GitHub Bot) [#44370](https://github.com/nodejs/node/pull/44370)
|
|
191
|
+
* \[[`96df99375e`](https://github.com/nodejs/node/commit/96df99375e)] - **tools**: update eslint to 8.23.0 (Node.js GitHub Bot) [#44419](https://github.com/nodejs/node/pull/44419)
|
|
192
|
+
* \[[`b6709544e9`](https://github.com/nodejs/node/commit/b6709544e9)] - **tools**: refactor `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#43476](https://github.com/nodejs/node/pull/43476)
|
|
193
|
+
* \[[`8b0a4afcae`](https://github.com/nodejs/node/commit/8b0a4afcae)] - **tty**: fix TypeError when stream is closed (Antoine du Hamel) [#43803](https://github.com/nodejs/node/pull/43803)
|
|
194
|
+
* \[[`c4a45a93f3`](https://github.com/nodejs/node/commit/c4a45a93f3)] - **vm**: avoid unnecessary property getter interceptor calls (Joyee Cheung) [#44252](https://github.com/nodejs/node/pull/44252)
|
|
195
|
+
* \[[`736a04aa13`](https://github.com/nodejs/node/commit/736a04aa13)] - **vm**: include vm context in the embedded snapshot (Joyee Cheung) [#44252](https://github.com/nodejs/node/pull/44252)
|
|
196
|
+
* \[[`bce827e5d1`](https://github.com/nodejs/node/commit/bce827e5d1)] - **vm**: make ContextifyContext template context-independent (Joyee Cheung) [#44252](https://github.com/nodejs/node/pull/44252)
|
|
197
|
+
|
|
44
198
|
<a id="18.8.0"></a>
|
|
45
199
|
|
|
46
200
|
## 2022-08-24, Version 18.8.0 (Current), @ruyadorno
|
package/LICENSE
CHANGED
|
@@ -55,7 +55,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
55
55
|
"""
|
|
56
56
|
MIT License
|
|
57
57
|
|
|
58
|
-
Copyright (C) 2012-
|
|
58
|
+
Copyright (C) 2012-2022 by various contributors (see AUTHORS)
|
|
59
59
|
|
|
60
60
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
61
61
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -298,6 +298,8 @@ For information about the governance of the Node.js project, see
|
|
|
298
298
|
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
299
299
|
* [cola119](https://github.com/cola119) -
|
|
300
300
|
**Kohei Ueno** <<kohei.ueno119@gmail.com>> (he/him)
|
|
301
|
+
* [daeyeon](https://github.com/daeyeon) -
|
|
302
|
+
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
301
303
|
* [danbev](https://github.com/danbev) -
|
|
302
304
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
303
305
|
* [danielleadams](https://github.com/danielleadams) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
'icu_small': 'false',
|
|
20
20
|
'icu_ver_major': '71',
|
|
21
21
|
'is_debug': 0,
|
|
22
|
+
'libdir': 'lib',
|
|
22
23
|
'llvm_version': '0.0',
|
|
23
24
|
'napi_build_version': '8',
|
|
24
25
|
'node_byteorder': 'big',
|
|
@@ -279,6 +280,7 @@
|
|
|
279
280
|
'lib/internal/test/binding.js',
|
|
280
281
|
'lib/internal/test/transfer.js',
|
|
281
282
|
'lib/internal/test_runner/harness.js',
|
|
283
|
+
'lib/internal/test_runner/runner.js',
|
|
282
284
|
'lib/internal/test_runner/tap_stream.js',
|
|
283
285
|
'lib/internal/test_runner/test.js',
|
|
284
286
|
'lib/internal/test_runner/utils.js',
|
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_0x81a8f95304c834ad
|
|
5942
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x3d04d0f9ef1f0701
|
|
5943
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xddd3bbf976c2588f
|
|
5944
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x321833aa6914ab4f
|
|
5945
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x3889aef0395762c2
|
|
5946
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xfb9058ca821e96ec
|
|
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_0x4ebe226fe4d35a4b
|
|
5949
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x11b6f29a79111535
|
|
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_0x30e80cb92d769e02
|
|
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
|
|
@@ -6867,6 +6867,7 @@ _GLOBAL__I_65535_0__ZN4node14unbase64_tableE
|
|
|
6867
6867
|
_GLOBAL__I_65535_0__ZN4node15DefineConstantsEPN2v87IsolateENS0_5LocalINS0_6ObjectEEE
|
|
6868
6868
|
_GLOBAL__I_65535_0__ZN4node15NodeCategorySet3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
6869
6869
|
_GLOBAL__I_65535_0__ZN4node16NodeMainInstanceC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
|
|
6870
|
+
_GLOBAL__I_65535_0__ZN4node17TriggerNodeReportEPN2v87IsolateEPNS_11EnvironmentEPKcS6_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_5LocalINS0_5ValueEEE
|
|
6870
6871
|
_GLOBAL__I_65535_0__ZN4node18ContextEmbedderTag15kNodeContextTagE
|
|
6871
6872
|
_GLOBAL__I_65535_0__ZN4node19CreateProcessObjectEPNS_11EnvironmentE
|
|
6872
6873
|
_GLOBAL__I_65535_0__ZN4node19DefineZlibConstantsEN2v85LocalINS0_6ObjectEEE
|
|
@@ -6918,7 +6919,6 @@ _GLOBAL__I_65535_0__ZN4node6fs_dir9DirHandleC2EPNS_11EnvironmentEN2v85LocalINS4_
|
|
|
6918
6919
|
_GLOBAL__I_65535_0__ZN4node6loader10ModuleWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6ModuleEEENS5_INS4_6StringEEE
|
|
6919
6920
|
_GLOBAL__I_65535_0__ZN4node6report10WalkHandleEP11uv_handle_sPv
|
|
6920
6921
|
_GLOBAL__I_65535_0__ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
6921
|
-
_GLOBAL__I_65535_0__ZN4node6report17TriggerNodeReportEPN2v87IsolateEPNS_11EnvironmentEPKcS7_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS1_5LocalINS1_5ValueEEE
|
|
6922
6922
|
_GLOBAL__I_65535_0__ZN4node6serdes17SerializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
6923
6923
|
_GLOBAL__I_65535_0__ZN4node6worker6WorkerC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrINS_17PerIsolateOptionsEEOSt6vectorISD_SaISD_EESG_INS_7KVStoreEEPKNS_12SnapshotDataE
|
|
6924
6924
|
_GLOBAL__I_65535_0__ZN4node7TCPWrap11InstantiateEPNS_11EnvironmentEPNS_9AsyncWrapENS0_10SocketTypeE
|
|
@@ -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_0xbd53b4d8cf764c0d
|
|
6984
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x2d67189e1e17d0e4
|
|
6985
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0xf9d2557341fd651d
|
|
6986
6986
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
6987
6987
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
6988
6988
|
_HZData_71
|
|
@@ -7139,6 +7139,7 @@ _Z9V8_DcheckPKciS0_
|
|
|
7139
7139
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildEvE8instance
|
|
7140
7140
|
_ZGVZNK2v88internal8compiler26SimplifiedLoweringVerifier15InputTruncationEPNS1_4NodeEiE14any_truncation
|
|
7141
7141
|
_ZN10napi_env__13CallFinalizerEPFvPS_PvS1_ES1_S1_
|
|
7142
|
+
_ZN10napi_env__8DeleteMeEv
|
|
7142
7143
|
_ZN10napi_env__D0Ev
|
|
7143
7144
|
_ZN10napi_env__D1Ev
|
|
7144
7145
|
_ZN12v8_inspector10StackFrameC1EONS_8String16EiS2_iib
|
|
@@ -8374,11 +8375,11 @@ _ZN13zlib_internal26GzipExpectedCompressedSizeEm
|
|
|
8374
8375
|
_ZN15node_napi_env__13CallFinalizerEPFvP10napi_env__PvS2_ES2_S2_
|
|
8375
8376
|
_ZN15node_napi_env__13CallFinalizerILb1EEEvPFvP10napi_env__PvS3_ES3_S3_
|
|
8376
8377
|
_ZN15node_napi_env__23trigger_fatal_exceptionEN2v85LocalINS0_5ValueEEE
|
|
8378
|
+
_ZN15node_napi_env__8DeleteMeEv
|
|
8377
8379
|
_ZN15node_napi_env__C1EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
8378
8380
|
_ZN15node_napi_env__C2EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
8379
8381
|
_ZN15node_napi_env__D0Ev
|
|
8380
8382
|
_ZN15node_napi_env__D1Ev
|
|
8381
|
-
_ZN15node_napi_env__D2Ev
|
|
8382
8383
|
_ZN2v810CpuProfile6DeleteEv
|
|
8383
8384
|
_ZN2v810FixedArray9CheckCastEPNS_4DataE
|
|
8384
8385
|
_ZN2v810Int16Array3NewENS_5LocalINS_11ArrayBufferEEEmm
|
|
@@ -45945,7 +45946,7 @@ _ZN4node10contextify15CompiledFnEntryD0Ev
|
|
|
45945
45946
|
_ZN4node10contextify15CompiledFnEntryD1Ev
|
|
45946
45947
|
_ZN4node10contextify15CompiledFnEntryD2Ev
|
|
45947
45948
|
_ZN4node10contextify16ContextifyScript10InstanceOfEPNS_11EnvironmentERKN2v85LocalINS4_5ValueEEE
|
|
45948
|
-
|
|
45949
|
+
_ZN4node10contextify16ContextifyScript11EvalMachineEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentElbbbSt10shared_ptrINS2_14MicrotaskQueueEERKNS2_20FunctionCallbackInfoINS2_5ValueEEE
|
|
45949
45950
|
_ZN4node10contextify16ContextifyScript12RunInContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45950
45951
|
_ZN4node10contextify16ContextifyScript16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45951
45952
|
_ZN4node10contextify16ContextifyScript26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -45960,8 +45961,10 @@ _ZN4node10contextify17ContextifyContext11CleanupHookEPv
|
|
|
45960
45961
|
_ZN4node10contextify17ContextifyContext11MakeContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45961
45962
|
_ZN4node10contextify17ContextifyContext12WeakCallbackERKN2v816WeakCallbackInfoIS1_EE
|
|
45962
45963
|
_ZN4node10contextify17ContextifyContext15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45963
|
-
|
|
45964
|
-
|
|
45964
|
+
_ZN4node10contextify17ContextifyContext15CreateV8ContextEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEEPKNS_12SnapshotDataEPNS2_14MicrotaskQueueE
|
|
45965
|
+
_ZN4node10contextify17ContextifyContext17InitializeContextEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentENS3_INS2_6ObjectEEERKNS0_14ContextOptionsE
|
|
45966
|
+
_ZN4node10contextify17ContextifyContext19IsStillInitializingEPKS1_
|
|
45967
|
+
_ZN4node10contextify17ContextifyContext20CreateGlobalTemplateEPN2v87IsolateE
|
|
45965
45968
|
_ZN4node10contextify17ContextifyContext22PropertyGetterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
45966
45969
|
_ZN4node10contextify17ContextifyContext22PropertySetterCallbackEN2v85LocalINS2_4NameEEENS3_INS2_5ValueEEERKNS2_20PropertyCallbackInfoIS6_EE
|
|
45967
45970
|
_ZN4node10contextify17ContextifyContext23PropertyDefinerCallbackEN2v85LocalINS2_4NameEEERKNS2_18PropertyDescriptorERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
@@ -46006,7 +46009,6 @@ _ZN4node11ConnectWrapD1Ev
|
|
|
46006
46009
|
_ZN4node11DecodeBytesEPN2v87IsolateENS0_5LocalINS0_5ValueEEENS_8encodingE
|
|
46007
46010
|
_ZN4node11DecodeWriteEPN2v87IsolateEPcmNS0_5LocalINS0_5ValueEEENS_8encodingE
|
|
46008
46011
|
_ZN4node11Environment10GetCurrentEN2v85LocalINS1_7ContextEEE
|
|
46009
|
-
_ZN4node11Environment10GetCurrentEPN2v87IsolateE
|
|
46010
46012
|
_ZN4node11Environment10RunCleanupEv
|
|
46011
46013
|
_ZN4node11Environment12TryLoadAddonEPKciRKSt8functionIFbPNS_7binding4DLibEEE
|
|
46012
46014
|
_ZN4node11Environment13BootstrapNodeEv
|
|
@@ -46086,6 +46088,7 @@ _ZN4node11SPrintFImplIPN2v86ObjectEJPKcEEENSt7__cxx1112basic_stringIcSt11char_tr
|
|
|
46086
46088
|
_ZN4node11SPrintFImplIPN2v86ObjectEJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46087
46089
|
_ZN4node11SPrintFImplIPcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46088
46090
|
_ZN4node11SPrintFImplIPcJRKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46091
|
+
_ZN4node11SPrintFImplIPcJRKiiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46089
46092
|
_ZN4node11SPrintFImplIPcJS1_RKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46090
46093
|
_ZN4node11SPrintFImplIR24nghttp2_headers_categoryJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46091
46094
|
_ZN4node11SPrintFImplIRA12_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
@@ -46096,6 +46099,7 @@ _ZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE
|
|
|
46096
46099
|
_ZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46097
46100
|
_ZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46098
46101
|
_ZN4node11SPrintFImplIRKiJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46102
|
+
_ZN4node11SPrintFImplIRKiJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46099
46103
|
_ZN4node11SPrintFImplIRKjJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46100
46104
|
_ZN4node11SPrintFImplIRKjJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46101
46105
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -46415,6 +46419,8 @@ _ZN4node13CallbackScopeD2Ev
|
|
|
46415
46419
|
_ZN4node13DumpBacktraceEP4FILE
|
|
46416
46420
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_6StringEEEd
|
|
46417
46421
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEEPKcd
|
|
46422
|
+
_ZN4node13GetNodeReportEPN2v87IsolateEPKcS4_NS0_5LocalINS0_5ValueEEERSo
|
|
46423
|
+
_ZN4node13GetNodeReportEPNS_11EnvironmentEPKcS3_N2v85LocalINS4_5ValueEEERSo
|
|
46418
46424
|
_ZN4node13HistogramBase10GetExceedsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
46419
46425
|
_ZN4node13HistogramBase10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
|
|
46420
46426
|
_ZN4node13HistogramBase11RecordDeltaERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -46693,7 +46699,7 @@ _ZN4node16ERR_OUT_OF_RANGEIJiEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
|
46693
46699
|
_ZN4node16ERR_PROTO_ACCESSIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
46694
46700
|
_ZN4node16EmitAsyncDestroyEPN2v87IsolateENS_13async_contextE
|
|
46695
46701
|
_ZN4node16EmitAsyncDestroyEPNS_11EnvironmentENS_13async_contextE
|
|
46696
|
-
|
|
46702
|
+
_ZN4node16EnabledDebugList5ParseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
46697
46703
|
_ZN4node16EnabledDebugList5ParseESt10shared_ptrINS_7KVStoreEEPN2v87IsolateE
|
|
46698
46704
|
_ZN4node16GetActiveHandlesERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
46699
46705
|
_ZN4node16HandleEnvOptionsESt10shared_ptrINS_18EnvironmentOptionsEE
|
|
@@ -46712,13 +46718,16 @@ _ZN4node16NodeMainInstanceC2EPKNS_12SnapshotDataEP9uv_loop_sPNS_20MultiIsolatePl
|
|
|
46712
46718
|
_ZN4node16NodeMainInstanceC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
|
|
46713
46719
|
_ZN4node16NodeMainInstanceD1Ev
|
|
46714
46720
|
_ZN4node16NodeMainInstanceD2Ev
|
|
46721
|
+
_ZN4node16RequestInterruptEPNS_11EnvironmentEPFvPvES2_
|
|
46715
46722
|
_ZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
|
|
46716
46723
|
_ZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
|
|
46717
46724
|
_ZN4node17CreateEnvVarProxyEN2v85LocalINS0_7ContextEEEPNS0_7IsolateE
|
|
46718
46725
|
_ZN4node17CreateEnvironmentEPNS_11IsolateDataEN2v85LocalINS2_7ContextEEERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EESG_NS_16EnvironmentFlags5FlagsENS_8ThreadIdESt10unique_ptrINS_21InspectorParentHandleESt14default_deleteISL_EE
|
|
46719
46726
|
_ZN4node17CreateIsolateDataEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorE
|
|
46720
46727
|
_ZN4node17ERR_DLOPEN_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
46721
|
-
|
|
46728
|
+
_ZN4node17ERR_DLOPEN_FAILEDIJPKcEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateES2_DpOT_
|
|
46729
|
+
_ZN4node17ERR_DLOPEN_FAILEDIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
|
|
46730
|
+
_ZN4node17ERR_DLOPEN_FAILEDIJPcRKiiEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateEPKcDpOT_
|
|
46722
46731
|
_ZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46723
46732
|
_ZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getsocknameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46724
46733
|
_ZN4node17GetSockOrPeerNameINS_7UDPWrapEXadL_Z18uv_udp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -46778,6 +46787,7 @@ _ZN4node17SocketAddressBaseC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEESt10sha
|
|
|
46778
46787
|
_ZN4node17SocketAddressBaseC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEESt10shared_ptrINS_13SocketAddressEE
|
|
46779
46788
|
_ZN4node17SocketAddressBaseD0Ev
|
|
46780
46789
|
_ZN4node17SocketAddressBaseD1Ev
|
|
46790
|
+
_ZN4node17StringEqualNoCaseEPKcS1_
|
|
46781
46791
|
_ZN4node17SyncProcessRunner10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
46782
46792
|
_ZN4node17SyncProcessRunner12CopyJsStringEN2v85LocalINS1_5ValueEEEPPKc
|
|
46783
46793
|
_ZN4node17SyncProcessRunner12ExitCallbackEP12uv_process_sli
|
|
@@ -46807,6 +46817,9 @@ _ZN4node17SyncProcessRunnerC1EPNS_11EnvironmentE
|
|
|
46807
46817
|
_ZN4node17SyncProcessRunnerC2EPNS_11EnvironmentE
|
|
46808
46818
|
_ZN4node17SyncProcessRunnerD1Ev
|
|
46809
46819
|
_ZN4node17SyncProcessRunnerD2Ev
|
|
46820
|
+
_ZN4node17TriggerNodeReportEPN2v87IsolateEPKcS4_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_5LocalINS0_5ValueEEE
|
|
46821
|
+
_ZN4node17TriggerNodeReportEPN2v87IsolateEPNS_11EnvironmentEPKcS6_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_5LocalINS0_5ValueEEE
|
|
46822
|
+
_ZN4node17TriggerNodeReportEPNS_11EnvironmentEPKcS3_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN2v85LocalINSC_5ValueEEE
|
|
46810
46823
|
_ZN4node17conf_section_nameE
|
|
46811
46824
|
_ZN4node18CheckedUvLoopCloseEP9uv_loop_s
|
|
46812
46825
|
_ZN4node18ContextEmbedderTag15kNodeContextTagE
|
|
@@ -46814,6 +46827,7 @@ _ZN4node18ContextEmbedderTag18kNodeContextTagPtrE
|
|
|
46814
46827
|
_ZN4node18DiagnosticFilename12MakeFilenameB5cxx11EmPKcS2_
|
|
46815
46828
|
_ZN4node18DiagnosticFilename9LocalTimeEP2tm
|
|
46816
46829
|
_ZN4node18ERR_INVALID_MODULEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
46830
|
+
_ZN4node18ERR_INVALID_MODULEIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
|
|
46817
46831
|
_ZN4node18EnvironmentOptions12CheckOptionsEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
|
|
46818
46832
|
_ZN4node18EnvironmentOptions17get_debug_optionsEv
|
|
46819
46833
|
_ZN4node18EnvironmentOptionsD0Ev
|
|
@@ -47026,7 +47040,6 @@ _ZN4node23GetMultiIsolatePlatformEPNS_11EnvironmentE
|
|
|
47026
47040
|
_ZN4node23GetMultiIsolatePlatformEPNS_11IsolateDataE
|
|
47027
47041
|
_ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
47028
47042
|
_ZN4node23SetIsolateErrorHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
47029
|
-
_ZN4node23THROW_ERR_DLOPEN_FAILEDIJEEEvPN2v87IsolateEPKcDpOT_
|
|
47030
47043
|
_ZN4node23WorkerThreadsTaskRunner13BlockingDrainEv
|
|
47031
47044
|
_ZN4node23WorkerThreadsTaskRunner15PostDelayedTaskESt10unique_ptrIN2v84TaskESt14default_deleteIS3_EEd
|
|
47032
47045
|
_ZN4node23WorkerThreadsTaskRunner20DelayedTaskScheduler10FlushTasksEP10uv_async_s
|
|
@@ -47065,11 +47078,11 @@ _ZN4node24NodeArrayBufferAllocator7GetImplEv
|
|
|
47065
47078
|
_ZN4node24NodeArrayBufferAllocator8AllocateEm
|
|
47066
47079
|
_ZN4node24NodeArrayBufferAllocatorD0Ev
|
|
47067
47080
|
_ZN4node24NodeArrayBufferAllocatorD1Ev
|
|
47068
|
-
_ZN4node24THROW_ERR_INVALID_MODULEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
47069
47081
|
_ZN4node25AddEnvironmentCleanupHookEPN2v87IsolateEPFvPvES3_
|
|
47070
47082
|
_ZN4node25DefaultProcessExitHandlerEPNS_11EnvironmentEi
|
|
47071
47083
|
_ZN4node25ERR_CRYPTO_INVALID_DIGESTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47072
47084
|
_ZN4node25ERR_CRYPTO_INVALID_DIGESTIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
|
|
47085
|
+
_ZN4node25ERR_CRYPTO_INVALID_DIGESTIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
|
|
47073
47086
|
_ZN4node25ERR_CRYPTO_INVALID_KEYLENIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47074
47087
|
_ZN4node25ERR_CRYPTO_UNKNOWN_CIPHERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47075
47088
|
_ZN4node25ExternalReferenceRegistry19external_referencesEv
|
|
@@ -47156,7 +47169,6 @@ _ZN4node28ERR_MEMORY_ALLOCATION_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7Isolate
|
|
|
47156
47169
|
_ZN4node28ERR_SCRIPT_EXECUTION_TIMEOUTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47157
47170
|
_ZN4node28GenerateAndWriteSnapshotDataEPPKNS_12SnapshotDataEPNS_20InitializationResultE
|
|
47158
47171
|
_ZN4node28GetCurrentTimeInMicrosecondsEv
|
|
47159
|
-
_ZN4node28InitializeContextForSnapshotEN2v85LocalINS0_7ContextEEE
|
|
47160
47172
|
_ZN4node28NativeSymbolDebuggingContext12LookupSymbolEPv
|
|
47161
47173
|
_ZN4node28NativeSymbolDebuggingContext13GetStackTraceEPPvi
|
|
47162
47174
|
_ZN4node28NativeSymbolDebuggingContext18GetLoadedLibrariesB5cxx11Ev
|
|
@@ -47309,11 +47321,11 @@ _ZN4node30THROW_ERR_CRYPTO_INVALID_CURVEEPN2v87IsolateE
|
|
|
47309
47321
|
_ZN4node31AllowWasmCodeGenerationCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_6StringEEE
|
|
47310
47322
|
_ZN4node31ERR_MISSING_PLATFORM_FOR_WORKERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47311
47323
|
_ZN4node31ERR_TLS_INVALID_PROTOCOL_METHODIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47324
|
+
_ZN4node31ERR_TLS_INVALID_PROTOCOL_METHODIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
|
|
47312
47325
|
_ZN4node31ModifyCodeGenerationFromStringsEN2v85LocalINS0_7ContextEEENS1_INS0_5ValueEEEb
|
|
47313
47326
|
_ZN4node31RegisterTimerExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
47314
47327
|
_ZN4node31RegisterTypesExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
47315
|
-
|
|
47316
|
-
_ZN4node31THROW_ERR_CRYPTO_INVALID_DIGESTIJEEEvPN2v87IsolateEPKcDpOT_
|
|
47328
|
+
_ZN4node31THROW_ERR_CRYPTO_INVALID_DIGESTIJPcEEEvPN2v87IsolateEPKcDpOT_
|
|
47317
47329
|
_ZN4node31THROW_ERR_CRYPTO_INVALID_KEYLENIJEEEvPN2v87IsolateEPKcDpOT_
|
|
47318
47330
|
_ZN4node31THROW_ERR_CRYPTO_UNKNOWN_CIPHEREPN2v87IsolateE
|
|
47319
47331
|
_ZN4node32ERR_BUFFER_CONTEXT_NOT_AVAILABLEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
@@ -47323,6 +47335,8 @@ _ZN4node32ERR_CRYPTO_JWK_UNSUPPORTED_CURVEIJPKcEEEN2v85LocalINS3_5ValueEEEPNS3_7
|
|
|
47323
47335
|
_ZN4node32ERR_CRYPTO_UNSUPPORTED_OPERATIONIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47324
47336
|
_ZN4node32ERR_SCRIPT_EXECUTION_INTERRUPTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
47325
47337
|
_ZN4node32GuessMemoryAvailableToTheProcessEv
|
|
47338
|
+
_ZN4node32InitializeBaseContextForSnapshotEN2v85LocalINS0_7ContextEEE
|
|
47339
|
+
_ZN4node32InitializeMainContextForSnapshotEN2v85LocalINS0_7ContextEEE
|
|
47326
47340
|
_ZN4node32NonOwningExternalOneByteResourceD0Ev
|
|
47327
47341
|
_ZN4node32NonOwningExternalOneByteResourceD1Ev
|
|
47328
47342
|
_ZN4node32NonOwningExternalTwoByteResourceD0Ev
|
|
@@ -47787,7 +47801,6 @@ _ZN4node6crypto11ManagedX509C2ERKS1_
|
|
|
47787
47801
|
_ZN4node6crypto11ManagedX509D0Ev
|
|
47788
47802
|
_ZN4node6crypto11ManagedX509D1Ev
|
|
47789
47803
|
_ZN4node6crypto11ManagedX509aSERKS1_
|
|
47790
|
-
_ZN4node6crypto12CheckEntropyEv
|
|
47791
47804
|
_ZN4node6crypto12DHBitsConfigD0Ev
|
|
47792
47805
|
_ZN4node6crypto12DHBitsConfigD1Ev
|
|
47793
47806
|
_ZN4node6crypto12DHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceE
|
|
@@ -47912,7 +47925,6 @@ _ZN4node6crypto13DiffieHellmanC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
|
47912
47925
|
_ZN4node6crypto13DiffieHellmanC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
47913
47926
|
_ZN4node6crypto13DiffieHellmanD0Ev
|
|
47914
47927
|
_ZN4node6crypto13DiffieHellmanD1Ev
|
|
47915
|
-
_ZN4node6crypto13EntropySourceEPhm
|
|
47916
47928
|
_ZN4node6crypto13GetCipherInfoEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
|
|
47917
47929
|
_ZN4node6crypto13GetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
47918
47930
|
_ZN4node6crypto13GetServerNameEP6ssl_st
|
|
@@ -47945,7 +47957,6 @@ _ZN4node6crypto13SecureContext13SetTicketKeysERKN2v820FunctionCallbackInfoINS2_5
|
|
|
47945
47957
|
_ZN4node6crypto13SecureContext14GetCertificateILb0EEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
47946
47958
|
_ZN4node6crypto13SecureContext14GetCertificateILb1EEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
47947
47959
|
_ZN4node6crypto13SecureContext15SetCipherSuitesERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47948
|
-
_ZN4node6crypto13SecureContext17SetFreeListLengthERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47949
47960
|
_ZN4node6crypto13SecureContext17SetKeylogCallbackEPFvPK6ssl_stPKcE
|
|
47950
47961
|
_ZN4node6crypto13SecureContext17SetSessionTimeoutERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47951
47962
|
_ZN4node6crypto13SecureContext17TicketKeyCallbackEP6ssl_stPhS4_P17evp_cipher_ctx_stP11hmac_ctx_sti
|
|
@@ -48294,6 +48305,7 @@ _ZN4node6crypto5SPKAC15ExportPublicKeyEPNS_11EnvironmentERKNS0_25ArrayBufferOrVi
|
|
|
48294
48305
|
_ZN4node6crypto5SPKAC15ExportPublicKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
48295
48306
|
_ZN4node6crypto5SPKAC26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
48296
48307
|
_ZN4node6crypto5error8DecorateEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEm
|
|
48308
|
+
_ZN4node6crypto6CSPRNGEPvm
|
|
48297
48309
|
_ZN4node6crypto6DSAAlg10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
48298
48310
|
_ZN4node6crypto6DSAAlg26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
48299
48311
|
_ZN4node6crypto6DecodeINS0_10CipherBaseEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEPFvPT_S8_PKcmE
|
|
@@ -48573,8 +48585,6 @@ _ZN4node6loader10ModuleWrapD1Ev
|
|
|
48573
48585
|
_ZN4node6loader10ModuleWrapD2Ev
|
|
48574
48586
|
_ZN4node6report10WalkHandleEP11uv_handle_sPv
|
|
48575
48587
|
_ZN4node6report11WriteReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
48576
|
-
_ZN4node6report13GetNodeReportEPN2v87IsolateEPNS_11EnvironmentEPKcS7_NS1_5LocalINS1_5ValueEEERSo
|
|
48577
|
-
_ZN4node6report17TriggerNodeReportEPN2v87IsolateEPNS_11EnvironmentEPKcS7_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS1_5LocalINS1_5ValueEEE
|
|
48578
48588
|
_ZN4node6report26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
48579
48589
|
_ZN4node6report9GetReportERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
48580
48590
|
_ZN4node6serdes10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
@@ -48809,6 +48819,7 @@ _ZN4node7SPrintFIJPKcmmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE
|
|
|
48809
48819
|
_ZN4node7SPrintFIJPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_DpOT_
|
|
48810
48820
|
_ZN4node7SPrintFIJPcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48811
48821
|
_ZN4node7SPrintFIJPcRKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48822
|
+
_ZN4node7SPrintFIJPcRKiiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48812
48823
|
_ZN4node7SPrintFIJPcS1_RKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48813
48824
|
_ZN4node7SPrintFIJR24nghttp2_headers_categoryEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48814
48825
|
_ZN4node7SPrintFIJRA3_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
@@ -70928,6 +70939,8 @@ _ZZN4node11SPrintFImplIPcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE
|
|
|
70928
70939
|
_ZZN4node11SPrintFImplIPcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
|
|
70929
70940
|
_ZZN4node11SPrintFImplIPcJRKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70930
70941
|
_ZZN4node11SPrintFImplIPcJRKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
|
|
70942
|
+
_ZZN4node11SPrintFImplIPcJRKiiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70943
|
+
_ZZN4node11SPrintFImplIPcJRKiiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
|
|
70931
70944
|
_ZZN4node11SPrintFImplIPcJS1_RKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70932
70945
|
_ZZN4node11SPrintFImplIPcJS1_RKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_1
|
|
70933
70946
|
_ZZN4node11SPrintFImplIR24nghttp2_headers_categoryJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -70948,6 +70961,8 @@ _ZZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
|
|
|
70948
70961
|
_ZZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
70949
70962
|
_ZZN4node11SPrintFImplIRKiJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70950
70963
|
_ZZN4node11SPrintFImplIRKiJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
70964
|
+
_ZZN4node11SPrintFImplIRKiJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70965
|
+
_ZZN4node11SPrintFImplIRKiJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
70951
70966
|
_ZZN4node11SPrintFImplIRKjJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70952
70967
|
_ZZN4node11SPrintFImplIRKjJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
70953
70968
|
_ZZN4node11SPrintFImplIRKjJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -71233,47 +71248,47 @@ _ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS
|
|
|
71233
71248
|
_ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args_0
|
|
71234
71249
|
_ZZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args
|
|
71235
71250
|
_ZZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args_0
|
|
71236
|
-
|
|
71237
|
-
|
|
71238
|
-
|
|
71239
|
-
|
|
71240
|
-
|
|
71241
|
-
|
|
71242
|
-
|
|
71243
|
-
|
|
71244
|
-
|
|
71245
|
-
|
|
71246
|
-
|
|
71247
|
-
|
|
71248
|
-
|
|
71249
|
-
|
|
71250
|
-
|
|
71251
|
-
|
|
71252
|
-
|
|
71253
|
-
|
|
71254
|
-
|
|
71255
|
-
|
|
71256
|
-
|
|
71257
|
-
|
|
71258
|
-
|
|
71259
|
-
|
|
71260
|
-
|
|
71261
|
-
|
|
71262
|
-
|
|
71263
|
-
|
|
71264
|
-
|
|
71265
|
-
|
|
71251
|
+
_ZZN4node17BaseObjectPtrImplINS_10BaseObjectELb0EEC4EPS1_E4args
|
|
71252
|
+
_ZZN4node17BaseObjectPtrImplINS_10HandleWrapELb0EEC4EPS1_E4args
|
|
71253
|
+
_ZZN4node17BaseObjectPtrImplINS_10StreamPipeELb0EEC4EPS1_E4args
|
|
71254
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap11ChannelWrapELb0EEC4EPS2_E4args
|
|
71255
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_10AaaaTraitsEEELb0EEC4EPS4_E4args
|
|
71256
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_11CnameTraitsEEELb0EEC4EPS4_E4args
|
|
71257
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_11NaptrTraitsEEELb0EEC4EPS4_E4args
|
|
71258
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_13ReverseTraitsEEELb0EEC4EPS4_E4args
|
|
71259
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_7ATraitsEEELb0EEC4EPS4_E4args
|
|
71260
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_8MxTraitsEEELb0EEC4EPS4_E4args
|
|
71261
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_8NsTraitsEEELb0EEC4EPS4_E4args
|
|
71262
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9AnyTraitsEEELb0EEC4EPS4_E4args
|
|
71263
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9CaaTraitsEEELb0EEC4EPS4_E4args
|
|
71264
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9PtrTraitsEEELb0EEC4EPS4_E4args
|
|
71265
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SoaTraitsEEELb0EEC4EPS4_E4args
|
|
71266
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SrvTraitsEEELb0EEC4EPS4_E4args
|
|
71267
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9TxtTraitsEEELb0EEC4EPS4_E4args
|
|
71268
|
+
_ZZN4node17BaseObjectPtrImplINS_10contextify18MicrotaskQueueWrapELb0EEC4EPS2_E4args
|
|
71269
|
+
_ZZN4node17BaseObjectPtrImplINS_13HistogramBaseELb0EEC4EPS1_E4args
|
|
71270
|
+
_ZZN4node17BaseObjectPtrImplINS_15BlobBindingDataELb0EEC4EPS1_E4args
|
|
71271
|
+
_ZZN4node17BaseObjectPtrImplINS_17IntervalHistogramELb0EEC4EPS1_E4args
|
|
71272
|
+
_ZZN4node17BaseObjectPtrImplINS_17SocketAddressBaseELb0EEC4EPS1_E4args
|
|
71273
|
+
_ZZN4node17BaseObjectPtrImplINS_26SocketAddressBlockListWrapELb0EEC4EPS1_E4args
|
|
71274
|
+
_ZZN4node17BaseObjectPtrImplINS_2fs11BindingDataELb0EEC4EPS2_E4args
|
|
71275
|
+
_ZZN4node17BaseObjectPtrImplINS_2fs18FileHandleReadWrapELb0EEC4EPS2_E4args
|
|
71276
|
+
_ZZN4node17BaseObjectPtrImplINS_2fs9FSReqBaseELb0EEC4EPS2_E4args
|
|
71277
|
+
_ZZN4node17BaseObjectPtrImplINS_4BlobELb0EEC4EPS1_E4args
|
|
71278
|
+
_ZZN4node17BaseObjectPtrImplINS_5http210Http2StateELb0EEC4EPS2_E4args
|
|
71279
|
+
_ZZN4node17BaseObjectPtrImplINS_5http211Http2StreamELb0EEC4EPS2_E4args
|
|
71280
|
+
_ZZN4node17BaseObjectPtrImplINS_5http212Http2SessionELb0EEC4EPS2_E4args
|
|
71266
71281
|
_ZZN4node17BaseObjectPtrImplINS_5http212Http2SessionELb1EEC4EPS2_E4args
|
|
71267
|
-
|
|
71268
|
-
|
|
71269
|
-
|
|
71270
|
-
|
|
71271
|
-
|
|
71272
|
-
|
|
71273
|
-
|
|
71274
|
-
|
|
71275
|
-
|
|
71276
|
-
|
|
71282
|
+
_ZZN4node17BaseObjectPtrImplINS_5http213Http2SettingsELb0EEC4EPS2_E4args
|
|
71283
|
+
_ZZN4node17BaseObjectPtrImplINS_5http29Http2PingELb0EEC4EPS2_E4args
|
|
71284
|
+
_ZZN4node17BaseObjectPtrImplINS_6crypto13SecureContextELb0EEC4EPS2_E4args
|
|
71285
|
+
_ZZN4node17BaseObjectPtrImplINS_6crypto15X509CertificateELb0EEC4EPS2_E4args
|
|
71286
|
+
_ZZN4node17BaseObjectPtrImplINS_6crypto7TLSWrapELb0EEC4EPS2_E4args
|
|
71287
|
+
_ZZN4node17BaseObjectPtrImplINS_6worker11MessagePortELb0EEC4EPS2_E4args
|
|
71288
|
+
_ZZN4node17BaseObjectPtrImplINS_6worker23WorkerHeapSnapshotTakerELb0EEC4EPS2_E4args
|
|
71289
|
+
_ZZN4node17BaseObjectPtrImplINS_7process11BindingDataELb0EEC4EPS2_E4args
|
|
71290
|
+
_ZZN4node17BaseObjectPtrImplINS_8v8_utils11BindingDataELb0EEC4EPS2_E4args
|
|
71291
|
+
_ZZN4node17BaseObjectPtrImplINS_9AsyncWrapELb0EEC4EPS1_E4args
|
|
71277
71292
|
_ZZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEEE4args
|
|
71278
71293
|
_ZZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getsocknameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEEE4args
|
|
71279
71294
|
_ZZN4node17GetSockOrPeerNameINS_7UDPWrapEXadL_Z18uv_udp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEEE4args
|
|
@@ -72724,6 +72739,8 @@ llhttp__internal__c_is_equal_content_length
|
|
|
72724
72739
|
llhttp__internal__c_is_equal_method
|
|
72725
72740
|
llhttp__internal__c_is_equal_upgrade
|
|
72726
72741
|
llhttp__internal__c_load_header_state
|
|
72742
|
+
llhttp__internal__c_load_http_major
|
|
72743
|
+
llhttp__internal__c_load_http_minor
|
|
72727
72744
|
llhttp__internal__c_load_method
|
|
72728
72745
|
llhttp__internal__c_load_type
|
|
72729
72746
|
llhttp__internal__c_mul_add_content_length
|
|
@@ -72749,17 +72766,18 @@ llhttp__internal__c_test_flags_3
|
|
|
72749
72766
|
llhttp__internal__c_test_lenient_flags
|
|
72750
72767
|
llhttp__internal__c_test_lenient_flags_1
|
|
72751
72768
|
llhttp__internal__c_test_lenient_flags_2
|
|
72752
|
-
|
|
72769
|
+
llhttp__internal__c_test_lenient_flags_5
|
|
72770
|
+
llhttp__internal__c_test_lenient_flags_7
|
|
72753
72771
|
llhttp__internal__c_update_content_length
|
|
72754
72772
|
llhttp__internal__c_update_finish
|
|
72755
72773
|
llhttp__internal__c_update_finish_1
|
|
72756
72774
|
llhttp__internal__c_update_finish_3
|
|
72757
72775
|
llhttp__internal__c_update_header_state
|
|
72758
|
-
|
|
72759
|
-
|
|
72760
|
-
llhttp__internal__c_update_header_state_5
|
|
72776
|
+
llhttp__internal__c_update_header_state_1
|
|
72777
|
+
llhttp__internal__c_update_header_state_3
|
|
72761
72778
|
llhttp__internal__c_update_header_state_6
|
|
72762
72779
|
llhttp__internal__c_update_header_state_7
|
|
72780
|
+
llhttp__internal__c_update_header_state_8
|
|
72763
72781
|
llhttp__internal__c_update_http_major
|
|
72764
72782
|
llhttp__internal__c_update_http_minor
|
|
72765
72783
|
llhttp__internal__c_update_status_code
|
package/include/node/node.h
CHANGED
|
@@ -75,8 +75,9 @@
|
|
|
75
75
|
#include "v8-platform.h" // NOLINT(build/include_order)
|
|
76
76
|
#include "node_version.h" // NODE_MODULE_VERSION
|
|
77
77
|
|
|
78
|
-
#include <memory>
|
|
79
78
|
#include <functional>
|
|
79
|
+
#include <memory>
|
|
80
|
+
#include <ostream>
|
|
80
81
|
|
|
81
82
|
// We cannot use __POSIX__ in this header because that's only defined when
|
|
82
83
|
// building Node.js.
|
|
@@ -531,6 +532,33 @@ NODE_EXTERN v8::MaybeLocal<v8::Value> PrepareStackTraceCallback(
|
|
|
531
532
|
v8::Local<v8::Value> exception,
|
|
532
533
|
v8::Local<v8::Array> trace);
|
|
533
534
|
|
|
535
|
+
// Writes a diagnostic report to a file. If filename is not provided, the
|
|
536
|
+
// default filename includes the date, time, PID, and a sequence number.
|
|
537
|
+
// The report's JavaScript stack trace is taken from err, if present.
|
|
538
|
+
// If isolate is nullptr, no information about the JavaScript environment
|
|
539
|
+
// is included in the report.
|
|
540
|
+
// Returns the filename of the written report.
|
|
541
|
+
NODE_EXTERN std::string TriggerNodeReport(v8::Isolate* isolate,
|
|
542
|
+
const char* message,
|
|
543
|
+
const char* trigger,
|
|
544
|
+
const std::string& filename,
|
|
545
|
+
v8::Local<v8::Value> error);
|
|
546
|
+
NODE_EXTERN std::string TriggerNodeReport(Environment* env,
|
|
547
|
+
const char* message,
|
|
548
|
+
const char* trigger,
|
|
549
|
+
const std::string& filename,
|
|
550
|
+
v8::Local<v8::Value> error);
|
|
551
|
+
NODE_EXTERN void GetNodeReport(v8::Isolate* isolate,
|
|
552
|
+
const char* message,
|
|
553
|
+
const char* trigger,
|
|
554
|
+
v8::Local<v8::Value> error,
|
|
555
|
+
std::ostream& out);
|
|
556
|
+
NODE_EXTERN void GetNodeReport(Environment* env,
|
|
557
|
+
const char* message,
|
|
558
|
+
const char* trigger,
|
|
559
|
+
v8::Local<v8::Value> error,
|
|
560
|
+
std::ostream& out);
|
|
561
|
+
|
|
534
562
|
// This returns the MultiIsolatePlatform used for an Environment or IsolateData
|
|
535
563
|
// instance, if one exists.
|
|
536
564
|
NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env);
|
|
@@ -1002,6 +1030,15 @@ inline void RemoveEnvironmentCleanupHook(AsyncCleanupHookHandle holder) {
|
|
|
1002
1030
|
RemoveEnvironmentCleanupHookInternal(holder.get());
|
|
1003
1031
|
}
|
|
1004
1032
|
|
|
1033
|
+
// This behaves like V8's Isolate::RequestInterrupt(), but also wakes up
|
|
1034
|
+
// the event loop if it is currently idle. Interrupt requests are drained
|
|
1035
|
+
// in `FreeEnvironment()`. The passed callback can not call back into
|
|
1036
|
+
// JavaScript.
|
|
1037
|
+
// This function can be called from any thread.
|
|
1038
|
+
NODE_EXTERN void RequestInterrupt(Environment* env,
|
|
1039
|
+
void (*fun)(void* arg),
|
|
1040
|
+
void* arg);
|
|
1041
|
+
|
|
1005
1042
|
/* Returns the id of the current execution context. If the return value is
|
|
1006
1043
|
* zero then no execution has been set. This will happen if the user handles
|
|
1007
1044
|
* I/O from native code. */
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 18
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 9
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#define V8_MAJOR_VERSION 10
|
|
12
12
|
#define V8_MINOR_VERSION 2
|
|
13
13
|
#define V8_BUILD_NUMBER 154
|
|
14
|
-
#define V8_PATCH_LEVEL
|
|
14
|
+
#define V8_PATCH_LEVEL 15
|
|
15
15
|
|
|
16
16
|
// Use 1 for candidates and 0 otherwise.
|
|
17
17
|
// (Boolean macro values are not supported by all preprocessors.)
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -483,6 +483,9 @@ Track heap object allocations for heap snapshots.
|
|
|
483
483
|
.It Fl -unhandled-rejections=mode
|
|
484
484
|
Define the behavior for unhandled rejections. Can be one of `strict` (raise an error), `warn` (enforce warnings) or `none` (silence warnings).
|
|
485
485
|
.
|
|
486
|
+
.It Fl -update-assert-snapshot
|
|
487
|
+
Updates snapshot files used by `assert.snapshot()`.
|
|
488
|
+
.
|
|
486
489
|
.It Fl -use-bundled-ca , Fl -use-openssl-ca
|
|
487
490
|
Use bundled Mozilla CA store as supplied by current Node.js version or use OpenSSL's default CA store.
|
|
488
491
|
The default store is selectable at build-time.
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
// Copyright Joyent, Inc. and other Node contributors.
|
|
2
|
-
//
|
|
3
|
-
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
4
|
-
// copy of this software and associated documentation files (the
|
|
5
|
-
// "Software"), to deal in the Software without restriction, including
|
|
6
|
-
// without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
-
// distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
8
|
-
// persons to whom the Software is furnished to do so, subject to the
|
|
9
|
-
// following conditions:
|
|
10
|
-
//
|
|
11
|
-
// The above copyright notice and this permission notice shall be included
|
|
12
|
-
// in all copies or substantial portions of the Software.
|
|
13
|
-
//
|
|
14
|
-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
15
|
-
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
-
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
17
|
-
// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
18
|
-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
19
|
-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
20
|
-
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21
|
-
|
|
22
|
-
probe node_net_server_connection = process("node").mark("net__server__connection")
|
|
23
|
-
{
|
|
24
|
-
remote = user_string($arg2);
|
|
25
|
-
port = $arg3;
|
|
26
|
-
fd = $arg4;
|
|
27
|
-
|
|
28
|
-
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
29
|
-
$$name,
|
|
30
|
-
remote,
|
|
31
|
-
port,
|
|
32
|
-
fd);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
probe node_net_stream_end = process("node").mark("net__stream__end")
|
|
36
|
-
{
|
|
37
|
-
remote = user_string($arg2);
|
|
38
|
-
port = $arg3;
|
|
39
|
-
fd = $arg4;
|
|
40
|
-
|
|
41
|
-
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
42
|
-
$$name,
|
|
43
|
-
remote,
|
|
44
|
-
port,
|
|
45
|
-
fd);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
probe node_http_server_request = process("node").mark("http__server__request")
|
|
49
|
-
{
|
|
50
|
-
remote = user_string($arg3);
|
|
51
|
-
port = $arg4;
|
|
52
|
-
method = user_string($arg5);
|
|
53
|
-
url = user_string($arg6);
|
|
54
|
-
fd = $arg7;
|
|
55
|
-
|
|
56
|
-
probestr = sprintf("%s(remote=%s, port=%d, method=%s, url=%s, fd=%d)",
|
|
57
|
-
$$name,
|
|
58
|
-
remote,
|
|
59
|
-
port,
|
|
60
|
-
method,
|
|
61
|
-
url,
|
|
62
|
-
fd);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
probe node_http_server_response = process("node").mark("http__server__response")
|
|
66
|
-
{
|
|
67
|
-
remote = user_string($arg2);
|
|
68
|
-
port = $arg3;
|
|
69
|
-
fd = $arg4;
|
|
70
|
-
|
|
71
|
-
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
72
|
-
$$name,
|
|
73
|
-
remote,
|
|
74
|
-
port,
|
|
75
|
-
fd);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
probe node_http_client_request = process("node").mark("http__client__request")
|
|
79
|
-
{
|
|
80
|
-
remote = user_string($arg3);
|
|
81
|
-
port = $arg4;
|
|
82
|
-
method = user_string($arg5);
|
|
83
|
-
url = user_string($arg6);
|
|
84
|
-
fd = $arg7;
|
|
85
|
-
|
|
86
|
-
probestr = sprintf("%s(remote=%s, port=%d, method=%s, url=%s, fd=%d)",
|
|
87
|
-
$$name,
|
|
88
|
-
remote,
|
|
89
|
-
port,
|
|
90
|
-
method,
|
|
91
|
-
url,
|
|
92
|
-
fd);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
probe node_http_client_response = process("node").mark("http__client__response")
|
|
96
|
-
{
|
|
97
|
-
remote = user_string($arg2);
|
|
98
|
-
port = $arg3;
|
|
99
|
-
fd = $arg4;
|
|
100
|
-
|
|
101
|
-
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
102
|
-
$$name,
|
|
103
|
-
remote,
|
|
104
|
-
port,
|
|
105
|
-
fd);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
probe node_gc_start = process("node").mark("gc__start")
|
|
109
|
-
{
|
|
110
|
-
scavenge = 1 << 0;
|
|
111
|
-
compact = 1 << 1;
|
|
112
|
-
|
|
113
|
-
if ($arg1 == scavenge)
|
|
114
|
-
type = "kGCTypeScavenge";
|
|
115
|
-
else if ($arg1 == compact)
|
|
116
|
-
type = "kGCTypeMarkSweepCompact";
|
|
117
|
-
else
|
|
118
|
-
type = "kGCTypeAll";
|
|
119
|
-
|
|
120
|
-
flags = $arg2;
|
|
121
|
-
|
|
122
|
-
probestr = sprintf("%s(type=%s,flags=%d)",
|
|
123
|
-
$$name,
|
|
124
|
-
type,
|
|
125
|
-
flags);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
probe node_gc_stop = process("node").mark("gc__done")
|
|
129
|
-
{
|
|
130
|
-
scavenge = 1 << 0;
|
|
131
|
-
compact = 1 << 1;
|
|
132
|
-
|
|
133
|
-
if ($arg1 == scavenge)
|
|
134
|
-
type = "kGCTypeScavenge";
|
|
135
|
-
else if ($arg1 == compact)
|
|
136
|
-
type = "kGCTypeMarkSweepCompact";
|
|
137
|
-
else
|
|
138
|
-
type = "kGCTypeAll";
|
|
139
|
-
|
|
140
|
-
flags = $arg2;
|
|
141
|
-
|
|
142
|
-
probestr = sprintf("%s(type=%s,flags=%d)",
|
|
143
|
-
$$name,
|
|
144
|
-
type,
|
|
145
|
-
flags);
|
|
146
|
-
}
|