node-aix-ppc64 24.0.2 → 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 +92 -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 +105 -47
- 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,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.1.0">24.1.0</a><br/>
|
|
11
12
|
<a href="#24.0.2">24.0.2</a><br/>
|
|
12
13
|
<a href="#24.0.1">24.0.1</a><br/>
|
|
13
14
|
<a href="#24.0.0">24.0.0</a><br/>
|
|
@@ -41,6 +42,97 @@
|
|
|
41
42
|
* [io.js](CHANGELOG_IOJS.md)
|
|
42
43
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
43
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
|
+
|
|
44
136
|
<a id="24.0.2"></a>
|
|
45
137
|
|
|
46
138
|
## 2025-05-14, Version 24.0.2 (Current), @RafaelGSS
|
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
|
|
@@ -65878,7 +65880,7 @@ _ZN4node11StringBytes5WriteEPN2v87IsolateEPcmNS1_5LocalINS1_5ValueEEENS_8encodin
|
|
|
65878
65880
|
_ZN4node11StringBytes6EncodeEPN2v87IsolateEPKcNS_8encodingE
|
|
65879
65881
|
_ZN4node11StringBytes6EncodeEPN2v87IsolateEPKcmNS_8encodingE
|
|
65880
65882
|
_ZN4node11StringBytes6EncodeEPN2v87IsolateEPKtm
|
|
65881
|
-
|
|
65883
|
+
_ZN4node11StringBytes9WriteUCS2EPN2v87IsolateEPcmNS1_5LocalINS1_6StringEEE
|
|
65882
65884
|
_ZN4node11TraceEnvVarEPNS_11EnvironmentEPKc
|
|
65883
65885
|
_ZN4node11TraceEnvVarEPNS_11EnvironmentEPKcN2v85LocalINS4_6StringEEE
|
|
65884
65886
|
_ZN4node11TraceEnvVarEPNS_11EnvironmentEPKcS3_
|
|
@@ -65915,7 +65917,6 @@ _ZN4node11http_parser6Parser12OnStreamReadElRK8uv_buf_t
|
|
|
65915
65917
|
_ZN4node11http_parser6Parser13CreateHeadersEv
|
|
65916
65918
|
_ZN4node11http_parser6Parser13OnStreamAllocEm
|
|
65917
65919
|
_ZN4node11http_parser6Parser16GetCurrentBufferERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65918
|
-
_ZN4node11http_parser6Parser16HeadersCompletedERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65919
65920
|
_ZN4node11http_parser6Parser19on_headers_completeEv
|
|
65920
65921
|
_ZN4node11http_parser6Parser3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65921
65922
|
_ZN4node11http_parser6Parser4FreeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -65938,7 +65939,6 @@ _ZN4node11http_parser6Parser6RemoveERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
65938
65939
|
_ZN4node11http_parser6Parser7ConsumeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65939
65940
|
_ZN4node11http_parser6Parser7ExecuteEPKcm
|
|
65940
65941
|
_ZN4node11http_parser6Parser7ExecuteERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65941
|
-
_ZN4node11http_parser6Parser8DurationERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65942
65942
|
_ZN4node11http_parser6Parser8settingsE
|
|
65943
65943
|
_ZN4node11http_parser6Parser9UnconsumeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
65944
65944
|
_ZN4node11http_parser6ParserD0Ev
|
|
@@ -67128,6 +67128,7 @@ _ZN4node23GetMultiIsolatePlatformEPNS_11IsolateDataE
|
|
|
67128
67128
|
_ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
67129
67129
|
_ZN4node23SetIsolateErrorHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
67130
67130
|
_ZN4node23THROW_ERR_INVALID_STATEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
67131
|
+
_ZN4node23ToV8ValuePrimitiveArrayImEEN2v85LocalINS1_5ArrayEEENS2_INS1_7ContextEEERKSt6vectorIT_SaIS8_EEPNS1_7IsolateE
|
|
67131
67132
|
_ZN4node23WorkerThreadsTaskRunner13BlockingDrainEv
|
|
67132
67133
|
_ZN4node23WorkerThreadsTaskRunner15PostDelayedTaskEN2v812TaskPriorityESt10unique_ptrINS1_4TaskESt14default_deleteIS4_EERKNS1_14SourceLocationEd
|
|
67133
67134
|
_ZN4node23WorkerThreadsTaskRunner20DelayedTaskScheduler10FlushTasksEP10uv_async_s
|
|
@@ -67409,7 +67410,9 @@ _ZN4node2fs9FSReqBaseD0Ev
|
|
|
67409
67410
|
_ZN4node2fs9FSReqBaseD1Ev
|
|
67410
67411
|
_ZN4node2fs9FSReqBaseD2Ev
|
|
67411
67412
|
_ZN4node2os10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
67413
|
+
_ZN4node2os18FastGetTotalMemoryEN2v85LocalINS1_5ValueEEE
|
|
67412
67414
|
_ZN4node2os26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
67415
|
+
_ZN4node2os27FastGetAvailableParallelismEN2v85LocalINS1_5ValueEEE
|
|
67413
67416
|
_ZN4node2uv10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
67414
67417
|
_ZN4node2uv13GetErrMessageERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
67415
67418
|
_ZN4node2uv26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -68023,7 +68026,6 @@ _ZN4node6crypto10CipherBase3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
68023
68026
|
_ZN4node6crypto10CipherBase5FinalEPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS4_EE
|
|
68024
68027
|
_ZN4node6crypto10CipherBase5FinalERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68025
68028
|
_ZN4node6crypto10CipherBase6InitIvEPKcRKNS0_10ByteSourceERKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
68026
|
-
_ZN4node6crypto10CipherBase6InitIvERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68027
68029
|
_ZN4node6crypto10CipherBase6SetAADERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68028
68030
|
_ZN4node6crypto10CipherBase6SetAADERKNS0_25ArrayBufferOrViewContentsIhEEi
|
|
68029
68031
|
_ZN4node6crypto10CipherBase6UpdateEPKcmPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS6_EE
|
|
@@ -68433,7 +68435,6 @@ _ZN4node6crypto22GetExtraCACertificatesERKN2v820FunctionCallbackInfoINS1_5ValueE
|
|
|
68433
68435
|
_ZN4node6crypto22GetValidationErrorCodeEPNS_11EnvironmentEi
|
|
68434
68436
|
_ZN4node6crypto23GetDigestImplementationEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEES6_S6_
|
|
68435
68437
|
_ZN4node6crypto23GetSystemCACertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68436
|
-
_ZN4node6crypto23InternalVerifyIntegrityERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68437
68438
|
_ZN4node6crypto24GetOpenSSLSecLevelCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68438
68439
|
_ZN4node6crypto24GetOrCreateRootCertStoreEv
|
|
68439
68440
|
_ZN4node6crypto24GetValidationErrorReasonEPNS_11EnvironmentEi
|
|
@@ -68774,6 +68775,7 @@ _ZN4node6fs_dir9DirHandleD2Ev
|
|
|
68774
68775
|
_ZN4node6loader10ModuleWrap11InstantiateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68775
68776
|
_ZN4node6loader10ModuleWrap12EvaluateSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68776
68777
|
_ZN4node6loader10ModuleWrap12GetNamespaceERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68778
|
+
_ZN4node6loader10ModuleWrap12IsGraphAsyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68777
68779
|
_ZN4node6loader10ModuleWrap13GetFromModuleEPNS_11EnvironmentEN2v85LocalINS4_6ModuleEEE
|
|
68778
68780
|
_ZN4node6loader10ModuleWrap15InstantiateSyncERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68779
68781
|
_ZN4node6loader10ModuleWrap16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -68989,7 +68991,6 @@ _ZN4node6worker11MessagePort6DetachEv
|
|
|
68989
68991
|
_ZN4node6worker11MessagePort7OnCloseEv
|
|
68990
68992
|
_ZN4node6worker11MessagePort8EntangleEPS1_PNS0_15MessagePortDataE
|
|
68991
68993
|
_ZN4node6worker11MessagePort8EntangleEPS1_S2_
|
|
68992
|
-
_ZN4node6worker11MessagePort9CheckTypeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
68993
68994
|
_ZN4node6worker11MessagePort9OnMessageENS1_21MessageProcessingModeE
|
|
68994
68995
|
_ZN4node6worker11MessagePortC1EPNS_11EnvironmentEN2v85LocalINS4_7ContextEEENS5_INS4_6ObjectEEE
|
|
68995
68996
|
_ZN4node6worker11MessagePortC2EPNS_11EnvironmentEN2v85LocalINS4_7ContextEEENS5_INS4_6ObjectEEE
|
|
@@ -69856,6 +69857,7 @@ _ZN4node9inspector19InspectorIoDelegate12GetTargetUrlERKNSt7__cxx1112basic_strin
|
|
|
69856
69857
|
_ZN4node9inspector19InspectorIoDelegate12StartSessionEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69857
69858
|
_ZN4node9inspector19InspectorIoDelegate14GetTargetTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69858
69859
|
_ZN4node9inspector19InspectorIoDelegate15MessageReceivedEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69860
|
+
_ZN4node9inspector19InspectorIoDelegate18GetTargetSessionIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69859
69861
|
_ZN4node9inspector19InspectorIoDelegateD0Ev
|
|
69860
69862
|
_ZN4node9inspector19InspectorIoDelegateD1Ev
|
|
69861
69863
|
_ZN4node9inspector19MainThreadInterface12RemoveObjectEi
|
|
@@ -70024,6 +70026,19 @@ _ZN4node9inspector8protocol11NodeWorkers7ReceiveERKNSt7__cxx1112basic_stringIcSt
|
|
|
70024
70026
|
_ZN4node9inspector8protocol11NodeWorkers8DetachedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
70025
70027
|
_ZN4node9inspector8protocol11StringValueD0Ev
|
|
70026
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
|
|
70027
70042
|
_ZN4node9inspector8protocol11WorkerAgent19sendMessageToWorkerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_
|
|
70028
70043
|
_ZN4node9inspector8protocol11WorkerAgent4WireEPN5crdtp14UberDispatcherE
|
|
70029
70044
|
_ZN4node9inspector8protocol11WorkerAgent6detachERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -70069,6 +70084,10 @@ _ZN4node9inspector8protocol15DictionaryValueD1Ev
|
|
|
70069
70084
|
_ZN4node9inspector8protocol15DictionaryValueD2Ev
|
|
70070
70085
|
_ZN4node9inspector8protocol16FundamentalValueD0Ev
|
|
70071
70086
|
_ZN4node9inspector8protocol16FundamentalValueD1Ev
|
|
70087
|
+
_ZN4node9inspector8protocol16createTargetInfoESt17basic_string_viewIcSt11char_traitsIcEES5_S5_S5_
|
|
70088
|
+
_ZN4node9inspector8protocol20WorkerTargetDelegate13WorkerCreatedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_bSt10shared_ptrINS0_16MainThreadHandleEE
|
|
70089
|
+
_ZN4node9inspector8protocol20WorkerTargetDelegateD0Ev
|
|
70090
|
+
_ZN4node9inspector8protocol20WorkerTargetDelegateD1Ev
|
|
70072
70091
|
_ZN4node9inspector8protocol5Value11parseBinaryEPKhm
|
|
70073
70092
|
_ZN4node9inspector8protocol5ValueD0Ev
|
|
70074
70093
|
_ZN4node9inspector8protocol5ValueD1Ev
|
|
@@ -70078,6 +70097,22 @@ _ZN4node9inspector8protocol6ObjectC2ESt10unique_ptrINS1_15DictionaryValueESt14de
|
|
|
70078
70097
|
_ZN4node9inspector8protocol6ObjectD0Ev
|
|
70079
70098
|
_ZN4node9inspector8protocol6ObjectD1Ev
|
|
70080
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
|
|
70081
70116
|
_ZN4node9inspector8protocol7Network10Dispatcher4wireEPN5crdtp14UberDispatcherEPNS2_7BackendE
|
|
70082
70117
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum10StylesheetE
|
|
70083
70118
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum11EventSourceE
|
|
@@ -84043,6 +84078,7 @@ _ZNK4node9inspector8protocol5Value9asIntegerEPi
|
|
|
84043
84078
|
_ZNK4node9inspector8protocol6Object16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84044
84079
|
_ZNK4node9inspector8protocol6Object5cloneEv
|
|
84045
84080
|
_ZNK4node9inspector8protocol6Object7toValueEv
|
|
84081
|
+
_ZNK4node9inspector8protocol6Target10TargetInfo16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84046
84082
|
_ZNK4node9inspector8protocol7Network7Request16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84047
84083
|
_ZNK4node9inspector8protocol7Network8Response16AppendSerializedEPSt6vectorIhSaIhEE
|
|
84048
84084
|
_ZNK4node9inspector8protocol7Network9Initiator16AppendSerializedEPSt6vectorIhSaIhEE
|
|
@@ -87617,6 +87653,7 @@ _ZNSt10_HashtableIiSt4pairIKiN2v88internal8compiler10turboshaft16SnapshotTableKe
|
|
|
87617
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
|
|
87618
87654
|
_ZNSt10_HashtableIiSt4pairIKiPN4node6loader10ModuleWrapEESaIS6_ENSt8__detail10_Select1stESt8equal_toIiESt4hashIiENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb0EEEE11equal_rangeERS1_
|
|
87619
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
|
|
87620
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
|
|
87621
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_
|
|
87622
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
|
|
@@ -87703,6 +87740,7 @@ _ZNSt12__shared_ptrIvLN9__gnu_cxx12_Lock_policyE2EEC2ERKS2_
|
|
|
87703
87740
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN4node7modules11BindingData13PackageConfigESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_S9_EEE6insertEOSG_
|
|
87704
87741
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrIN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEEESt14default_deleteISC_EESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SF_EEED1Ev
|
|
87705
87742
|
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8weak_ptrIN4node6worker12SiblingGroupEESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SA_EEED1Ev
|
|
87743
|
+
_ZNSt13unordered_mapIiSt10shared_ptrIN4node9inspector16MainThreadHandleEESt4hashIiESt8equal_toIiESaISt4pairIKiS4_EEED1Ev
|
|
87706
87744
|
_ZNSt13unordered_mapItSt10unique_ptrIN4node21PerIsolateWrapperDataESt14default_deleteIS2_EESt4hashItESt8equal_toItESaISt4pairIKtS5_EEED1Ev
|
|
87707
87745
|
_ZNSt13unordered_setIPN4node9dlwrapper7dl_wrapENS2_4hashENS2_5equalESaIS3_EED1Ev
|
|
87708
87746
|
_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
@@ -88163,6 +88201,11 @@ _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14
|
|
|
88163
88201
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88164
88202
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88165
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
|
|
88166
88209
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88167
88210
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88168
88211
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -88510,6 +88553,11 @@ _ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__
|
|
|
88510
88553
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
88511
88554
|
_ZNSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
88512
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
|
|
88513
88561
|
_ZNSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
88514
88562
|
_ZNSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
88515
88563
|
_ZNSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -89009,6 +89057,7 @@ _ZNSt8__detail9_Map_baseIiSt4pairIKiN2v88internal8compiler10turboshaft16Snapshot
|
|
|
89009
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_
|
|
89010
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_
|
|
89011
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_
|
|
89012
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_
|
|
89013
89062
|
_ZNSt8__detail9_Map_baseIiSt4pairIKiSt6vectorIiSaIiEEESaIS6_ENS_10_Select1stESt8equal_toIiESt4hashIiENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_
|
|
89014
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
|
|
@@ -93193,13 +93242,17 @@ _ZTVN4node9inspector8protocol11NodeRuntime20DomainDispatcherImplE
|
|
|
93193
93242
|
_ZTVN4node9inspector8protocol11NodeTracing11TraceConfigE
|
|
93194
93243
|
_ZTVN4node9inspector8protocol11NodeTracing20DomainDispatcherImplE
|
|
93195
93244
|
_ZTVN4node9inspector8protocol11StringValueE
|
|
93245
|
+
_ZTVN4node9inspector8protocol11TargetAgentE
|
|
93196
93246
|
_ZTVN4node9inspector8protocol11WorkerAgentE
|
|
93197
93247
|
_ZTVN4node9inspector8protocol12RuntimeAgentE
|
|
93198
93248
|
_ZTVN4node9inspector8protocol12TracingAgentE
|
|
93199
93249
|
_ZTVN4node9inspector8protocol15DictionaryValueE
|
|
93200
93250
|
_ZTVN4node9inspector8protocol16FundamentalValueE
|
|
93251
|
+
_ZTVN4node9inspector8protocol20WorkerTargetDelegateE
|
|
93201
93252
|
_ZTVN4node9inspector8protocol5ValueE
|
|
93202
93253
|
_ZTVN4node9inspector8protocol6ObjectE
|
|
93254
|
+
_ZTVN4node9inspector8protocol6Target10TargetInfoE
|
|
93255
|
+
_ZTVN4node9inspector8protocol6Target20DomainDispatcherImplE
|
|
93203
93256
|
_ZTVN4node9inspector8protocol7Network20DomainDispatcherImplE
|
|
93204
93257
|
_ZTVN4node9inspector8protocol7Network7RequestE
|
|
93205
93258
|
_ZTVN4node9inspector8protocol7Network8ResponseE
|
|
@@ -93816,6 +93869,7 @@ _ZTVSt19_Sp_counted_deleterIPN4heap4base26IncrementalMarkingScheduleESt14default
|
|
|
93816
93869
|
_ZTVSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93817
93870
|
_ZTVSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93818
93871
|
_ZTVSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93872
|
+
_ZTVSt19_Sp_counted_deleterIPN4node9inspector8protocol6Target8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93819
93873
|
_ZTVSt19_Sp_counted_deleterIPN4node9inspector8protocol7Network8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93820
93874
|
_ZTVSt19_Sp_counted_deleterIPN6icu_7711PluralRulesESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93821
93875
|
_ZTVSt19_Sp_counted_deleterIPN6icu_7713BreakIteratorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
@@ -93884,6 +93938,7 @@ _ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector19MainThreadInterfaceESaIvELN9__
|
|
|
93884
93938
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector19NodeInspectorClientESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93885
93939
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeTracing8FrontendESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93886
93940
|
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11NodeWorkersESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93941
|
+
_ZTVSt23_Sp_counted_ptr_inplaceIN4node9inspector8protocol11TargetAgentESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93887
93942
|
_ZTVSt23_Sp_counted_ptr_inplaceIN6icu_7713UnicodeStringESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93888
93943
|
_ZTVSt23_Sp_counted_ptr_inplaceIN6icu_7725RelativeDateTimeFormatterESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
93889
93944
|
_ZTVSt23_Sp_counted_ptr_inplaceIN6icu_776number24LocalizedNumberFormatterESaIvELN9__gnu_cxx12_Lock_policyE2EE
|
|
@@ -94443,6 +94498,7 @@ _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_I
|
|
|
94443
94498
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94444
94499
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IjJEEENS2_IlJEEENS2_IbJEEENS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94445
94500
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIiJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_S7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94501
|
+
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94446
94502
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94447
94503
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRKNS_17FastOneByteStringEJEEES3_S3_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
94448
94504
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES7_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -99731,6 +99787,8 @@ llhttp__on_message_begin
|
|
|
99731
99787
|
llhttp__on_message_complete
|
|
99732
99788
|
llhttp__on_method
|
|
99733
99789
|
llhttp__on_method_complete
|
|
99790
|
+
llhttp__on_protocol
|
|
99791
|
+
llhttp__on_protocol_complete
|
|
99734
99792
|
llhttp__on_reset
|
|
99735
99793
|
llhttp__on_status
|
|
99736
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.)
|