node-aix-ppc64 21.4.0 → 21.5.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 +85 -0
- package/LICENSE +207 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +0 -1
- package/include/node/js_native_api.h +2 -0
- package/include/node/node.exp +246 -35
- package/include/node/node_version.h +1 -1
- package/include/node/uv/version.h +1 -1
- package/include/node/uv.h +12 -0
- package/include/node/v8-profiler.h +10 -0
- package/include/node/zlib.h +9 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#21.5.0">21.5.0</a><br/>
|
|
11
12
|
<a href="#21.4.0">21.4.0</a><br/>
|
|
12
13
|
<a href="#21.3.0">21.3.0</a><br/>
|
|
13
14
|
<a href="#21.2.0">21.2.0</a><br/>
|
|
@@ -40,6 +41,90 @@
|
|
|
40
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
43
|
|
|
44
|
+
<a id="21.5.0"></a>
|
|
45
|
+
|
|
46
|
+
## 2023-12-19, Version 21.5.0 (Current), @RafaelGSS
|
|
47
|
+
|
|
48
|
+
### Notable Changes
|
|
49
|
+
|
|
50
|
+
* \[[`0dd53da722`](https://github.com/nodejs/node/commit/0dd53da722)] - **(SEMVER-MINOR)** **deps**: add simdjson (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
51
|
+
* \[[`9f54987fbc`](https://github.com/nodejs/node/commit/9f54987fbc)] - **module**: merge config with `package_json_reader` (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
52
|
+
* \[[`45e4f82912`](https://github.com/nodejs/node/commit/45e4f82912)] - **src**: move package resolver to c++ (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
53
|
+
|
|
54
|
+
#### Deprecations
|
|
55
|
+
|
|
56
|
+
* \[[`26ed4ad01f`](https://github.com/nodejs/node/commit/26ed4ad01f)] - **doc**: deprecate hash constructor (Marco Ippolito) [#51077](https://github.com/nodejs/node/pull/51077)
|
|
57
|
+
* \[[`58ca66a1a7`](https://github.com/nodejs/node/commit/58ca66a1a7)] - **doc**: deprecate `dirent.path` (Antoine du Hamel) [#51020](https://github.com/nodejs/node/pull/51020)
|
|
58
|
+
|
|
59
|
+
### Commits
|
|
60
|
+
|
|
61
|
+
* \[[`1bbdbdfbeb`](https://github.com/nodejs/node/commit/1bbdbdfbeb)] - **benchmark**: update iterations in benchmark/perf\_hooks (Lei Shi) [#50869](https://github.com/nodejs/node/pull/50869)
|
|
62
|
+
* \[[`087fb0908e`](https://github.com/nodejs/node/commit/087fb0908e)] - **benchmark**: update iterations in benchmark/crypto/aes-gcm-throughput.js (Lei Shi) [#50929](https://github.com/nodejs/node/pull/50929)
|
|
63
|
+
* \[[`53b16c71fb`](https://github.com/nodejs/node/commit/53b16c71fb)] - **benchmark**: update iteration and size in benchmark/crypto/randomBytes.js (Lei Shi) [#50868](https://github.com/nodejs/node/pull/50868)
|
|
64
|
+
* \[[`38fd0ca753`](https://github.com/nodejs/node/commit/38fd0ca753)] - **benchmark**: add undici websocket benchmark (Chenyu Yang) [#50586](https://github.com/nodejs/node/pull/50586)
|
|
65
|
+
* \[[`b148c43244`](https://github.com/nodejs/node/commit/b148c43244)] - **benchmark**: add create-hash benchmark (Joyee Cheung) [#51026](https://github.com/nodejs/node/pull/51026)
|
|
66
|
+
* \[[`fdd8c18f96`](https://github.com/nodejs/node/commit/fdd8c18f96)] - **benchmark**: update interations and len in benchmark/util/text-decoder.js (Lei Shi) [#50938](https://github.com/nodejs/node/pull/50938)
|
|
67
|
+
* \[[`a9972057ac`](https://github.com/nodejs/node/commit/a9972057ac)] - **benchmark**: update iterations of benchmark/util/type-check.js (Lei Shi) [#50937](https://github.com/nodejs/node/pull/50937)
|
|
68
|
+
* \[[`b80bb1329b`](https://github.com/nodejs/node/commit/b80bb1329b)] - **benchmark**: update iterations in benchmark/util/normalize-encoding.js (Lei Shi) [#50934](https://github.com/nodejs/node/pull/50934)
|
|
69
|
+
* \[[`dbee03d646`](https://github.com/nodejs/node/commit/dbee03d646)] - **benchmark**: update iterations in benchmark/util/inspect-array.js (Lei Shi) [#50933](https://github.com/nodejs/node/pull/50933)
|
|
70
|
+
* \[[`f2d83a3a84`](https://github.com/nodejs/node/commit/f2d83a3a84)] - **benchmark**: update iterations in benchmark/util/format.js (Lei Shi) [#50932](https://github.com/nodejs/node/pull/50932)
|
|
71
|
+
* \[[`2581fce553`](https://github.com/nodejs/node/commit/2581fce553)] - **bootstrap**: improve snapshot unsupported builtin warnings (Joyee Cheung) [#50944](https://github.com/nodejs/node/pull/50944)
|
|
72
|
+
* \[[`735bad3694`](https://github.com/nodejs/node/commit/735bad3694)] - **build**: fix warnings from uv for gn build (Cheng Zhao) [#51069](https://github.com/nodejs/node/pull/51069)
|
|
73
|
+
* \[[`8da9d969f9`](https://github.com/nodejs/node/commit/8da9d969f9)] - **deps**: V8: cherry-pick 0fd478bcdabd (Joyee Cheung) [#50572](https://github.com/nodejs/node/pull/50572)
|
|
74
|
+
* \[[`429fbb37c1`](https://github.com/nodejs/node/commit/429fbb37c1)] - **deps**: update simdjson to v3.6.2 (Yagiz Nizipli) [#50986](https://github.com/nodejs/node/pull/50986)
|
|
75
|
+
* \[[`9950103253`](https://github.com/nodejs/node/commit/9950103253)] - **deps**: update zlib to 1.3-22124f5 (Node.js GitHub Bot) [#50910](https://github.com/nodejs/node/pull/50910)
|
|
76
|
+
* \[[`0b61823e8b`](https://github.com/nodejs/node/commit/0b61823e8b)] - **deps**: update undici to 5.28.2 (Node.js GitHub Bot) [#51024](https://github.com/nodejs/node/pull/51024)
|
|
77
|
+
* \[[`95d8a273cc`](https://github.com/nodejs/node/commit/95d8a273cc)] - **deps**: cherry-pick bfbe4e38d7 from libuv upstream (Abdirahim Musse) [#50650](https://github.com/nodejs/node/pull/50650)
|
|
78
|
+
* \[[`06038a489e`](https://github.com/nodejs/node/commit/06038a489e)] - **deps**: update libuv to 1.47.0 (Node.js GitHub Bot) [#50650](https://github.com/nodejs/node/pull/50650)
|
|
79
|
+
* \[[`0dd53da722`](https://github.com/nodejs/node/commit/0dd53da722)] - **(SEMVER-MINOR)** **deps**: add simdjson (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
80
|
+
* \[[`04eaa5cdd7`](https://github.com/nodejs/node/commit/04eaa5cdd7)] - **doc**: run license-builder (github-actions\[bot]) [#51111](https://github.com/nodejs/node/pull/51111)
|
|
81
|
+
* \[[`26ed4ad01f`](https://github.com/nodejs/node/commit/26ed4ad01f)] - **doc**: deprecate hash constructor (Marco Ippolito) [#51077](https://github.com/nodejs/node/pull/51077)
|
|
82
|
+
* \[[`637ffce4c4`](https://github.com/nodejs/node/commit/637ffce4c4)] - **doc**: add note regarding `--experimental-detect-module` (Shubherthi Mitra) [#51089](https://github.com/nodejs/node/pull/51089)
|
|
83
|
+
* \[[`838179b096`](https://github.com/nodejs/node/commit/838179b096)] - **doc**: correct tracingChannel.traceCallback() (Gerhard Stöbich) [#51068](https://github.com/nodejs/node/pull/51068)
|
|
84
|
+
* \[[`539bee4f0a`](https://github.com/nodejs/node/commit/539bee4f0a)] - **doc**: use length argument in pbkdf2Key (Tobias Nießen) [#51066](https://github.com/nodejs/node/pull/51066)
|
|
85
|
+
* \[[`c45a9a3187`](https://github.com/nodejs/node/commit/c45a9a3187)] - **doc**: add deprecation notice to `dirent.path` (Antoine du Hamel) [#51059](https://github.com/nodejs/node/pull/51059)
|
|
86
|
+
* \[[`58ca66a1a7`](https://github.com/nodejs/node/commit/58ca66a1a7)] - **doc**: deprecate `dirent.path` (Antoine du Hamel) [#51020](https://github.com/nodejs/node/pull/51020)
|
|
87
|
+
* \[[`c2b6edf9ab`](https://github.com/nodejs/node/commit/c2b6edf9ab)] - **esm**: fix hook name in error message (Bruce MacNaughton) [#50466](https://github.com/nodejs/node/pull/50466)
|
|
88
|
+
* \[[`35e8f26f07`](https://github.com/nodejs/node/commit/35e8f26f07)] - **fs**: throw fchownSync error from c++ (Yagiz Nizipli) [#51075](https://github.com/nodejs/node/pull/51075)
|
|
89
|
+
* \[[`c3c8237089`](https://github.com/nodejs/node/commit/c3c8237089)] - **fs**: update params in jsdoc for createReadStream and createWriteStream (Jungku Lee) [#51063](https://github.com/nodejs/node/pull/51063)
|
|
90
|
+
* \[[`3f7f3ce8c9`](https://github.com/nodejs/node/commit/3f7f3ce8c9)] - **fs**: improve error performance of readvSync (IlyasShabi) [#50100](https://github.com/nodejs/node/pull/50100)
|
|
91
|
+
* \[[`7f95926f17`](https://github.com/nodejs/node/commit/7f95926f17)] - **http**: handle multi-value content-disposition header (Arsalan Ahmad) [#50977](https://github.com/nodejs/node/pull/50977)
|
|
92
|
+
* \[[`7a8a2d5632`](https://github.com/nodejs/node/commit/7a8a2d5632)] - **lib**: don't parse windows drive letters as schemes (华) [#50580](https://github.com/nodejs/node/pull/50580)
|
|
93
|
+
* \[[`aa2be4bb76`](https://github.com/nodejs/node/commit/aa2be4bb76)] - **module**: load source maps in `commonjs` translator (Hiroki Osame) [#51033](https://github.com/nodejs/node/pull/51033)
|
|
94
|
+
* \[[`c0e5e74876`](https://github.com/nodejs/node/commit/c0e5e74876)] - **module**: document `parentURL` in register options (Hiroki Osame) [#51039](https://github.com/nodejs/node/pull/51039)
|
|
95
|
+
* \[[`4eedf5e694`](https://github.com/nodejs/node/commit/4eedf5e694)] - **module**: fix recently introduced coverity warning (Michael Dawson) [#50843](https://github.com/nodejs/node/pull/50843)
|
|
96
|
+
* \[[`9f54987fbc`](https://github.com/nodejs/node/commit/9f54987fbc)] - **module**: merge config with `package_json_reader` (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
97
|
+
* \[[`5f95dca638`](https://github.com/nodejs/node/commit/5f95dca638)] - **node-api**: introduce experimental feature flags (Gabriel Schulhof) [#50991](https://github.com/nodejs/node/pull/50991)
|
|
98
|
+
* \[[`3fb7fc909e`](https://github.com/nodejs/node/commit/3fb7fc909e)] - **quic**: further implementation details (James M Snell) [#48244](https://github.com/nodejs/node/pull/48244)
|
|
99
|
+
* \[[`fa25e069fc`](https://github.com/nodejs/node/commit/fa25e069fc)] - **src**: implement countObjectsWithPrototype (Joyee Cheung) [#50572](https://github.com/nodejs/node/pull/50572)
|
|
100
|
+
* \[[`abe90527e4`](https://github.com/nodejs/node/commit/abe90527e4)] - **src**: register udp\_wrap external references (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
101
|
+
* \[[`84e2f51d14`](https://github.com/nodejs/node/commit/84e2f51d14)] - **src**: register spawn\_sync external references (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
102
|
+
* \[[`2cfee53d7b`](https://github.com/nodejs/node/commit/2cfee53d7b)] - **src**: register process\_wrap external references (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
103
|
+
* \[[`9b7f79a8bd`](https://github.com/nodejs/node/commit/9b7f79a8bd)] - **src**: fix double free reported by coverity (Michael Dawson) [#51046](https://github.com/nodejs/node/pull/51046)
|
|
104
|
+
* \[[`fc5503246e`](https://github.com/nodejs/node/commit/fc5503246e)] - **src**: remove unused headers in `node_file.cc` (Jungku Lee) [#50927](https://github.com/nodejs/node/pull/50927)
|
|
105
|
+
* \[[`c3abdc58af`](https://github.com/nodejs/node/commit/c3abdc58af)] - **src**: implement --trace-promises (Joyee Cheung) [#50899](https://github.com/nodejs/node/pull/50899)
|
|
106
|
+
* \[[`f90fc83e97`](https://github.com/nodejs/node/commit/f90fc83e97)] - **src**: fix dynamically linked zlib version (Richard Lau) [#51007](https://github.com/nodejs/node/pull/51007)
|
|
107
|
+
* \[[`9bf144379f`](https://github.com/nodejs/node/commit/9bf144379f)] - **src**: omit bool values of package.json main field (Yagiz Nizipli) [#50965](https://github.com/nodejs/node/pull/50965)
|
|
108
|
+
* \[[`45e4f82912`](https://github.com/nodejs/node/commit/45e4f82912)] - **src**: move package resolver to c++ (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
109
|
+
* \[[`71acd36778`](https://github.com/nodejs/node/commit/71acd36778)] - **stream**: implement TransformStream cleanup using "transformer.cancel" (Debadree Chatterjee) [#50126](https://github.com/nodejs/node/pull/50126)
|
|
110
|
+
* \[[`5112306064`](https://github.com/nodejs/node/commit/5112306064)] - **stream**: fix fd is null when calling clearBuffer (kylo5aby) [#50994](https://github.com/nodejs/node/pull/50994)
|
|
111
|
+
* \[[`ed070755ec`](https://github.com/nodejs/node/commit/ed070755ec)] - **test**: deflake test-diagnostics-channel-memory-leak (Joyee Cheung) [#50572](https://github.com/nodejs/node/pull/50572)
|
|
112
|
+
* \[[`aee01ff1b4`](https://github.com/nodejs/node/commit/aee01ff1b4)] - **test**: test syncrhnous methods of child\_process in snapshot (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
113
|
+
* \[[`cc949869a3`](https://github.com/nodejs/node/commit/cc949869a3)] - **test**: handle relative https redirect (Richard Lau) [#51121](https://github.com/nodejs/node/pull/51121)
|
|
114
|
+
* \[[`048349ed4c`](https://github.com/nodejs/node/commit/048349ed4c)] - **test**: fix test runner colored output test (Moshe Atlow) [#51064](https://github.com/nodejs/node/pull/51064)
|
|
115
|
+
* \[[`7f5291d783`](https://github.com/nodejs/node/commit/7f5291d783)] - **test**: resolve path of embedtest binary correctly (Cheng Zhao) [#50276](https://github.com/nodejs/node/pull/50276)
|
|
116
|
+
* \[[`4ddd0daf5f`](https://github.com/nodejs/node/commit/4ddd0daf5f)] - **test**: escape cwd in regexp (Jérémy Lal) [#50980](https://github.com/nodejs/node/pull/50980)
|
|
117
|
+
* \[[`3ccd5faabb`](https://github.com/nodejs/node/commit/3ccd5faabb)] - **test\_runner**: format coverage report for tap reporter (Pulkit Gupta) [#51119](https://github.com/nodejs/node/pull/51119)
|
|
118
|
+
* \[[`d5c9adf3df`](https://github.com/nodejs/node/commit/d5c9adf3df)] - **test\_runner**: fix infinite loop when files are undefined in test runner (Pulkit Gupta) [#51047](https://github.com/nodejs/node/pull/51047)
|
|
119
|
+
* \[[`328a41701c`](https://github.com/nodejs/node/commit/328a41701c)] - **tools**: update lint-md-dependencies to rollup\@4.7.0 (Node.js GitHub Bot) [#51106](https://github.com/nodejs/node/pull/51106)
|
|
120
|
+
* \[[`297cb6f5c2`](https://github.com/nodejs/node/commit/297cb6f5c2)] - **tools**: update doc to highlight.js\@11.9.0 unified\@11.0.4 (Node.js GitHub Bot) [#50459](https://github.com/nodejs/node/pull/50459)
|
|
121
|
+
* \[[`4705023343`](https://github.com/nodejs/node/commit/4705023343)] - **tools**: fix simdjson updater (Yagiz Nizipli) [#50986](https://github.com/nodejs/node/pull/50986)
|
|
122
|
+
* \[[`c9841583db`](https://github.com/nodejs/node/commit/c9841583db)] - **tools**: update eslint to 8.55.0 (Node.js GitHub Bot) [#51025](https://github.com/nodejs/node/pull/51025)
|
|
123
|
+
* \[[`2b4671125e`](https://github.com/nodejs/node/commit/2b4671125e)] - **tools**: update lint-md-dependencies to rollup\@4.6.1 (Node.js GitHub Bot) [#51022](https://github.com/nodejs/node/pull/51022)
|
|
124
|
+
* \[[`cd891b37f6`](https://github.com/nodejs/node/commit/cd891b37f6)] - **util**: improve performance of function areSimilarFloatArrays (Liu Jia) [#51040](https://github.com/nodejs/node/pull/51040)
|
|
125
|
+
* \[[`e178a43509`](https://github.com/nodejs/node/commit/e178a43509)] - **vm**: use v8::DeserializeInternalFieldsCallback explicitly (Joyee Cheung) [#50984](https://github.com/nodejs/node/pull/50984)
|
|
126
|
+
* \[[`fd028e146f`](https://github.com/nodejs/node/commit/fd028e146f)] - **win,tools**: upgrade Windows signing to smctl (Stefan Stojanovic) [#50956](https://github.com/nodejs/node/pull/50956)
|
|
127
|
+
|
|
43
128
|
<a id="21.4.0"></a>
|
|
44
129
|
|
|
45
130
|
## 2023-12-05, Version 21.4.0 (Current), @targos
|
package/LICENSE
CHANGED
|
@@ -1285,9 +1285,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
1285
1285
|
- zlib, located at deps/zlib, is licensed as follows:
|
|
1286
1286
|
"""
|
|
1287
1287
|
zlib.h -- interface of the 'zlib' general purpose compression library
|
|
1288
|
-
version 1.
|
|
1288
|
+
version 1.3, August 18th, 2023
|
|
1289
1289
|
|
|
1290
|
-
Copyright (C) 1995-
|
|
1290
|
+
Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
|
|
1291
1291
|
|
|
1292
1292
|
This software is provided 'as-is', without any express or implied
|
|
1293
1293
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -1309,6 +1309,211 @@ The externally maintained libraries used by Node.js are:
|
|
|
1309
1309
|
jloup@gzip.org madler@alumni.caltech.edu
|
|
1310
1310
|
"""
|
|
1311
1311
|
|
|
1312
|
+
- simdjson, located at deps/simdjson, is licensed as follows:
|
|
1313
|
+
"""
|
|
1314
|
+
Apache License
|
|
1315
|
+
Version 2.0, January 2004
|
|
1316
|
+
http://www.apache.org/licenses/
|
|
1317
|
+
|
|
1318
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1319
|
+
|
|
1320
|
+
1. Definitions.
|
|
1321
|
+
|
|
1322
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1323
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1324
|
+
|
|
1325
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1326
|
+
the copyright owner that is granting the License.
|
|
1327
|
+
|
|
1328
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1329
|
+
other entities that control, are controlled by, or are under common
|
|
1330
|
+
control with that entity. For the purposes of this definition,
|
|
1331
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1332
|
+
direction or management of such entity, whether by contract or
|
|
1333
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1334
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1335
|
+
|
|
1336
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1337
|
+
exercising permissions granted by this License.
|
|
1338
|
+
|
|
1339
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1340
|
+
including but not limited to software source code, documentation
|
|
1341
|
+
source, and configuration files.
|
|
1342
|
+
|
|
1343
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1344
|
+
transformation or translation of a Source form, including but
|
|
1345
|
+
not limited to compiled object code, generated documentation,
|
|
1346
|
+
and conversions to other media types.
|
|
1347
|
+
|
|
1348
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1349
|
+
Object form, made available under the License, as indicated by a
|
|
1350
|
+
copyright notice that is included in or attached to the work
|
|
1351
|
+
(an example is provided in the Appendix below).
|
|
1352
|
+
|
|
1353
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1354
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1355
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1356
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1357
|
+
of this License, Derivative Works shall not include works that remain
|
|
1358
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1359
|
+
the Work and Derivative Works thereof.
|
|
1360
|
+
|
|
1361
|
+
"Contribution" shall mean any work of authorship, including
|
|
1362
|
+
the original version of the Work and any modifications or additions
|
|
1363
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1364
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1365
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1366
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1367
|
+
means any form of electronic, verbal, or written communication sent
|
|
1368
|
+
to the Licensor or its representatives, including but not limited to
|
|
1369
|
+
communication on electronic mailing lists, source code control systems,
|
|
1370
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1371
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1372
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1373
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1374
|
+
|
|
1375
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1376
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1377
|
+
subsequently incorporated within the Work.
|
|
1378
|
+
|
|
1379
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1380
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1381
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1382
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1383
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1384
|
+
Work and such Derivative Works in Source or Object form.
|
|
1385
|
+
|
|
1386
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1387
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1388
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1389
|
+
(except as stated in this section) patent license to make, have made,
|
|
1390
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1391
|
+
where such license applies only to those patent claims licensable
|
|
1392
|
+
by such Contributor that are necessarily infringed by their
|
|
1393
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1394
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1395
|
+
institute patent litigation against any entity (including a
|
|
1396
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1397
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1398
|
+
or contributory patent infringement, then any patent licenses
|
|
1399
|
+
granted to You under this License for that Work shall terminate
|
|
1400
|
+
as of the date such litigation is filed.
|
|
1401
|
+
|
|
1402
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1403
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1404
|
+
modifications, and in Source or Object form, provided that You
|
|
1405
|
+
meet the following conditions:
|
|
1406
|
+
|
|
1407
|
+
(a) You must give any other recipients of the Work or
|
|
1408
|
+
Derivative Works a copy of this License; and
|
|
1409
|
+
|
|
1410
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1411
|
+
stating that You changed the files; and
|
|
1412
|
+
|
|
1413
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1414
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1415
|
+
attribution notices from the Source form of the Work,
|
|
1416
|
+
excluding those notices that do not pertain to any part of
|
|
1417
|
+
the Derivative Works; and
|
|
1418
|
+
|
|
1419
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1420
|
+
distribution, then any Derivative Works that You distribute must
|
|
1421
|
+
include a readable copy of the attribution notices contained
|
|
1422
|
+
within such NOTICE file, excluding those notices that do not
|
|
1423
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1424
|
+
of the following places: within a NOTICE text file distributed
|
|
1425
|
+
as part of the Derivative Works; within the Source form or
|
|
1426
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1427
|
+
within a display generated by the Derivative Works, if and
|
|
1428
|
+
wherever such third-party notices normally appear. The contents
|
|
1429
|
+
of the NOTICE file are for informational purposes only and
|
|
1430
|
+
do not modify the License. You may add Your own attribution
|
|
1431
|
+
notices within Derivative Works that You distribute, alongside
|
|
1432
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1433
|
+
that such additional attribution notices cannot be construed
|
|
1434
|
+
as modifying the License.
|
|
1435
|
+
|
|
1436
|
+
You may add Your own copyright statement to Your modifications and
|
|
1437
|
+
may provide additional or different license terms and conditions
|
|
1438
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1439
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1440
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1441
|
+
the conditions stated in this License.
|
|
1442
|
+
|
|
1443
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1444
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1445
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1446
|
+
this License, without any additional terms or conditions.
|
|
1447
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1448
|
+
the terms of any separate license agreement you may have executed
|
|
1449
|
+
with Licensor regarding such Contributions.
|
|
1450
|
+
|
|
1451
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1452
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1453
|
+
except as required for reasonable and customary use in describing the
|
|
1454
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1455
|
+
|
|
1456
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1457
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1458
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1459
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1460
|
+
implied, including, without limitation, any warranties or conditions
|
|
1461
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1462
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1463
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1464
|
+
risks associated with Your exercise of permissions under this License.
|
|
1465
|
+
|
|
1466
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1467
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1468
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1469
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1470
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1471
|
+
incidental, or consequential damages of any character arising as a
|
|
1472
|
+
result of this License or out of the use or inability to use the
|
|
1473
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1474
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1475
|
+
other commercial damages or losses), even if such Contributor
|
|
1476
|
+
has been advised of the possibility of such damages.
|
|
1477
|
+
|
|
1478
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1479
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1480
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1481
|
+
or other liability obligations and/or rights consistent with this
|
|
1482
|
+
License. However, in accepting such obligations, You may act only
|
|
1483
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1484
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1485
|
+
defend, and hold each Contributor harmless for any liability
|
|
1486
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1487
|
+
of your accepting any such warranty or additional liability.
|
|
1488
|
+
|
|
1489
|
+
END OF TERMS AND CONDITIONS
|
|
1490
|
+
|
|
1491
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1492
|
+
|
|
1493
|
+
To apply the Apache License to your work, attach the following
|
|
1494
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
1495
|
+
replaced with your own identifying information. (Don't include
|
|
1496
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1497
|
+
comment syntax for the file format. We also recommend that a
|
|
1498
|
+
file or class name and description of purpose be included on the
|
|
1499
|
+
same "printed page" as the copyright notice for easier
|
|
1500
|
+
identification within third-party archives.
|
|
1501
|
+
|
|
1502
|
+
Copyright 2018-2023 The simdjson authors
|
|
1503
|
+
|
|
1504
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1505
|
+
you may not use this file except in compliance with the License.
|
|
1506
|
+
You may obtain a copy of the License at
|
|
1507
|
+
|
|
1508
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1509
|
+
|
|
1510
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1511
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1512
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1513
|
+
See the License for the specific language governing permissions and
|
|
1514
|
+
limitations under the License.
|
|
1515
|
+
"""
|
|
1516
|
+
|
|
1312
1517
|
- simdutf, located at deps/simdutf, is licensed as follows:
|
|
1313
1518
|
"""
|
|
1314
1519
|
Copyright 2021 The simdutf authors
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -182,7 +182,6 @@
|
|
|
182
182
|
'lib/internal/modules/esm/loader.js',
|
|
183
183
|
'lib/internal/modules/esm/module_job.js',
|
|
184
184
|
'lib/internal/modules/esm/module_map.js',
|
|
185
|
-
'lib/internal/modules/esm/package_config.js',
|
|
186
185
|
'lib/internal/modules/esm/resolve.js',
|
|
187
186
|
'lib/internal/modules/esm/shared_constants.js',
|
|
188
187
|
'lib/internal/modules/esm/translators.js',
|
|
@@ -93,6 +93,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
|
|
|
93
93
|
size_t length,
|
|
94
94
|
napi_value* result);
|
|
95
95
|
#ifdef NAPI_EXPERIMENTAL
|
|
96
|
+
#define NODE_API_EXPERIMENTAL_HAS_EXTERNAL_STRINGS
|
|
96
97
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
97
98
|
node_api_create_external_string_latin1(napi_env env,
|
|
98
99
|
char* str,
|
|
@@ -518,6 +519,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
|
|
|
518
519
|
#endif // NAPI_VERSION >= 5
|
|
519
520
|
|
|
520
521
|
#ifdef NAPI_EXPERIMENTAL
|
|
522
|
+
#define NODE_API_EXPERIMENTAL_HAS_POST_FINALIZER
|
|
521
523
|
|
|
522
524
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
523
525
|
node_api_post_finalizer(napi_env env,
|
package/include/node/node.exp
CHANGED
|
@@ -5962,24 +5962,24 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5962
5962
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5963
5963
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5964
5964
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5965
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
5966
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5967
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5968
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5969
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5970
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5971
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
5972
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
5973
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5974
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
5975
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5976
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
5977
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5978
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
5979
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
5980
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5981
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
5982
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5965
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_87E8306D_0x797df50bd28a773e
|
|
5966
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x4ec40a040a566fa0
|
|
5967
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x145be310b7717d94
|
|
5968
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x45e78c36eb413e2
|
|
5969
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0x8fb01e1866a6f60b
|
|
5970
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x2d81972f846cf349
|
|
5971
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0xebbc5398e215ef5
|
|
5972
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_FE345EE0_0x79c5b3de8878c34
|
|
5973
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x236739d0d0399fa
|
|
5974
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x6084c622325237cb
|
|
5975
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x4e20c0ac3d0b91be
|
|
5976
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x5022b782643e39fe
|
|
5977
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x5c9a5d27362b908b
|
|
5978
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_87E8306D_0x601da1d46d8bcbda
|
|
5979
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x2405e90169bda13
|
|
5980
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xedf69af0603d6db
|
|
5981
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x7b7372abeb2e9ccf
|
|
5982
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x466eae7d99cbd6e0
|
|
5983
5983
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5984
5984
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5985
5985
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -7011,7 +7011,7 @@ _GLOBAL__I_65535_0__ZN4node4quic15TransportParams7Options8kDefaultE
|
|
|
7011
7011
|
_GLOBAL__I_65535_0__ZN4node4quic16PreferredAddress9GetPolicyEPNS_11EnvironmentEN2v85LocalINS4_5ValueEEE
|
|
7012
7012
|
_GLOBAL__I_65535_0__ZN4node4quic3CIDC2Ev
|
|
7013
7013
|
_GLOBAL__I_65535_0__ZN4node4quic4PathC2ERKNS_13SocketAddressES4_
|
|
7014
|
-
|
|
7014
|
+
_GLOBAL__I_65535_0__ZN4node4quic6Stream11HasInstanceEPNS_11EnvironmentEN2v85LocalINS4_5ValueEEE
|
|
7015
7015
|
_GLOBAL__I_65535_0__ZN4node4quic7Session19Application_Options8kDefaultE
|
|
7016
7016
|
_GLOBAL__I_65535_0__ZN4node4quic7Session20SendPendingDataScopeC2EPS1_
|
|
7017
7017
|
_GLOBAL__I_65535_0__ZN4node4quic8Endpoint7Options4FromEPNS_11EnvironmentEN2v85LocalINS5_5ValueEEE
|
|
@@ -7080,6 +7080,7 @@ _GLOBAL__I_65535_0__ZN4node9inspector26RegisterExternalReferencesEPNS_25External
|
|
|
7080
7080
|
_GLOBAL__I_65535_0__ZN4node9inspector5AgentC2EPNS_11EnvironmentE
|
|
7081
7081
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12RuntimeAgentC2Ev
|
|
7082
7082
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12TracingAgentC2EPNS_11EnvironmentESt10shared_ptrINS0_16MainThreadHandleEE
|
|
7083
|
+
_GLOBAL__I_65535_0__ZN8simdjson8internal8to_charsEPcPKcd
|
|
7083
7084
|
_GLOBAL__I_65535_0__ZNK2v88internal10JSFunction20GetAttachedCodeKindsEv
|
|
7084
7085
|
_GLOBAL__I_65535_0__ZNK2v88internal12AstRawString12AsArrayIndexEPj
|
|
7085
7086
|
_GLOBAL__I_65535_0__ZNK2v88internal12CallSiteInfo12IsPromiseAllEv
|
|
@@ -7114,10 +7115,11 @@ _GLOBAL__I_65535_0__ZNK4node16encoding_binding11BindingData10MemoryInfoEPNS_13Me
|
|
|
7114
7115
|
_GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
|
|
7115
7116
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7116
7117
|
_GLOBAL__I_65535_0__ZNK4node4quic6Packet11destinationEv
|
|
7118
|
+
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7117
7119
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7118
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7119
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7120
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7120
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0xdcb097360eae3934
|
|
7121
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x7e77b4b622a97eac
|
|
7122
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0xb0c9e23ad1734bf5
|
|
7121
7123
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7122
7124
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7123
7125
|
_HZData_74
|
|
@@ -7172,6 +7174,7 @@ _Z16_register_reportv
|
|
|
7172
7174
|
_Z16_register_serdesv
|
|
7173
7175
|
_Z16_register_timersv
|
|
7174
7176
|
_Z16_register_workerv
|
|
7177
|
+
_Z17_register_modulesv
|
|
7175
7178
|
_Z17_register_optionsv
|
|
7176
7179
|
_Z17_register_symbolsv
|
|
7177
7180
|
_Z18_register_builtinsv
|
|
@@ -7227,6 +7230,7 @@ _Z24_register_isolate_timersPN4node11IsolateDataEN2v85LocalINS2_14ObjectTemplate
|
|
|
7227
7230
|
_Z24_register_isolate_workerPN4node11IsolateDataEN2v85LocalINS2_14ObjectTemplateEEE
|
|
7228
7231
|
_Z24_register_string_decoderv
|
|
7229
7232
|
_Z24mixedMeasuresToMicros_74RKN6icu_7416MaybeStackVectorINS_7MeasureELi8EEEPNS_6number4impl15DecimalQuantityEPNS6_10MicroPropsE10UErrorCode
|
|
7233
|
+
_Z25_register_isolate_modulesPN4node11IsolateDataEN2v85LocalINS2_14ObjectTemplateEEE
|
|
7230
7234
|
_Z25_register_process_methodsv
|
|
7231
7235
|
_Z25_v8_internal_Print_ObjectPv
|
|
7232
7236
|
_Z26_register_encoding_bindingv
|
|
@@ -7269,12 +7273,14 @@ _Z35_register_external_reference_timersPN4node25ExternalReferenceRegistryE
|
|
|
7269
7273
|
_Z35_register_external_reference_workerPN4node25ExternalReferenceRegistryE
|
|
7270
7274
|
_Z36_register_external_reference_bindingPN4node25ExternalReferenceRegistryE
|
|
7271
7275
|
_Z36_register_external_reference_env_varPN4node25ExternalReferenceRegistryE
|
|
7276
|
+
_Z36_register_external_reference_modulesPN4node25ExternalReferenceRegistryE
|
|
7272
7277
|
_Z36_register_external_reference_optionsPN4node25ExternalReferenceRegistryE
|
|
7273
7278
|
_Z37_register_external_reference_builtinsPN4node25ExternalReferenceRegistryE
|
|
7274
7279
|
_Z37_register_external_reference_profilerPN4node25ExternalReferenceRegistryE
|
|
7275
7280
|
_Z37_register_external_reference_tcp_wrapPN4node25ExternalReferenceRegistryE
|
|
7276
7281
|
_Z37_register_external_reference_tls_wrapPN4node25ExternalReferenceRegistryE
|
|
7277
7282
|
_Z37_register_external_reference_tty_wrapPN4node25ExternalReferenceRegistryE
|
|
7283
|
+
_Z37_register_external_reference_udp_wrapPN4node25ExternalReferenceRegistryE
|
|
7278
7284
|
_Z38_register_external_reference_inspectorPN4node25ExternalReferenceRegistryE
|
|
7279
7285
|
_Z38_register_external_reference_messagingPN4node25ExternalReferenceRegistryE
|
|
7280
7286
|
_Z38_register_external_reference_pipe_wrapPN4node25ExternalReferenceRegistryE
|
|
@@ -7285,6 +7291,7 @@ _Z39_register_external_reference_contextifyPN4node25ExternalReferenceRegistryE
|
|
|
7285
7291
|
_Z39_register_external_reference_heap_utilsPN4node25ExternalReferenceRegistryE
|
|
7286
7292
|
_Z39_register_external_reference_mksnapshotPN4node25ExternalReferenceRegistryE
|
|
7287
7293
|
_Z39_register_external_reference_permissionPN4node25ExternalReferenceRegistryE
|
|
7294
|
+
_Z39_register_external_reference_spawn_syncPN4node25ExternalReferenceRegistryE
|
|
7288
7295
|
_Z39_register_external_reference_task_queuePN4node25ExternalReferenceRegistryE
|
|
7289
7296
|
_Z40_register_external_reference_credentialsPN4node25ExternalReferenceRegistryE
|
|
7290
7297
|
_Z40_register_external_reference_handle_wrapPN4node25ExternalReferenceRegistryE
|
|
@@ -7292,6 +7299,7 @@ _Z40_register_external_reference_module_wrapPN4node25ExternalReferenceRegistryE
|
|
|
7292
7299
|
_Z40_register_external_reference_performancePN4node25ExternalReferenceRegistryE
|
|
7293
7300
|
_Z40_register_external_reference_signal_wrapPN4node25ExternalReferenceRegistryE
|
|
7294
7301
|
_Z40_register_external_reference_stream_wrapPN4node25ExternalReferenceRegistryE
|
|
7302
|
+
_Z41_register_external_reference_process_wrapPN4node25ExternalReferenceRegistryE
|
|
7295
7303
|
_Z41_register_external_reference_trace_eventsPN4node25ExternalReferenceRegistryE
|
|
7296
7304
|
_Z41_register_external_reference_wasm_web_apiPN4node25ExternalReferenceRegistryE
|
|
7297
7305
|
_Z42_register_external_reference_fs_event_wrapPN4node25ExternalReferenceRegistryE
|
|
@@ -8698,6 +8706,7 @@ _ZN2v812Float64Array9CheckCastEPNS_5ValueE
|
|
|
8698
8706
|
_ZN2v812HeapProfiler11GetObjectIdENS_5LocalINS_5ValueEEE
|
|
8699
8707
|
_ZN2v812HeapProfiler11GetObjectIdEPv
|
|
8700
8708
|
_ZN2v812HeapProfiler12GetHeapStatsEPNS_12OutputStreamEPl
|
|
8709
|
+
_ZN2v812HeapProfiler12QueryObjectsENS_5LocalINS_7ContextEEEPNS_20QueryObjectPredicateEPSt6vectorINS_6GlobalINS_6ObjectEEESaIS9_EE
|
|
8701
8710
|
_ZN2v812HeapProfiler14ClearObjectIdsEv
|
|
8702
8711
|
_ZN2v812HeapProfiler14FindObjectByIdEj
|
|
8703
8712
|
_ZN2v812HeapProfiler15GetHeapSnapshotEi
|
|
@@ -9749,7 +9758,6 @@ _ZN2v85debug12AccessorPair6setterEv
|
|
|
9749
9758
|
_ZN2v85debug12AccessorPair9CheckCastEPNS_5ValueE
|
|
9750
9759
|
_ZN2v85debug12GetContextIdENS_5LocalINS_7ContextEEE
|
|
9751
9760
|
_ZN2v85debug12GetInspectorEPNS_7IsolateE
|
|
9752
|
-
_ZN2v85debug12QueryObjectsENS_5LocalINS_7ContextEEEPNS0_20QueryObjectPredicateEPSt6vectorINS_6GlobalINS_6ObjectEEESaIS9_EE
|
|
9753
9761
|
_ZN2v85debug12SetContextIdENS_5LocalINS_7ContextEEEi
|
|
9754
9762
|
_ZN2v85debug12SetInspectorEPNS_7IsolateEPN12v8_inspector11V8InspectorE
|
|
9755
9763
|
_ZN2v85debug13BreakRightNowEPNS_7IsolateENS_4base7EnumSetINS0_11BreakReasonEiEE
|
|
@@ -14882,7 +14890,7 @@ _ZN2v88internal12HandlerTableC2ENS0_6TaggedINS0_9ByteArrayEEE
|
|
|
14882
14890
|
_ZN2v88internal12HandlerTableC2EPKNS0_4wasm8WasmCodeE
|
|
14883
14891
|
_ZN2v88internal12HandlerTableC2EmiNS1_12EncodingModeE
|
|
14884
14892
|
_ZN2v88internal12HeapProfiler11GetSnapshotEi
|
|
14885
|
-
|
|
14893
|
+
_ZN2v88internal12HeapProfiler12QueryObjectsENS0_6HandleINS0_7ContextEEEPNS_20QueryObjectPredicateEPSt6vectorINS_6GlobalINS_6ObjectEEESaISA_EE
|
|
14886
14894
|
_ZN2v88internal12HeapProfiler12TakeSnapshotENS_12HeapProfiler19HeapSnapshotOptionsE
|
|
14887
14895
|
_ZN2v88internal12HeapProfiler14RemoveSnapshotEPNS0_12HeapSnapshotE
|
|
14888
14896
|
_ZN2v88internal12HeapProfiler15AllocationEventEmi
|
|
@@ -56301,6 +56309,7 @@ _ZN4node11Environment12GetNowUint64Ev
|
|
|
56301
56309
|
_ZN4node11Environment12TrackContextEN2v85LocalINS1_7ContextEEE
|
|
56302
56310
|
_ZN4node11Environment12TryLoadAddonEPKciRKSt8functionIFbPNS_7binding4DLibEEE
|
|
56303
56311
|
_ZN4node11Environment13ScheduleTimerEl
|
|
56312
|
+
_ZN4node11Environment13TracePromisesEN2v815PromiseHookTypeENS1_5LocalINS1_7PromiseEEENS3_INS1_5ValueEEE
|
|
56304
56313
|
_ZN4node11Environment14AddUnmanagedFdEi
|
|
56305
56314
|
_ZN4node11Environment14CheckImmediateEP10uv_check_s
|
|
56306
56315
|
_ZN4node11Environment14CleanupHandlesEv
|
|
@@ -56370,6 +56379,7 @@ _ZN4node11SPrintFImplIPKcJRA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsI
|
|
|
56370
56379
|
_ZN4node11SPrintFImplIPKcJRKmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
56371
56380
|
_ZN4node11SPrintFImplIPKcJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
56372
56381
|
_ZN4node11SPrintFImplIPKcJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
56382
|
+
_ZN4node11SPrintFImplIPKcJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
56373
56383
|
_ZN4node11SPrintFImplIPKcJS2_mEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
56374
56384
|
_ZN4node11SPrintFImplIPKcJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
56375
56385
|
_ZN4node11SPrintFImplIPKcJmRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
@@ -56419,6 +56429,7 @@ _ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11ch
|
|
|
56419
56429
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_
|
|
56420
56430
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_
|
|
56421
56431
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_
|
|
56432
|
+
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_
|
|
56422
56433
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_
|
|
56423
56434
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_
|
|
56424
56435
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_
|
|
@@ -56523,6 +56534,7 @@ _ZN4node11UDPListenerD2Ev
|
|
|
56523
56534
|
_ZN4node11UDPWrapBase10AddMethodsEPNS_11EnvironmentEN2v85LocalINS3_16FunctionTemplateEEE
|
|
56524
56535
|
_ZN4node11UDPWrapBase10FromObjectEN2v85LocalINS1_6ObjectEEE
|
|
56525
56536
|
_ZN4node11UDPWrapBase12set_listenerEPNS_11UDPListenerE
|
|
56537
|
+
_ZN4node11UDPWrapBase26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
56526
56538
|
_ZN4node11UDPWrapBase8RecvStopERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
56527
56539
|
_ZN4node11UDPWrapBase9RecvStartERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
56528
56540
|
_ZN4node11UDPWrapBaseD0Ev
|
|
@@ -56574,6 +56586,7 @@ _ZN4node12DebugOptionsD0Ev
|
|
|
56574
56586
|
_ZN4node12DebugOptionsD1Ev
|
|
56575
56587
|
_ZN4node12FreePlatformEPNS_20MultiIsolatePlatformE
|
|
56576
56588
|
_ZN4node12GetOctalCodeB5cxx11Eh
|
|
56589
|
+
_ZN4node12GetPromiseIdEPNS_11EnvironmentEN2v85LocalINS2_7PromiseEEE
|
|
56577
56590
|
_ZN4node12MakeCallbackEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_6StringEEEiPNS3_INS0_5ValueEEE
|
|
56578
56591
|
_ZN4node12MakeCallbackEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_6StringEEEiPNS3_INS0_5ValueEEENS_13async_contextE
|
|
56579
56592
|
_ZN4node12MakeCallbackEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_8FunctionEEEiPNS3_INS0_5ValueEEE
|
|
@@ -56716,6 +56729,8 @@ _ZN4node12wasm_web_api19WasmStreamingObjectD0Ev
|
|
|
56716
56729
|
_ZN4node12wasm_web_api19WasmStreamingObjectD1Ev
|
|
56717
56730
|
_ZN4node12wasm_web_api25StartStreamingCompilationERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
56718
56731
|
_ZN4node12wasm_web_api26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
56732
|
+
_ZN4node13AliasedStructINS_4quic6Stream5StateEEC1IJEEEPN2v87IsolateEDpOT_
|
|
56733
|
+
_ZN4node13AliasedStructINS_4quic6Stream5StatsEEC1IJEEEPN2v87IsolateEDpOT_
|
|
56719
56734
|
_ZN4node13AliasedStructINS_4quic7Session5StateEEC1IJEEEPN2v87IsolateEDpOT_
|
|
56720
56735
|
_ZN4node13AliasedStructINS_4quic7Session5StatsEEC1IJEEEPN2v87IsolateEDpOT_
|
|
56721
56736
|
_ZN4node13AliasedStructINS_4quic8Endpoint5StateEEC1IJEEEPN2v87IsolateEDpOT_
|
|
@@ -57176,6 +57191,7 @@ _ZN4node16HandleEnvOptionsESt10shared_ptrINS_18EnvironmentOptionsEE
|
|
|
57176
57191
|
_ZN4node16HandleEnvOptionsESt10shared_ptrINS_18EnvironmentOptionsEESt8functionIFNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEE
|
|
57177
57192
|
_ZN4node16LoadSnapshotDataEPPKNS_12SnapshotDataE
|
|
57178
57193
|
_ZN4node16MakeSyncCallbackEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_8FunctionEEEiPNS3_INS0_5ValueEEE
|
|
57194
|
+
_ZN4node16MaybeStackBufferI10ngtcp2_vecLm16EE25AllocateSufficientStorageEm
|
|
57179
57195
|
_ZN4node16MaybeStackBufferI8uv_buf_tLm1024EE25AllocateSufficientStorageEm
|
|
57180
57196
|
_ZN4node16MaybeStackBufferI8uv_buf_tLm16EE25AllocateSufficientStorageEm
|
|
57181
57197
|
_ZN4node16MaybeStackBufferI8uv_buf_tLm32EE25AllocateSufficientStorageEm
|
|
@@ -57323,6 +57339,7 @@ _ZN4node17SyncProcessRunner18OnKillTimerTimeoutEv
|
|
|
57323
57339
|
_ZN4node17SyncProcessRunner22KillTimerCloseCallbackEP11uv_handle_s
|
|
57324
57340
|
_ZN4node17SyncProcessRunner23TryInitializeAndRunLoopEN2v85LocalINS1_5ValueEEE
|
|
57325
57341
|
_ZN4node17SyncProcessRunner25CloseHandlesAndDeleteLoopEv
|
|
57342
|
+
_ZN4node17SyncProcessRunner26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
57326
57343
|
_ZN4node17SyncProcessRunner35IncrementBufferSizeAndCheckOverflowEl
|
|
57327
57344
|
_ZN4node17SyncProcessRunner3RunEN2v85LocalINS1_5ValueEEE
|
|
57328
57345
|
_ZN4node17SyncProcessRunner4KillEv
|
|
@@ -57553,6 +57570,7 @@ _ZN4node22PerIsolatePlatformDataC2EPN2v87IsolateEP9uv_loop_s
|
|
|
57553
57570
|
_ZN4node22PerIsolatePlatformDataD0Ev
|
|
57554
57571
|
_ZN4node22PerIsolatePlatformDataD1Ev
|
|
57555
57572
|
_ZN4node22PerIsolatePlatformDataD2Ev
|
|
57573
|
+
_ZN4node22PrintCurrentStackTraceEPN2v87IsolateENS_16StackTracePrefixE
|
|
57556
57574
|
_ZN4node22SetConstructorFunctionEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEENS1_INS0_6StringEEENS1_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
57557
57575
|
_ZN4node22SetConstructorFunctionEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcNS1_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
57558
57576
|
_ZN4node22SetConstructorFunctionEPN2v87IsolateENS0_5LocalINS0_8TemplateEEENS3_INS0_6StringEEENS3_INS0_16FunctionTemplateEEENS_26SetConstructorFunctionFlagE
|
|
@@ -57673,6 +57691,8 @@ _ZN4node26ERR_CONSTRUCT_CALL_INVALIDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEP
|
|
|
57673
57691
|
_ZN4node26ERR_CRYPTO_INVALID_COUNTERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57674
57692
|
_ZN4node26ERR_CRYPTO_INVALID_KEYPAIRIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57675
57693
|
_ZN4node26ERR_CRYPTO_INVALID_KEYTYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
57694
|
+
_ZN4node26ERR_INVALID_PACKAGE_CONFIGIJPKcEEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateES2_DpOT_
|
|
57695
|
+
_ZN4node26ERR_INVALID_PACKAGE_CONFIGIJPKcS2_S2_EEEN2v85LocalINS3_5ValueEEEPNS3_7IsolateES2_DpOT_
|
|
57676
57696
|
_ZN4node26ERR_VM_MODULE_LINK_FAILUREIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_5ValueEEEPNS8_7IsolateEPKcDpOT_
|
|
57677
57697
|
_ZN4node26RAIIIsolateWithoutEnteringC1EPKNS_12SnapshotDataE
|
|
57678
57698
|
_ZN4node26RAIIIsolateWithoutEnteringC2EPKNS_12SnapshotDataE
|
|
@@ -57915,6 +57935,7 @@ _ZN4node32InitializeBaseContextForSnapshotEN2v85LocalINS0_7ContextEEE
|
|
|
57915
57935
|
_ZN4node32InitializeMainContextForSnapshotEN2v85LocalINS0_7ContextEEE
|
|
57916
57936
|
_ZN4node32RegisterEnvVarExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
57917
57937
|
_ZN4node32THROW_ERR_CRYPTO_INVALID_KEYTYPEEPN2v87IsolateE
|
|
57938
|
+
_ZN4node32THROW_ERR_INVALID_PACKAGE_CONFIGIJPKcEEEvPN2v87IsolateES2_DpOT_
|
|
57918
57939
|
_ZN4node32THROW_ERR_VM_MODULE_LINK_FAILUREIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvPN2v87IsolateEPKcDpOT_
|
|
57919
57940
|
_ZN4node33AddEnvironmentCleanupHookInternalEPN2v87IsolateEPFvPvPFvS3_ES3_ES3_
|
|
57920
57941
|
_ZN4node33DefaultProcessExitHandlerInternalEPNS_11EnvironmentENS_8ExitCodeE
|
|
@@ -57967,7 +57988,6 @@ _ZN4node3url11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6Objec
|
|
|
57967
57988
|
_ZN4node3url11BindingData12FastCanParseEN2v85LocalINS2_5ValueEEERKNS2_17FastOneByteStringE
|
|
57968
57989
|
_ZN4node3url11BindingData13DomainToASCIIERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
57969
57990
|
_ZN4node3url11BindingData15DomainToUnicodeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
57970
|
-
_ZN4node3url11BindingData15ThrowInvalidURLEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEESt8optionalINSt7__cxx1112basic_stringIcS6_SaIcEEEE
|
|
57971
57991
|
_ZN4node3url11BindingData16UpdateComponentsERKN3ada14url_componentsENS2_6scheme4typeE
|
|
57972
57992
|
_ZN4node3url11BindingData20FastCanParseWithBaseEN2v85LocalINS2_5ValueEEERKNS2_17FastOneByteStringES8_
|
|
57973
57993
|
_ZN4node3url11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
@@ -57987,6 +58007,7 @@ _ZN4node3url11BindingDataD0Ev
|
|
|
57987
58007
|
_ZN4node3url11BindingDataD1Ev
|
|
57988
58008
|
_ZN4node3url12FromFilePathB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
|
|
57989
58009
|
_ZN4node3url13FileURLToPathB5cxx11EPNS_11EnvironmentERKN3ada14url_aggregatorE
|
|
58010
|
+
_ZN4node3url15ThrowInvalidURLEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEESt8optionalINSt7__cxx1112basic_stringIcS5_SaIcEEEE
|
|
57990
58011
|
_ZN4node3url18FromNamespacedPathEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
57991
58012
|
_ZN4node44THROW_ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTEDIJEEEvPN2v87IsolateEPKcDpOT_
|
|
57992
58013
|
_ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
|
|
@@ -58028,12 +58049,16 @@ _ZN4node4heap13JSGraphJSNode4NameEv
|
|
|
58028
58049
|
_ZN4node4heap13JSGraphJSNodeD0Ev
|
|
58029
58050
|
_ZN4node4heap13JSGraphJSNodeD1Ev
|
|
58030
58051
|
_ZN4node4heap13WriteSnapshotEPNS_11EnvironmentEPKcN2v812HeapProfiler19HeapSnapshotOptionsE
|
|
58052
|
+
_ZN4node4heap17PrototypeChainHas6FilterEN2v85LocalINS2_6ObjectEEE
|
|
58053
|
+
_ZN4node4heap17PrototypeChainHasD0Ev
|
|
58054
|
+
_ZN4node4heap17PrototypeChainHasD1Ev
|
|
58031
58055
|
_ZN4node4heap18BuildEmbedderGraphERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
58032
58056
|
_ZN4node4heap18DeleteHeapSnapshotEPKN2v812HeapSnapshotE
|
|
58033
58057
|
_ZN4node4heap19TriggerHeapSnapshotERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
58034
58058
|
_ZN4node4heap22GetHeapSnapshotOptionsEN2v85LocalINS1_5ValueEEE
|
|
58035
58059
|
_ZN4node4heap24CreateHeapSnapshotStreamEPNS_11EnvironmentEOSt10unique_ptrIKN2v812HeapSnapshotENS_15FunctionDeleterIS6_XadL_ZNS0_18DeleteHeapSnapshotEPS6_EEEEE
|
|
58036
58060
|
_ZN4node4heap24CreateHeapSnapshotStreamERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
58061
|
+
_ZN4node4heap25CountObjectsWithPrototypeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
58037
58062
|
_ZN4node4heap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
58038
58063
|
_ZN4node4heap7JSGraph6V8NodeERKN2v85LocalINS2_5ValueEEE
|
|
58039
58064
|
_ZN4node4heap7JSGraph7AddEdgeEPN2v813EmbedderGraph4NodeES5_PKc
|
|
@@ -58090,7 +58115,6 @@ _ZN4node4quic11BindingData21DecreaseAllocatedSizeEm
|
|
|
58090
58115
|
_ZN4node4quic11BindingData21IncreaseAllocatedSizeEm
|
|
58091
58116
|
_ZN4node4quic11BindingData24set_session_new_callbackEN2v85LocalINS2_8FunctionEEE
|
|
58092
58117
|
_ZN4node4quic11BindingData25set_stream_close_callbackEN2v85LocalINS2_8FunctionEEE
|
|
58093
|
-
_ZN4node4quic11BindingData25set_stream_error_callbackEN2v85LocalINS2_8FunctionEEE
|
|
58094
58118
|
_ZN4node4quic11BindingData25set_stream_reset_callbackEN2v85LocalINS2_8FunctionEEE
|
|
58095
58119
|
_ZN4node4quic11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
58096
58120
|
_ZN4node4quic11BindingData26set_session_close_callbackEN2v85LocalINS2_8FunctionEEE
|
|
@@ -58258,20 +58282,51 @@ _ZN4node4quic6PacketC2EPNS_11EnvironmentEPNS1_8ListenerEN2v85LocalINS6_6ObjectEE
|
|
|
58258
58282
|
_ZN4node4quic6PacketC2EPNS_11EnvironmentEPNS1_8ListenerEN2v85LocalINS6_6ObjectEEERKNS_13SocketAddressEmPKc
|
|
58259
58283
|
_ZN4node4quic6PacketD0Ev
|
|
58260
58284
|
_ZN4node4quic6PacketD1Ev
|
|
58285
|
+
_ZN4node4quic6Stream10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
58261
58286
|
_ZN4node4quic6Stream10UnscheduleEv
|
|
58287
|
+
_ZN4node4quic6Stream10get_readerEv
|
|
58262
58288
|
_ZN4node4quic6Stream11AcknowledgeEm
|
|
58289
|
+
_ZN4node4quic6Stream11EmitBlockedEv
|
|
58290
|
+
_ZN4node4quic6Stream11EmitHeadersEv
|
|
58291
|
+
_ZN4node4quic6Stream11EndReadableESt8optionalImE
|
|
58292
|
+
_ZN4node4quic6Stream11EndWritableEv
|
|
58293
|
+
_ZN4node4quic6Stream11HasInstanceEPNS_11EnvironmentEN2v85LocalINS4_5ValueEEE
|
|
58263
58294
|
_ZN4node4quic6Stream11ReceiveDataEPKhmNS1_16ReceiveDataFlagsE
|
|
58295
|
+
_ZN4node4quic6Stream12BeginHeadersENS0_11HeadersKindE
|
|
58296
|
+
_ZN4node4quic6Stream12set_outboundESt10shared_ptrINS_9DataQueueEE
|
|
58297
|
+
_ZN4node4quic6Stream14set_final_sizeEm
|
|
58298
|
+
_ZN4node4quic6Stream16EmitWantTrailersEv
|
|
58264
58299
|
_ZN4node4quic6Stream18ReceiveStopSendingENS0_9QuicErrorE
|
|
58265
58300
|
_ZN4node4quic6Stream18ReceiveStreamResetEmNS0_9QuicErrorE
|
|
58266
|
-
|
|
58301
|
+
_ZN4node4quic6Stream22GetConstructorTemplateEPNS_11EnvironmentE
|
|
58302
|
+
_ZN4node4quic6Stream26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
58267
58303
|
_ZN4node4quic6Stream4FromEPv
|
|
58304
|
+
_ZN4node4quic6Stream4Impl11GetPriorityERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58305
|
+
_ZN4node4quic6Stream4Impl11ResetStreamERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58306
|
+
_ZN4node4quic6Stream4Impl11SendHeadersERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58307
|
+
_ZN4node4quic6Stream4Impl11SetPriorityERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58308
|
+
_ZN4node4quic6Stream4Impl11StopSendingERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58309
|
+
_ZN4node4quic6Stream4Impl12AttachSourceERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58310
|
+
_ZN4node4quic6Stream4Impl7DestroyERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58311
|
+
_ZN4node4quic6Stream4Impl9GetReaderERKN2v820FunctionCallbackInfoINS3_5ValueEEE
|
|
58268
58312
|
_ZN4node4quic6Stream6CommitEm
|
|
58269
|
-
|
|
58270
|
-
|
|
58313
|
+
_ZN4node4quic6Stream6CreateEPNS0_7SessionElSt10shared_ptrINS_9DataQueueEE
|
|
58314
|
+
_ZN4node4quic6Stream6DoPullESt8functionIFviPK10ngtcp2_vecmS2_IFvmEEEEiPS3_mm
|
|
58271
58315
|
_ZN4node4quic6Stream7DestroyENS0_9QuicErrorE
|
|
58316
|
+
_ZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS3_IFvmEEEEiPS4_mm
|
|
58317
|
+
_ZN4node4quic6Stream8Outbound5EntryD1Ev
|
|
58318
|
+
_ZN4node4quic6Stream8OutboundD0Ev
|
|
58319
|
+
_ZN4node4quic6Stream8OutboundD1Ev
|
|
58272
58320
|
_ZN4node4quic6Stream8ScheduleEPNS_8ListHeadIS1_XadL_ZNS1_13stream_queue_EEEEE
|
|
58273
|
-
|
|
58274
|
-
|
|
58321
|
+
_ZN4node4quic6Stream9AddHeaderERKNS_12NgHeaderBaseINS0_11BindingDataEEE
|
|
58322
|
+
_ZN4node4quic6Stream9EmitCloseERKNS0_9QuicErrorE
|
|
58323
|
+
_ZN4node4quic6Stream9EmitResetERKNS0_9QuicErrorE
|
|
58324
|
+
_ZN4node4quic6Stream9EntryReadEm
|
|
58325
|
+
_ZN4node4quic6StreamC1ENS_17BaseObjectPtrImplINS0_7SessionELb1EEEN2v85LocalINS5_6ObjectEEElSt10shared_ptrINS_9DataQueueEE
|
|
58326
|
+
_ZN4node4quic6StreamC2ENS_17BaseObjectPtrImplINS0_7SessionELb1EEEN2v85LocalINS5_6ObjectEEElSt10shared_ptrINS_9DataQueueEE
|
|
58327
|
+
_ZN4node4quic6StreamD0Ev
|
|
58328
|
+
_ZN4node4quic6StreamD1Ev
|
|
58329
|
+
_ZN4node4quic6StreamD2Ev
|
|
58275
58330
|
_ZN4node4quic7Session10EmitKeylogEPKc
|
|
58276
58331
|
_ZN4node4quic7Session10EmitStreamENS_17BaseObjectPtrImplINS0_6StreamELb0EEE
|
|
58277
58332
|
_ZN4node4quic7Session10HandleQlogEjPKvm
|
|
@@ -60046,6 +60101,7 @@ _ZN4node7FPrintFIJRNS_9Utf8ValueES2_EEEvP4FILEPKcDpOT_
|
|
|
60046
60101
|
_ZN4node7FPrintFIJRNS_9Utf8ValueES2_S2_EEEvP4FILEPKcDpOT_
|
|
60047
60102
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
|
|
60048
60103
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_EEEvP4FILEPKcDpOT_
|
|
60104
|
+
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjEEEvP4FILEPKcDpOT_
|
|
60049
60105
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEEvP4FILEPKcDpOT_
|
|
60050
60106
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEEvP4FILEPKcDpOT_
|
|
60051
60107
|
_ZN4node7FPrintFIJRPKcEEEvP4FILES2_DpOT_
|
|
@@ -60120,6 +60176,7 @@ _ZN4node7SPrintFIJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_D
|
|
|
60120
60176
|
_ZN4node7SPrintFIJPKcRKmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
60121
60177
|
_ZN4node7SPrintFIJPKcRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
60122
60178
|
_ZN4node7SPrintFIJPKcS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
60179
|
+
_ZN4node7SPrintFIJPKcS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
60123
60180
|
_ZN4node7SPrintFIJPKcS2_mEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
60124
60181
|
_ZN4node7SPrintFIJPKcmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
60125
60182
|
_ZN4node7SPrintFIJPKcmRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
@@ -60153,6 +60210,7 @@ _ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_tr
|
|
|
60153
60210
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
|
|
60154
60211
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_EEES6_PKcDpOT_
|
|
60155
60212
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiS9_EEES6_PKcDpOT_
|
|
60213
|
+
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjEEES6_PKcDpOT_
|
|
60156
60214
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES6_PKcDpOT_
|
|
60157
60215
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS6_EEES6_PKcDpOT_
|
|
60158
60216
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES6_PKcDpOT_
|
|
@@ -60255,6 +60313,7 @@ _ZN4node7UDPWrap16GetSendQueueSizeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
60255
60313
|
_ZN4node7UDPWrap17GetSendQueueCountERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
60256
60314
|
_ZN4node7UDPWrap19SetSourceMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE13uv_membership
|
|
60257
60315
|
_ZN4node7UDPWrap21SetMulticastInterfaceERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
60316
|
+
_ZN4node7UDPWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
60258
60317
|
_ZN4node7UDPWrap27AddSourceSpecificMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
60259
60318
|
_ZN4node7UDPWrap28DropSourceSpecificMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
60260
60319
|
_ZN4node7UDPWrap3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -60294,6 +60353,22 @@ _ZN4node7binding4DLib5CloseEv
|
|
|
60294
60353
|
_ZN4node7binding4DLibC1EPKci
|
|
60295
60354
|
_ZN4node7binding4DLibC2EPKci
|
|
60296
60355
|
_ZN4node7binding6DLOpenERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
60356
|
+
_ZN4node7modules11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
60357
|
+
_ZN4node7modules11BindingData14GetPackageJSONEPNS_5RealmESt17basic_string_viewIcSt11char_traitsIcEEPNS1_12ErrorContextE
|
|
60358
|
+
_ZN4node7modules11BindingData14TraverseParentEPNS_5RealmESt17basic_string_viewIcSt11char_traitsIcEE
|
|
60359
|
+
_ZN4node7modules11BindingData15ReadPackageJSONERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
60360
|
+
_ZN4node7modules11BindingData21GetPackageScopeConfigERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
60361
|
+
_ZN4node7modules11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
60362
|
+
_ZN4node7modules11BindingData26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
60363
|
+
_ZN4node7modules11BindingData26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
60364
|
+
_ZN4node7modules11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
60365
|
+
_ZN4node7modules11BindingData27GetNearestParentPackageJSONERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
60366
|
+
_ZN4node7modules11BindingData31GetNearestParentPackageJSONTypeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
60367
|
+
_ZN4node7modules11BindingData9SerializeEi
|
|
60368
|
+
_ZN4node7modules11BindingDataC1EPNS_5RealmEN2v85LocalINS4_6ObjectEEEPNS_21InternalFieldInfoBaseE
|
|
60369
|
+
_ZN4node7modules11BindingDataC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEEPNS_21InternalFieldInfoBaseE
|
|
60370
|
+
_ZN4node7modules11BindingDataD0Ev
|
|
60371
|
+
_ZN4node7modules11BindingDataD1Ev
|
|
60297
60372
|
_ZN4node7process11BindingData10AddMethodsEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEE
|
|
60298
60373
|
_ZN4node7process11BindingData10BigIntImplEPS1_
|
|
60299
60374
|
_ZN4node7process11BindingData10FastBigIntEN2v85LocalINS2_5ValueEEE
|
|
@@ -68112,6 +68187,44 @@ _ZN8UCaseMapC1EPKcjP10UErrorCode
|
|
|
68112
68187
|
_ZN8UCaseMapC2EPKcjP10UErrorCode
|
|
68113
68188
|
_ZN8UCaseMapD1Ev
|
|
68114
68189
|
_ZN8UCaseMapD2Ev
|
|
68190
|
+
_ZN8simdjson13validate_utf8EPKcm
|
|
68191
|
+
_ZN8simdjson22builtin_implementationEv
|
|
68192
|
+
_ZN8simdjson25get_active_implementationEv
|
|
68193
|
+
_ZN8simdjson29get_available_implementationsEv
|
|
68194
|
+
_ZN8simdjson6minifyEPKcmPcRm
|
|
68195
|
+
_ZN8simdjson8fallback14implementationD0Ev
|
|
68196
|
+
_ZN8simdjson8fallback14implementationD1Ev
|
|
68197
|
+
_ZN8simdjson8fallback25dom_parser_implementation11stage2_nextERNS_3dom8documentE
|
|
68198
|
+
_ZN8simdjson8fallback25dom_parser_implementation12set_capacityEm
|
|
68199
|
+
_ZN8simdjson8fallback25dom_parser_implementation13set_max_depthEm
|
|
68200
|
+
_ZN8simdjson8fallback25dom_parser_implementation5parseEPKhmRNS_3dom8documentE
|
|
68201
|
+
_ZN8simdjson8fallback25dom_parser_implementation6stage1EPKhmNS_11stage1_modeE
|
|
68202
|
+
_ZN8simdjson8fallback25dom_parser_implementation6stage2ERNS_3dom8documentE
|
|
68203
|
+
_ZN8simdjson8fallback25dom_parser_implementationD0Ev
|
|
68204
|
+
_ZN8simdjson8fallback25dom_parser_implementationD1Ev
|
|
68205
|
+
_ZN8simdjson8internal10from_charsEPKc
|
|
68206
|
+
_ZN8simdjson8internal10from_charsEPKcS2_
|
|
68207
|
+
_ZN8simdjson8internal10is_integerEc
|
|
68208
|
+
_ZN8simdjson8internal11error_codesE
|
|
68209
|
+
_ZN8simdjson8internal12power_of_tenE
|
|
68210
|
+
_ZN8simdjson8internal13parse_decimalERPKc
|
|
68211
|
+
_ZN8simdjson8internal13parse_decimalERPKcS2_
|
|
68212
|
+
_ZN8simdjson8internal14digit_to_val32E
|
|
68213
|
+
_ZN8simdjson8internal17power_of_five_128E
|
|
68214
|
+
_ZN8simdjson8internal18decimal_left_shiftERNS0_7decimalEj
|
|
68215
|
+
_ZN8simdjson8internal19decimal_right_shiftERNS0_7decimalEj
|
|
68216
|
+
_ZN8simdjson8internal19parse_long_mantissaINS0_13binary_formatIdEEEENS0_17adjusted_mantissaEPKc
|
|
68217
|
+
_ZN8simdjson8internal19parse_long_mantissaINS0_13binary_formatIdEEEENS0_17adjusted_mantissaEPKcS6_
|
|
68218
|
+
_ZN8simdjson8internal24structural_or_whitespaceE
|
|
68219
|
+
_ZN8simdjson8internal25get_unsupported_singletonEv
|
|
68220
|
+
_ZN8simdjson8internal26unsupported_implementationD0Ev
|
|
68221
|
+
_ZN8simdjson8internal26unsupported_implementationD1Ev
|
|
68222
|
+
_ZN8simdjson8internal32structural_or_whitespace_negatedE
|
|
68223
|
+
_ZN8simdjson8internal49detect_best_supported_implementation_on_first_useD0Ev
|
|
68224
|
+
_ZN8simdjson8internal49detect_best_supported_implementation_on_first_useD1Ev
|
|
68225
|
+
_ZN8simdjson8internal5roundERNS0_7decimalE
|
|
68226
|
+
_ZN8simdjson8internal8to_charsEPcPKcd
|
|
68227
|
+
_ZN8simdjson8internal9dtoa_impl6grisu2IdEEvPcRiS4_T_
|
|
68115
68228
|
_ZN8v8_crdtp10SpanEqualsENS_4spanIcEES1_
|
|
68116
68229
|
_ZN8v8_crdtp10SpanEqualsENS_4spanIhEES1_
|
|
68117
68230
|
_ZN8v8_crdtp12Dispatchable16MaybeParseCallIdEPNS_4cbor13CBORTokenizerE
|
|
@@ -72820,10 +72933,8 @@ _ZNK4node4quic11BindingData20session_new_callbackEv
|
|
|
72820
72933
|
_ZNK4node4quic11BindingData21on_session_new_stringEv
|
|
72821
72934
|
_ZNK4node4quic11BindingData21session_id_ctx_stringEv
|
|
72822
72935
|
_ZNK4node4quic11BindingData21stream_close_callbackEv
|
|
72823
|
-
_ZNK4node4quic11BindingData21stream_error_callbackEv
|
|
72824
72936
|
_ZNK4node4quic11BindingData21stream_reset_callbackEv
|
|
72825
72937
|
_ZNK4node4quic11BindingData22on_stream_close_stringEv
|
|
72826
|
-
_ZNK4node4quic11BindingData22on_stream_error_stringEv
|
|
72827
72938
|
_ZNK4node4quic11BindingData22on_stream_reset_stringEv
|
|
72828
72939
|
_ZNK4node4quic11BindingData22session_close_callbackEv
|
|
72829
72940
|
_ZNK4node4quic11BindingData23address_lru_size_stringEv
|
|
@@ -72969,11 +73080,17 @@ _ZNK4node4quic6Packet8ToStringB5cxx11Ev
|
|
|
72969
73080
|
_ZNK4node4quic6Packetcv10ngtcp2_vecEv
|
|
72970
73081
|
_ZNK4node4quic6Packetcv8uv_buf_tEv
|
|
72971
73082
|
_ZNK4node4quic6Stream10MemoryInfoEPNS_13MemoryTrackerE
|
|
73083
|
+
_ZNK4node4quic6Stream11is_readableEv
|
|
73084
|
+
_ZNK4node4quic6Stream11is_writableEv
|
|
72972
73085
|
_ZNK4node4quic6Stream12is_destroyedEv
|
|
72973
73086
|
_ZNK4node4quic6Stream14MemoryInfoNameEv
|
|
72974
73087
|
_ZNK4node4quic6Stream2idEv
|
|
72975
73088
|
_ZNK4node4quic6Stream6is_eosEv
|
|
72976
73089
|
_ZNK4node4quic6Stream6originEv
|
|
73090
|
+
_ZNK4node4quic6Stream7sessionEv
|
|
73091
|
+
_ZNK4node4quic6Stream8Outbound10MemoryInfoEPNS_13MemoryTrackerE
|
|
73092
|
+
_ZNK4node4quic6Stream8Outbound14MemoryInfoNameEv
|
|
73093
|
+
_ZNK4node4quic6Stream8Outbound8SelfSizeEv
|
|
72977
73094
|
_ZNK4node4quic6Stream8SelfSizeEv
|
|
72978
73095
|
_ZNK4node4quic6Stream9directionEv
|
|
72979
73096
|
_ZNK4node4quic7Session10FindStreamEl
|
|
@@ -73419,6 +73536,10 @@ _ZNK4node7TTYWrap8SelfSizeEv
|
|
|
73419
73536
|
_ZNK4node7UDPWrap10MemoryInfoEPNS_13MemoryTrackerE
|
|
73420
73537
|
_ZNK4node7UDPWrap14MemoryInfoNameEv
|
|
73421
73538
|
_ZNK4node7UDPWrap8SelfSizeEv
|
|
73539
|
+
_ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
73540
|
+
_ZNK4node7modules11BindingData13PackageConfig9SerializeEPNS_5RealmE
|
|
73541
|
+
_ZNK4node7modules11BindingData14MemoryInfoNameEv
|
|
73542
|
+
_ZNK4node7modules11BindingData8SelfSizeEv
|
|
73422
73543
|
_ZNK4node7process11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
73423
73544
|
_ZNK4node7process11BindingData14MemoryInfoNameEv
|
|
73424
73545
|
_ZNK4node7process11BindingData8SelfSizeEv
|
|
@@ -76488,6 +76609,29 @@ _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use37conver
|
|
|
76488
76609
|
_ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use37convert_utf16le_to_latin1_with_errorsEPKDsmPc
|
|
76489
76610
|
_ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use4nameB5cxx11Ev
|
|
76490
76611
|
_ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use8set_bestEv
|
|
76612
|
+
_ZNK8simdjson14implementation11descriptionB5cxx11Ev
|
|
76613
|
+
_ZNK8simdjson14implementation25required_instruction_setsEv
|
|
76614
|
+
_ZNK8simdjson14implementation27supported_by_runtime_systemEv
|
|
76615
|
+
_ZNK8simdjson14implementation4nameB5cxx11Ev
|
|
76616
|
+
_ZNK8simdjson8fallback14implementation13validate_utf8EPKcm
|
|
76617
|
+
_ZNK8simdjson8fallback14implementation32create_dom_parser_implementationEmmRSt10unique_ptrINS_8internal25dom_parser_implementationESt14default_deleteIS4_EE
|
|
76618
|
+
_ZNK8simdjson8fallback14implementation6minifyEPKhmPhRm
|
|
76619
|
+
_ZNK8simdjson8fallback25dom_parser_implementation12parse_stringEPKhPhb
|
|
76620
|
+
_ZNK8simdjson8fallback25dom_parser_implementation19parse_wobbly_stringEPKhPh
|
|
76621
|
+
_ZNK8simdjson8internal26unsupported_implementation13validate_utf8EPKcm
|
|
76622
|
+
_ZNK8simdjson8internal26unsupported_implementation32create_dom_parser_implementationEmmRSt10unique_ptrINS0_25dom_parser_implementationESt14default_deleteIS3_EE
|
|
76623
|
+
_ZNK8simdjson8internal26unsupported_implementation6minifyEPKhmPhRm
|
|
76624
|
+
_ZNK8simdjson8internal29available_implementation_list21detect_best_supportedEv
|
|
76625
|
+
_ZNK8simdjson8internal29available_implementation_list3endEv
|
|
76626
|
+
_ZNK8simdjson8internal29available_implementation_list4sizeEv
|
|
76627
|
+
_ZNK8simdjson8internal29available_implementation_list5beginEv
|
|
76628
|
+
_ZNK8simdjson8internal49detect_best_supported_implementation_on_first_use11descriptionB5cxx11Ev
|
|
76629
|
+
_ZNK8simdjson8internal49detect_best_supported_implementation_on_first_use13validate_utf8EPKcm
|
|
76630
|
+
_ZNK8simdjson8internal49detect_best_supported_implementation_on_first_use25required_instruction_setsEv
|
|
76631
|
+
_ZNK8simdjson8internal49detect_best_supported_implementation_on_first_use32create_dom_parser_implementationEmmRSt10unique_ptrINS0_25dom_parser_implementationESt14default_deleteIS3_EE
|
|
76632
|
+
_ZNK8simdjson8internal49detect_best_supported_implementation_on_first_use4nameB5cxx11Ev
|
|
76633
|
+
_ZNK8simdjson8internal49detect_best_supported_implementation_on_first_use6minifyEPKhmPhRm
|
|
76634
|
+
_ZNK8simdjson8internal49detect_best_supported_implementation_on_first_use8set_bestEv
|
|
76491
76635
|
_ZNK8v8_crdtp12Dispatchable13DispatchErrorEv
|
|
76492
76636
|
_ZNK8v8_crdtp12Dispatchable2okEv
|
|
76493
76637
|
_ZNK8v8_crdtp12ErrorSupport6ErrorsEv
|
|
@@ -76839,6 +76983,7 @@ _ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque5FieldEEEvT_S7_
|
|
|
76839
76983
|
_ZNSt12_Destroy_auxILb0EE9__destroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvT_S9_
|
|
76840
76984
|
_ZNSt12__shared_ptrIN4node14options_parser13OptionsParserINS0_17PerProcessOptionsEE15BaseOptionFieldELN9__gnu_cxx12_Lock_policyE2EEC2ERKS8_
|
|
76841
76985
|
_ZNSt12__shared_ptrIvLN9__gnu_cxx12_Lock_policyE2EEC2ERKS2_
|
|
76986
|
+
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN4node7modules11BindingData13PackageConfigESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_S9_EEE6insertEOSG_
|
|
76842
76987
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrIN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEEESt14default_deleteISC_EESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SF_EEED1Ev
|
|
76843
76988
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8weak_ptrIN4node6worker12SiblingGroupEESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SA_EEED1Ev
|
|
76844
76989
|
_ZNSt13unordered_mapItSt10unique_ptrIN4node21PerIsolateWrapperDataESt14default_deleteIS2_EESt4hashItESt8equal_toItESaISt4pairIKtS5_EEED1Ev
|
|
@@ -77199,8 +77344,26 @@ _ZNSt17_Function_handlerIFvRKSt10shared_ptrIN2v88internal4wasm12NativeModuleEEEZ
|
|
|
77199
77344
|
_ZNSt17_Function_handlerIFvRKSt10shared_ptrIN2v88internal4wasm12NativeModuleEEEZNS1_13WasmStreaming17WasmStreamingImpl39SetMoreFunctionsCanBeSerializedCallbackESt8functionIFvNS1_18CompiledWasmModuleEEEEUlS7_E_E9_M_invokeERKSt9_Any_dataS7_
|
|
77200
77345
|
_ZNSt17_Function_handlerIFviPK10ngtcp2_vecmSt8functionIFvmEEEZN4node4quic18DefaultApplication13GetStreamDataEPNS8_7Session11Application10StreamDataEEUliS2_mS5_E0_E10_M_managerERSt9_Any_dataRKSG_St18_Manager_operation
|
|
77201
77346
|
_ZNSt17_Function_handlerIFviPK10ngtcp2_vecmSt8functionIFvmEEEZN4node4quic18DefaultApplication13GetStreamDataEPNS8_7Session11Application10StreamDataEEUliS2_mS5_E0_E9_M_invokeERKSt9_Any_dataOiOS2_OmOS5_
|
|
77347
|
+
_ZNSt17_Function_handlerIFviPKN4node9DataQueue3VecEmSt8functionIFvmEEEZNS0_4quic6Stream8Outbound4PullES5_IFviPK10ngtcp2_vecmS7_EEiPSC_mmEUlT_T0_T1_T2_E2_E10_M_managerERSt9_Any_dataRKSO_St18_Manager_operation
|
|
77348
|
+
_ZNSt17_Function_handlerIFviPKN4node9DataQueue3VecEmSt8functionIFvmEEEZNS0_4quic6Stream8Outbound4PullES5_IFviPK10ngtcp2_vecmS7_EEiPSC_mmEUlT_T0_T1_T2_E2_E9_M_invokeERKSt9_Any_dataOiOS4_OmOS7_
|
|
77202
77349
|
_ZNSt17_Function_handlerIFvmEZN4node3bob10SourceImplI10ngtcp2_vecE4PullESt8functionIFviPKS4_mS6_IS0_EEEiPS4_mmEUlmE_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77203
77350
|
_ZNSt17_Function_handlerIFvmEZN4node3bob10SourceImplI10ngtcp2_vecE4PullESt8functionIFviPKS4_mS6_IS0_EEEiPS4_mmEUlmE_E9_M_invokeERKSt9_Any_dataOm
|
|
77351
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound15PullUncommittedESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEEUliE_E10_M_managerERSt9_Any_dataRKSE_St18_Manager_operation
|
|
77352
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound15PullUncommittedESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEEUliE_E9_M_invokeERKSt9_Any_dataOm
|
|
77353
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE0_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77354
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE0_E9_M_invokeERKSt9_Any_dataOm
|
|
77355
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE1_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77356
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE1_E9_M_invokeERKSt9_Any_dataOm
|
|
77357
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE3_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77358
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE3_E9_M_invokeERKSt9_Any_dataOm
|
|
77359
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE4_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77360
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE4_E9_M_invokeERKSt9_Any_dataOm
|
|
77361
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE5_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77362
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE5_E9_M_invokeERKSt9_Any_dataOm
|
|
77363
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE6_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77364
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE6_E9_M_invokeERKSt9_Any_dataOm
|
|
77365
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE_E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation
|
|
77366
|
+
_ZNSt17_Function_handlerIFvmEZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS5_IS0_EEEiPS6_mmEUliE_E9_M_invokeERKSt9_Any_dataOm
|
|
77204
77367
|
_ZNSt17_Function_handlerIFvvEZN2v84base8CallOnceIJEvEEvPSt6atomicIhENS2_16FunctionWithArgsIJDpT_EE4typeES9_EUlvE_E10_M_managerERSt9_Any_dataRKSE_St18_Manager_operation
|
|
77205
77368
|
_ZNSt17_Function_handlerIFvvEZN2v84base8CallOnceIJEvEEvPSt6atomicIhENS2_16FunctionWithArgsIJDpT_EE4typeES9_EUlvE_E9_M_invokeERKSt9_Any_data
|
|
77206
77369
|
_ZNSt17_Function_handlerIFvvEZN2v84base8CallOnceIJPNS1_13PageAllocatorEmEvEEvPSt6atomicIhENS2_16FunctionWithArgsIJDpT_EE4typeESB_EUlvE_E10_M_managerERSt9_Any_dataRKSG_St18_Manager_operation
|
|
@@ -77231,6 +77394,7 @@ _ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10Was
|
|
|
77231
77394
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
77232
77395
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN8v8_crdtp4spanIhEESt10unique_ptrINS3_16DomainDispatcherESt14default_deleteIS7_EEESt6vectorISB_SaISB_EEEESB_EC1ESG_l
|
|
77233
77396
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESt6vectorIS9_SaIS9_EEEES9_EC1ESE_l
|
|
77397
|
+
_ZNSt17basic_string_viewIcSt11char_traitsIcEEC1EPKc
|
|
77234
77398
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
77235
77399
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
77236
77400
|
_ZNSt19_Sp_counted_deleterIPN2v812BackingStoreESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -77550,6 +77714,11 @@ _ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Packet4DataESaIS3_ELN9__gnu_cxx12_Loc
|
|
|
77550
77714
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Packet4DataESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
77551
77715
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Packet4DataESaIS3_ELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
77552
77716
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Packet4DataESaIS3_ELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
77717
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Stream8Outbound10OnCompleteESaIS4_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
77718
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Stream8Outbound10OnCompleteESaIS4_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
77719
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Stream8Outbound10OnCompleteESaIS4_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
77720
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Stream8Outbound10OnCompleteESaIS4_ELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
77721
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node4quic6Stream8Outbound10OnCompleteESaIS4_ELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
77553
77722
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node6worker12SiblingGroupESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
77554
77723
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node6worker12SiblingGroupESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
77555
77724
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node6worker12SiblingGroupESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -82250,6 +82419,7 @@ _ZTVN4node4Blob16BlobTransferDataE
|
|
|
82250
82419
|
_ZTVN4node4Blob6ReaderE
|
|
82251
82420
|
_ZTVN4node4BlobE
|
|
82252
82421
|
_ZTVN4node4heap13JSGraphJSNodeE
|
|
82422
|
+
_ZTVN4node4heap17PrototypeChainHasE
|
|
82253
82423
|
_ZTVN4node4heap7JSGraphE
|
|
82254
82424
|
_ZTVN4node4i18n15ConverterObjectE
|
|
82255
82425
|
_ZTVN4node4quic10RetryTokenE
|
|
@@ -82266,6 +82436,7 @@ _ZTVN4node4quic3CIDE
|
|
|
82266
82436
|
_ZTVN4node4quic5StoreE
|
|
82267
82437
|
_ZTVN4node4quic6Packet4DataE
|
|
82268
82438
|
_ZTVN4node4quic6PacketE
|
|
82439
|
+
_ZTVN4node4quic6Stream8OutboundE
|
|
82269
82440
|
_ZTVN4node4quic6StreamE
|
|
82270
82441
|
_ZTVN4node4quic7Session11ApplicationE
|
|
82271
82442
|
_ZTVN4node4quic7Session19Application_OptionsE
|
|
@@ -82407,6 +82578,7 @@ _ZTVN4node7ReqWrapI7uv_fs_sEE
|
|
|
82407
82578
|
_ZTVN4node7TCPWrapE
|
|
82408
82579
|
_ZTVN4node7TTYWrapE
|
|
82409
82580
|
_ZTVN4node7UDPWrapE
|
|
82581
|
+
_ZTVN4node7modules11BindingDataE
|
|
82410
82582
|
_ZTVN4node7process11BindingDataE
|
|
82411
82583
|
_ZTVN4node7tracing11TracedValueE
|
|
82412
82584
|
_ZTVN4node7tracing15NodeTraceBufferE
|
|
@@ -82967,6 +83139,12 @@ _ZTVN7simdutf14implementationE
|
|
|
82967
83139
|
_ZTVN7simdutf8fallback14implementationE
|
|
82968
83140
|
_ZTVN7simdutf8internal26unsupported_implementationE
|
|
82969
83141
|
_ZTVN7simdutf8internal49detect_best_supported_implementation_on_first_useE
|
|
83142
|
+
_ZTVN8simdjson14implementationE
|
|
83143
|
+
_ZTVN8simdjson8fallback14implementationE
|
|
83144
|
+
_ZTVN8simdjson8fallback25dom_parser_implementationE
|
|
83145
|
+
_ZTVN8simdjson8internal25dom_parser_implementationE
|
|
83146
|
+
_ZTVN8simdjson8internal26unsupported_implementationE
|
|
83147
|
+
_ZTVN8simdjson8internal49detect_best_supported_implementation_on_first_useE
|
|
82970
83148
|
_ZTVN8v8_crdtp14UberDispatcherE
|
|
82971
83149
|
_ZTVN8v8_crdtp16DomainDispatcher8CallbackE
|
|
82972
83150
|
_ZTVN8v8_crdtp16DomainDispatcherE
|
|
@@ -83058,6 +83236,7 @@ _ZTVSt23_Sp_counted_ptr_inplaceIN4node22PerIsolatePlatformDataESaIS1_ELN9__gnu_c
|
|
|
83058
83236
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node22SocketAddressBlockListESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE
|
|
83059
83237
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node23WorkerThreadsTaskRunnerESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE
|
|
83060
83238
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node4quic6Packet4DataESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE
|
|
83239
|
+
_ZTVSt23_Sp_counted_ptr_inplaceIN4node4quic6Stream8Outbound10OnCompleteESaIS4_ELN9__gnu_cxx12_Lock_policyE2EE
|
|
83061
83240
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node6worker12SiblingGroupESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
|
|
83062
83241
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node6worker7MessageESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
|
|
83063
83242
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node8builtins13BuiltinLoader16BuiltinCodeCacheESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE
|
|
@@ -83244,6 +83423,9 @@ _ZThn56_N4node2fs9FSReqBaseD0Ev
|
|
|
83244
83423
|
_ZThn56_N4node2fs9FSReqBaseD1Ev
|
|
83245
83424
|
_ZThn56_N4node4quic6PacketD0Ev
|
|
83246
83425
|
_ZThn56_N4node4quic6PacketD1Ev
|
|
83426
|
+
_ZThn56_N4node4quic6Stream6DoPullESt8functionIFviPK10ngtcp2_vecmS2_IFvmEEEEiPS3_mm
|
|
83427
|
+
_ZThn56_N4node4quic6StreamD0Ev
|
|
83428
|
+
_ZThn56_N4node4quic6StreamD1Ev
|
|
83247
83429
|
_ZThn56_N4node4quic7Session27ExtractSessionTicketAppDataERKNS0_13SessionTicket7AppDataENS3_6Source4FlagE
|
|
83248
83430
|
_ZThn56_N4node4quic8Endpoint10PacketDoneEi
|
|
83249
83431
|
_ZThn56_N4node4quic9LogStream10DoShutdownEPNS_12ShutdownWrapE
|
|
@@ -83409,6 +83591,7 @@ _ZThn72_N4node18SimpleShutdownWrapINS_7ReqWrapI13uv_shutdown_sEEED1Ev
|
|
|
83409
83591
|
_ZThn72_N4node18SimpleShutdownWrapINS_7ReqWrapI7uv_fs_sEEE12GetAsyncWrapEv
|
|
83410
83592
|
_ZThn72_N4node18SimpleShutdownWrapINS_7ReqWrapI7uv_fs_sEEED0Ev
|
|
83411
83593
|
_ZThn72_N4node18SimpleShutdownWrapINS_7ReqWrapI7uv_fs_sEEED1Ev
|
|
83594
|
+
_ZThn72_N4node4quic6Stream9EntryReadEm
|
|
83412
83595
|
_ZThn80_N4node15SimpleWriteWrapINS_7ReqWrapI10uv_write_sEEE12GetAsyncWrapEv
|
|
83413
83596
|
_ZThn80_N4node15SimpleWriteWrapINS_7ReqWrapI10uv_write_sEEED0Ev
|
|
83414
83597
|
_ZThn80_N4node15SimpleWriteWrapINS_7ReqWrapI10uv_write_sEEED1Ev
|
|
@@ -85904,6 +86087,8 @@ _ZZN4node11SPrintFImplIPKcJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaI
|
|
|
85904
86087
|
_ZZN4node11SPrintFImplIPKcJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
|
|
85905
86088
|
_ZZN4node11SPrintFImplIPKcJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
85906
86089
|
_ZZN4node11SPrintFImplIPKcJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
|
|
86090
|
+
_ZZN4node11SPrintFImplIPKcJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
86091
|
+
_ZZN4node11SPrintFImplIPKcJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
|
|
85907
86092
|
_ZZN4node11SPrintFImplIPKcJS2_mEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
85908
86093
|
_ZZN4node11SPrintFImplIPKcJS2_mEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
|
|
85909
86094
|
_ZZN4node11SPrintFImplIPKcJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
@@ -86002,6 +86187,8 @@ _ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS
|
|
|
86002
86187
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS6_EEES6_PKcOT_DpOT0_E4args_0
|
|
86003
86188
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E4args
|
|
86004
86189
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKiS9_EEES6_PKcOT_DpOT0_E4args_0
|
|
86190
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_E4args
|
|
86191
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRjEEES6_PKcOT_DpOT0_E4args_0
|
|
86005
86192
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E4args
|
|
86006
86193
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmEEES6_PKcOT_DpOT0_E4args_0
|
|
86007
86194
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS6_EEES6_PKcOT_DpOT0_E4args
|
|
@@ -86226,6 +86413,8 @@ _ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ConvertINS1_I
|
|
|
86226
86413
|
_ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ConvertINS1_INS_12DebugOptionsEE15BaseOptionFieldES5_EEDaSt10shared_ptrIT_EMS2_FPT0_vEENK12AdaptedField10LookupImplEPS2_
|
|
86227
86414
|
_ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ImpliesEPKcS5_E4args
|
|
86228
86415
|
_ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ImpliesEPKcS5_E4args_0
|
|
86416
|
+
_ZZN4node16MaybeStackBufferI10ngtcp2_vecLm16EE25AllocateSufficientStorageEmE4args
|
|
86417
|
+
_ZZN4node16MaybeStackBufferI10ngtcp2_vecLm16EEixEmE4args
|
|
86229
86418
|
_ZZN4node16MaybeStackBufferI8uv_buf_tLm1024EE25AllocateSufficientStorageEmE4args
|
|
86230
86419
|
_ZZN4node16MaybeStackBufferI8uv_buf_tLm1024EEixEmE4args
|
|
86231
86420
|
_ZZN4node16MaybeStackBufferI8uv_buf_tLm16EE25AllocateSufficientStorageEmE4args
|
|
@@ -86233,6 +86422,7 @@ _ZZN4node16MaybeStackBufferI8uv_buf_tLm16EEixEmE4args
|
|
|
86233
86422
|
_ZZN4node16MaybeStackBufferI8uv_buf_tLm32EE25AllocateSufficientStorageEmE4args
|
|
86234
86423
|
_ZZN4node16MaybeStackBufferI8uv_buf_tLm32EEixEmE4args
|
|
86235
86424
|
_ZZN4node16MaybeStackBufferIDsLm1024EE25AllocateSufficientStorageEmE4args
|
|
86425
|
+
_ZZN4node16MaybeStackBufferIDsLm1024EE7ReleaseEvE4args
|
|
86236
86426
|
_ZZN4node16MaybeStackBufferIDsLm1024EE9SetLengthEmE4args
|
|
86237
86427
|
_ZZN4node16MaybeStackBufferIDsLm1024EEixEmE4args
|
|
86238
86428
|
_ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm1024EE25AllocateSufficientStorageEmE4args
|
|
@@ -86255,6 +86445,7 @@ _ZZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm8EEixEmE4args
|
|
|
86255
86445
|
_ZZN4node16MaybeStackBufferIcLm1024EE10InvalidateEvE4args
|
|
86256
86446
|
_ZZN4node16MaybeStackBufferIcLm1024EE25AllocateSufficientStorageEmE4args
|
|
86257
86447
|
_ZZN4node16MaybeStackBufferIcLm1024EE25SetLengthAndZeroTerminateEmE4args
|
|
86448
|
+
_ZZN4node16MaybeStackBufferIcLm1024EE7ReleaseEvE4args
|
|
86258
86449
|
_ZZN4node16MaybeStackBufferIcLm1024EE9SetLengthEmE4args
|
|
86259
86450
|
_ZZN4node16MaybeStackBufferIcLm1024EEixEmE4args
|
|
86260
86451
|
_ZZN4node16MaybeStackBufferIcLm256EE25AllocateSufficientStorageEmE4args
|
|
@@ -86321,6 +86512,7 @@ _ZZN4node17BaseObjectPtrImplINS_4quic11BindingDataELb1EEC4EPS2_E4args
|
|
|
86321
86512
|
_ZZN4node17BaseObjectPtrImplINS_4quic6PacketELb0EEC4EPS2_E4args
|
|
86322
86513
|
_ZZN4node17BaseObjectPtrImplINS_4quic6StreamELb0EEC4EPS2_E4args
|
|
86323
86514
|
_ZZN4node17BaseObjectPtrImplINS_4quic7SessionELb0EEC4EPS2_E4args
|
|
86515
|
+
_ZZN4node17BaseObjectPtrImplINS_4quic7SessionELb1EEC4EPS2_E4args
|
|
86324
86516
|
_ZZN4node17BaseObjectPtrImplINS_4quic8Endpoint3UDP4ImplELb0EEC4EPS4_E4args
|
|
86325
86517
|
_ZZN4node17BaseObjectPtrImplINS_4quic8EndpointELb0EEC4EPS2_E4args
|
|
86326
86518
|
_ZZN4node17BaseObjectPtrImplINS_4quic9LogStreamELb0EEC4EPS2_E4args
|
|
@@ -86345,6 +86537,7 @@ _ZZN4node17BaseObjectPtrImplINS_7ReqWrapI13uv_udp_send_sEELb0EEC4EPS3_E4args
|
|
|
86345
86537
|
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI16uv_getaddrinfo_sEELb0EEC4EPS3_E4args
|
|
86346
86538
|
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI16uv_getnameinfo_sEELb0EEC4EPS3_E4args
|
|
86347
86539
|
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI7uv_fs_sEELb0EEC4EPS3_E4args
|
|
86540
|
+
_ZZN4node17BaseObjectPtrImplINS_7modules11BindingDataELb1EEC4EPS2_E4args
|
|
86348
86541
|
_ZZN4node17BaseObjectPtrImplINS_7process11BindingDataELb1EEC4EPS2_E4args
|
|
86349
86542
|
_ZZN4node17BaseObjectPtrImplINS_8SendWrapELb0EEC4EPS1_E4args
|
|
86350
86543
|
_ZZN4node17BaseObjectPtrImplINS_8v8_utils11BindingDataELb1EEC4EPS2_E4args
|
|
@@ -86390,8 +86583,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
|
|
|
86390
86583
|
_ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
|
|
86391
86584
|
_ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
|
|
86392
86585
|
_ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
|
|
86393
|
-
|
|
86394
|
-
|
|
86586
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic341
|
|
86587
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic343
|
|
86395
86588
|
_ZZN4node2fs10FileHandle5CloseEvE4args
|
|
86396
86589
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
|
|
86397
86590
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
|
|
@@ -86405,12 +86598,22 @@ _ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siPFvS5_EEJiEEEPNS0_9FSReqBase
|
|
|
86405
86598
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siPK8uv_buf_tjlPFvS5_EEJiPS6_mlEEEPNS0_9FSReqBaseEPNS_11EnvironmentESF_RKN2v820FunctionCallbackInfoINSI_5ValueEEEPKcSP_mNS_8encodingESA_T_DpT0_E4args
|
|
86406
86599
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siddPFvS5_EEJiddEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
86407
86600
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_siiPFvS5_EEJiiEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
86601
|
+
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_sijjPFvS5_EEJijjEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
86408
86602
|
_ZZN4node2fs13AsyncDestCallIPFiP9uv_loop_sP7uv_fs_silPFvS5_EEJilEEEPNS0_9FSReqBaseEPNS_11EnvironmentESB_RKN2v820FunctionCallbackInfoINSE_5ValueEEEPKcSL_mNS_8encodingES7_T_DpT0_E4args
|
|
86409
86603
|
_ZZN4node2fs18FSContinuationData7PopPathB5cxx11EvE4args
|
|
86410
86604
|
_ZZN4node2fs9FSReqBase4InitEPKcS3_mNS_8encodingEE4args
|
|
86411
86605
|
_ZZN4node4heap13JSGraphJSNodeC4EPN2v87IsolateENS2_5LocalINS2_5ValueEEEE4args
|
|
86412
86606
|
_ZZN4node4quic18DefaultApplication12StreamCommitEPNS0_7Session11Application10StreamDataEmE4args
|
|
86413
86607
|
_ZZN4node4quic18DefaultApplication13GetStreamDataEPNS0_7Session11Application10StreamDataEE4args
|
|
86608
|
+
_ZZN4node4quic6Stream4Impl11ResetStreamERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
|
|
86609
|
+
_ZZN4node4quic6Stream4Impl11SendHeadersERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
|
|
86610
|
+
_ZZN4node4quic6Stream4Impl11SendHeadersERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_0
|
|
86611
|
+
_ZZN4node4quic6Stream4Impl11SendHeadersERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_1
|
|
86612
|
+
_ZZN4node4quic6Stream4Impl11SetPriorityERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
|
|
86613
|
+
_ZZN4node4quic6Stream4Impl11SetPriorityERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_0
|
|
86614
|
+
_ZZN4node4quic6Stream4Impl11StopSendingERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
|
|
86615
|
+
_ZZN4node4quic6Stream4Impl7DestroyERKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
|
|
86616
|
+
_ZZN4node4quic6Stream8Outbound4PullESt8functionIFviPK10ngtcp2_vecmS3_IFvmEEEEiPS4_mmENKUlT_T0_T1_T2_E2_clIiPKNS_9DataQueue3VecEmS8_EEDaSC_SD_SE_SF_
|
|
86414
86617
|
_ZZN4node4quic7Session4Impl26on_get_path_challenge_dataEP11ngtcp2_connPhPvE4args
|
|
86415
86618
|
_ZZN4node4quic7Session4Impl7on_randEPhmPK15ngtcp2_rand_ctxE4args
|
|
86416
86619
|
_ZZN4node4quic8Endpoint3UDP4ImplC4EPS1_N2v85LocalINS5_6ObjectEEEE4args
|
|
@@ -86507,6 +86710,7 @@ _ZZN4node5Realm14AddBindingDataINS_3url11BindingDataEJEEEPT_N2v85LocalINS6_6Obje
|
|
|
86507
86710
|
_ZZN4node5Realm14AddBindingDataINS_4quic11BindingDataEJEEEPT_N2v85LocalINS6_6ObjectEEEDpOT0_E4args
|
|
86508
86711
|
_ZZN4node5Realm14AddBindingDataINS_5http210Http2StateEJEEEPT_N2v85LocalINS6_6ObjectEEEDpOT0_E4args
|
|
86509
86712
|
_ZZN4node5Realm14AddBindingDataINS_6timers11BindingDataEJEEEPT_N2v85LocalINS6_6ObjectEEEDpOT0_E4args
|
|
86713
|
+
_ZZN4node5Realm14AddBindingDataINS_7modules11BindingDataEJEEEPT_N2v85LocalINS6_6ObjectEEEDpOT0_E4args
|
|
86510
86714
|
_ZZN4node5Realm14AddBindingDataINS_7process11BindingDataEJEEEPT_N2v85LocalINS6_6ObjectEEEDpOT0_E4args
|
|
86511
86715
|
_ZZN4node5Realm14AddBindingDataINS_7process11BindingDataEJRPNS3_17InternalFieldInfoEEEEPT_N2v85LocalINS9_6ObjectEEEDpOT0_E4args
|
|
86512
86716
|
_ZZN4node5Realm14AddBindingDataINS_8v8_utils11BindingDataEJEEEPT_N2v85LocalINS6_6ObjectEEEDpOT0_E4args
|
|
@@ -86668,6 +86872,7 @@ _ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE4args
|
|
|
86668
86872
|
_ZZN4node6worker16WorkerThreadDataC4EPNS0_6WorkerEE4args_0
|
|
86669
86873
|
_ZZN4node6worker16WorkerThreadDataD4EvE4args
|
|
86670
86874
|
_ZZN4node6worker16WorkerThreadDataD4EvENUlPvE_4_FUNES2_
|
|
86875
|
+
_ZZN4node7ReallocI10ngtcp2_vecEEPT_S3_mE4args
|
|
86671
86876
|
_ZZN4node7ReallocI8uv_buf_tEEPT_S3_mE4args
|
|
86672
86877
|
_ZZN4node7ReallocIDsEEPT_S2_mE4args
|
|
86673
86878
|
_ZZN4node7ReallocIN2v85LocalINS1_5ValueEEEEEPT_S6_mE4args
|
|
@@ -86716,6 +86921,8 @@ _ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_1
|
|
|
86716
86921
|
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE0EE14StartTraceImplIdPKcEEvS8_T_S8_T0_E28trace_event_unique_atomic470
|
|
86717
86922
|
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE13StopTraceImplEvE28trace_event_unique_atomic480
|
|
86718
86923
|
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE14StartTraceImplEvE28trace_event_unique_atomic448
|
|
86924
|
+
_ZZN8simdjson8internal13compute_floatINS0_13binary_formatIdEEEENS0_17adjusted_mantissaERNS0_7decimalEE6powers
|
|
86925
|
+
_ZZN8simdjson8internal9dtoa_impl36get_cached_power_for_binary_exponentEiE13kCachedPowers
|
|
86719
86926
|
_ZZNK2v88internal8compiler26SimplifiedLoweringVerifier15InputTruncationEPNS1_4NodeEiE14any_truncation
|
|
86720
86927
|
_ZZNK4node14options_parser13OptionsParserINS_12DebugOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
86721
86928
|
_ZZNK4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
@@ -94147,11 +94354,15 @@ uv_udp_using_recvmmsg
|
|
|
94147
94354
|
uv_unref
|
|
94148
94355
|
uv_update_time
|
|
94149
94356
|
uv_uptime
|
|
94357
|
+
uv_utf16_length_as_wtf8
|
|
94358
|
+
uv_utf16_to_wtf8
|
|
94150
94359
|
uv_version
|
|
94151
94360
|
uv_version_string
|
|
94152
94361
|
uv_walk
|
|
94153
94362
|
uv_write
|
|
94154
94363
|
uv_write2
|
|
94364
|
+
uv_wtf8_length_as_utf16
|
|
94365
|
+
uv_wtf8_to_utf16
|
|
94155
94366
|
uvwasi__calloc
|
|
94156
94367
|
uvwasi__clock_getres_process_cputime
|
|
94157
94368
|
uvwasi__clock_getres_thread_cputime
|
package/include/node/uv.h
CHANGED
|
@@ -1885,6 +1885,18 @@ struct uv_loop_s {
|
|
|
1885
1885
|
UV_EXTERN void* uv_loop_get_data(const uv_loop_t*);
|
|
1886
1886
|
UV_EXTERN void uv_loop_set_data(uv_loop_t*, void* data);
|
|
1887
1887
|
|
|
1888
|
+
/* String utilities needed internally for dealing with Windows. */
|
|
1889
|
+
size_t uv_utf16_length_as_wtf8(const uint16_t* utf16,
|
|
1890
|
+
ssize_t utf16_len);
|
|
1891
|
+
int uv_utf16_to_wtf8(const uint16_t* utf16,
|
|
1892
|
+
ssize_t utf16_len,
|
|
1893
|
+
char** wtf8_ptr,
|
|
1894
|
+
size_t* wtf8_len_ptr);
|
|
1895
|
+
ssize_t uv_wtf8_length_as_utf16(const char* wtf8);
|
|
1896
|
+
void uv_wtf8_to_utf16(const char* wtf8,
|
|
1897
|
+
uint16_t* utf16,
|
|
1898
|
+
size_t utf16_len);
|
|
1899
|
+
|
|
1888
1900
|
/* Don't export the private CPP symbols. */
|
|
1889
1901
|
#undef UV_HANDLE_TYPE_PRIVATE
|
|
1890
1902
|
#undef UV_REQ_TYPE_PRIVATE
|
|
@@ -921,12 +921,22 @@ class V8_EXPORT EmbedderGraph {
|
|
|
921
921
|
virtual ~EmbedderGraph() = default;
|
|
922
922
|
};
|
|
923
923
|
|
|
924
|
+
class QueryObjectPredicate {
|
|
925
|
+
public:
|
|
926
|
+
virtual ~QueryObjectPredicate() = default;
|
|
927
|
+
virtual bool Filter(v8::Local<v8::Object> object) = 0;
|
|
928
|
+
};
|
|
929
|
+
|
|
924
930
|
/**
|
|
925
931
|
* Interface for controlling heap profiling. Instance of the
|
|
926
932
|
* profiler can be retrieved using v8::Isolate::GetHeapProfiler.
|
|
927
933
|
*/
|
|
928
934
|
class V8_EXPORT HeapProfiler {
|
|
929
935
|
public:
|
|
936
|
+
void QueryObjects(v8::Local<v8::Context> context,
|
|
937
|
+
QueryObjectPredicate* predicate,
|
|
938
|
+
std::vector<v8::Global<v8::Object>>* objects);
|
|
939
|
+
|
|
930
940
|
enum SamplingFlags {
|
|
931
941
|
kSamplingNoFlags = 0,
|
|
932
942
|
kSamplingForceGC = 1 << 0,
|
package/include/node/zlib.h
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* zlib.h -- interface of the 'zlib' general purpose compression library
|
|
2
|
-
version 1.
|
|
2
|
+
version 1.3, August 18th, 2023
|
|
3
3
|
|
|
4
|
-
Copyright (C) 1995-
|
|
4
|
+
Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
|
|
5
5
|
|
|
6
6
|
This software is provided 'as-is', without any express or implied
|
|
7
7
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
extern "C" {
|
|
38
38
|
#endif
|
|
39
39
|
|
|
40
|
-
#define ZLIB_VERSION "1.
|
|
41
|
-
#define ZLIB_VERNUM
|
|
40
|
+
#define ZLIB_VERSION "1.3"
|
|
41
|
+
#define ZLIB_VERNUM 0x1300
|
|
42
42
|
#define ZLIB_VER_MAJOR 1
|
|
43
|
-
#define ZLIB_VER_MINOR
|
|
44
|
-
#define ZLIB_VER_REVISION
|
|
45
|
-
#define ZLIB_VER_SUBREVISION
|
|
43
|
+
#define ZLIB_VER_MINOR 3
|
|
44
|
+
#define ZLIB_VER_REVISION 0
|
|
45
|
+
#define ZLIB_VER_SUBREVISION 0
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
The 'zlib' compression library provides in-memory compression and
|
|
@@ -320,8 +320,8 @@ ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
|
|
|
320
320
|
with the same value of the flush parameter and more output space (updated
|
|
321
321
|
avail_out), until the flush is complete (deflate returns with non-zero
|
|
322
322
|
avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
|
|
323
|
-
avail_out is greater than six
|
|
324
|
-
avail_out == 0
|
|
323
|
+
avail_out is greater than six when the flush marker begins, in order to avoid
|
|
324
|
+
repeated flush markers upon calling deflate() again when avail_out == 0.
|
|
325
325
|
|
|
326
326
|
If the parameter flush is set to Z_FINISH, pending input is processed,
|
|
327
327
|
pending output is flushed and deflate returns with Z_STREAM_END if there was
|