node-aix-ppc64 24.0.1 → 24.1.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 +107 -0
- package/README.md +4 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +4 -1
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +121 -59
- package/include/node/node_version.h +2 -2
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.1.0">24.1.0</a><br/>
|
|
12
|
+
<a href="#24.0.2">24.0.2</a><br/>
|
|
11
13
|
<a href="#24.0.1">24.0.1</a><br/>
|
|
12
14
|
<a href="#24.0.0">24.0.0</a><br/>
|
|
13
15
|
</td>
|
|
@@ -40,6 +42,111 @@
|
|
|
40
42
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
43
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
44
|
|
|
45
|
+
<a id="24.1.0"></a>
|
|
46
|
+
|
|
47
|
+
## 2025-05-21, Version 24.1.0 (Current), @aduh95
|
|
48
|
+
|
|
49
|
+
### Notable Changes
|
|
50
|
+
|
|
51
|
+
* \[[`9d35b4ce95`](https://github.com/nodejs/node/commit/9d35b4ce95)] - **doc**: add JonasBa to collaborators (Jonas Badalic) [#58355](https://github.com/nodejs/node/pull/58355)
|
|
52
|
+
* \[[`b7d1bfa7b4`](https://github.com/nodejs/node/commit/b7d1bfa7b4)] - **doc**: add puskin to collaborators (Giovanni Bucci) [#58308](https://github.com/nodejs/node/pull/58308)
|
|
53
|
+
* \[[`fcead7c28e`](https://github.com/nodejs/node/commit/fcead7c28e)] - **(SEMVER-MINOR)** **fs**: add to `Dir` support for explicit resource management (Antoine du Hamel) [#58206](https://github.com/nodejs/node/pull/58206)
|
|
54
|
+
* \[[`f7041b9369`](https://github.com/nodejs/node/commit/f7041b9369)] - _**Revert**_ "**test\_runner**: change ts default glob" (Théo LUDWIG) [#58202](https://github.com/nodejs/node/pull/58202)
|
|
55
|
+
|
|
56
|
+
### Commits
|
|
57
|
+
|
|
58
|
+
* \[[`b33e8d2a71`](https://github.com/nodejs/node/commit/b33e8d2a71)] - **async\_hooks**: ensure AsyncLocalStore instances work isolated (Gerhard Stöbich) [#58149](https://github.com/nodejs/node/pull/58149)
|
|
59
|
+
* \[[`a1b078b18c`](https://github.com/nodejs/node/commit/a1b078b18c)] - **buffer**: give names to `Buffer.prototype.*Write()` functions (Livia Medeiros) [#58258](https://github.com/nodejs/node/pull/58258)
|
|
60
|
+
* \[[`4c967b73c3`](https://github.com/nodejs/node/commit/4c967b73c3)] - **buffer**: use constexpr where possible (Yagiz Nizipli) [#58141](https://github.com/nodejs/node/pull/58141)
|
|
61
|
+
* \[[`327095a928`](https://github.com/nodejs/node/commit/327095a928)] - **build**: fix uvwasi pkgname (Antoine du Hamel) [#58270](https://github.com/nodejs/node/pull/58270)
|
|
62
|
+
* \[[`2e54653d3d`](https://github.com/nodejs/node/commit/2e54653d3d)] - **build**: use FILE\_OFFSET\_BITS=64 esp. on 32-bit arch (RafaelGSS) [#58090](https://github.com/nodejs/node/pull/58090)
|
|
63
|
+
* \[[`7e4453fe93`](https://github.com/nodejs/node/commit/7e4453fe93)] - **build**: escape > metachar in vcbuild (Gerhard Stöbich) [#58157](https://github.com/nodejs/node/pull/58157)
|
|
64
|
+
* \[[`7dabf079b1`](https://github.com/nodejs/node/commit/7dabf079b1)] - **child\_process**: give names to promisified `exec()` and `execFile()` (LiviaMedeiros) [#57916](https://github.com/nodejs/node/pull/57916)
|
|
65
|
+
* \[[`a896eff1f2`](https://github.com/nodejs/node/commit/a896eff1f2)] - **crypto**: handle missing OPENSSL\_TLS\_SECURITY\_LEVEL (Shelley Vohr) [#58103](https://github.com/nodejs/node/pull/58103)
|
|
66
|
+
* \[[`6403aa458f`](https://github.com/nodejs/node/commit/6403aa458f)] - **crypto**: merge CipherBase.initiv into constructor (Tobias Nießen) [#58166](https://github.com/nodejs/node/pull/58166)
|
|
67
|
+
* \[[`30897d915c`](https://github.com/nodejs/node/commit/30897d915c)] - **deps**: V8: backport 1d3362c55396 (Shu-yu Guo) [#58230](https://github.com/nodejs/node/pull/58230)
|
|
68
|
+
* \[[`63f5d69d2b`](https://github.com/nodejs/node/commit/63f5d69d2b)] - **deps**: V8: cherry-pick 4f38995c8295 (Shu-yu Guo) [#58230](https://github.com/nodejs/node/pull/58230)
|
|
69
|
+
* \[[`5a5f6bb1d4`](https://github.com/nodejs/node/commit/5a5f6bb1d4)] - **deps**: V8: cherry-pick 044b9b6f589d (Rezvan Mahdavi Hezaveh) [#58230](https://github.com/nodejs/node/pull/58230)
|
|
70
|
+
* \[[`db57f0a4c0`](https://github.com/nodejs/node/commit/db57f0a4c0)] - **deps**: patch V8 to 13.6.233.10 (Michaël Zasso) [#58230](https://github.com/nodejs/node/pull/58230)
|
|
71
|
+
* \[[`f54a7a44ab`](https://github.com/nodejs/node/commit/f54a7a44ab)] - _**Revert**_ "**deps**: patch V8 to support compilation with MSVC" (Michaël Zasso) [#58187](https://github.com/nodejs/node/pull/58187)
|
|
72
|
+
* \[[`e3193eeca4`](https://github.com/nodejs/node/commit/e3193eeca4)] - _**Revert**_ "**deps**: always define V8\_EXPORT\_PRIVATE as no-op" (Michaël Zasso) [#58187](https://github.com/nodejs/node/pull/58187)
|
|
73
|
+
* \[[`e75ecf8ad1`](https://github.com/nodejs/node/commit/e75ecf8ad1)] - _**Revert**_ "**deps**: disable V8 concurrent sparkplug compilation" (Michaël Zasso) [#58187](https://github.com/nodejs/node/pull/58187)
|
|
74
|
+
* \[[`a0ca15558d`](https://github.com/nodejs/node/commit/a0ca15558d)] - **deps**: update llhttp to 9.3.0 (Fedor Indutny) [#58144](https://github.com/nodejs/node/pull/58144)
|
|
75
|
+
* \[[`90d4c11992`](https://github.com/nodejs/node/commit/90d4c11992)] - **deps**: update amaro to 0.5.3 (Node.js GitHub Bot) [#58174](https://github.com/nodejs/node/pull/58174)
|
|
76
|
+
* \[[`9d35b4ce95`](https://github.com/nodejs/node/commit/9d35b4ce95)] - **doc**: add JonasBa to collaborators (Jonas Badalic) [#58355](https://github.com/nodejs/node/pull/58355)
|
|
77
|
+
* \[[`2676ca0cf5`](https://github.com/nodejs/node/commit/2676ca0cf5)] - **doc**: add latest security release steward (Rafael Gonzaga) [#58339](https://github.com/nodejs/node/pull/58339)
|
|
78
|
+
* \[[`c35cc1bdd9`](https://github.com/nodejs/node/commit/c35cc1bdd9)] - **doc**: document default test-reporter change (Nico Jansen) [#58302](https://github.com/nodejs/node/pull/58302)
|
|
79
|
+
* \[[`2bb433d4a5`](https://github.com/nodejs/node/commit/2bb433d4a5)] - **doc**: fix CryptoKey.algorithm type and other interfaces in webcrypto.md (Filip Skokan) [#58294](https://github.com/nodejs/node/pull/58294)
|
|
80
|
+
* \[[`f04f09d783`](https://github.com/nodejs/node/commit/f04f09d783)] - **doc**: mark the callback argument of crypto.generatePrime as mandatory (Allon Murienik) [#58299](https://github.com/nodejs/node/pull/58299)
|
|
81
|
+
* \[[`3b9b010844`](https://github.com/nodejs/node/commit/3b9b010844)] - **doc**: remove comma delimiter mention on permissions doc (Rafael Gonzaga) [#58297](https://github.com/nodejs/node/pull/58297)
|
|
82
|
+
* \[[`f0cf1a028d`](https://github.com/nodejs/node/commit/f0cf1a028d)] - **doc**: make Stability labels not sticky in Stability index (Livia Medeiros) [#58291](https://github.com/nodejs/node/pull/58291)
|
|
83
|
+
* \[[`a1b937bdee`](https://github.com/nodejs/node/commit/a1b937bdee)] - **doc**: update commit-queue documentation (Dario Piotrowicz) [#58275](https://github.com/nodejs/node/pull/58275)
|
|
84
|
+
* \[[`b7d1bfa7b4`](https://github.com/nodejs/node/commit/b7d1bfa7b4)] - **doc**: add puskin to collaborators (Giovanni Bucci) [#58308](https://github.com/nodejs/node/pull/58308)
|
|
85
|
+
* \[[`fc30cdd8d2`](https://github.com/nodejs/node/commit/fc30cdd8d2)] - **doc**: update stability status for diagnostics\_channel to experimental (Idan Goshen) [#58261](https://github.com/nodejs/node/pull/58261)
|
|
86
|
+
* \[[`290a5ab8ca`](https://github.com/nodejs/node/commit/290a5ab8ca)] - **doc**: clarify napi\_get\_value\_string\_\* for bufsize 0 (Tobias Nießen) [#58158](https://github.com/nodejs/node/pull/58158)
|
|
87
|
+
* \[[`c26863a683`](https://github.com/nodejs/node/commit/c26863a683)] - **doc**: fix typo of file `http.md`, `outgoingMessage.setTimeout` section (yusheng chen) [#58188](https://github.com/nodejs/node/pull/58188)
|
|
88
|
+
* \[[`62dbd36dcb`](https://github.com/nodejs/node/commit/62dbd36dcb)] - **doc**: update return types for eventNames method in EventEmitter (Yukihiro Hasegawa) [#58083](https://github.com/nodejs/node/pull/58083)
|
|
89
|
+
* \[[`130c135f38`](https://github.com/nodejs/node/commit/130c135f38)] - **fs**: add support for `URL` for `fs.glob`'s `cwd` option (Antoine du Hamel) [#58182](https://github.com/nodejs/node/pull/58182)
|
|
90
|
+
* \[[`fcead7c28e`](https://github.com/nodejs/node/commit/fcead7c28e)] - **(SEMVER-MINOR)** **fs**: add to `Dir` support for explicit resource management (Antoine du Hamel) [#58206](https://github.com/nodejs/node/pull/58206)
|
|
91
|
+
* \[[`655326ba9f`](https://github.com/nodejs/node/commit/655326ba9f)] - **fs**: glob is stable, so should not emit experimental warnings (Théo LUDWIG) [#58236](https://github.com/nodejs/node/pull/58236)
|
|
92
|
+
* \[[`6ebcce7625`](https://github.com/nodejs/node/commit/6ebcce7625)] - **fs**: ensure `dir.read()` does not throw synchronously (Antoine du Hamel) [#58228](https://github.com/nodejs/node/pull/58228)
|
|
93
|
+
* \[[`7715722323`](https://github.com/nodejs/node/commit/7715722323)] - **http**: remove unused functions and add todos (Yagiz Nizipli) [#58143](https://github.com/nodejs/node/pull/58143)
|
|
94
|
+
* \[[`74a807e31f`](https://github.com/nodejs/node/commit/74a807e31f)] - **http,https**: give names to anonymous or misnamed functions (Livia Medeiros) [#58180](https://github.com/nodejs/node/pull/58180)
|
|
95
|
+
* \[[`24a9aefb08`](https://github.com/nodejs/node/commit/24a9aefb08)] - **http2**: add diagnostics channel 'http2.client.stream.start' (Darshan Sen) [#58292](https://github.com/nodejs/node/pull/58292)
|
|
96
|
+
* \[[`2cb86a3cd6`](https://github.com/nodejs/node/commit/2cb86a3cd6)] - **http2**: add diagnostics channel 'http2.client.stream.created' (Darshan Sen) [#58246](https://github.com/nodejs/node/pull/58246)
|
|
97
|
+
* \[[`8f1aee90d9`](https://github.com/nodejs/node/commit/8f1aee90d9)] - **http2**: give name to promisified `connect()` (LiviaMedeiros) [#57916](https://github.com/nodejs/node/pull/57916)
|
|
98
|
+
* \[[`b66f1b0be6`](https://github.com/nodejs/node/commit/b66f1b0be6)] - **inspector**: support for worker inspection in chrome devtools (Shima Ryuhei) [#56759](https://github.com/nodejs/node/pull/56759)
|
|
99
|
+
* \[[`868e72e367`](https://github.com/nodejs/node/commit/868e72e367)] - **lib**: fix sourcemaps with ts module mocking (Marco Ippolito) [#58193](https://github.com/nodejs/node/pull/58193)
|
|
100
|
+
* \[[`570cb6f6b6`](https://github.com/nodejs/node/commit/570cb6f6b6)] - **meta**: ignore mailmap changes in linux ci (Jonas Badalic) [#58356](https://github.com/nodejs/node/pull/58356)
|
|
101
|
+
* \[[`b94f63b865`](https://github.com/nodejs/node/commit/b94f63b865)] - **module**: handle instantiated async module jobs in require(esm) (Joyee Cheung) [#58067](https://github.com/nodejs/node/pull/58067)
|
|
102
|
+
* \[[`714b706f2e`](https://github.com/nodejs/node/commit/714b706f2e)] - **repl**: add proper vertical cursor movements (Giovanni Bucci) [#58003](https://github.com/nodejs/node/pull/58003)
|
|
103
|
+
* \[[`629a954477`](https://github.com/nodejs/node/commit/629a954477)] - **repl**: add possibility to edit multiline commands while adding them (Giovanni Bucci) [#58003](https://github.com/nodejs/node/pull/58003)
|
|
104
|
+
* \[[`17746129f3`](https://github.com/nodejs/node/commit/17746129f3)] - **sqlite**: set `name` and `length` on `sqlite.backup()` (Livia Medeiros) [#58251](https://github.com/nodejs/node/pull/58251)
|
|
105
|
+
* \[[`908782b1c0`](https://github.com/nodejs/node/commit/908782b1c0)] - **sqlite**: add build option to build without sqlite (Michael Dawson) [#58122](https://github.com/nodejs/node/pull/58122)
|
|
106
|
+
* \[[`a92a4074e4`](https://github.com/nodejs/node/commit/a92a4074e4)] - **src**: remove unused `internalVerifyIntegrity` internal binding (Dario Piotrowicz) [#58285](https://github.com/nodejs/node/pull/58285)
|
|
107
|
+
* \[[`e0355b71ba`](https://github.com/nodejs/node/commit/e0355b71ba)] - **src**: add a variant of ToV8Value() for primitive arrays (Aditi) [#57576](https://github.com/nodejs/node/pull/57576)
|
|
108
|
+
* \[[`cb24fc71c4`](https://github.com/nodejs/node/commit/cb24fc71c4)] - **src**: remove unused `checkMessagePort` internal binding (Dario Piotrowicz) [#58267](https://github.com/nodejs/node/pull/58267)
|
|
109
|
+
* \[[`4db5d0bc49`](https://github.com/nodejs/node/commit/4db5d0bc49)] - **src**: remove unused `shouldRetryAsESM` internal binding (Dario Piotrowicz) [#58265](https://github.com/nodejs/node/pull/58265)
|
|
110
|
+
* \[[`3b8d4e32ca`](https://github.com/nodejs/node/commit/3b8d4e32ca)] - **src**: add a couple fast apis in node\_os (James M Snell) [#58210](https://github.com/nodejs/node/pull/58210)
|
|
111
|
+
* \[[`a135c0aea3`](https://github.com/nodejs/node/commit/a135c0aea3)] - **src**: remove unneeded explicit V8 flags (Michaël Zasso) [#58230](https://github.com/nodejs/node/pull/58230)
|
|
112
|
+
* \[[`abeb5c4cdc`](https://github.com/nodejs/node/commit/abeb5c4cdc)] - **src**: fix module buffer allocation (X-BW) [#57738](https://github.com/nodejs/node/pull/57738)
|
|
113
|
+
* \[[`9ca4b46eb3`](https://github.com/nodejs/node/commit/9ca4b46eb3)] - **src**: use String::WriteV2() in TwoByteValue (Tobias Nießen) [#58164](https://github.com/nodejs/node/pull/58164)
|
|
114
|
+
* \[[`bb28e2bfd7`](https://github.com/nodejs/node/commit/bb28e2bfd7)] - **src**: remove overzealous tcsetattr error check (Ben Noordhuis) [#58200](https://github.com/nodejs/node/pull/58200)
|
|
115
|
+
* \[[`329e008e73`](https://github.com/nodejs/node/commit/329e008e73)] - **src**: refactor WriteUCS2 and remove flags argument (Tobias Nießen) [#58163](https://github.com/nodejs/node/pull/58163)
|
|
116
|
+
* \[[`c815f29d61`](https://github.com/nodejs/node/commit/c815f29d61)] - **src**: remove NonCopyableMaybe (Tobias Nießen) [#58168](https://github.com/nodejs/node/pull/58168)
|
|
117
|
+
* \[[`685d137dec`](https://github.com/nodejs/node/commit/685d137dec)] - **test**: reduce iteration count in test-child-process-stdout-flush-exit (Antoine du Hamel) [#58273](https://github.com/nodejs/node/pull/58273)
|
|
118
|
+
* \[[`40dc092e25`](https://github.com/nodejs/node/commit/40dc092e25)] - **test**: remove unnecessary `console.log` from test-repl-null-thrown (Dario Piotrowicz) [#58281](https://github.com/nodejs/node/pull/58281)
|
|
119
|
+
* \[[`a3af644dda`](https://github.com/nodejs/node/commit/a3af644dda)] - **test**: allow `tmpDir.path` to be modified (Aviv Keller) [#58173](https://github.com/nodejs/node/pull/58173)
|
|
120
|
+
* \[[`97f80374a6`](https://github.com/nodejs/node/commit/97f80374a6)] - **test**: add `Float16Array` to `common.getArrayBufferViews()` (Livia Medeiros) [#58233](https://github.com/nodejs/node/pull/58233)
|
|
121
|
+
* \[[`65683735ab`](https://github.com/nodejs/node/commit/65683735ab)] - **test**: fix executable flags (Livia Medeiros) [#58250](https://github.com/nodejs/node/pull/58250)
|
|
122
|
+
* \[[`ebb82aa1c3`](https://github.com/nodejs/node/commit/ebb82aa1c3)] - **test**: deflake test-http2-client-socket-destroy (Luigi Pinca) [#58212](https://github.com/nodejs/node/pull/58212)
|
|
123
|
+
* \[[`eb4f130b17`](https://github.com/nodejs/node/commit/eb4f130b17)] - **test**: remove Float16Array flag (Livia Medeiros) [#58184](https://github.com/nodejs/node/pull/58184)
|
|
124
|
+
* \[[`09a85fdeb1`](https://github.com/nodejs/node/commit/09a85fdeb1)] - **test**: skip test-buffer-tostring-rangeerror when low on memory (Ruben Bridgewater) [#58142](https://github.com/nodejs/node/pull/58142)
|
|
125
|
+
* \[[`65446632b1`](https://github.com/nodejs/node/commit/65446632b1)] - **test**: reduce flakiness in test-heapdump-http2 (Joyee Cheung) [#58148](https://github.com/nodejs/node/pull/58148)
|
|
126
|
+
* \[[`f7041b9369`](https://github.com/nodejs/node/commit/f7041b9369)] - _**Revert**_ "**test\_runner**: change ts default glob" (Théo LUDWIG) [#58202](https://github.com/nodejs/node/pull/58202)
|
|
127
|
+
* \[[`287454298d`](https://github.com/nodejs/node/commit/287454298d)] - **test\_runner**: unify --require and --import behavior when isolation none (Pietro Marchini) [#57924](https://github.com/nodejs/node/pull/57924)
|
|
128
|
+
* \[[`6301b003f7`](https://github.com/nodejs/node/commit/6301b003f7)] - **tools**: ignore `deps/` and `benchmark/` for CodeQL (Rafael Gonzaga) [#58254](https://github.com/nodejs/node/pull/58254)
|
|
129
|
+
* \[[`2d5de7e309`](https://github.com/nodejs/node/commit/2d5de7e309)] - **tools**: add read permission to workflows that read contents (Antoine du Hamel) [#58255](https://github.com/nodejs/node/pull/58255)
|
|
130
|
+
* \[[`b8d4715527`](https://github.com/nodejs/node/commit/b8d4715527)] - **tools**: support environment variables via comments (Pietro Marchini) [#58186](https://github.com/nodejs/node/pull/58186)
|
|
131
|
+
* \[[`d8e88f2c17`](https://github.com/nodejs/node/commit/d8e88f2c17)] - **typings**: add missing typings for `TypedArray` (Jason Zhang) [#58248](https://github.com/nodejs/node/pull/58248)
|
|
132
|
+
* \[[`4c6f73c5d5`](https://github.com/nodejs/node/commit/4c6f73c5d5)] - **url**: improve performance of the format function (Giovanni Bucci) [#57099](https://github.com/nodejs/node/pull/57099)
|
|
133
|
+
* \[[`94c720c4ee`](https://github.com/nodejs/node/commit/94c720c4ee)] - **util**: add internal `assignFunctionName()` function (LiviaMedeiros) [#57916](https://github.com/nodejs/node/pull/57916)
|
|
134
|
+
* \[[`3ed159afd1`](https://github.com/nodejs/node/commit/3ed159afd1)] - **watch**: fix watch args not being properly filtered (Dario Piotrowicz) [#58279](https://github.com/nodejs/node/pull/58279)
|
|
135
|
+
|
|
136
|
+
<a id="24.0.2"></a>
|
|
137
|
+
|
|
138
|
+
## 2025-05-14, Version 24.0.2 (Current), @RafaelGSS
|
|
139
|
+
|
|
140
|
+
This is a security release.
|
|
141
|
+
|
|
142
|
+
### Notable Changes
|
|
143
|
+
|
|
144
|
+
* (CVE-2025-23166) fix error handling on async crypto operation
|
|
145
|
+
|
|
146
|
+
### Commits
|
|
147
|
+
|
|
148
|
+
* \[[`7d0c17b2ad`](https://github.com/nodejs/node/commit/7d0c17b2ad)] - **(CVE-2025-23166)** **src**: fix error handling on async crypto operations (RafaelGSS) [nodejs-private/node-private#688](https://github.com/nodejs-private/node-private/pull/688)
|
|
149
|
+
|
|
43
150
|
<a id="24.0.1"></a>
|
|
44
151
|
|
|
45
152
|
## 2025-05-08, Version 24.0.1 (Current), @aduh95
|
package/README.md
CHANGED
|
@@ -363,6 +363,8 @@ For information about the governance of the Node.js project, see
|
|
|
363
363
|
**Jason Zhang** <<xzha4350@gmail.com>> (he/him)
|
|
364
364
|
* [jkrems](https://github.com/jkrems) -
|
|
365
365
|
**Jan Martin** <<jan.krems@gmail.com>> (he/him)
|
|
366
|
+
* [JonasBa](https://github.com/JonasBa) -
|
|
367
|
+
**Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
|
|
366
368
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
367
369
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
368
370
|
* [juanarbol](https://github.com/juanarbol) -
|
|
@@ -411,6 +413,8 @@ For information about the governance of the Node.js project, see
|
|
|
411
413
|
**Tim Perry** <<pimterry@gmail.com>> (he/him)
|
|
412
414
|
* [pmarchini](https://github.com/pmarchini) -
|
|
413
415
|
**Pietro Marchini** <<pietro.marchini94@gmail.com>> (he/him)
|
|
416
|
+
* [puskin](https://github.com/puskin) -
|
|
417
|
+
**Giovanni Bucci** <<github@puskin.it>> (he/him)
|
|
414
418
|
* [Qard](https://github.com/Qard) -
|
|
415
419
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
416
420
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
# Reset this number to 0 on major V8 upgrades.
|
|
40
40
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
41
|
-
'v8_embedder_string': '-node.
|
|
41
|
+
'v8_embedder_string': '-node.16',
|
|
42
42
|
|
|
43
43
|
##### V8 defaults for Node.js #####
|
|
44
44
|
|
|
@@ -276,6 +276,9 @@
|
|
|
276
276
|
# Defines these mostly for node-gyp to pickup.
|
|
277
277
|
'defines': [
|
|
278
278
|
'_GLIBCXX_USE_CXX11_ABI=1',
|
|
279
|
+
# This help forks when building Node.js on a 32-bit arch as
|
|
280
|
+
# libuv is always compiled with _FILE_OFFSET_BITS=64
|
|
281
|
+
'_FILE_OFFSET_BITS=64'
|
|
279
282
|
],
|
|
280
283
|
|
|
281
284
|
# Forcibly disable -Werror. We support a wide range of compilers, it's
|
package/include/node/config.gypi
CHANGED
package/include/node/node.exp
CHANGED
|
@@ -6340,33 +6340,33 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
6340
6340
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
6341
6341
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
6342
6342
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6343
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.
|
|
6344
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
6345
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
6346
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
6347
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
6348
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
6349
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6350
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6351
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6352
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6353
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6354
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6355
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6356
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6357
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.
|
|
6358
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6359
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6360
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6361
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6362
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6363
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6364
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.
|
|
6365
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6366
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6367
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.
|
|
6368
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6369
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6343
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.cc_6EE78FAE_0x4d2cfa7ce274322d
|
|
6344
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0xcc226fc118d90313
|
|
6345
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_7874F2D3_0x6ee699dfa601bcb
|
|
6346
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x734a04cf4a06e84f
|
|
6347
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0xaafd74b2e4f96c37
|
|
6348
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x402bec5b363cf249
|
|
6349
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xc04101cc2354bd72
|
|
6350
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0x4469241136f41a3e
|
|
6351
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0x2dd0aaa7a023d5c
|
|
6352
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xc9c9fe0006d8c5df
|
|
6353
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0xe58f63697abc5a4c
|
|
6354
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_6EE78FAE_0x2a8725c1eab172b3
|
|
6355
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0xf5f499c0094d353b
|
|
6356
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x5820973b31a8a5ab
|
|
6357
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.cc_6EE78FAE_0x4d7b287aee775d5a
|
|
6358
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x468bce5006007f2d
|
|
6359
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0xdb534ea975c154c7
|
|
6360
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0x6fa444158a096a8b
|
|
6361
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0x4875ce4478b45c4c
|
|
6362
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x66670f0694e04438
|
|
6363
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0x2f72c164db1ff1aa
|
|
6364
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0x97f235860cb93e18
|
|
6365
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x65d497b6e7573600
|
|
6366
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_DFF67DD7_0xce2afc1399b2eb0a
|
|
6367
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.cc_DFF67DD7_0x73d72ced7c56635
|
|
6368
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0xfc2d1ac1b270ba50
|
|
6369
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0xadbd6fd09e83ab62
|
|
6370
6370
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6371
6371
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6372
6372
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -7392,7 +7392,7 @@ _GLOBAL__I_65535_0__ZN4node10permission12FSPermission5ApplyEPNS_11EnvironmentERK
|
|
|
7392
7392
|
_GLOBAL__I_65535_0__ZN4node10webstorage7StorageC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEE
|
|
7393
7393
|
_GLOBAL__I_65535_0__ZN4node11ConnectWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeE
|
|
7394
7394
|
_GLOBAL__I_65535_0__ZN4node11StatWatcher26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
|
|
7395
|
-
|
|
7395
|
+
_GLOBAL__I_65535_0__ZN4node11StringBytes9WriteUCS2EPN2v87IsolateEPcmNS1_5LocalINS1_6StringEEE
|
|
7396
7396
|
_GLOBAL__I_65535_0__ZN4node11per_process11dotenv_fileE
|
|
7397
7397
|
_GLOBAL__I_65535_0__ZN4node11per_process11umask_mutexE
|
|
7398
7398
|
_GLOBAL__I_65535_0__ZN4node11per_process13env_var_mutexE
|
|
@@ -7431,7 +7431,7 @@ _GLOBAL__I_65535_0__ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInf
|
|
|
7431
7431
|
_GLOBAL__I_65535_0__ZN4node23WorkerThreadsTaskRunnerC2EiNS_21PlatformDebugLogLevelE
|
|
7432
7432
|
_GLOBAL__I_65535_0__ZN4node25ExternalReferenceRegistry19external_referencesEv
|
|
7433
7433
|
_GLOBAL__I_65535_0__ZN4node26DecreaseSignalHandlerCountEi
|
|
7434
|
-
|
|
7434
|
+
_GLOBAL__I_65535_0__ZN4node2os18FastGetTotalMemoryEN2v85LocalINS1_5ValueEEE
|
|
7435
7435
|
_GLOBAL__I_65535_0__ZN4node2uv13GetErrMessageERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
7436
7436
|
_GLOBAL__I_65535_0__ZN4node31AllowWasmCodeGenerationCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_6StringEEE
|
|
7437
7437
|
_GLOBAL__I_65535_0__ZN4node31RegisterTypesExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -7503,6 +7503,7 @@ _GLOBAL__I_65535_0__ZN4node9inspector19MainThreadInterfaceC2EPNS0_5AgentE
|
|
|
7503
7503
|
_GLOBAL__I_65535_0__ZN4node9inspector23ObjectGetProtocolStringB5cxx11EN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEENS2_INS1_6StringEEE
|
|
7504
7504
|
_GLOBAL__I_65535_0__ZN4node9inspector26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
7505
7505
|
_GLOBAL__I_65535_0__ZN4node9inspector5AgentC2EPNS_11EnvironmentE
|
|
7506
|
+
_GLOBAL__I_65535_0__ZN4node9inspector8protocol11TargetAgent29target_session_id_worker_map_E
|
|
7506
7507
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12RuntimeAgentC2Ev
|
|
7507
7508
|
_GLOBAL__I_65535_0__ZN4node9inspector8protocol12TracingAgentC2EPNS_11EnvironmentESt10shared_ptrINS0_16MainThreadHandleEE
|
|
7508
7509
|
_GLOBAL__I_65535_0__ZN5cppgc4Heap6CreateESt10shared_ptrINS_8PlatformEENS0_11HeapOptionsE
|
|
@@ -7577,18 +7578,18 @@ _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
7577
7578
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7578
7579
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal17VerificationState12VerifyMarkedEPKv
|
|
7579
7580
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal8BasePage4heapEv
|
|
7580
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7581
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7582
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
7583
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7584
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7585
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7586
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7587
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7588
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7589
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7590
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7591
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7581
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0x8d81a958fb27f95
|
|
7582
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_6EE78FAE_0xeca48977dae59d92
|
|
7583
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xe49b81db758cf9ce
|
|
7584
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x5f00d4c361954aeb
|
|
7585
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0xf08031faa360b1f5
|
|
7586
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0x4800a02b26593584
|
|
7587
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0xdc8293133e0f09e1
|
|
7588
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0xc01fa2f89da0167f
|
|
7589
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0x571b835c747166ab
|
|
7590
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0xee017e979010fec2
|
|
7591
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x54ac8a5372777840
|
|
7592
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x883b02ab7a704b16
|
|
7592
7593
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7593
7594
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7594
7595
|
_HZData_77
|
|
@@ -8382,6 +8383,7 @@ _ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2
|
|
|
8382
8383
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
8383
8384
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IjJEEENS2_IlJEEENS2_IbJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
8384
8385
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_S7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
8386
|
+
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
8385
8387
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
8386
8388
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRKNS_17FastOneByteStringEJEEES3_S3_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
8387
8389
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -64399,6 +64401,7 @@ _ZN4absl13cord_internal12CordRepBtree7RebuildEPS1_
|
|
|
64399
64401
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE0EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
64400
64402
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE1EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
64401
64403
|
_ZN4absl13cord_internal12CordRepBtree7SubTreeEmm
|
|
64404
|
+
_ZN4absl13cord_internal12SmallMemmoveILb0EEEvPcPKcm
|
|
64402
64405
|
_ZN4absl13cord_internal13RemoveCrcNodeEPNS0_7CordRepE
|
|
64403
64406
|
_ZN4absl13cord_internal14ReverseConsumeEPNS0_7CordRepENS_11FunctionRefIFvS2_mmEEE
|
|
64404
64407
|
_ZN4absl13cord_internal16CordRepSubstring9SubstringEPNS0_7CordRepEmm
|
|
@@ -64407,7 +64410,6 @@ _ZN4absl13cord_internal16CordzSampleToken8IteratorC2EPKS1_
|
|
|
64407
64410
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEi
|
|
64408
64411
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEv
|
|
64409
64412
|
_ZN4absl13cord_internal16LogFatalNodeTypeEPNS0_7CordRepE
|
|
64410
|
-
_ZN4absl13cord_internal18CordRepBtreeReader4NextEv
|
|
64411
64413
|
_ZN4absl13cord_internal18CordRepBtreeReader4ReadEmmRPNS0_7CordRepE
|
|
64412
64414
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4ReadEmm
|
|
64413
64415
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4SkipEm
|
|
@@ -64932,6 +64934,7 @@ _ZN4absl19str_format_internal16ConvertFloatImplEeRKNS0_24FormatConversionSpecImp
|
|
|
64932
64934
|
_ZN4absl19str_format_internal16ConvertFloatImplEfRKNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64933
64935
|
_ZN4absl19str_format_internal16ParsedFormatBaseC1ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
64934
64936
|
_ZN4absl19str_format_internal16ParsedFormatBaseC2ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
64937
|
+
_ZN4absl19str_format_internal17ConsumeConversionILb0EEEPKcS3_S3_PNS0_17UnboundConversionEPi
|
|
64935
64938
|
_ZN4absl19str_format_internal17FormatConvertImplEDnNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64936
64939
|
_ZN4absl19str_format_internal17FormatConvertImplENS0_7VoidPtrENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64937
64940
|
_ZN4absl19str_format_internal17FormatConvertImplENS_6int128ENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
@@ -65078,6 +65081,7 @@ _ZN4absl4Cord9InlineRep20PrependTreeToInlinedEPNS_13cord_internal7CordRepENS2_18
|
|
|
65078
65081
|
_ZN4absl4Cord9InlineRep23MaybeRemoveEmptyCrcNodeEv
|
|
65079
65082
|
_ZN4absl4Cord9InlineRep7SetTreeEPNS_13cord_internal7CordRepERKNS2_16CordzUpdateScopeE
|
|
65080
65083
|
_ZN4absl4Cord9InlineRep9UnrefTreeEv
|
|
65084
|
+
_ZN4absl4Cord9InlineRepC1ERKS1_
|
|
65081
65085
|
_ZN4absl4CordC1ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
65082
65086
|
_ZN4absl4CordC1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELi0EEEOT_
|
|
65083
65087
|
_ZN4absl4CordC2ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
@@ -65876,7 +65880,7 @@ _ZN4node11StringBytes5WriteEPN2v87IsolateEPcmNS1_5LocalINS1_5ValueEEENS_8encodin
|
|
|
65876
65880
|
_ZN4node11StringBytes6EncodeEPN2v87IsolateEPKcNS_8encodingE
|
|
65877
65881
|
_ZN4node11StringBytes6EncodeEPN2v87IsolateEPKcmNS_8encodingE
|
|
65878
65882
|
_ZN4node11StringBytes6EncodeEPN2v87IsolateEPKtm
|
|
65879
|
-
|
|
65883
|
+
_ZN4node11StringBytes9WriteUCS2EPN2v87IsolateEPcmNS1_5LocalINS1_6StringEEE
|
|
65880
65884
|
_ZN4node11TraceEnvVarEPNS_11EnvironmentEPKc
|
|
65881
65885
|
_ZN4node11TraceEnvVarEPNS_11EnvironmentEPKcN2v85LocalINS4_6StringEEE
|
|
65882
65886
|
_ZN4node11TraceEnvVarEPNS_11EnvironmentEPKcS3_
|
|
@@ -65913,7 +65917,6 @@ _ZN4node11http_parser6Parser12OnStreamReadElRK8uv_buf_t
|
|
|
65913
65917
|
_ZN4node11http_parser6Parser13CreateHeadersEv
|
|
65914
65918
|
_ZN4node11http_parser6Parser13OnStreamAllocEm
|
|
65915
65919
|
_ZN4node11http_parser6Parser16GetCurrentBufferERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65916
|
-
_ZN4node11http_parser6Parser16HeadersCompletedERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65917
65920
|
_ZN4node11http_parser6Parser19on_headers_completeEv
|
|
65918
65921
|
_ZN4node11http_parser6Parser3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65919
65922
|
_ZN4node11http_parser6Parser4FreeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -65936,7 +65939,6 @@ _ZN4node11http_parser6Parser6RemoveERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
65936
65939
|
_ZN4node11http_parser6Parser7ConsumeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65937
65940
|
_ZN4node11http_parser6Parser7ExecuteEPKcm
|
|
65938
65941
|
_ZN4node11http_parser6Parser7ExecuteERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65939
|
-
_ZN4node11http_parser6Parser8DurationERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65940
65942
|
_ZN4node11http_parser6Parser8settingsE
|
|
65941
65943
|
_ZN4node11http_parser6Parser9UnconsumeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65942
65944
|
_ZN4node11http_parser6ParserD0Ev
|
|
@@ -67126,6 +67128,7 @@ _ZN4node23GetMultiIsolatePlatformEPNS_11IsolateDataE
|
|
|
67126
67128
|
_ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
67127
67129
|
_ZN4node23SetIsolateErrorHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
67128
67130
|
_ZN4node23THROW_ERR_INVALID_STATEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
67131
|
+
_ZN4node23ToV8ValuePrimitiveArrayImEEN2v85LocalINS1_5ArrayEEENS2_INS1_7ContextEEERKSt6vectorIT_SaIS8_EEPNS1_7IsolateE
|
|
67129
67132
|
_ZN4node23WorkerThreadsTaskRunner13BlockingDrainEv
|
|
67130
67133
|
_ZN4node23WorkerThreadsTaskRunner15PostDelayedTaskEN2v812TaskPriorityESt10unique_ptrINS1_4TaskESt14default_deleteIS4_EERKNS1_14SourceLocationEd
|
|
67131
67134
|
_ZN4node23WorkerThreadsTaskRunner20DelayedTaskScheduler10FlushTasksEP10uv_async_s
|
|
@@ -67407,7 +67410,9 @@ _ZN4node2fs9FSReqBaseD0Ev
|
|
|
67407
67410
|
_ZN4node2fs9FSReqBaseD1Ev
|
|
67408
67411
|
_ZN4node2fs9FSReqBaseD2Ev
|
|
67409
67412
|
_ZN4node2os10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
67413
|
+
_ZN4node2os18FastGetTotalMemoryEN2v85LocalINS1_5ValueEEE
|
|
67410
67414
|
_ZN4node2os26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
67415
|
+
_ZN4node2os27FastGetAvailableParallelismEN2v85LocalINS1_5ValueEEE
|
|
67411
67416
|
_ZN4node2uv10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
67412
67417
|
_ZN4node2uv13GetErrMessageERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
67413
67418
|
_ZN4node2uv26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -68021,7 +68026,6 @@ _ZN4node6crypto10CipherBase3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
68021
68026
|
_ZN4node6crypto10CipherBase5FinalEPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS4_EE
|
|
68022
68027
|
_ZN4node6crypto10CipherBase5FinalERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68023
68028
|
_ZN4node6crypto10CipherBase6InitIvEPKcRKNS0_10ByteSourceERKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
68024
|
-
_ZN4node6crypto10CipherBase6InitIvERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68025
68029
|
_ZN4node6crypto10CipherBase6SetAADERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68026
68030
|
_ZN4node6crypto10CipherBase6SetAADERKNS0_25ArrayBufferOrViewContentsIhEEi
|
|
68027
68031
|
_ZN4node6crypto10CipherBase6UpdateEPKcmPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS6_EE
|
|
@@ -68035,7 +68039,7 @@ _ZN4node6crypto10HKDFConfigC2EOS1_
|
|
|
68035
68039
|
_ZN4node6crypto10HKDFConfigD0Ev
|
|
68036
68040
|
_ZN4node6crypto10HKDFConfigD1Ev
|
|
68037
68041
|
_ZN4node6crypto10HKDFConfigaSEOS1_
|
|
68038
|
-
|
|
68042
|
+
_ZN4node6crypto10HKDFTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HKDFConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68039
68043
|
_ZN4node6crypto10HKDFTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HKDFConfigEPNS0_10ByteSourceE
|
|
68040
68044
|
_ZN4node6crypto10HKDFTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HKDFConfigE
|
|
68041
68045
|
_ZN4node6crypto10HashConfigC1EOS1_
|
|
@@ -68043,7 +68047,7 @@ _ZN4node6crypto10HashConfigC2EOS1_
|
|
|
68043
68047
|
_ZN4node6crypto10HashConfigD0Ev
|
|
68044
68048
|
_ZN4node6crypto10HashConfigD1Ev
|
|
68045
68049
|
_ZN4node6crypto10HashConfigaSEOS1_
|
|
68046
|
-
|
|
68050
|
+
_ZN4node6crypto10HashTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HashConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68047
68051
|
_ZN4node6crypto10HashTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HashConfigEPNS0_10ByteSourceE
|
|
68048
68052
|
_ZN4node6crypto10HashTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HashConfigE
|
|
68049
68053
|
_ZN4node6crypto10HmacConfigC1EOS1_
|
|
@@ -68051,11 +68055,11 @@ _ZN4node6crypto10HmacConfigC2EOS1_
|
|
|
68051
68055
|
_ZN4node6crypto10HmacConfigD0Ev
|
|
68052
68056
|
_ZN4node6crypto10HmacConfigD1Ev
|
|
68053
68057
|
_ZN4node6crypto10HmacConfigaSEOS1_
|
|
68054
|
-
|
|
68058
|
+
_ZN4node6crypto10HmacTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HmacConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68055
68059
|
_ZN4node6crypto10HmacTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HmacConfigEPNS0_10ByteSourceE
|
|
68056
68060
|
_ZN4node6crypto10HmacTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HmacConfigE
|
|
68057
68061
|
_ZN4node6crypto10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
68058
|
-
|
|
68062
|
+
_ZN4node6crypto10SignTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17SignConfigurationEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68059
68063
|
_ZN4node6crypto10SignTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17SignConfigurationEPNS0_10ByteSourceE
|
|
68060
68064
|
_ZN4node6crypto10SignTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17SignConfigurationE
|
|
68061
68065
|
_ZN4node6crypto11GetPeerCertEPNS_11EnvironmentERKN7ncrypto10SSLPointerEbb
|
|
@@ -68069,7 +68073,7 @@ _ZN4node6crypto11ManagedX509aSERKS1_
|
|
|
68069
68073
|
_ZN4node6crypto11PushAliasesEPKcPv
|
|
68070
68074
|
_ZN4node6crypto12DHBitsConfigD0Ev
|
|
68071
68075
|
_ZN4node6crypto12DHBitsConfigD1Ev
|
|
68072
|
-
|
|
68076
|
+
_ZN4node6crypto12DHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68073
68077
|
_ZN4node6crypto12DHBitsTraits12EncodeOutputEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceE
|
|
68074
68078
|
_ZN4node6crypto12DHBitsTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12DHBitsConfigE
|
|
68075
68079
|
_ZN4node6crypto12EncodeBignumEPNS_11EnvironmentEPK9bignum_sti
|
|
@@ -68098,7 +68102,7 @@ _ZN4node6crypto12PBKDF2ConfigC2EOS1_
|
|
|
68098
68102
|
_ZN4node6crypto12PBKDF2ConfigD0Ev
|
|
68099
68103
|
_ZN4node6crypto12PBKDF2ConfigD1Ev
|
|
68100
68104
|
_ZN4node6crypto12PBKDF2ConfigaSEOS1_
|
|
68101
|
-
|
|
68105
|
+
_ZN4node6crypto12PBKDF2Traits10DeriveBitsEPNS_11EnvironmentERKNS0_12PBKDF2ConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68102
68106
|
_ZN4node6crypto12PBKDF2Traits12EncodeOutputEPNS_11EnvironmentERKNS0_12PBKDF2ConfigEPNS0_10ByteSourceE
|
|
68103
68107
|
_ZN4node6crypto12PBKDF2Traits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12PBKDF2ConfigE
|
|
68104
68108
|
_ZN4node6crypto12ScryptConfigC1EOS1_
|
|
@@ -68106,7 +68110,7 @@ _ZN4node6crypto12ScryptConfigC2EOS1_
|
|
|
68106
68110
|
_ZN4node6crypto12ScryptConfigD0Ev
|
|
68107
68111
|
_ZN4node6crypto12ScryptConfigD1Ev
|
|
68108
68112
|
_ZN4node6crypto12ScryptConfigaSEOS1_
|
|
68109
|
-
|
|
68113
|
+
_ZN4node6crypto12ScryptTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12ScryptConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68110
68114
|
_ZN4node6crypto12ScryptTraits12EncodeOutputEPNS_11EnvironmentERKNS0_12ScryptConfigEPNS0_10ByteSourceE
|
|
68111
68115
|
_ZN4node6crypto12ScryptTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12ScryptConfigE
|
|
68112
68116
|
_ZN4node6crypto12isSelfIssuedEP7x509_st
|
|
@@ -68250,7 +68254,7 @@ _ZN4node6crypto14DhKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820Fu
|
|
|
68250
68254
|
_ZN4node6crypto14DhKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_15DhKeyPairParamsEEE
|
|
68251
68255
|
_ZN4node6crypto14ECDHBitsConfigD0Ev
|
|
68252
68256
|
_ZN4node6crypto14ECDHBitsConfigD1Ev
|
|
68253
|
-
|
|
68257
|
+
_ZN4node6crypto14ECDHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_14ECDHBitsConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68254
68258
|
_ZN4node6crypto14ECDHBitsTraits12EncodeOutputEPNS_11EnvironmentERKNS0_14ECDHBitsConfigEPNS0_10ByteSourceE
|
|
68255
68259
|
_ZN4node6crypto14ECDHBitsTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_14ECDHBitsConfigE
|
|
68256
68260
|
_ZN4node6crypto14EcKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_15EcKeyPairParamsEEE
|
|
@@ -68351,7 +68355,7 @@ _ZN4node6crypto15X509CertificateD0Ev
|
|
|
68351
68355
|
_ZN4node6crypto15X509CertificateD1Ev
|
|
68352
68356
|
_ZN4node6crypto16CheckPrimeConfigD0Ev
|
|
68353
68357
|
_ZN4node6crypto16CheckPrimeConfigD1Ev
|
|
68354
|
-
|
|
68358
|
+
_ZN4node6crypto16CheckPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68355
68359
|
_ZN4node6crypto16CheckPrimeTraits12EncodeOutputEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceE
|
|
68356
68360
|
_ZN4node6crypto16CheckPrimeTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_16CheckPrimeConfigE
|
|
68357
68361
|
_ZN4node6crypto16CryptoErrorStore6InsertIJEEEvNS0_15NodeCryptoErrorEDpOT_
|
|
@@ -68395,12 +68399,12 @@ _ZN4node6crypto17ECKeyExportTraits8DoExportERKNS0_13KeyObjectDataENS0_18WebCrypt
|
|
|
68395
68399
|
_ZN4node6crypto17PKEY_PKCS8_ExportERKNS0_13KeyObjectDataEPNS0_10ByteSourceE
|
|
68396
68400
|
_ZN4node6crypto17RandomBytesConfigD0Ev
|
|
68397
68401
|
_ZN4node6crypto17RandomBytesConfigD1Ev
|
|
68398
|
-
|
|
68402
|
+
_ZN4node6crypto17RandomBytesTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68399
68403
|
_ZN4node6crypto17RandomBytesTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceE
|
|
68400
68404
|
_ZN4node6crypto17RandomBytesTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17RandomBytesConfigE
|
|
68401
68405
|
_ZN4node6crypto17RandomPrimeConfigD0Ev
|
|
68402
68406
|
_ZN4node6crypto17RandomPrimeConfigD1Ev
|
|
68403
|
-
|
|
68407
|
+
_ZN4node6crypto17RandomPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomPrimeConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68404
68408
|
_ZN4node6crypto17RandomPrimeTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17RandomPrimeConfigEPNS0_10ByteSourceE
|
|
68405
68409
|
_ZN4node6crypto17RandomPrimeTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17RandomPrimeConfigE
|
|
68406
68410
|
_ZN4node6crypto17SignConfigurationC1EOS1_
|
|
@@ -68431,7 +68435,6 @@ _ZN4node6crypto22GetExtraCACertificatesERKN2v820FunctionCallbackInfoINS1_5ValueE
|
|
|
68431
68435
|
_ZN4node6crypto22GetValidationErrorCodeEPNS_11EnvironmentEi
|
|
68432
68436
|
_ZN4node6crypto23GetDigestImplementationEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEES6_S6_
|
|
68433
68437
|
_ZN4node6crypto23GetSystemCACertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68434
|
-
_ZN4node6crypto23InternalVerifyIntegrityERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68435
68438
|
_ZN4node6crypto24GetOpenSSLSecLevelCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68436
68439
|
_ZN4node6crypto24GetOrCreateRootCertStoreEv
|
|
68437
68440
|
_ZN4node6crypto24GetValidationErrorReasonEPNS_11EnvironmentEi
|
|
@@ -68772,6 +68775,7 @@ _ZN4node6fs_dir9DirHandleD2Ev
|
|
|
68772
68775
|
_ZN4node6loader10ModuleWrap11InstantiateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68773
68776
|
_ZN4node6loader10ModuleWrap12EvaluateSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68774
68777
|
_ZN4node6loader10ModuleWrap12GetNamespaceERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68778
|
+
_ZN4node6loader10ModuleWrap12IsGraphAsyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68775
68779
|
_ZN4node6loader10ModuleWrap13GetFromModuleEPNS_11EnvironmentEN2v85LocalINS4_6ModuleEEE
|
|
68776
68780
|
_ZN4node6loader10ModuleWrap15InstantiateSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68777
68781
|
_ZN4node6loader10ModuleWrap16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -68987,7 +68991,6 @@ _ZN4node6worker11MessagePort6DetachEv
|
|
|
68987
68991
|
_ZN4node6worker11MessagePort7OnCloseEv
|
|
68988
68992
|
_ZN4node6worker11MessagePort8EntangleEPS1_PNS0_15MessagePortDataE
|
|
68989
68993
|
_ZN4node6worker11MessagePort8EntangleEPS1_S2_
|
|
68990
|
-
_ZN4node6worker11MessagePort9CheckTypeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68991
68994
|
_ZN4node6worker11MessagePort9OnMessageENS1_21MessageProcessingModeE
|
|
68992
68995
|
_ZN4node6worker11MessagePortC1EPNS_11EnvironmentEN2v85LocalINS4_7ContextEEENS5_INS4_6ObjectEEE
|
|
68993
68996
|
_ZN4node6worker11MessagePortC2EPNS_11EnvironmentEN2v85LocalINS4_7ContextEEENS5_INS4_6ObjectEEE
|
|
@@ -69854,6 +69857,7 @@ _ZN4node9inspector19InspectorIoDelegate12GetTargetUrlERKNSt7__cxx1112basic_strin
|
|
|
69854
69857
|
_ZN4node9inspector19InspectorIoDelegate12StartSessionEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69855
69858
|
_ZN4node9inspector19InspectorIoDelegate14GetTargetTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69856
69859
|
_ZN4node9inspector19InspectorIoDelegate15MessageReceivedEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69860
|
+
_ZN4node9inspector19InspectorIoDelegate18GetTargetSessionIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69857
69861
|
_ZN4node9inspector19InspectorIoDelegateD0Ev
|
|
69858
69862
|
_ZN4node9inspector19InspectorIoDelegateD1Ev
|
|
69859
69863
|
_ZN4node9inspector19MainThreadInterface12RemoveObjectEi
|
|
@@ -70022,6 +70026,19 @@ _ZN4node9inspector8protocol11NodeWorkers7ReceiveERKNSt7__cxx1112basic_stringIcSt
|
|
|
70022
70026
|
_ZN4node9inspector8protocol11NodeWorkers8DetachedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
70023
70027
|
_ZN4node9inspector8protocol11StringValueD0Ev
|
|
70024
70028
|
_ZN4node9inspector8protocol11StringValueD1Ev
|
|
70029
|
+
_ZN4node9inspector8protocol11TargetAgent12listenWorkerESt8weak_ptrINS0_13WorkerManagerEE
|
|
70030
|
+
_ZN4node9inspector8protocol11TargetAgent13setAutoAttachEbb
|
|
70031
|
+
_ZN4node9inspector8protocol11TargetAgent13targetCreatedESt17basic_string_viewIcSt11char_traitsIcEES6_S6_S6_
|
|
70032
|
+
_ZN4node9inspector8protocol11TargetAgent15getNextTargetIdEv
|
|
70033
|
+
_ZN4node9inspector8protocol11TargetAgent16attachedToTargetESt10shared_ptrINS0_16MainThreadHandleEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESD_SD_SD_
|
|
70034
|
+
_ZN4node9inspector8protocol11TargetAgent16getNextSessionIdEv
|
|
70035
|
+
_ZN4node9inspector8protocol11TargetAgent16next_session_id_E
|
|
70036
|
+
_ZN4node9inspector8protocol11TargetAgent26createAndAttachIfNecessaryESt10shared_ptrINS0_16MainThreadHandleEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESD_
|
|
70037
|
+
_ZN4node9inspector8protocol11TargetAgent29target_session_id_worker_map_E
|
|
70038
|
+
_ZN4node9inspector8protocol11TargetAgent4WireEPN5crdtp14UberDispatcherE
|
|
70039
|
+
_ZN4node9inspector8protocol11TargetAgent5resetEv
|
|
70040
|
+
_ZN4node9inspector8protocol11TargetAgentD0Ev
|
|
70041
|
+
_ZN4node9inspector8protocol11TargetAgentD1Ev
|
|
70025
70042
|
_ZN4node9inspector8protocol11WorkerAgent19sendMessageToWorkerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_
|
|
70026
70043
|
_ZN4node9inspector8protocol11WorkerAgent4WireEPN5crdtp14UberDispatcherE
|
|
70027
70044
|
_ZN4node9inspector8protocol11WorkerAgent6detachERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -70067,6 +70084,10 @@ _ZN4node9inspector8protocol15DictionaryValueD1Ev
|
|
|
70067
70084
|
_ZN4node9inspector8protocol15DictionaryValueD2Ev
|
|
70068
70085
|
_ZN4node9inspector8protocol16FundamentalValueD0Ev
|
|
70069
70086
|
_ZN4node9inspector8protocol16FundamentalValueD1Ev
|
|
70087
|
+
_ZN4node9inspector8protocol16createTargetInfoESt17basic_string_viewIcSt11char_traitsIcEES5_S5_S5_
|
|
70088
|
+
_ZN4node9inspector8protocol20WorkerTargetDelegate13WorkerCreatedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_bSt10shared_ptrINS0_16MainThreadHandleEE
|
|
70089
|
+
_ZN4node9inspector8protocol20WorkerTargetDelegateD0Ev
|
|
70090
|
+
_ZN4node9inspector8protocol20WorkerTargetDelegateD1Ev
|
|
70070
70091
|
_ZN4node9inspector8protocol5Value11parseBinaryEPKhm
|
|
70071
70092
|
_ZN4node9inspector8protocol5ValueD0Ev
|
|
70072
70093
|
_ZN4node9inspector8protocol5ValueD1Ev
|
|
@@ -70076,6 +70097,22 @@ _ZN4node9inspector8protocol6ObjectC2ESt10unique_ptrINS1_15DictionaryValueESt14de
|
|
|
70076
70097
|
_ZN4node9inspector8protocol6ObjectD0Ev
|
|
70077
70098
|
_ZN4node9inspector8protocol6ObjectD1Ev
|
|
70078
70099
|
_ZN4node9inspector8protocol6ObjectD2Ev
|
|
70100
|
+
_ZN4node9inspector8protocol6Target10Dispatcher4wireEPN5crdtp14UberDispatcherEPNS2_7BackendE
|
|
70101
|
+
_ZN4node9inspector8protocol6Target10TargetInfo23deserializer_descriptorEv
|
|
70102
|
+
_ZN4node9inspector8protocol6Target10TargetInfoD0Ev
|
|
70103
|
+
_ZN4node9inspector8protocol6Target10TargetInfoD1Ev
|
|
70104
|
+
_ZN4node9inspector8protocol6Target20DomainDispatcherImpl13setAutoAttachERKN5crdtp12DispatchableE
|
|
70105
|
+
_ZN4node9inspector8protocol6Target20DomainDispatcherImpl8DispatchEN5crdtp4spanIhEE
|
|
70106
|
+
_ZN4node9inspector8protocol6Target20DomainDispatcherImplD0Ev
|
|
70107
|
+
_ZN4node9inspector8protocol6Target20DomainDispatcherImplD1Ev
|
|
70108
|
+
_ZN4node9inspector8protocol6Target7Backend7disableEv
|
|
70109
|
+
_ZN4node9inspector8protocol6Target8Frontend13targetCreatedESt10unique_ptrINS2_10TargetInfoESt14default_deleteIS5_EE
|
|
70110
|
+
_ZN4node9inspector8protocol6Target8Frontend16attachedToTargetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrINS2_10TargetInfoESt14default_deleteISD_EEb
|
|
70111
|
+
_ZN4node9inspector8protocol6Target8Frontend19sendRawNotificationESt10unique_ptrIN5crdtp12SerializableESt14default_deleteIS6_EE
|
|
70112
|
+
_ZN4node9inspector8protocol6Target8Frontend5flushEv
|
|
70113
|
+
_ZN4node9inspector8protocol6Target8Metainfo10domainNameE
|
|
70114
|
+
_ZN4node9inspector8protocol6Target8Metainfo13commandPrefixE
|
|
70115
|
+
_ZN4node9inspector8protocol6Target8Metainfo7versionE
|
|
70079
70116
|
_ZN4node9inspector8protocol7Network10Dispatcher4wireEPN5crdtp14UberDispatcherEPNS2_7BackendE
|
|
70080
70117
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum10StylesheetE
|
|
70081
70118
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum11EventSourceE
|
|
@@ -83039,6 +83076,8 @@ _ZNK4absl4Cord8ContainsESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
83039
83076
|
_ZNK4absl4Cord8EndsWithERKS0_
|
|
83040
83077
|
_ZNK4absl4Cord8EndsWithESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83041
83078
|
_ZNK4absl4Cord8FindImplENS0_12CharIteratorESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83079
|
+
_ZNK4absl4Cord9InlineRep4sizeEv
|
|
83080
|
+
_ZNK4absl4Cord9InlineRep7as_treeEv
|
|
83042
83081
|
_ZNK4absl4CordcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEv
|
|
83043
83082
|
_ZNK4absl4CordixEm
|
|
83044
83083
|
_ZNK4absl4Time2InENS_8TimeZoneE
|
|
@@ -84039,6 +84078,7 @@ _ZNK4node9inspector8protocol5Value9asIntegerEPi
|
|
|
84039
84078
|
_ZNK4node9inspector8protocol6Object16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84040
84079
|
_ZNK4node9inspector8protocol6Object5cloneEv
|
|
84041
84080
|
_ZNK4node9inspector8protocol6Object7toValueEv
|
|
84081
|
+
_ZNK4node9inspector8protocol6Target10TargetInfo16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84042
84082
|
_ZNK4node9inspector8protocol7Network7Request16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84043
84083
|
_ZNK4node9inspector8protocol7Network8Response16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84044
84084
|
_ZNK4node9inspector8protocol7Network9Initiator16AppendSerializedEPSt6vectorIhSaIhEE
|
|
@@ -87613,6 +87653,7 @@ _ZNSt10_HashtableIiSt4pairIKiN2v88internal8compiler10turboshaft16SnapshotTableKe
|
|
|
87613
87653
|
_ZNSt10_HashtableIiSt4pairIKiN4node17BaseObjectPtrImplINS2_5http211Http2StreamELb0EEEESaIS7_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENS9_18_Mod_range_hashingENS9_20_Default_ranged_hashENS9_20_Prime_rehash_policyENS9_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS9_10_Hash_nodeIS7_Lb0EEEm
|
|
87614
87654
|
_ZNSt10_HashtableIiSt4pairIKiPN4node6loader10ModuleWrapEESaIS6_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb0EEEE11equal_rangeERS1_
|
|
87615
87655
|
_ZNSt10_HashtableIiSt4pairIKiPN4node6loader10ModuleWrapEESaIS6_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb0EEEE20_M_insert_multi_nodeEPNS8_10_Hash_nodeIS6_Lb0EEEmSM_
|
|
87656
|
+
_ZNSt10_HashtableIiSt4pairIKiSt10shared_ptrIN4node9inspector16MainThreadHandleEEESaIS7_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENS9_18_Mod_range_hashingENS9_20_Default_ranged_hashENS9_20_Prime_rehash_policyENS9_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS9_10_Hash_nodeIS7_Lb0EEEm
|
|
87616
87657
|
_ZNSt10_HashtableIiSt4pairIKiSt10unique_ptrIN12v8_inspector14InjectedScriptESt14default_deleteIS4_EEESaIS8_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSA_10_Hash_nodeIS8_Lb0EEEm
|
|
87617
87658
|
_ZNSt10_HashtableIiSt4pairIKiSt10unique_ptrIN12v8_inspector14InjectedScriptESt14default_deleteIS4_EEESaIS8_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb0ELb0ELb1EEEE4findERS1_
|
|
87618
87659
|
_ZNSt10_HashtableIiSt4pairIKiSt10unique_ptrIN12v8_inspector16InspectedContextESt14default_deleteIS4_EEESaIS8_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSA_10_Hash_nodeIS8_Lb0EEEm
|
|
@@ -87699,6 +87740,7 @@ _ZNSt12__shared_ptrIvLN9__gnu_cxx12_Lock_policyE2EEC2ERKS2_
|
|
|
87699
87740
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN4node7modules11BindingData13PackageConfigESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_S9_EEE6insertEOSG_
|
|
87700
87741
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrIN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEEESt14default_deleteISC_EESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SF_EEED1Ev
|
|
87701
87742
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8weak_ptrIN4node6worker12SiblingGroupEESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SA_EEED1Ev
|
|
87743
|
+
_ZNSt13unordered_mapIiSt10shared_ptrIN4node9inspector16MainThreadHandleEESt4hashIiESt8equal_toIiESaISt4pairIKiS4_EEED1Ev
|
|
87702
87744
|
_ZNSt13unordered_mapItSt10unique_ptrIN4node21PerIsolateWrapperDataESt14default_deleteIS2_EESt4hashItESt8equal_toItESaISt4pairIKtS5_EEED1Ev
|
|
87703
87745
|
_ZNSt13unordered_setIPN4node9dlwrapper7dl_wrapENS2_4hashENS2_5equalESaIS3_EED1Ev
|
|
87704
87746
|
_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
@@ -88159,6 +88201,11 @@ _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14
|
|
|
88159
88201
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88160
88202
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88161
88203
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
88204
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol6Target8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88205
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol6Target8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88206
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol6Target8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88207
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol6Target8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88208
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol6Target8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
88162
88209
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88163
88210
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88164
88211
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -88506,6 +88553,11 @@ _ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__
|
|
|
88506
88553
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88507
88554
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88508
88555
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
88556
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11TargetAgentESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88557
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11TargetAgentESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88558
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11TargetAgentESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88559
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11TargetAgentESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88560
|
+
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11TargetAgentESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
88509
88561
|
_ZNSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88510
88562
|
_ZNSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88511
88563
|
_ZNSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -89005,6 +89057,7 @@ _ZNSt8__detail9_Map_baseIiSt4pairIKiN2v88internal8compiler10turboshaft16Snapshot
|
|
|
89005
89057
|
_ZNSt8__detail9_Map_baseIiSt4pairIKiPN2v88internal8compiler4NodeEENS4_13ZoneAllocatorIS8_EENS_10_Select1stESt8equal_toIiENS3_4base4hashIiEENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS2_
|
|
89006
89058
|
_ZNSt8__detail9_Map_baseIiSt4pairIKiSt10unique_ptrIN4node7tracing16AsyncTraceWriterESt14default_deleteIS6_EEESaISA_ENS_10_Select1stESt8equal_toIiESt4hashIiENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_
|
|
89007
89059
|
_ZNSt8__detail9_Map_baseIiSt4pairIKiSt10unique_ptrIN4node9inspector14WorkerDelegateESt14default_deleteIS6_EEESaISA_ENS_10_Select1stESt8equal_toIiESt4hashIiENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_
|
|
89060
|
+
_ZNSt8__detail9_Map_baseIiSt4pairIKiSt10unique_ptrIN4node9inspector16InspectorSessionESt14default_deleteIS6_EEESaISA_ENS_10_Select1stESt8equal_toIiESt4hashIiENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_
|
|
89008
89061
|
_ZNSt8__detail9_Map_baseIiSt4pairIKiSt10unique_ptrISt13unordered_mapIiS3_IN12v8_inspector16InspectedContextESt14default_deleteIS6_EESt4hashIiESt8equal_toIiESaIS1_IS2_S9_EEES7_ISG_EEESaISJ_ENS_10_Select1stESD_SB_NS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_
|
|
89009
89062
|
_ZNSt8__detail9_Map_baseIiSt4pairIKiSt6vectorIiSaIiEEESaIS6_ENS_10_Select1stESt8equal_toIiESt4hashIiENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_
|
|
89010
89063
|
_ZNSt8__detail9_Map_baseIiSt4pairIKiSt8multisetINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS9_ESaIS9_EEESaISE_ENS_10_Select1stESt8equal_toIiESt4hashIiENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixEOi
|
|
@@ -93189,13 +93242,17 @@ _ZTVN4node9inspector8protocol11NodeRuntime20DomainDispatcherImplE
|
|
|
93189
93242
|
_ZTVN4node9inspector8protocol11NodeTracing11TraceConfigE
|
|
93190
93243
|
_ZTVN4node9inspector8protocol11NodeTracing20DomainDispatcherImplE
|
|
93191
93244
|
_ZTVN4node9inspector8protocol11StringValueE
|
|
93245
|
+
_ZTVN4node9inspector8protocol11TargetAgentE
|
|
93192
93246
|
_ZTVN4node9inspector8protocol11WorkerAgentE
|
|
93193
93247
|
_ZTVN4node9inspector8protocol12RuntimeAgentE
|
|
93194
93248
|
_ZTVN4node9inspector8protocol12TracingAgentE
|
|
93195
93249
|
_ZTVN4node9inspector8protocol15DictionaryValueE
|
|
93196
93250
|
_ZTVN4node9inspector8protocol16FundamentalValueE
|
|
93251
|
+
_ZTVN4node9inspector8protocol20WorkerTargetDelegateE
|
|
93197
93252
|
_ZTVN4node9inspector8protocol5ValueE
|
|
93198
93253
|
_ZTVN4node9inspector8protocol6ObjectE
|
|
93254
|
+
_ZTVN4node9inspector8protocol6Target10TargetInfoE
|
|
93255
|
+
_ZTVN4node9inspector8protocol6Target20DomainDispatcherImplE
|
|
93199
93256
|
_ZTVN4node9inspector8protocol7Network20DomainDispatcherImplE
|
|
93200
93257
|
_ZTVN4node9inspector8protocol7Network7RequestE
|
|
93201
93258
|
_ZTVN4node9inspector8protocol7Network8ResponseE
|
|
@@ -93812,6 +93869,7 @@ _ZTVSt19_Sp_counted_deleterIPN4heap4base26IncrementalMarkingScheduleESt14default
|
|
|
93812
93869
|
_ZTVSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93813
93870
|
_ZTVSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93814
93871
|
_ZTVSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93872
|
+
_ZTVSt19_Sp_counted_deleterIPN4node9inspector8protocol6Target8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93815
93873
|
_ZTVSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93816
93874
|
_ZTVSt19_Sp_counted_deleterIPN6icu_7711PluralRulesESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93817
93875
|
_ZTVSt19_Sp_counted_deleterIPN6icu_7713BreakIteratorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
@@ -93880,6 +93938,7 @@ _ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector19MainThreadInterfaceESaIvELN9__
|
|
|
93880
93938
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector19NodeInspectorClientESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93881
93939
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeTracing8FrontendESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93882
93940
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93941
|
+
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11TargetAgentESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93883
93942
|
_ZTVSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93884
93943
|
_ZTVSt23_Sp_counted_ptr_inplaceIN6icu_7725RelativeDateTimeFormatterESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93885
93944
|
_ZTVSt23_Sp_counted_ptr_inplaceIN6icu_776number24LocalizedNumberFormatterESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
@@ -94439,6 +94498,7 @@ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_I
|
|
|
94439
94498
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94440
94499
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IjJEEENS2_IlJEEENS2_IbJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94441
94500
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_S7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94501
|
+
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94442
94502
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94443
94503
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRKNS_17FastOneByteStringEJEEES3_S3_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94444
94504
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -99727,6 +99787,8 @@ llhttp__on_message_begin
|
|
|
99727
99787
|
llhttp__on_message_complete
|
|
99728
99788
|
llhttp__on_method
|
|
99729
99789
|
llhttp__on_method_complete
|
|
99790
|
+
llhttp__on_protocol
|
|
99791
|
+
llhttp__on_protocol_complete
|
|
99730
99792
|
llhttp__on_reset
|
|
99731
99793
|
llhttp__on_status
|
|
99732
99794
|
llhttp__on_status_complete
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 24
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 1
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#define V8_MAJOR_VERSION 13
|
|
12
12
|
#define V8_MINOR_VERSION 6
|
|
13
13
|
#define V8_BUILD_NUMBER 233
|
|
14
|
-
#define V8_PATCH_LEVEL
|
|
14
|
+
#define V8_PATCH_LEVEL 10
|
|
15
15
|
|
|
16
16
|
// Use 1 for candidates and 0 otherwise.
|
|
17
17
|
// (Boolean macro values are not supported by all preprocessors.)
|