node-aix-ppc64 22.3.0 → 22.4.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 +129 -0
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +2 -0
- package/include/node/node.exp +385 -79
- package/include/node/node_version.h +1 -1
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#22.4.0">22.4.0</a><br/>
|
|
11
12
|
<a href="#22.3.0">22.3.0</a><br/>
|
|
12
13
|
<a href="#22.2.0">22.2.0</a><br/>
|
|
13
14
|
<a href="#22.1.0">22.1.0</a><br/>
|
|
@@ -40,6 +41,134 @@
|
|
|
40
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
43
|
|
|
44
|
+
<a id="22.4.0"></a>
|
|
45
|
+
|
|
46
|
+
## 2024-07-02, Version 22.4.0 (Current), @targos
|
|
47
|
+
|
|
48
|
+
### Notable Changes
|
|
49
|
+
|
|
50
|
+
#### Experimental Web Storage API
|
|
51
|
+
|
|
52
|
+
* \[[`9e30724b53`](https://github.com/nodejs/node/commit/9e30724b53)] - **(SEMVER-MINOR)** **deps,lib,src**: add experimental web storage (Colin Ihrig) [#52435](https://github.com/nodejs/node/pull/52435)
|
|
53
|
+
|
|
54
|
+
#### API stability updates
|
|
55
|
+
|
|
56
|
+
* \[[`201266706b`](https://github.com/nodejs/node/commit/201266706b)] - **doc**: move `node --run` stability to rc (Yagiz Nizipli) [#53433](https://github.com/nodejs/node/pull/53433)
|
|
57
|
+
* \[[`16c0884d48`](https://github.com/nodejs/node/commit/16c0884d48)] - **doc**: mark WebSocket as stable (Matthew Aitken) [#53352](https://github.com/nodejs/node/pull/53352)
|
|
58
|
+
* \[[`cf375e73c1`](https://github.com/nodejs/node/commit/cf375e73c1)] - **doc**: mark --heap-prof and related flags stable (Joyee Cheung) [#53343](https://github.com/nodejs/node/pull/53343)
|
|
59
|
+
* \[[`0160745057`](https://github.com/nodejs/node/commit/0160745057)] - **doc**: mark --cpu-prof and related flags stable (Joyee Cheung) [#53343](https://github.com/nodejs/node/pull/53343)
|
|
60
|
+
|
|
61
|
+
#### Other Notable Changes
|
|
62
|
+
|
|
63
|
+
* \[[`df4762722c`](https://github.com/nodejs/node/commit/df4762722c)] - **doc**: doc-only deprecate OpenSSL engine-based APIs (Richard Lau) [#53329](https://github.com/nodejs/node/pull/53329)
|
|
64
|
+
* \[[`ad5282e196`](https://github.com/nodejs/node/commit/ad5282e196)] - **inspector**: fix disable async hooks on `Debugger.setAsyncCallStackDepth` (Joyee Cheung) [#53473](https://github.com/nodejs/node/pull/53473)
|
|
65
|
+
* \[[`e95af740fc`](https://github.com/nodejs/node/commit/e95af740fc)] - **(SEMVER-MINOR)** **lib**: add diagnostics\_channel events to module loading (RafaelGSS) [#44340](https://github.com/nodejs/node/pull/44340)
|
|
66
|
+
* \[[`50733a1abe`](https://github.com/nodejs/node/commit/50733a1abe)] - **(SEMVER-MINOR)** **util**: support `--no-` for argument with boolean type for parseArgs (Zhenwei Jin) [#53107](https://github.com/nodejs/node/pull/53107)
|
|
67
|
+
|
|
68
|
+
### Commits
|
|
69
|
+
|
|
70
|
+
* \[[`9f32002397`](https://github.com/nodejs/node/commit/9f32002397)] - **assert,util**: correct comparison when both contain same reference (Daniel Lemire) [#53431](https://github.com/nodejs/node/pull/53431)
|
|
71
|
+
* \[[`dfdc062111`](https://github.com/nodejs/node/commit/dfdc062111)] - **buffer**: make indexOf(byte) faster (Tobias Nießen) [#53455](https://github.com/nodejs/node/pull/53455)
|
|
72
|
+
* \[[`1de437527e`](https://github.com/nodejs/node/commit/1de437527e)] - **build**: configure with shared sqlite3 (Chengzhong Wu) [#53519](https://github.com/nodejs/node/pull/53519)
|
|
73
|
+
* \[[`c7d44ba1f3`](https://github.com/nodejs/node/commit/c7d44ba1f3)] - **build**: find version of Clang installed on Windows (Stefan Stojanovic) [#53228](https://github.com/nodejs/node/pull/53228)
|
|
74
|
+
* \[[`36aad8b204`](https://github.com/nodejs/node/commit/36aad8b204)] - **build**: fix spacing before NINJA\_ARGS (jakecastelli) [#53181](https://github.com/nodejs/node/pull/53181)
|
|
75
|
+
* \[[`82092cdaa3`](https://github.com/nodejs/node/commit/82092cdaa3)] - **crypto**: improve GetECGroupBits signature (Tobias Nießen) [#53364](https://github.com/nodejs/node/pull/53364)
|
|
76
|
+
* \[[`073c231607`](https://github.com/nodejs/node/commit/073c231607)] - **deps**: update c-ares to v1.31.0 (Node.js GitHub Bot) [#53554](https://github.com/nodejs/node/pull/53554)
|
|
77
|
+
* \[[`977beab729`](https://github.com/nodejs/node/commit/977beab729)] - **(SEMVER-MINOR)** **deps**: sqlite: fix Windows compilation (Colin Ihrig) [#52435](https://github.com/nodejs/node/pull/52435)
|
|
78
|
+
* \[[`e69b8d202c`](https://github.com/nodejs/node/commit/e69b8d202c)] - **deps**: update undici to 6.19.2 (Node.js GitHub Bot) [#53468](https://github.com/nodejs/node/pull/53468)
|
|
79
|
+
* \[[`c4a7e051c8`](https://github.com/nodejs/node/commit/c4a7e051c8)] - **deps**: update undici to 6.19.1 (Node.js GitHub Bot) [#53468](https://github.com/nodejs/node/pull/53468)
|
|
80
|
+
* \[[`fa34f8fcf0`](https://github.com/nodejs/node/commit/fa34f8fcf0)] - **deps**: update undici to 6.19.1 (Node.js GitHub Bot) [#53468](https://github.com/nodejs/node/pull/53468)
|
|
81
|
+
* \[[`0b40bfad43`](https://github.com/nodejs/node/commit/0b40bfad43)] - **deps**: update undici to 6.19.0 (Node.js GitHub Bot) [#53468](https://github.com/nodejs/node/pull/53468)
|
|
82
|
+
* \[[`1877f22a79`](https://github.com/nodejs/node/commit/1877f22a79)] - **deps**: update simdjson to 3.9.4 (Node.js GitHub Bot) [#53467](https://github.com/nodejs/node/pull/53467)
|
|
83
|
+
* \[[`1b84964b8d`](https://github.com/nodejs/node/commit/1b84964b8d)] - **deps**: patch V8 to 12.4.254.21 (Node.js GitHub Bot) [#53470](https://github.com/nodejs/node/pull/53470)
|
|
84
|
+
* \[[`6acadeb59b`](https://github.com/nodejs/node/commit/6acadeb59b)] - **deps**: update acorn-walk to 8.3.3 (Node.js GitHub Bot) [#53466](https://github.com/nodejs/node/pull/53466)
|
|
85
|
+
* \[[`7a7f438841`](https://github.com/nodejs/node/commit/7a7f438841)] - **deps**: update zlib to 1.3.0.1-motley-209717d (Node.js GitHub Bot) [#53156](https://github.com/nodejs/node/pull/53156)
|
|
86
|
+
* \[[`bf891bf64c`](https://github.com/nodejs/node/commit/bf891bf64c)] - **deps**: update c-ares to v1.30.0 (Node.js GitHub Bot) [#53416](https://github.com/nodejs/node/pull/53416)
|
|
87
|
+
* \[[`bd68888261`](https://github.com/nodejs/node/commit/bd68888261)] - **deps**: V8: cherry-pick a3cc8522a4c8 (kxxt) [#53412](https://github.com/nodejs/node/pull/53412)
|
|
88
|
+
* \[[`2defaaf771`](https://github.com/nodejs/node/commit/2defaaf771)] - **deps**: V8: cherry-pick 6ea594ff7132 (kxxt) [#53412](https://github.com/nodejs/node/pull/53412)
|
|
89
|
+
* \[[`9e30724b53`](https://github.com/nodejs/node/commit/9e30724b53)] - **(SEMVER-MINOR)** **deps,lib,src**: add experimental web storage (Colin Ihrig) [#52435](https://github.com/nodejs/node/pull/52435)
|
|
90
|
+
* \[[`608cc05de1`](https://github.com/nodejs/node/commit/608cc05de1)] - **doc**: recommend not using libuv node-api function (Michael Dawson) [#53521](https://github.com/nodejs/node/pull/53521)
|
|
91
|
+
* \[[`30858eca59`](https://github.com/nodejs/node/commit/30858eca59)] - **doc**: add additional guidance for PRs to deps (Michael Dawson) [#53499](https://github.com/nodejs/node/pull/53499)
|
|
92
|
+
* \[[`a5852cc710`](https://github.com/nodejs/node/commit/a5852cc710)] - **doc**: only apply content-visibility on all.html (Filip Skokan) [#53510](https://github.com/nodejs/node/pull/53510)
|
|
93
|
+
* \[[`befabe5c58`](https://github.com/nodejs/node/commit/befabe5c58)] - **doc**: update the description of the return type for options.filter (Zhenwei Jin) [#52742](https://github.com/nodejs/node/pull/52742)
|
|
94
|
+
* \[[`5ed1a036ba`](https://github.com/nodejs/node/commit/5ed1a036ba)] - **doc**: remove first timer badge (Aviv Keller) [#53338](https://github.com/nodejs/node/pull/53338)
|
|
95
|
+
* \[[`201266706b`](https://github.com/nodejs/node/commit/201266706b)] - **doc**: move `node --run` stability to rc (Yagiz Nizipli) [#53433](https://github.com/nodejs/node/pull/53433)
|
|
96
|
+
* \[[`46a7681cc4`](https://github.com/nodejs/node/commit/46a7681cc4)] - **doc**: add Buffer.from(string) to functions that use buffer pool (Christian Bates-White) [#52801](https://github.com/nodejs/node/pull/52801)
|
|
97
|
+
* \[[`ec5364f6de`](https://github.com/nodejs/node/commit/ec5364f6de)] - **doc**: add initial text for ambassadors program (Michael Dawson) [#52857](https://github.com/nodejs/node/pull/52857)
|
|
98
|
+
* \[[`fa113b8fc7`](https://github.com/nodejs/node/commit/fa113b8fc7)] - **doc**: fix typo (EhsanKhaki) [#53397](https://github.com/nodejs/node/pull/53397)
|
|
99
|
+
* \[[`d9182d0086`](https://github.com/nodejs/node/commit/d9182d0086)] - **doc**: define more cases for stream event emissions (Aviv Keller) [#53317](https://github.com/nodejs/node/pull/53317)
|
|
100
|
+
* \[[`923d24b6f2`](https://github.com/nodejs/node/commit/923d24b6f2)] - **doc**: remove mentions of policy model from security info (Aviv Keller) [#53249](https://github.com/nodejs/node/pull/53249)
|
|
101
|
+
* \[[`48f78cd31b`](https://github.com/nodejs/node/commit/48f78cd31b)] - **doc**: fix mistakes in the module `load` hook api (István Donkó) [#53349](https://github.com/nodejs/node/pull/53349)
|
|
102
|
+
* \[[`16c0884d48`](https://github.com/nodejs/node/commit/16c0884d48)] - **doc**: mark WebSocket as stable (Matthew Aitken) [#53352](https://github.com/nodejs/node/pull/53352)
|
|
103
|
+
* \[[`df4762722c`](https://github.com/nodejs/node/commit/df4762722c)] - **doc**: doc-only deprecate OpenSSL engine-based APIs (Richard Lau) [#53329](https://github.com/nodejs/node/pull/53329)
|
|
104
|
+
* \[[`cf375e73c1`](https://github.com/nodejs/node/commit/cf375e73c1)] - **doc**: mark --heap-prof and related flags stable (Joyee Cheung) [#53343](https://github.com/nodejs/node/pull/53343)
|
|
105
|
+
* \[[`0160745057`](https://github.com/nodejs/node/commit/0160745057)] - **doc**: mark --cpu-prof and related flags stable (Joyee Cheung) [#53343](https://github.com/nodejs/node/pull/53343)
|
|
106
|
+
* \[[`6e12d9f049`](https://github.com/nodejs/node/commit/6e12d9f049)] - **doc**: remove IRC from man page (Tobias Nießen) [#53344](https://github.com/nodejs/node/pull/53344)
|
|
107
|
+
* \[[`24c7a9415b`](https://github.com/nodejs/node/commit/24c7a9415b)] - **doc, http**: add `rejectNonStandardBodyWrites` option, clear its behaviour (jakecastelli) [#53396](https://github.com/nodejs/node/pull/53396)
|
|
108
|
+
* \[[`ec38f3dc6a`](https://github.com/nodejs/node/commit/ec38f3dc6a)] - **doc, meta**: organize contributing to Node-API guide (Aviv Keller) [#53243](https://github.com/nodejs/node/pull/53243)
|
|
109
|
+
* \[[`cf5a973c42`](https://github.com/nodejs/node/commit/cf5a973c42)] - **doc, meta**: use markdown rather than HTML in CONTRIBUTING.md (Aviv Keller) [#53235](https://github.com/nodejs/node/pull/53235)
|
|
110
|
+
* \[[`105b006fd2`](https://github.com/nodejs/node/commit/105b006fd2)] - **fs**: move `ToNamespacedPath` to c++ (Yagiz Nizipli) [#52135](https://github.com/nodejs/node/pull/52135)
|
|
111
|
+
* \[[`568377f7f0`](https://github.com/nodejs/node/commit/568377f7f0)] - **fs**: do not crash if the watched file is removed while setting up watch (Matteo Collina) [#53452](https://github.com/nodejs/node/pull/53452)
|
|
112
|
+
* \[[`fad179307c`](https://github.com/nodejs/node/commit/fad179307c)] - **fs**: add fast api for `InternalModuleStat` (Yagiz Nizipli) [#51344](https://github.com/nodejs/node/pull/51344)
|
|
113
|
+
* \[[`41100b65f6`](https://github.com/nodejs/node/commit/41100b65f6)] - **http2**: reject failed http2.connect when used with promisify (ehsankhfr) [#53475](https://github.com/nodejs/node/pull/53475)
|
|
114
|
+
* \[[`ad5282e196`](https://github.com/nodejs/node/commit/ad5282e196)] - **inspector**: fix disable async hooks on Debugger.setAsyncCallStackDepth (Joyee Cheung) [#53473](https://github.com/nodejs/node/pull/53473)
|
|
115
|
+
* \[[`b5fc227344`](https://github.com/nodejs/node/commit/b5fc227344)] - **lib**: fix typo in comment (codediverdev) [#53543](https://github.com/nodejs/node/pull/53543)
|
|
116
|
+
* \[[`e95af740fc`](https://github.com/nodejs/node/commit/e95af740fc)] - **(SEMVER-MINOR)** **lib**: add diagnostics\_channel events to module loading (RafaelGSS) [#44340](https://github.com/nodejs/node/pull/44340)
|
|
117
|
+
* \[[`123910f1de`](https://github.com/nodejs/node/commit/123910f1de)] - **lib**: remove the unused code (theanarkh) [#53463](https://github.com/nodejs/node/pull/53463)
|
|
118
|
+
* \[[`452011b719`](https://github.com/nodejs/node/commit/452011b719)] - **lib**: speed up MessageEvent creation internally (Matthew Aitken) [#52951](https://github.com/nodejs/node/pull/52951)
|
|
119
|
+
* \[[`710cf7758c`](https://github.com/nodejs/node/commit/710cf7758c)] - **lib**: reduce amount of caught URL errors (Yagiz Nizipli) [#52658](https://github.com/nodejs/node/pull/52658)
|
|
120
|
+
* \[[`45b59e58d1`](https://github.com/nodejs/node/commit/45b59e58d1)] - **lib**: fix naming convention of `Symbol` (Deokjin Kim) [#53387](https://github.com/nodejs/node/pull/53387)
|
|
121
|
+
* \[[`515dd24ee7`](https://github.com/nodejs/node/commit/515dd24ee7)] - **lib**: fix timer leak (theanarkh) [#53337](https://github.com/nodejs/node/pull/53337)
|
|
122
|
+
* \[[`77166137be`](https://github.com/nodejs/node/commit/77166137be)] - **meta**: use correct source for workflow in PR (Aviv Keller) [#53490](https://github.com/nodejs/node/pull/53490)
|
|
123
|
+
* \[[`d1c10fee53`](https://github.com/nodejs/node/commit/d1c10fee53)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#53480](https://github.com/nodejs/node/pull/53480)
|
|
124
|
+
* \[[`a5026386bf`](https://github.com/nodejs/node/commit/a5026386bf)] - **meta**: fix typo in dependency updates (Aviv Keller) [#53471](https://github.com/nodejs/node/pull/53471)
|
|
125
|
+
* \[[`0b9191da99`](https://github.com/nodejs/node/commit/0b9191da99)] - **meta**: bump step-security/harden-runner from 2.7.1 to 2.8.0 (dependabot\[bot]) [#53245](https://github.com/nodejs/node/pull/53245)
|
|
126
|
+
* \[[`49cfb9d001`](https://github.com/nodejs/node/commit/49cfb9d001)] - **src**: reset `process.versions` during pre-execution (Richard Lau) [#53444](https://github.com/nodejs/node/pull/53444)
|
|
127
|
+
* \[[`15df4edd22`](https://github.com/nodejs/node/commit/15df4edd22)] - **src**: use `args.This()` instead of `Holder` (Michaël Zasso) [#53474](https://github.com/nodejs/node/pull/53474)
|
|
128
|
+
* \[[`e16a04e852`](https://github.com/nodejs/node/commit/e16a04e852)] - **src**: fix dynamically linked OpenSSL version (Richard Lau) [#53456](https://github.com/nodejs/node/pull/53456)
|
|
129
|
+
* \[[`5961253824`](https://github.com/nodejs/node/commit/5961253824)] - **src**: remove `base64` from `process.versions` (Richard Lau) [#53442](https://github.com/nodejs/node/pull/53442)
|
|
130
|
+
* \[[`11dd15c0b5`](https://github.com/nodejs/node/commit/11dd15c0b5)] - **src**: remove `SetEncoding` from StringEncoder (Yagiz Nizipli) [#53441](https://github.com/nodejs/node/pull/53441)
|
|
131
|
+
* \[[`0c7e69acd2`](https://github.com/nodejs/node/commit/0c7e69acd2)] - **src**: simplify `size() == 0` checks (Yagiz Nizipli) [#53440](https://github.com/nodejs/node/pull/53440)
|
|
132
|
+
* \[[`f077afafda`](https://github.com/nodejs/node/commit/f077afafda)] - **src**: add utilities to help debugging reproducibility of snapshots (Joyee Cheung) [#50983](https://github.com/nodejs/node/pull/50983)
|
|
133
|
+
* \[[`004b9ea4c4`](https://github.com/nodejs/node/commit/004b9ea4c4)] - **src**: make sure that memcpy-ed structs in snapshot have no padding (Joyee Cheung) [#50983](https://github.com/nodejs/node/pull/50983)
|
|
134
|
+
* \[[`bfc5236423`](https://github.com/nodejs/node/commit/bfc5236423)] - **src**: return non-empty data in context data serializer (Joyee Cheung) [#50983](https://github.com/nodejs/node/pull/50983)
|
|
135
|
+
* \[[`955454ba4d`](https://github.com/nodejs/node/commit/955454ba4d)] - **src**: fix typo in env.cc (EhsanKhaki) [#53418](https://github.com/nodejs/node/pull/53418)
|
|
136
|
+
* \[[`7d8787768c`](https://github.com/nodejs/node/commit/7d8787768c)] - **src**: avoid strcmp in favor of operator== (Tobias Nießen) [#53439](https://github.com/nodejs/node/pull/53439)
|
|
137
|
+
* \[[`599e7c3d8e`](https://github.com/nodejs/node/commit/599e7c3d8e)] - **src**: remove ArrayBufferAllocator::Reallocate override (Shu-yu Guo) [#52910](https://github.com/nodejs/node/pull/52910)
|
|
138
|
+
* \[[`f9075ff38e`](https://github.com/nodejs/node/commit/f9075ff38e)] - **src**: print v8::OOMDetails::detail when it's available (Joyee Cheung) [#53360](https://github.com/nodejs/node/pull/53360)
|
|
139
|
+
* \[[`4704270443`](https://github.com/nodejs/node/commit/4704270443)] - **src**: fix IsIPAddress for IPv6 (Hüseyin Açacak) [#53400](https://github.com/nodejs/node/pull/53400)
|
|
140
|
+
* \[[`63f62d76de`](https://github.com/nodejs/node/commit/63f62d76de)] - **src**: fix permission inspector crash (theanarkh) [#53389](https://github.com/nodejs/node/pull/53389)
|
|
141
|
+
* \[[`70bbc02dac`](https://github.com/nodejs/node/commit/70bbc02dac)] - **src, deps**: add nbytes library (James M Snell) [#53507](https://github.com/nodejs/node/pull/53507)
|
|
142
|
+
* \[[`8b877099d0`](https://github.com/nodejs/node/commit/8b877099d0)] - **stream**: update outdated highwatermark doc (Jay Kim) [#53494](https://github.com/nodejs/node/pull/53494)
|
|
143
|
+
* \[[`eded1e9768`](https://github.com/nodejs/node/commit/eded1e9768)] - **stream**: support dispose in writable (Benjamin Gruenbaum) [#48547](https://github.com/nodejs/node/pull/48547)
|
|
144
|
+
* \[[`b3372a8b0e`](https://github.com/nodejs/node/commit/b3372a8b0e)] - **stream**: callback should be called when pendingcb is 0 (jakecastelli) [#53438](https://github.com/nodejs/node/pull/53438)
|
|
145
|
+
* \[[`f4efb7f625`](https://github.com/nodejs/node/commit/f4efb7f625)] - **stream**: make sure \_destroy is called (jakecastelli) [#53213](https://github.com/nodejs/node/pull/53213)
|
|
146
|
+
* \[[`7dde37591c`](https://github.com/nodejs/node/commit/7dde37591c)] - **stream**: prevent stream unexpected pause when highWaterMark set to 0 (jakecastelli) [#53261](https://github.com/nodejs/node/pull/53261)
|
|
147
|
+
* \[[`6e66d9763f`](https://github.com/nodejs/node/commit/6e66d9763f)] - **test**: mark `test-benchmark-crypto` as flaky (Antoine du Hamel) [#52955](https://github.com/nodejs/node/pull/52955)
|
|
148
|
+
* \[[`1eebcbf9bf`](https://github.com/nodejs/node/commit/1eebcbf9bf)] - **test**: skip reproducible snapshot test on 32-bit (Michaël Zasso) [#53592](https://github.com/nodejs/node/pull/53592)
|
|
149
|
+
* \[[`91b2850303`](https://github.com/nodejs/node/commit/91b2850303)] - **test**: extend env for `test-node-output-errors` (Richard Lau) [#53535](https://github.com/nodejs/node/pull/53535)
|
|
150
|
+
* \[[`bcad560726`](https://github.com/nodejs/node/commit/bcad560726)] - **test**: update `compression` web-platform tests (Yagiz Nizipli) [#53478](https://github.com/nodejs/node/pull/53478)
|
|
151
|
+
* \[[`b8f436c755`](https://github.com/nodejs/node/commit/b8f436c755)] - **test**: update encoding web-platform tests (Yagiz Nizipli) [#53477](https://github.com/nodejs/node/pull/53477)
|
|
152
|
+
* \[[`d2c169a4f6`](https://github.com/nodejs/node/commit/d2c169a4f6)] - **test**: update `url` web-platform tests (Yagiz Nizipli) [#53472](https://github.com/nodejs/node/pull/53472)
|
|
153
|
+
* \[[`513e6aa4c7`](https://github.com/nodejs/node/commit/513e6aa4c7)] - **test**: check against run-time OpenSSL version (Richard Lau) [#53456](https://github.com/nodejs/node/pull/53456)
|
|
154
|
+
* \[[`602b9d63c4`](https://github.com/nodejs/node/commit/602b9d63c4)] - **test**: update tests for OpenSSL 3.0.14 (Richard Lau) [#53373](https://github.com/nodejs/node/pull/53373)
|
|
155
|
+
* \[[`4a3525bb08`](https://github.com/nodejs/node/commit/4a3525bb08)] - **test**: fix test-http-server-keepalive-req-gc (Etienne Pierre-doray) [#53292](https://github.com/nodejs/node/pull/53292)
|
|
156
|
+
* \[[`7349edb28b`](https://github.com/nodejs/node/commit/7349edb28b)] - **test**: update TLS tests for OpenSSL 3.2 (Richard Lau) [#53384](https://github.com/nodejs/node/pull/53384)
|
|
157
|
+
* \[[`a11a05763d`](https://github.com/nodejs/node/commit/a11a05763d)] - **tls**: check result of SSL\_CTX\_set\_\*\_proto\_version (Tobias Nießen) [#53459](https://github.com/nodejs/node/pull/53459)
|
|
158
|
+
* \[[`4b47f89eb2`](https://github.com/nodejs/node/commit/4b47f89eb2)] - **tls**: avoid taking ownership of OpenSSL objects (Tobias Nießen) [#53436](https://github.com/nodejs/node/pull/53436)
|
|
159
|
+
* \[[`ac8adeb99f`](https://github.com/nodejs/node/commit/ac8adeb99f)] - **tls**: use SSL\_get\_peer\_tmp\_key (Tobias Nießen) [#53366](https://github.com/nodejs/node/pull/53366)
|
|
160
|
+
* \[[`d5c380bb09`](https://github.com/nodejs/node/commit/d5c380bb09)] - **tools**: lock versions of irrelevant DB deps (Michaël Zasso) [#53546](https://github.com/nodejs/node/pull/53546)
|
|
161
|
+
* \[[`71321bb249`](https://github.com/nodejs/node/commit/71321bb249)] - **tools**: fix skip detection of test runner output (Richard Lau) [#53545](https://github.com/nodejs/node/pull/53545)
|
|
162
|
+
* \[[`ca198f4125`](https://github.com/nodejs/node/commit/ca198f4125)] - **tools**: update eslint to 9.5.0 (Node.js GitHub Bot) [#53515](https://github.com/nodejs/node/pull/53515)
|
|
163
|
+
* \[[`30fdd482a1`](https://github.com/nodejs/node/commit/30fdd482a1)] - **tools**: move ESLint to tools/eslint (Michaël Zasso) [#53413](https://github.com/nodejs/node/pull/53413)
|
|
164
|
+
* \[[`fe85e05ba9`](https://github.com/nodejs/node/commit/fe85e05ba9)] - **tools**: fix c-ares update script (Marco Ippolito) [#53414](https://github.com/nodejs/node/pull/53414)
|
|
165
|
+
* \[[`8eb7bdf81b`](https://github.com/nodejs/node/commit/8eb7bdf81b)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#53158](https://github.com/nodejs/node/pull/53158)
|
|
166
|
+
* \[[`9ece63d415`](https://github.com/nodejs/node/commit/9ece63d415)] - **tools**: do not run Corepack code before it's reviewed (Antoine du Hamel) [#53405](https://github.com/nodejs/node/pull/53405)
|
|
167
|
+
* \[[`ab2021492b`](https://github.com/nodejs/node/commit/ab2021492b)] - **tools**: move ESLint tools to tools/eslint (Michaël Zasso) [#53393](https://github.com/nodejs/node/pull/53393)
|
|
168
|
+
* \[[`78a9037a6d`](https://github.com/nodejs/node/commit/78a9037a6d)] - **tools**: use Ubuntu 24.04 and Clang on GitHub actions (Michaël Zasso) [#53212](https://github.com/nodejs/node/pull/53212)
|
|
169
|
+
* \[[`855eb25dad`](https://github.com/nodejs/node/commit/855eb25dad)] - **tools**: add stream label on PR when related files being changed in lib (jakecastelli) [#53269](https://github.com/nodejs/node/pull/53269)
|
|
170
|
+
* \[[`50733a1abe`](https://github.com/nodejs/node/commit/50733a1abe)] - **(SEMVER-MINOR)** **util**: support `--no-` for argument with boolean type for parseArgs (Zhenwei Jin) [#53107](https://github.com/nodejs/node/pull/53107)
|
|
171
|
+
|
|
43
172
|
<a id="22.3.0"></a>
|
|
44
173
|
|
|
45
174
|
## 2024-06-11, Version 22.3.0 (Current), @RafaelGSS
|
package/LICENSE
CHANGED
|
@@ -2003,7 +2003,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
2003
2003
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2004
2004
|
"""
|
|
2005
2005
|
|
|
2006
|
-
- ESLint, located at tools/node_modules/eslint, is licensed as follows:
|
|
2006
|
+
- ESLint, located at tools/eslint/node_modules/eslint, is licensed as follows:
|
|
2007
2007
|
"""
|
|
2008
2008
|
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
|
2009
2009
|
|
package/README.md
CHANGED
|
@@ -455,8 +455,6 @@ For information about the governance of the Node.js project, see
|
|
|
455
455
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
456
456
|
* [watilde](https://github.com/watilde) -
|
|
457
457
|
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
458
|
-
* [XadillaX](https://github.com/XadillaX) -
|
|
459
|
-
**Khaidi Chu** <<i@2333.moe>> (he/him)
|
|
460
458
|
* [zcbenz](https://github.com/zcbenz) -
|
|
461
459
|
**Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
|
|
462
460
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
@@ -705,6 +703,8 @@ For information about the governance of the Node.js project, see
|
|
|
705
703
|
**Thomas Watson** <<w@tson.dk>>
|
|
706
704
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
707
705
|
**Jeremy Whitlock** <<jwhitlock@apache.org>>
|
|
706
|
+
* [XadillaX](https://github.com/XadillaX) -
|
|
707
|
+
**Khaidi Chu** <<i@2333.moe>> (he/him)
|
|
708
708
|
* [yashLadha](https://github.com/yashLadha) -
|
|
709
709
|
**Yash Ladha** <<yash@yashladha.in>> (he/him)
|
|
710
710
|
* [yhwang](https://github.com/yhwang) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -297,6 +297,7 @@
|
|
|
297
297
|
'lib/internal/watch_mode/files_watcher.js',
|
|
298
298
|
'lib/internal/watchdog.js',
|
|
299
299
|
'lib/internal/webidl.js',
|
|
300
|
+
'lib/internal/webstorage.js',
|
|
300
301
|
'lib/internal/webstreams/adapters.js',
|
|
301
302
|
'lib/internal/webstreams/compression.js',
|
|
302
303
|
'lib/internal/webstreams/encoding.js',
|
|
@@ -361,6 +362,7 @@
|
|
|
361
362
|
'node_shared_openssl': 'false',
|
|
362
363
|
'node_shared_simdjson': 'false',
|
|
363
364
|
'node_shared_simdutf': 'false',
|
|
365
|
+
'node_shared_sqlite': 'false',
|
|
364
366
|
'node_shared_uvwasi': 'false',
|
|
365
367
|
'node_shared_zlib': 'false',
|
|
366
368
|
'node_tag': '',
|
package/include/node/node.exp
CHANGED
|
@@ -5989,27 +5989,27 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5989
5989
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5990
5990
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5991
5991
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5992
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
5993
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5994
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
5995
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5996
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5997
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5998
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5999
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6000
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6001
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6002
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6003
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6004
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6005
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6006
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6007
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6008
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6009
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6010
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6011
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6012
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5992
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_BFF00FE3_0x960c61910d2bcdfe
|
|
5993
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0xbee986d71cf06ffa
|
|
5994
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_6EE78FAE_0x7444ae98e88624f
|
|
5995
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xdc30a3a6ad6911cc
|
|
5996
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xc952ad80a230d1d3
|
|
5997
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0xf73e8c0136bfd312
|
|
5998
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xc12823138683bf1c
|
|
5999
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_E21CEA7D_0x5915a296bf594b87
|
|
6000
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_6EE78FAE_0xf54715bbe3fe4f8b
|
|
6001
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_E21CEA7D_0xadf8b98836cac522
|
|
6002
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x30e4308189d1ed9a
|
|
6003
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xe5f1bb661e3d4f07
|
|
6004
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x39182b79f6e339c4
|
|
6005
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_BFF00FE3_0x247bb223dc908a5
|
|
6006
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0xce617811800832e7
|
|
6007
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_E21CEA7D_0x6c89caa5afd263ed
|
|
6008
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_E21CEA7D_0x2ee69f41c5599282
|
|
6009
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_BFF00FE3_0xc80f82ae5784deea
|
|
6010
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xbe2fe68ce29cacac
|
|
6011
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_E21CEA7D_0x8cc6988f8ac90839
|
|
6012
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x714206966796639e
|
|
6013
6013
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6014
6014
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
6015
6015
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -7028,8 +7028,10 @@ _GLOBAL__I_65535_0__ZN4node10cares_wrap11ChannelWrapC2EPNS_11EnvironmentEN2v85Lo
|
|
|
7028
7028
|
_GLOBAL__I_65535_0__ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEPNS0_14ContextOptionsE
|
|
7029
7029
|
_GLOBAL__I_65535_0__ZN4node10permission10Permission18PermissionToStringENS0_15PermissionScopeE
|
|
7030
7030
|
_GLOBAL__I_65535_0__ZN4node10permission12FSPermission5ApplyEPNS_11EnvironmentERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EENS0_15PermissionScopeE
|
|
7031
|
+
_GLOBAL__I_65535_0__ZN4node10webstorage7StorageC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEE
|
|
7031
7032
|
_GLOBAL__I_65535_0__ZN4node11ConnectWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeE
|
|
7032
7033
|
_GLOBAL__I_65535_0__ZN4node11StatWatcher26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
|
|
7034
|
+
_GLOBAL__I_65535_0__ZN4node11StringBytes9WriteUCS2EPN2v87IsolateEPcmNS1_5LocalINS1_6StringEEEi
|
|
7033
7035
|
_GLOBAL__I_65535_0__ZN4node11Uint32ToHexB5cxx11Ej
|
|
7034
7036
|
_GLOBAL__I_65535_0__ZN4node11per_process11dotenv_fileE
|
|
7035
7037
|
_GLOBAL__I_65535_0__ZN4node11per_process11umask_mutexE
|
|
@@ -7048,7 +7050,6 @@ _GLOBAL__I_65535_0__ZN4node13ParseEncodingEPKcNS_8encodingE
|
|
|
7048
7050
|
_GLOBAL__I_65535_0__ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
|
|
7049
7051
|
_GLOBAL__I_65535_0__ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
|
|
7050
7052
|
_GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
|
|
7051
|
-
_GLOBAL__I_65535_0__ZN4node14unbase64_tableE
|
|
7052
7053
|
_GLOBAL__I_65535_0__ZN4node15IsPathSeparatorEc
|
|
7053
7054
|
_GLOBAL__I_65535_0__ZN4node15NodeCategorySet3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
7054
7055
|
_GLOBAL__I_65535_0__ZN4node15linux_at_secureEv
|
|
@@ -7192,18 +7193,18 @@ _GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
|
|
|
7192
7193
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7193
7194
|
_GLOBAL__I_65535_0__ZNK4node4quic14PathDescriptor8ToStringB5cxx11Ev
|
|
7194
7195
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7195
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7196
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7197
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
7198
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7199
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7200
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7201
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7202
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7203
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7204
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7205
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7206
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7196
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x4b61556b7ed78a46
|
|
7197
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_E21CEA7D_0x40e41e2397a2fa8f
|
|
7198
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xc0c5005c54eb40c8
|
|
7199
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x51d2223ac3ed2d9a
|
|
7200
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x49b14e6decf8fe5a
|
|
7201
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_BFF00FE3_0x1964cc0e8e7df7a7
|
|
7202
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x5ab86e3510c9d1a5
|
|
7203
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0xfaab98a814a4c605
|
|
7204
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_E21CEA7D_0xfad0c9bcd2567a9c
|
|
7205
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_E21CEA7D_0xa31980a8d7d27872
|
|
7206
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0x8e9fd70cf9308a29
|
|
7207
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0xbea6e5cbe733f0ef
|
|
7207
7208
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7208
7209
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7209
7210
|
_HZData_75
|
|
@@ -7289,6 +7290,7 @@ _Z20_register_mksnapshotv
|
|
|
7289
7290
|
_Z20_register_permissionv
|
|
7290
7291
|
_Z20_register_spawn_syncv
|
|
7291
7292
|
_Z20_register_task_queuev
|
|
7293
|
+
_Z20_register_webstoragev
|
|
7292
7294
|
_Z20ulocimp_getParent_75PKcR10UErrorCode
|
|
7293
7295
|
_Z20ulocimp_getParent_75PKcRN6icu_758ByteSinkER10UErrorCode
|
|
7294
7296
|
_Z20ulocimp_getRegion_75PKcR10UErrorCode
|
|
@@ -7455,7 +7457,9 @@ _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2
|
|
|
7455
7457
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7456
7458
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7457
7459
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7460
|
+
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEENS2_IjJEEENS2_IlJEEENS2_IbJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7458
7461
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEESC_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7462
|
+
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IRKNS_17FastOneByteStringEJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7459
7463
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7460
7464
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
7461
7465
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -60660,6 +60664,7 @@ _ZN4heap4base8WorklistISt4pairIN2v88internal6TaggedINS4_10HeapObjectEEEiELt256EE
|
|
|
60660
60664
|
_ZN4heap4base8WorklistISt4pairIN2v88internal6TaggedINS4_10HeapObjectEEEiELt256EE7Segment6CreateEt
|
|
60661
60665
|
_ZN4heap4base8internal11SegmentBase25GetSentinelSegmentAddressEv
|
|
60662
60666
|
_ZN4node10AsyncHooks11DeserializeEN2v85LocalINS1_7ContextEEE
|
|
60667
|
+
_ZN4node10AsyncHooks15GetPromiseHooksEPN2v87IsolateE
|
|
60663
60668
|
_ZN4node10AsyncHooks17ResetPromiseHooksEN2v85LocalINS1_8FunctionEEES4_S4_S4_
|
|
60664
60669
|
_ZN4node10AsyncHooks17pop_async_contextEd
|
|
60665
60670
|
_ZN4node10AsyncHooks18push_async_contextEddN2v85LocalINS1_6ObjectEEE
|
|
@@ -60723,6 +60728,7 @@ _ZN4node10JSONWriter12write_stringESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
60723
60728
|
_ZN4node10JSONWriter13json_arrayendEv
|
|
60724
60729
|
_ZN4node10JSONWriter13json_keyvalueIA10_cA256_cEEvRKT_RKT0_
|
|
60725
60730
|
_ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
|
|
60731
|
+
_ZN4node10JSONWriter13json_keyvalueIA12_cmEEvRKT_RKT0_
|
|
60726
60732
|
_ZN4node10JSONWriter13json_keyvalueIA15_cmEEvRKT_RKT0_
|
|
60727
60733
|
_ZN4node10JSONWriter13json_keyvalueIA19_cmEEvRKT_RKT0_
|
|
60728
60734
|
_ZN4node10JSONWriter13json_keyvalueIA4_cmEEvRKT_RKT0_
|
|
@@ -60996,6 +61002,20 @@ _ZN4node10permission22ChildProcessPermission5ApplyEPNS_11EnvironmentERKSt6vector
|
|
|
60996
61002
|
_ZN4node10permission23CreateAccessDeniedErrorEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
60997
61003
|
_ZN4node10permission26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
60998
61004
|
_ZN4node10task_queue26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
61005
|
+
_ZN4node10webstorage7Storage3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
61006
|
+
_ZN4node10webstorage7Storage4LoadEN2v85LocalINS2_4NameEEE
|
|
61007
|
+
_ZN4node10webstorage7Storage4OpenEv
|
|
61008
|
+
_ZN4node10webstorage7Storage5ClearEv
|
|
61009
|
+
_ZN4node10webstorage7Storage5StoreEN2v85LocalINS2_4NameEEENS3_INS2_5ValueEEE
|
|
61010
|
+
_ZN4node10webstorage7Storage6LengthEv
|
|
61011
|
+
_ZN4node10webstorage7Storage6RemoveEN2v85LocalINS2_4NameEEE
|
|
61012
|
+
_ZN4node10webstorage7Storage7LoadKeyEi
|
|
61013
|
+
_ZN4node10webstorage7Storage9EnumerateEv
|
|
61014
|
+
_ZN4node10webstorage7StorageC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEE
|
|
61015
|
+
_ZN4node10webstorage7StorageC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6StringEEE
|
|
61016
|
+
_ZN4node10webstorage7StorageD0Ev
|
|
61017
|
+
_ZN4node10webstorage7StorageD1Ev
|
|
61018
|
+
_ZN4node10webstorage7StorageD2Ev
|
|
60999
61019
|
_ZN4node11AddressToJSEPNS_11EnvironmentEPK8sockaddrN2v85LocalINS5_6ObjectEEE
|
|
61000
61020
|
_ZN4node11BufferValueC1EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
|
|
61001
61021
|
_ZN4node11BufferValueC2EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
|
|
@@ -61146,6 +61166,7 @@ _ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKc
|
|
|
61146
61166
|
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRPKcEEES6_SA_OT_DpOT0_
|
|
61147
61167
|
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRS6_S9_EEES6_PKcOT_DpOT0_
|
|
61148
61168
|
_ZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS8_EEES6_PKcOT_DpOT0_
|
|
61169
|
+
_ZN4node11SPrintFImplIRKPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
61149
61170
|
_ZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_
|
|
61150
61171
|
_ZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
61151
61172
|
_ZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -61263,6 +61284,9 @@ _ZN4node11SPrintFImplIlJRNS_4quic9QuicErrorEEEENSt7__cxx1112basic_stringIcSt11ch
|
|
|
61263
61284
|
_ZN4node11SPrintFImplIlJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
61264
61285
|
_ZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
61265
61286
|
_ZN4node11SPrintFImplImJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
61287
|
+
_ZN4node11SPrintFImplImJPKcmRmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
61288
|
+
_ZN4node11SPrintFImplImJPKcmmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
61289
|
+
_ZN4node11SPrintFImplImJRKjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
61266
61290
|
_ZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
61267
61291
|
_ZN4node11SPrintFImplImJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
61268
61292
|
_ZN4node11SPrintFImplImJRmPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_
|
|
@@ -61280,8 +61304,6 @@ _ZN4node11StatWatcherC1EPNS_2fs11BindingDataEN2v85LocalINS4_6ObjectEEEb
|
|
|
61280
61304
|
_ZN4node11StatWatcherC2EPNS_2fs11BindingDataEN2v85LocalINS4_6ObjectEEEb
|
|
61281
61305
|
_ZN4node11StatWatcherD0Ev
|
|
61282
61306
|
_ZN4node11StatWatcherD1Ev
|
|
61283
|
-
_ZN4node11StringBytes10hex_encodeB5cxx11EPKcm
|
|
61284
|
-
_ZN4node11StringBytes10hex_encodeEPKcmPcm
|
|
61285
61307
|
_ZN4node11StringBytes11StorageSizeEPN2v87IsolateENS1_5LocalINS1_5ValueEEENS_8encodingE
|
|
61286
61308
|
_ZN4node11StringBytes4SizeEPN2v87IsolateENS1_5LocalINS1_5ValueEEENS_8encodingE
|
|
61287
61309
|
_ZN4node11StringBytes5WriteEPN2v87IsolateEPcmNS1_5LocalINS1_5ValueEEENS_8encodingE
|
|
@@ -61399,8 +61421,6 @@ _ZN4node12RealEnvStore3SetEPN2v87IsolateENS1_5LocalINS1_6StringEEES6_
|
|
|
61399
61421
|
_ZN4node12RealEnvStore6DeleteEPN2v87IsolateENS1_5LocalINS1_6StringEEE
|
|
61400
61422
|
_ZN4node12RealEnvStoreD0Ev
|
|
61401
61423
|
_ZN4node12RealEnvStoreD1Ev
|
|
61402
|
-
_ZN4node12SearchStringIhEEmPKT_mS3_mmb
|
|
61403
|
-
_ZN4node12SearchStringItEEmPKT_mS3_mmb
|
|
61404
61424
|
_ZN4node12ShutdownWrap6OnDoneEi
|
|
61405
61425
|
_ZN4node12SnapshotData19FromEmbedderWrapperEPKNS_20EmbedderSnapshotDataE
|
|
61406
61426
|
_ZN4node12SnapshotData6kMagicE
|
|
@@ -61500,10 +61520,6 @@ _ZN4node12shadow_realm11ShadowRealmD1Ev
|
|
|
61500
61520
|
_ZN4node12shadow_realm11ShadowRealmD2Ev
|
|
61501
61521
|
_ZN4node12shadow_realm36HostCreateShadowRealmContextCallbackEN2v85LocalINS1_7ContextEEE
|
|
61502
61522
|
_ZN4node12signo_stringEi
|
|
61503
|
-
_ZN4node12stringsearch12SearchStringIhEEmNS0_6VectorIKT_EES5_m
|
|
61504
|
-
_ZN4node12stringsearch12SearchStringItEEmNS0_6VectorIKT_EES5_m
|
|
61505
|
-
_ZN4node12stringsearch12StringSearchIhE23PopulateBoyerMooreTableEv
|
|
61506
|
-
_ZN4node12stringsearch12StringSearchItE23PopulateBoyerMooreTableEv
|
|
61507
61523
|
_ZN4node12wasm_web_api10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
61508
61524
|
_ZN4node12wasm_web_api17SetImplementationERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
61509
61525
|
_ZN4node12wasm_web_api19WasmStreamingObject10InitializeEPNS_11EnvironmentE
|
|
@@ -61903,7 +61919,6 @@ _ZN4node14options_parser5ParseINS_12DebugOptionsENS_7OptionsEEEvPSt6vectorINSt7_
|
|
|
61903
61919
|
_ZN4node14options_parser5ParseINS_17PerIsolateOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
|
|
61904
61920
|
_ZN4node14options_parser5ParseINS_17PerProcessOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
|
|
61905
61921
|
_ZN4node14options_parser8ArgsInfo9pop_firstB5cxx11Ev
|
|
61906
|
-
_ZN4node14unbase64_tableE
|
|
61907
61922
|
_ZN4node15BlobBindingData11DeserializeEN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
61908
61923
|
_ZN4node15BlobBindingData15get_data_objectERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
61909
61924
|
_ZN4node15BlobBindingData16StoredDataObjectC1ERKNS_17BaseObjectPtrImplINS_4BlobELb0EEEmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -62054,6 +62069,7 @@ _ZN4node16RequestInterruptEPNS_11EnvironmentEPFvPvES2_
|
|
|
62054
62069
|
_ZN4node16SocketAddressLRUINS_4quic8Endpoint23SocketAddressInfoTraitsEE6UpsertERKNS_13SocketAddressE
|
|
62055
62070
|
_ZN4node16SocketAddressLRUINS_4quic8Endpoint23SocketAddressInfoTraitsEED0Ev
|
|
62056
62071
|
_ZN4node16SocketAddressLRUINS_4quic8Endpoint23SocketAddressInfoTraitsEED1Ev
|
|
62072
|
+
_ZN4node16ToNamespacedPathEPNS_11EnvironmentEPNS_11BufferValueE
|
|
62057
62073
|
_ZN4node16WithoutCodeCacheERKNS_13SnapshotFlagsE
|
|
62058
62074
|
_ZN4node16WithoutCodeCacheERKNS_14SnapshotConfigE
|
|
62059
62075
|
_ZN4node16encoding_binding11BindingData10DecodeUTF8ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -62235,9 +62251,6 @@ _ZN4node18SnapshotSerializer5WriteINS_8TickInfo13SerializeInfoELPv0ELS4_0EEEmRKT
|
|
|
62235
62251
|
_ZN4node18SnapshotSerializer5WriteINS_8builtins13CodeCacheInfoELPv0ELS4_0EEEmRKT_
|
|
62236
62252
|
_ZN4node18SnapshotableObjectC1EPNS_5RealmEN2v85LocalINS3_6ObjectEEENS_18EmbedderObjectTypeE
|
|
62237
62253
|
_ZN4node18SnapshotableObjectC2EPNS_5RealmEN2v85LocalINS3_6ObjectEEENS_18EmbedderObjectTypeE
|
|
62238
|
-
_ZN4node18base64_decode_fastIcEEmPcmPKT_mm
|
|
62239
|
-
_ZN4node18base64_decode_fastIhEEmPcmPKT_mm
|
|
62240
|
-
_ZN4node18base64_decode_fastItEEmPcmPKT_mm
|
|
62241
62254
|
_ZN4node19AppendExceptionLineEPNS_11EnvironmentEN2v85LocalINS2_5ValueEEENS3_INS2_7MessageEEENS_17ErrorHandlingModeE
|
|
62242
62255
|
_ZN4node19CompileCacheHandler11GetOrInsertEN2v85LocalINS1_6StringEEES4_NS_14CachedCodeTypeE
|
|
62243
62256
|
_ZN4node19CompileCacheHandler13ReadCacheFileEPNS_17CompileCacheEntryE
|
|
@@ -62503,7 +62516,6 @@ _ZN4node24MakeLibuvRequestCallbackI13uv_udp_send_sPFvPS1_iEE7WrapperES2_i
|
|
|
62503
62516
|
_ZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE7WrapperES2_iS4_
|
|
62504
62517
|
_ZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE7WrapperES2_iS4_S4_
|
|
62505
62518
|
_ZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE7WrapperES2_
|
|
62506
|
-
_ZN4node24NodeArrayBufferAllocator10ReallocateEPvmm
|
|
62507
62519
|
_ZN4node24NodeArrayBufferAllocator15RegisterPointerEPvm
|
|
62508
62520
|
_ZN4node24NodeArrayBufferAllocator17UnregisterPointerEPvm
|
|
62509
62521
|
_ZN4node24NodeArrayBufferAllocator21AllocateUninitializedEm
|
|
@@ -62513,9 +62525,6 @@ _ZN4node24NodeArrayBufferAllocator8AllocateEm
|
|
|
62513
62525
|
_ZN4node24NodeArrayBufferAllocatorD0Ev
|
|
62514
62526
|
_ZN4node24NodeArrayBufferAllocatorD1Ev
|
|
62515
62527
|
_ZN4node24SerializeNodeContextDataEN2v85LocalINS0_7ContextEEEiPv
|
|
62516
|
-
_ZN4node24base64_decode_group_slowIcEEbPcmPKT_mPmS5_
|
|
62517
|
-
_ZN4node24base64_decode_group_slowIhEEbPcmPKT_mPmS5_
|
|
62518
|
-
_ZN4node24base64_decode_group_slowItEEbPcmPKT_mPmS5_
|
|
62519
62528
|
_ZN4node25AddEnvironmentCleanupHookEPN2v87IsolateEPFvPvES3_
|
|
62520
62529
|
_ZN4node25DefaultProcessExitHandlerEPNS_11EnvironmentEi
|
|
62521
62530
|
_ZN4node25ERR_CRYPTO_INVALID_DIGESTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
@@ -62669,7 +62678,6 @@ _ZN4node28RemoveEnvironmentCleanupHookEPN2v87IsolateEPFvPvES3_
|
|
|
62669
62678
|
_ZN4node28SerializeSnapshotableObjectsEPNS_5RealmEPN2v815SnapshotCreatorEPNS_18RealmSerializeInfoE
|
|
62670
62679
|
_ZN4node29AsyncHooksGetExecutionAsyncIdEPN2v87IsolateE
|
|
62671
62680
|
_ZN4node29BuildSnapshotWithoutCodeCacheEPNS_12SnapshotDataERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESC_St8optionalISt17basic_string_viewIcS6_EERKNS_14SnapshotConfigE
|
|
62672
|
-
_ZN4node29DebuggingArrayBufferAllocator10ReallocateEPvmm
|
|
62673
62681
|
_ZN4node29DebuggingArrayBufferAllocator15RegisterPointerEPvm
|
|
62674
62682
|
_ZN4node29DebuggingArrayBufferAllocator17UnregisterPointerEPvm
|
|
62675
62683
|
_ZN4node29DebuggingArrayBufferAllocator21AllocateUninitializedEm
|
|
@@ -62785,6 +62793,7 @@ _ZN4node2fs18FileHandleReadWrapD1Ev
|
|
|
62785
62793
|
_ZN4node2fs18FileHandleReadWrapD2Ev
|
|
62786
62794
|
_ZN4node2fs19AfterOpenFileHandleEP7uv_fs_s
|
|
62787
62795
|
_ZN4node2fs26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
62796
|
+
_ZN4node2fs26fast_internal_module_stat_E
|
|
62788
62797
|
_ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
62789
62798
|
_ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
62790
62799
|
_ZN4node2fs9AfterStatEP7uv_fs_s
|
|
@@ -64997,8 +65006,6 @@ _ZN4node7FPrintFIJPKcS2_EEEvP4FILES2_DpOT_
|
|
|
64997
65006
|
_ZN4node7FPrintFIJPKcS2_mEEEvP4FILES2_DpOT_
|
|
64998
65007
|
_ZN4node7FPrintFIJPKcmEEEvP4FILES2_DpOT_
|
|
64999
65008
|
_ZN4node7FPrintFIJPKcmRmEEEvP4FILES2_DpOT_
|
|
65000
|
-
_ZN4node7FPrintFIJPKcmRmS2_EEEvP4FILES2_DpOT_
|
|
65001
|
-
_ZN4node7FPrintFIJPKcmmS2_EEEvP4FILES2_DpOT_
|
|
65002
65009
|
_ZN4node7FPrintFIJPN2v86ObjectENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
|
|
65003
65010
|
_ZN4node7FPrintFIJPN2v86ObjectERA16_KcEEEvP4FILEPS4_DpOT_
|
|
65004
65011
|
_ZN4node7FPrintFIJPN2v86ObjectERA17_KcEEEvP4FILEPS4_DpOT_
|
|
@@ -65029,6 +65036,7 @@ _ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcSA_EE
|
|
|
65029
65036
|
_ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEEvP4FILESA_DpOT_
|
|
65030
65037
|
_ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS6_S9_EEEvP4FILEPKcDpOT_
|
|
65031
65038
|
_ZN4node7FPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEEvP4FILEPKcDpOT_
|
|
65039
|
+
_ZN4node7FPrintFIJRKPKcEEEvP4FILES2_DpOT_
|
|
65032
65040
|
_ZN4node7FPrintFIJRKSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEEvP4FILES8_DpOT_
|
|
65033
65041
|
_ZN4node7FPrintFIJRKhEEEvP4FILEPKcDpOT_
|
|
65034
65042
|
_ZN4node7FPrintFIJRKhRiEEEvP4FILEPKcDpOT_
|
|
@@ -65111,9 +65119,12 @@ _ZN4node7FPrintFIJlEEEvP4FILEPKcDpOT_
|
|
|
65111
65119
|
_ZN4node7FPrintFIJlRNS_4quic9QuicErrorEEEEvP4FILEPKcDpOT_
|
|
65112
65120
|
_ZN4node7FPrintFIJlRmEEEvP4FILEPKcDpOT_
|
|
65113
65121
|
_ZN4node7FPrintFIJmEEEvP4FILEPKcDpOT_
|
|
65114
|
-
|
|
65122
|
+
_ZN4node7FPrintFIJmPKcmRmS2_EEEvP4FILES2_DpOT_
|
|
65123
|
+
_ZN4node7FPrintFIJmPKcmmS2_EEEvP4FILES2_DpOT_
|
|
65124
|
+
_ZN4node7FPrintFIJmRKjEEEvP4FILEPKcDpOT_
|
|
65115
65125
|
_ZN4node7FPrintFIJmRiEEEvP4FILEPKcDpOT_
|
|
65116
65126
|
_ZN4node7FPrintFIJmmEEEvP4FILEPKcDpOT_
|
|
65127
|
+
_ZN4node7FPrintFIJmmPKcEEEvP4FILES2_DpOT_
|
|
65117
65128
|
_ZN4node7FPrintFIJmmmmEEEvP4FILEPKcDpOT_
|
|
65118
65129
|
_ZN4node7GetHashEPKcm
|
|
65119
65130
|
_ZN4node7KVStore14AssignToObjectEPN2v87IsolateENS1_5LocalINS1_7ContextEEENS4_INS1_6ObjectEEE
|
|
@@ -65148,8 +65159,6 @@ _ZN4node7SPrintFIJPKcS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
|
|
|
65148
65159
|
_ZN4node7SPrintFIJPKcS2_mEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65149
65160
|
_ZN4node7SPrintFIJPKcmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65150
65161
|
_ZN4node7SPrintFIJPKcmRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65151
|
-
_ZN4node7SPrintFIJPKcmRmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65152
|
-
_ZN4node7SPrintFIJPKcmmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65153
65162
|
_ZN4node7SPrintFIJPN2v86ObjectENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES9_PKcDpOT_
|
|
65154
65163
|
_ZN4node7SPrintFIJPN2v86ObjectERA16_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS4_DpOT_
|
|
65155
65164
|
_ZN4node7SPrintFIJPN2v86ObjectERA17_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS4_DpOT_
|
|
@@ -65186,6 +65195,7 @@ _ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcSA_EE
|
|
|
65186
65195
|
_ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES6_SA_DpOT_
|
|
65187
65196
|
_ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS6_S9_EEES6_PKcDpOT_
|
|
65188
65197
|
_ZN4node7SPrintFIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES6_PKcDpOT_
|
|
65198
|
+
_ZN4node7SPrintFIJRKPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65189
65199
|
_ZN4node7SPrintFIJRKSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_DpOT_
|
|
65190
65200
|
_ZN4node7SPrintFIJRKhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65191
65201
|
_ZN4node7SPrintFIJRKhRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
@@ -65273,9 +65283,12 @@ _ZN4node7SPrintFIJlEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpO
|
|
|
65273
65283
|
_ZN4node7SPrintFIJlRNS_4quic9QuicErrorEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65274
65284
|
_ZN4node7SPrintFIJlRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65275
65285
|
_ZN4node7SPrintFIJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65276
|
-
|
|
65286
|
+
_ZN4node7SPrintFIJmPKcmRmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65287
|
+
_ZN4node7SPrintFIJmPKcmmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65288
|
+
_ZN4node7SPrintFIJmRKjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65277
65289
|
_ZN4node7SPrintFIJmRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65278
65290
|
_ZN4node7SPrintFIJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65291
|
+
_ZN4node7SPrintFIJmmPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
65279
65292
|
_ZN4node7SPrintFIJmmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
65280
65293
|
_ZN4node7TCPWrap10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
65281
65294
|
_ZN4node7TCPWrap10SetNoDelayERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -73500,6 +73513,27 @@ _ZN6icu_759VTimeZoneD2Ev
|
|
|
73500
73513
|
_ZN6icu_759VTimeZoneaSERKS0_
|
|
73501
73514
|
_ZN6icu_75eqERKNS_11StringPieceES2_
|
|
73502
73515
|
_ZN6icu_75plERKNS_13UnicodeStringES2_
|
|
73516
|
+
_ZN6nbytes10ForceAsciiEPKcPcm
|
|
73517
|
+
_ZN6nbytes11SwapBytes16EPvm
|
|
73518
|
+
_ZN6nbytes11SwapBytes32EPvm
|
|
73519
|
+
_ZN6nbytes11SwapBytes64EPvm
|
|
73520
|
+
_ZN6nbytes11unhex_tableE
|
|
73521
|
+
_ZN6nbytes12SearchStringIhEEmPKT_mS3_mmb
|
|
73522
|
+
_ZN6nbytes12SearchStringItEEmPKT_mS3_mmb
|
|
73523
|
+
_ZN6nbytes12stringsearch12SearchStringIhEEmNS0_6VectorIKT_EES5_m
|
|
73524
|
+
_ZN6nbytes12stringsearch12SearchStringItEEmNS0_6VectorIKT_EES5_m
|
|
73525
|
+
_ZN6nbytes12stringsearch12StringSearchIhE23PopulateBoyerMooreTableEv
|
|
73526
|
+
_ZN6nbytes12stringsearch12StringSearchItE23PopulateBoyerMooreTableEv
|
|
73527
|
+
_ZN6nbytes14ForceAsciiSlowEPKcPcm
|
|
73528
|
+
_ZN6nbytes14unbase64_tableE
|
|
73529
|
+
_ZN6nbytes16Base64DecodeFastIcEEmPcmPKT_mm
|
|
73530
|
+
_ZN6nbytes16Base64DecodeFastIhEEmPcmPKT_mm
|
|
73531
|
+
_ZN6nbytes16Base64DecodeFastItEEmPcmPKT_mm
|
|
73532
|
+
_ZN6nbytes21Base64DecodeGroupSlowIcEEbPcmPKT_mPmS5_
|
|
73533
|
+
_ZN6nbytes21Base64DecodeGroupSlowIhEEbPcmPKT_mPmS5_
|
|
73534
|
+
_ZN6nbytes21Base64DecodeGroupSlowItEEbPcmPKT_mPmS5_
|
|
73535
|
+
_ZN6nbytes9HexEncodeB5cxx11EPKcm
|
|
73536
|
+
_ZN6nbytes9HexEncodeEPKcmPcm
|
|
73503
73537
|
_ZN6v8impl10RefTracker8FinalizeEv
|
|
73504
73538
|
_ZN6v8impl10RefTrackerD0Ev
|
|
73505
73539
|
_ZN6v8impl10RefTrackerD1Ev
|
|
@@ -78394,6 +78428,9 @@ _ZNK4node10permission14WASIPermission10is_grantedEPNS_11EnvironmentENS0_15Permis
|
|
|
78394
78428
|
_ZNK4node10permission16WorkerPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
78395
78429
|
_ZNK4node10permission19InspectorPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
78396
78430
|
_ZNK4node10permission22ChildProcessPermission10is_grantedEPNS_11EnvironmentENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
78431
|
+
_ZNK4node10webstorage7Storage10MemoryInfoEPNS_13MemoryTrackerE
|
|
78432
|
+
_ZNK4node10webstorage7Storage14MemoryInfoNameEv
|
|
78433
|
+
_ZNK4node10webstorage7Storage8SelfSizeEv
|
|
78397
78434
|
_ZNK4node11ConnectWrap10MemoryInfoEPNS_13MemoryTrackerE
|
|
78398
78435
|
_ZNK4node11ConnectWrap14MemoryInfoNameEv
|
|
78399
78436
|
_ZNK4node11ConnectWrap8SelfSizeEv
|
|
@@ -82731,7 +82768,6 @@ _ZNKSt10_HashtableIN2v88internal8compiler10turboshaft7OpIndexESt4pairIKS4_NS1_4w
|
|
|
82731
82768
|
_ZNKSt10_HashtableIN2v88internal8compiler14FeedbackSourceESt4pairIKS3_PKNS2_17ProcessedFeedbackEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stENS3_5EqualENS3_4HashENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS5_
|
|
82732
82769
|
_ZNKSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_jENS1_13ZoneAllocatorIS8_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
82733
82770
|
_ZNKSt10_HashtableIN4node13SocketAddressESt4pairIKS1_St14_List_iteratorIS2_IS1_NS0_4quic8Endpoint23SocketAddressInfoTraits4TypeEEEESaISB_ENSt8__detail10_Select1stESt8equal_toIS1_ENS1_4HashENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS3_
|
|
82734
|
-
_ZNKSt10_HashtableIN4node4quic3CIDESt4pairIKS2_S2_ESaIS5_ENSt8__detail10_Select1stESt8equal_toIS2_ENS2_4HashENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS4_m
|
|
82735
82771
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN4node9inspector8protocol5ValueESt14default_deleteISC_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
82736
82772
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIS5_SaIS5_EEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
82737
82773
|
_ZNKSt10_HashtableIPKN2v88internal8compiler10turboshaft5BlockESt4pairIKS6_NS3_10LoopFinder8LoopInfoEENS1_13ZoneAllocatorISB_EENSt8__detail10_Select1stESt8equal_toIS6_ENS0_4base4hashIS6_EENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS8_
|
|
@@ -82908,7 +82944,6 @@ _ZNSt10_HashtableIPN6v8impl10RefTrackerES2_SaIS2_ENSt8__detail9_IdentityESt8equa
|
|
|
82908
82944
|
_ZNSt10_HashtableIPvS0_SaIS0_ENSt8__detail9_IdentityESt8equal_toIS0_ESt4hashIS0_ENS2_18_Mod_range_hashingENS2_20_Default_ranged_hashENS2_20_Prime_rehash_policyENS2_17_Hashtable_traitsILb0ELb1ELb1EEEE8_M_eraseEmPNS2_15_Hash_node_baseEPNS2_10_Hash_nodeIS0_Lb0EEE
|
|
82909
82945
|
_ZNSt10_HashtableIPvSt4pairIKS0_N4node15TimerWrapHandleEESaIS5_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb0ELb0ELb1EEEE10_M_emplaceIJRKSt21piecewise_construct_tSt5tupleIJS0_EESN_IJPNS3_11EnvironmentEZNS3_9inspector19NodeInspectorClient19startRepeatingTimerEdPFvS0_ES0_EUlvE_EEEEES1_INS7_14_Node_iteratorIS5_Lb0ELb0EEEbESt17integral_constantIbLb1EEDpOT_
|
|
82910
82946
|
_ZNSt10_HashtableIPvSt4pairIKS0_St8weak_ptrIN12v8_inspector15AsyncStackTraceEEESaIS7_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENS9_18_Mod_range_hashingENS9_20_Default_ranged_hashENS9_20_Prime_rehash_policyENS9_17_Hashtable_traitsILb0ELb0ELb1EEEE8_M_eraseEmPNS9_15_Hash_node_baseEPNS9_10_Hash_nodeIS7_Lb0EEE
|
|
82911
|
-
_ZNSt10_HashtableIPvSt4pairIKS0_mESaIS3_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb0ELb1EEEE5eraseENS5_20_Node_const_iteratorIS3_Lb0ELb0EEE
|
|
82912
82947
|
_ZNSt10_HashtableISt17basic_string_viewIcSt11char_traitsIcEESt4pairIKS3_S3_ESaIS6_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb1ELb0ELb1EEEEC1ERKSJ_
|
|
82913
82948
|
_ZNSt10_HashtableISt17basic_string_viewIcSt11char_traitsIcEESt4pairIKS3_S3_ESaIS6_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev
|
|
82914
82949
|
_ZNSt10_HashtableISt4pairImPN2v88internal6torque6SymbolEES0_IKS6_St3setIPKNS3_4ItemESt4lessISB_ESaISB_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS6_ENS1_4base4hashIS6_EENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm
|
|
@@ -88770,6 +88805,7 @@ _ZTVN4node10permission14WASIPermissionE
|
|
|
88770
88805
|
_ZTVN4node10permission16WorkerPermissionE
|
|
88771
88806
|
_ZTVN4node10permission19InspectorPermissionE
|
|
88772
88807
|
_ZTVN4node10permission22ChildProcessPermissionE
|
|
88808
|
+
_ZTVN4node10webstorage7StorageE
|
|
88773
88809
|
_ZTVN4node11ConnectWrapE
|
|
88774
88810
|
_ZTVN4node11EnvironmentE
|
|
88775
88811
|
_ZTVN4node11IsolateDataE
|
|
@@ -90346,7 +90382,9 @@ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_I
|
|
|
90346
90382
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90347
90383
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90348
90384
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90385
|
+
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEENS2_IjJEEENS2_IlJEEENS2_IbJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90349
90386
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEESC_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90387
|
+
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IRKNS_17FastOneByteStringEJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90350
90388
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90351
90389
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
90352
90390
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -92936,6 +92974,8 @@ _ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRS
|
|
|
92936
92974
|
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRS6_S9_EEES6_PKcOT_DpOT0_E4args_0
|
|
92937
92975
|
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS8_EEES6_PKcOT_DpOT0_E4args
|
|
92938
92976
|
_ZZN4node11SPrintFImplIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS8_EEES6_PKcOT_DpOT0_E4args_0
|
|
92977
|
+
_ZZN4node11SPrintFImplIRKPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
92978
|
+
_ZZN4node11SPrintFImplIRKPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
|
|
92939
92979
|
_ZZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_E4args
|
|
92940
92980
|
_ZZN4node11SPrintFImplIRKSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES8_OT_DpOT0_E4args_0
|
|
92941
92981
|
_ZZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -93170,6 +93210,12 @@ _ZZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
|
93170
93210
|
_ZZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
93171
93211
|
_ZZN4node11SPrintFImplImJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
93172
93212
|
_ZZN4node11SPrintFImplImJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_0
|
|
93213
|
+
_ZZN4node11SPrintFImplImJPKcmRmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
93214
|
+
_ZZN4node11SPrintFImplImJPKcmRmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_0
|
|
93215
|
+
_ZZN4node11SPrintFImplImJPKcmmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
93216
|
+
_ZZN4node11SPrintFImplImJPKcmmS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_0
|
|
93217
|
+
_ZZN4node11SPrintFImplImJRKjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
93218
|
+
_ZZN4node11SPrintFImplImJRKjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
93173
93219
|
_ZZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
93174
93220
|
_ZZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
93175
93221
|
_ZZN4node11SPrintFImplImJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -93184,23 +93230,8 @@ _ZZN4node11SPrintFImplImJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
|
|
|
93184
93230
|
_ZZN4node11SPrintFImplImJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
93185
93231
|
_ZZN4node11SPrintFImplImJmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
93186
93232
|
_ZZN4node11SPrintFImplImJmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
93187
|
-
_ZZN4node11SwapBytes16EPcmE4args
|
|
93188
|
-
_ZZN4node11SwapBytes32EPcmE4args
|
|
93189
|
-
_ZZN4node11SwapBytes64EPcmE4args
|
|
93190
93233
|
_ZZN4node11performance27GetPerformanceMilestoneNameENS0_20PerformanceMilestoneEE4args
|
|
93191
93234
|
_ZZN4node12CleanupQueue3AddEPFvPvES1_E4args
|
|
93192
|
-
_ZZN4node12stringsearch12StringSearchIhE12LinearSearchENS0_6VectorIKhEEmE4args_0
|
|
93193
|
-
_ZZN4node12stringsearch12StringSearchIhE13InitialSearchENS0_6VectorIKhEEmE4args
|
|
93194
|
-
_ZZN4node12stringsearch12StringSearchIhEC4ENS0_6VectorIKhEEE4args
|
|
93195
|
-
_ZZN4node12stringsearch12StringSearchItE12LinearSearchENS0_6VectorIKtEEmE4args_0
|
|
93196
|
-
_ZZN4node12stringsearch12StringSearchItE13InitialSearchENS0_6VectorIKtEEmE4args
|
|
93197
|
-
_ZZN4node12stringsearch12StringSearchItEC4ENS0_6VectorIKtEEE4args
|
|
93198
|
-
_ZZN4node12stringsearch18FindFirstCharacterItEEmNS0_6VectorIKT_EES5_mE4args
|
|
93199
|
-
_ZZN4node12stringsearch18FindFirstCharacterItEEmNS0_6VectorIKT_EES5_mE4args_0
|
|
93200
|
-
_ZZN4node12stringsearch18FindFirstCharacterItEEmNS0_6VectorIKT_EES5_mE4args_1
|
|
93201
|
-
_ZZN4node12stringsearch18FindFirstCharacterItEEmNS0_6VectorIKT_EES5_mE4args_2
|
|
93202
|
-
_ZZN4node12stringsearch6VectorIKhEC4EPS2_mbE4args
|
|
93203
|
-
_ZZN4node12stringsearch6VectorIKtEC4EPS2_mbE4args
|
|
93204
93235
|
_ZZN4node13MemoryTracker24TrackInlineFieldWithSizeEPKcmS2_E4args
|
|
93205
93236
|
_ZZN4node13MemoryTracker5TrackEPKNS_14MemoryRetainerEPKcE4args
|
|
93206
93237
|
_ZZN4node13MemoryTracker5TrackEPKNS_14MemoryRetainerEPKcE4args_0
|
|
@@ -93424,8 +93455,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
|
|
|
93424
93455
|
_ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
|
|
93425
93456
|
_ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
|
|
93426
93457
|
_ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
|
|
93427
|
-
|
|
93428
|
-
|
|
93458
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic325
|
|
93459
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic327
|
|
93429
93460
|
_ZZN4node2fs10FileHandle5CloseEvE4args
|
|
93430
93461
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
|
|
93431
93462
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
|
|
@@ -93689,11 +93720,11 @@ _ZZN4node7ReallocIcEEPT_S2_mE4args
|
|
|
93689
93720
|
_ZZN4node7ReallocIhEEPT_S2_mE4args
|
|
93690
93721
|
_ZZN4node7ReallocIjEEPT_S2_mE4args
|
|
93691
93722
|
_ZZN4node7ReallocItEEPT_S2_mE4args
|
|
93692
|
-
|
|
93723
|
+
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic342
|
|
93693
93724
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
|
|
93694
93725
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
|
|
93695
93726
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_1
|
|
93696
|
-
|
|
93727
|
+
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic342
|
|
93697
93728
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
|
|
93698
93729
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
|
|
93699
93730
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_1
|
|
@@ -93730,9 +93761,12 @@ _ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_1
|
|
|
93730
93761
|
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE0EE14StartTraceImplIdPKcEEvS8_T_S8_T0_E28trace_event_unique_atomic470
|
|
93731
93762
|
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE13StopTraceImplEvE28trace_event_unique_atomic480
|
|
93732
93763
|
_ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE14StartTraceImplEvE28trace_event_unique_atomic448
|
|
93764
|
+
_ZZN6nbytes12stringsearch6VectorIKhEC4EPS2_mbE4args
|
|
93765
|
+
_ZZN6nbytes12stringsearch6VectorIKtEC4EPS2_mbE4args
|
|
93733
93766
|
_ZZN8simdjson8internal13compute_floatINS0_13binary_formatIdEEEENS0_17adjusted_mantissaERNS0_7decimalEE6powers
|
|
93734
93767
|
_ZZN8simdjson8internal9dtoa_impl36get_cached_power_for_binary_exponentEiE13kCachedPowers
|
|
93735
93768
|
_ZZNK2v88internal8compiler26SimplifiedLoweringVerifier15InputTruncationEPNS1_4NodeEiE14any_truncation
|
|
93769
|
+
_ZZNK4node10webstorage12conn_deleterclEP7sqlite3E4args
|
|
93736
93770
|
_ZZNK4node14options_parser13OptionsParserINS_12DebugOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
93737
93771
|
_ZZNK4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
93738
93772
|
_ZZNK4node14options_parser13OptionsParserINS_17PerProcessOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
|
|
@@ -93935,7 +93969,6 @@ ares__dns_name_parse
|
|
|
93935
93969
|
ares__dns_name_write
|
|
93936
93970
|
ares__dnsrec_convert_arg
|
|
93937
93971
|
ares__dnsrec_convert_cb
|
|
93938
|
-
ares__expand_name_for_response
|
|
93939
93972
|
ares__expand_name_validated
|
|
93940
93973
|
ares__free_query
|
|
93941
93974
|
ares__freeaddrinfo_cnames
|
|
@@ -94066,6 +94099,7 @@ ares__socket_recv
|
|
|
94066
94099
|
ares__socket_recvfrom
|
|
94067
94100
|
ares__socket_write
|
|
94068
94101
|
ares__sortaddrinfo
|
|
94102
|
+
ares__str_isprint
|
|
94069
94103
|
ares__str_ltrim
|
|
94070
94104
|
ares__str_rtrim
|
|
94071
94105
|
ares__str_trim
|
|
@@ -98801,6 +98835,278 @@ sha512_256_init
|
|
|
98801
98835
|
sha512_block_data_order
|
|
98802
98836
|
should_add_extension
|
|
98803
98837
|
shutdown_stream_sync
|
|
98838
|
+
sqlite3_aggregate_context
|
|
98839
|
+
sqlite3_aggregate_count
|
|
98840
|
+
sqlite3_auto_extension
|
|
98841
|
+
sqlite3_autovacuum_pages
|
|
98842
|
+
sqlite3_backup_finish
|
|
98843
|
+
sqlite3_backup_init
|
|
98844
|
+
sqlite3_backup_pagecount
|
|
98845
|
+
sqlite3_backup_remaining
|
|
98846
|
+
sqlite3_backup_step
|
|
98847
|
+
sqlite3_bind_blob
|
|
98848
|
+
sqlite3_bind_blob64
|
|
98849
|
+
sqlite3_bind_double
|
|
98850
|
+
sqlite3_bind_int
|
|
98851
|
+
sqlite3_bind_int64
|
|
98852
|
+
sqlite3_bind_null
|
|
98853
|
+
sqlite3_bind_parameter_count
|
|
98854
|
+
sqlite3_bind_parameter_index
|
|
98855
|
+
sqlite3_bind_parameter_name
|
|
98856
|
+
sqlite3_bind_pointer
|
|
98857
|
+
sqlite3_bind_text
|
|
98858
|
+
sqlite3_bind_text16
|
|
98859
|
+
sqlite3_bind_text64
|
|
98860
|
+
sqlite3_bind_value
|
|
98861
|
+
sqlite3_bind_zeroblob
|
|
98862
|
+
sqlite3_bind_zeroblob64
|
|
98863
|
+
sqlite3_blob_bytes
|
|
98864
|
+
sqlite3_blob_close
|
|
98865
|
+
sqlite3_blob_open
|
|
98866
|
+
sqlite3_blob_read
|
|
98867
|
+
sqlite3_blob_reopen
|
|
98868
|
+
sqlite3_blob_write
|
|
98869
|
+
sqlite3_busy_handler
|
|
98870
|
+
sqlite3_busy_timeout
|
|
98871
|
+
sqlite3_cancel_auto_extension
|
|
98872
|
+
sqlite3_changes
|
|
98873
|
+
sqlite3_changes64
|
|
98874
|
+
sqlite3_clear_bindings
|
|
98875
|
+
sqlite3_close
|
|
98876
|
+
sqlite3_close_v2
|
|
98877
|
+
sqlite3_collation_needed
|
|
98878
|
+
sqlite3_collation_needed16
|
|
98879
|
+
sqlite3_column_blob
|
|
98880
|
+
sqlite3_column_bytes
|
|
98881
|
+
sqlite3_column_bytes16
|
|
98882
|
+
sqlite3_column_count
|
|
98883
|
+
sqlite3_column_decltype
|
|
98884
|
+
sqlite3_column_decltype16
|
|
98885
|
+
sqlite3_column_double
|
|
98886
|
+
sqlite3_column_int
|
|
98887
|
+
sqlite3_column_int64
|
|
98888
|
+
sqlite3_column_name
|
|
98889
|
+
sqlite3_column_name16
|
|
98890
|
+
sqlite3_column_text
|
|
98891
|
+
sqlite3_column_text16
|
|
98892
|
+
sqlite3_column_type
|
|
98893
|
+
sqlite3_column_value
|
|
98894
|
+
sqlite3_commit_hook
|
|
98895
|
+
sqlite3_compileoption_get
|
|
98896
|
+
sqlite3_compileoption_used
|
|
98897
|
+
sqlite3_complete
|
|
98898
|
+
sqlite3_complete16
|
|
98899
|
+
sqlite3_config
|
|
98900
|
+
sqlite3_context_db_handle
|
|
98901
|
+
sqlite3_create_collation
|
|
98902
|
+
sqlite3_create_collation16
|
|
98903
|
+
sqlite3_create_collation_v2
|
|
98904
|
+
sqlite3_create_filename
|
|
98905
|
+
sqlite3_create_function
|
|
98906
|
+
sqlite3_create_function16
|
|
98907
|
+
sqlite3_create_function_v2
|
|
98908
|
+
sqlite3_create_module
|
|
98909
|
+
sqlite3_create_module_v2
|
|
98910
|
+
sqlite3_create_window_function
|
|
98911
|
+
sqlite3_data_count
|
|
98912
|
+
sqlite3_data_directory
|
|
98913
|
+
sqlite3_database_file_object
|
|
98914
|
+
sqlite3_db_cacheflush
|
|
98915
|
+
sqlite3_db_config
|
|
98916
|
+
sqlite3_db_filename
|
|
98917
|
+
sqlite3_db_handle
|
|
98918
|
+
sqlite3_db_mutex
|
|
98919
|
+
sqlite3_db_name
|
|
98920
|
+
sqlite3_db_readonly
|
|
98921
|
+
sqlite3_db_release_memory
|
|
98922
|
+
sqlite3_db_status
|
|
98923
|
+
sqlite3_declare_vtab
|
|
98924
|
+
sqlite3_deserialize
|
|
98925
|
+
sqlite3_drop_modules
|
|
98926
|
+
sqlite3_enable_load_extension
|
|
98927
|
+
sqlite3_enable_shared_cache
|
|
98928
|
+
sqlite3_errcode
|
|
98929
|
+
sqlite3_errmsg
|
|
98930
|
+
sqlite3_errmsg16
|
|
98931
|
+
sqlite3_error_offset
|
|
98932
|
+
sqlite3_errstr
|
|
98933
|
+
sqlite3_exec
|
|
98934
|
+
sqlite3_expanded_sql
|
|
98935
|
+
sqlite3_expired
|
|
98936
|
+
sqlite3_extended_errcode
|
|
98937
|
+
sqlite3_extended_result_codes
|
|
98938
|
+
sqlite3_file_control
|
|
98939
|
+
sqlite3_filename_database
|
|
98940
|
+
sqlite3_filename_journal
|
|
98941
|
+
sqlite3_filename_wal
|
|
98942
|
+
sqlite3_finalize
|
|
98943
|
+
sqlite3_free
|
|
98944
|
+
sqlite3_free_filename
|
|
98945
|
+
sqlite3_free_table
|
|
98946
|
+
sqlite3_get_autocommit
|
|
98947
|
+
sqlite3_get_auxdata
|
|
98948
|
+
sqlite3_get_clientdata
|
|
98949
|
+
sqlite3_get_table
|
|
98950
|
+
sqlite3_global_recover
|
|
98951
|
+
sqlite3_hard_heap_limit64
|
|
98952
|
+
sqlite3_initialize
|
|
98953
|
+
sqlite3_interrupt
|
|
98954
|
+
sqlite3_is_interrupted
|
|
98955
|
+
sqlite3_keyword_check
|
|
98956
|
+
sqlite3_keyword_count
|
|
98957
|
+
sqlite3_keyword_name
|
|
98958
|
+
sqlite3_last_insert_rowid
|
|
98959
|
+
sqlite3_libversion
|
|
98960
|
+
sqlite3_libversion_number
|
|
98961
|
+
sqlite3_limit
|
|
98962
|
+
sqlite3_load_extension
|
|
98963
|
+
sqlite3_log
|
|
98964
|
+
sqlite3_malloc
|
|
98965
|
+
sqlite3_malloc64
|
|
98966
|
+
sqlite3_memory_alarm
|
|
98967
|
+
sqlite3_memory_highwater
|
|
98968
|
+
sqlite3_memory_used
|
|
98969
|
+
sqlite3_mprintf
|
|
98970
|
+
sqlite3_msize
|
|
98971
|
+
sqlite3_mutex_alloc
|
|
98972
|
+
sqlite3_mutex_enter
|
|
98973
|
+
sqlite3_mutex_free
|
|
98974
|
+
sqlite3_mutex_leave
|
|
98975
|
+
sqlite3_mutex_try
|
|
98976
|
+
sqlite3_next_stmt
|
|
98977
|
+
sqlite3_open
|
|
98978
|
+
sqlite3_open16
|
|
98979
|
+
sqlite3_open_v2
|
|
98980
|
+
sqlite3_os_end
|
|
98981
|
+
sqlite3_os_init
|
|
98982
|
+
sqlite3_overload_function
|
|
98983
|
+
sqlite3_prepare
|
|
98984
|
+
sqlite3_prepare16
|
|
98985
|
+
sqlite3_prepare16_v2
|
|
98986
|
+
sqlite3_prepare16_v3
|
|
98987
|
+
sqlite3_prepare_v2
|
|
98988
|
+
sqlite3_prepare_v3
|
|
98989
|
+
sqlite3_profile
|
|
98990
|
+
sqlite3_progress_handler
|
|
98991
|
+
sqlite3_randomness
|
|
98992
|
+
sqlite3_realloc
|
|
98993
|
+
sqlite3_realloc64
|
|
98994
|
+
sqlite3_release_memory
|
|
98995
|
+
sqlite3_reset
|
|
98996
|
+
sqlite3_reset_auto_extension
|
|
98997
|
+
sqlite3_result_blob
|
|
98998
|
+
sqlite3_result_blob64
|
|
98999
|
+
sqlite3_result_double
|
|
99000
|
+
sqlite3_result_error
|
|
99001
|
+
sqlite3_result_error16
|
|
99002
|
+
sqlite3_result_error_code
|
|
99003
|
+
sqlite3_result_error_nomem
|
|
99004
|
+
sqlite3_result_error_toobig
|
|
99005
|
+
sqlite3_result_int
|
|
99006
|
+
sqlite3_result_int64
|
|
99007
|
+
sqlite3_result_null
|
|
99008
|
+
sqlite3_result_pointer
|
|
99009
|
+
sqlite3_result_subtype
|
|
99010
|
+
sqlite3_result_text
|
|
99011
|
+
sqlite3_result_text16
|
|
99012
|
+
sqlite3_result_text16be
|
|
99013
|
+
sqlite3_result_text16le
|
|
99014
|
+
sqlite3_result_text64
|
|
99015
|
+
sqlite3_result_value
|
|
99016
|
+
sqlite3_result_zeroblob
|
|
99017
|
+
sqlite3_result_zeroblob64
|
|
99018
|
+
sqlite3_rollback_hook
|
|
99019
|
+
sqlite3_serialize
|
|
99020
|
+
sqlite3_set_authorizer
|
|
99021
|
+
sqlite3_set_auxdata
|
|
99022
|
+
sqlite3_set_clientdata
|
|
99023
|
+
sqlite3_set_last_insert_rowid
|
|
99024
|
+
sqlite3_shutdown
|
|
99025
|
+
sqlite3_sleep
|
|
99026
|
+
sqlite3_snprintf
|
|
99027
|
+
sqlite3_soft_heap_limit
|
|
99028
|
+
sqlite3_soft_heap_limit64
|
|
99029
|
+
sqlite3_sourceid
|
|
99030
|
+
sqlite3_sql
|
|
99031
|
+
sqlite3_status
|
|
99032
|
+
sqlite3_status64
|
|
99033
|
+
sqlite3_step
|
|
99034
|
+
sqlite3_stmt_busy
|
|
99035
|
+
sqlite3_stmt_explain
|
|
99036
|
+
sqlite3_stmt_isexplain
|
|
99037
|
+
sqlite3_stmt_readonly
|
|
99038
|
+
sqlite3_stmt_status
|
|
99039
|
+
sqlite3_str_append
|
|
99040
|
+
sqlite3_str_appendall
|
|
99041
|
+
sqlite3_str_appendchar
|
|
99042
|
+
sqlite3_str_appendf
|
|
99043
|
+
sqlite3_str_errcode
|
|
99044
|
+
sqlite3_str_finish
|
|
99045
|
+
sqlite3_str_length
|
|
99046
|
+
sqlite3_str_new
|
|
99047
|
+
sqlite3_str_reset
|
|
99048
|
+
sqlite3_str_value
|
|
99049
|
+
sqlite3_str_vappendf
|
|
99050
|
+
sqlite3_strglob
|
|
99051
|
+
sqlite3_stricmp
|
|
99052
|
+
sqlite3_strlike
|
|
99053
|
+
sqlite3_strnicmp
|
|
99054
|
+
sqlite3_system_errno
|
|
99055
|
+
sqlite3_table_column_metadata
|
|
99056
|
+
sqlite3_temp_directory
|
|
99057
|
+
sqlite3_test_control
|
|
99058
|
+
sqlite3_thread_cleanup
|
|
99059
|
+
sqlite3_threadsafe
|
|
99060
|
+
sqlite3_total_changes
|
|
99061
|
+
sqlite3_total_changes64
|
|
99062
|
+
sqlite3_trace
|
|
99063
|
+
sqlite3_trace_v2
|
|
99064
|
+
sqlite3_transfer_bindings
|
|
99065
|
+
sqlite3_txn_state
|
|
99066
|
+
sqlite3_update_hook
|
|
99067
|
+
sqlite3_uri_boolean
|
|
99068
|
+
sqlite3_uri_int64
|
|
99069
|
+
sqlite3_uri_key
|
|
99070
|
+
sqlite3_uri_parameter
|
|
99071
|
+
sqlite3_user_data
|
|
99072
|
+
sqlite3_value_blob
|
|
99073
|
+
sqlite3_value_bytes
|
|
99074
|
+
sqlite3_value_bytes16
|
|
99075
|
+
sqlite3_value_double
|
|
99076
|
+
sqlite3_value_dup
|
|
99077
|
+
sqlite3_value_encoding
|
|
99078
|
+
sqlite3_value_free
|
|
99079
|
+
sqlite3_value_frombind
|
|
99080
|
+
sqlite3_value_int
|
|
99081
|
+
sqlite3_value_int64
|
|
99082
|
+
sqlite3_value_nochange
|
|
99083
|
+
sqlite3_value_numeric_type
|
|
99084
|
+
sqlite3_value_pointer
|
|
99085
|
+
sqlite3_value_subtype
|
|
99086
|
+
sqlite3_value_text
|
|
99087
|
+
sqlite3_value_text16
|
|
99088
|
+
sqlite3_value_text16be
|
|
99089
|
+
sqlite3_value_text16le
|
|
99090
|
+
sqlite3_value_type
|
|
99091
|
+
sqlite3_version
|
|
99092
|
+
sqlite3_vfs_find
|
|
99093
|
+
sqlite3_vfs_register
|
|
99094
|
+
sqlite3_vfs_unregister
|
|
99095
|
+
sqlite3_vmprintf
|
|
99096
|
+
sqlite3_vsnprintf
|
|
99097
|
+
sqlite3_vtab_collation
|
|
99098
|
+
sqlite3_vtab_config
|
|
99099
|
+
sqlite3_vtab_distinct
|
|
99100
|
+
sqlite3_vtab_in
|
|
99101
|
+
sqlite3_vtab_in_first
|
|
99102
|
+
sqlite3_vtab_in_next
|
|
99103
|
+
sqlite3_vtab_nochange
|
|
99104
|
+
sqlite3_vtab_on_conflict
|
|
99105
|
+
sqlite3_vtab_rhs_value
|
|
99106
|
+
sqlite3_wal_autocheckpoint
|
|
99107
|
+
sqlite3_wal_checkpoint
|
|
99108
|
+
sqlite3_wal_checkpoint_v2
|
|
99109
|
+
sqlite3_wal_hook
|
|
98804
99110
|
srp_generate_client_master_secret
|
|
98805
99111
|
srp_generate_server_master_secret
|
|
98806
99112
|
srp_verify_server_param
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#define V8_MAJOR_VERSION 12
|
|
12
12
|
#define V8_MINOR_VERSION 4
|
|
13
13
|
#define V8_BUILD_NUMBER 254
|
|
14
|
-
#define V8_PATCH_LEVEL
|
|
14
|
+
#define V8_PATCH_LEVEL 21
|
|
15
15
|
|
|
16
16
|
// Use 1 for candidates and 0 otherwise.
|
|
17
17
|
// (Boolean macro values are not supported by all preprocessors.)
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -203,6 +203,9 @@ Disable experimental support for the Fetch API.
|
|
|
203
203
|
.It Fl -no-experimental-websocket
|
|
204
204
|
Disable experimental support for the WebSocket API.
|
|
205
205
|
.
|
|
206
|
+
.It Fl -experimental-webstorage
|
|
207
|
+
Enable experimental support for the Web Storage API.
|
|
208
|
+
.
|
|
206
209
|
.It Fl -no-experimental-global-customevent
|
|
207
210
|
Disable exposition of the CustomEvent on the global scope.
|
|
208
211
|
.
|
|
@@ -322,6 +325,9 @@ other platforms, but the performance impact may be severe.
|
|
|
322
325
|
This flag is inherited from V8 and is subject to change upstream. It may
|
|
323
326
|
disappear in a non-semver-major release.
|
|
324
327
|
.
|
|
328
|
+
.It Fl -localstorage-file Ns = Ns Ar file
|
|
329
|
+
The file used to store localStorage data.
|
|
330
|
+
.
|
|
325
331
|
.It Fl -max-http-header-size Ns = Ns Ar size
|
|
326
332
|
Specify the maximum size of HTTP headers in bytes. Defaults to 16 KiB.
|
|
327
333
|
.
|
|
@@ -812,8 +818,3 @@ Documentation:
|
|
|
812
818
|
.Pp
|
|
813
819
|
GitHub repository and issue tracker:
|
|
814
820
|
.Sy https://github.com/nodejs/node
|
|
815
|
-
.
|
|
816
|
-
.Pp
|
|
817
|
-
IRC (general questions):
|
|
818
|
-
.Sy "libera.chat #node.js"
|
|
819
|
-
(unofficial)
|