node-aix-ppc64 25.0.0 → 25.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 +96 -0
- package/README.md +2 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +4 -4
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +108 -95
- package/include/node/node.h +8 -0
- package/include/node/node_version.h +1 -1
- package/include/node/v8-script.h +17 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#25.1.0">25.1.0</a><br/>
|
|
11
12
|
<a href="#25.0.0">25.0.0</a><br/>
|
|
12
13
|
</td>
|
|
13
14
|
</tr>
|
|
@@ -40,6 +41,101 @@
|
|
|
40
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
43
|
|
|
44
|
+
<a id="25.1.0"></a>
|
|
45
|
+
|
|
46
|
+
## 2025-10-28, Version 25.1.0 (Current), @aduh95
|
|
47
|
+
|
|
48
|
+
### Notable Changes
|
|
49
|
+
|
|
50
|
+
* \[[`4395fe14b9`](https://github.com/nodejs/node/commit/4395fe14b9)] - **(SEMVER-MINOR)** **http**: add optimizeEmptyRequests server option (Rafael Gonzaga) [#59778](https://github.com/nodejs/node/pull/59778)
|
|
51
|
+
* \[[`2e55c6ad04`](https://github.com/nodejs/node/commit/2e55c6ad04)] - **(SEMVER-MINOR)** **sqlite**: allow setting defensive flag (Bart Louwers) [#60217](https://github.com/nodejs/node/pull/60217)
|
|
52
|
+
* \[[`f437204491`](https://github.com/nodejs/node/commit/f437204491)] - **(SEMVER-MINOR)** **src**: add watch config namespace (Marco Ippolito) [#60178](https://github.com/nodejs/node/pull/60178)
|
|
53
|
+
|
|
54
|
+
### Commits
|
|
55
|
+
|
|
56
|
+
* \[[`bb27766bd5`](https://github.com/nodejs/node/commit/bb27766bd5)] - **benchmark**: improve cpu.sh for safety and usability (Nam Yooseong) [#60162](https://github.com/nodejs/node/pull/60162)
|
|
57
|
+
* \[[`e600711c20`](https://github.com/nodejs/node/commit/e600711c20)] - **benchmark**: add benchmark for leaf source text modules (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
58
|
+
* \[[`1bbcdf9039`](https://github.com/nodejs/node/commit/1bbcdf9039)] - **benchmark**: add vm.SourceTextModule benchmark (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
59
|
+
* \[[`22fa6bd28b`](https://github.com/nodejs/node/commit/22fa6bd28b)] - **build**: ibmi follow aix visibility (SRAVANI GUNDEPALLI) [#60360](https://github.com/nodejs/node/pull/60360)
|
|
60
|
+
* \[[`931028400e`](https://github.com/nodejs/node/commit/931028400e)] - **build**: use call command when calling python configure (Jacob Nichols) [#60098](https://github.com/nodejs/node/pull/60098)
|
|
61
|
+
* \[[`17fde3f3d1`](https://github.com/nodejs/node/commit/17fde3f3d1)] - **build**: build v8 with -fvisibility=hidden -fvisibility-inlines-hidden (Joyee Cheung) [#56290](https://github.com/nodejs/node/pull/56290)
|
|
62
|
+
* \[[`04cc7aae5e`](https://github.com/nodejs/node/commit/04cc7aae5e)] - **build**: remove V8\_COMPRESS\_POINTERS\_IN\_ISOLATE\_CAGE defs (Joyee Cheung) [#60296](https://github.com/nodejs/node/pull/60296)
|
|
63
|
+
* \[[`8a2053060d`](https://github.com/nodejs/node/commit/8a2053060d)] - **crypto**: update root certificates to NSS 3.116 (Node.js GitHub Bot) [#59956](https://github.com/nodejs/node/pull/59956)
|
|
64
|
+
* \[[`fe91c0f755`](https://github.com/nodejs/node/commit/fe91c0f755)] - **deps**: update simdjson to 4.0.7 (Node.js GitHub Bot) [#59883](https://github.com/nodejs/node/pull/59883)
|
|
65
|
+
* \[[`aacfc0d212`](https://github.com/nodejs/node/commit/aacfc0d212)] - **deps**: update corepack to 0.34.1 (Node.js GitHub Bot) [#60314](https://github.com/nodejs/node/pull/60314)
|
|
66
|
+
* \[[`8596891a71`](https://github.com/nodejs/node/commit/8596891a71)] - **deps**: update inspector\_protocol to af7f5a8173fdbc29f0835ec94395932e328b (Node.js GitHub Bot) [#60312](https://github.com/nodejs/node/pull/60312)
|
|
67
|
+
* \[[`21bcd0eb2f`](https://github.com/nodejs/node/commit/21bcd0eb2f)] - **deps**: V8: cherry-pick 3d0f462a17ff (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
68
|
+
* \[[`673558501c`](https://github.com/nodejs/node/commit/673558501c)] - **deps**: update googletest to 279f847 (Node.js GitHub Bot) [#60219](https://github.com/nodejs/node/pull/60219)
|
|
69
|
+
* \[[`425a1879b1`](https://github.com/nodejs/node/commit/425a1879b1)] - **doc**: mention more codemods in `deprecations.md` (Augustin Mauroy) [#60243](https://github.com/nodejs/node/pull/60243)
|
|
70
|
+
* \[[`563e1317f3`](https://github.com/nodejs/node/commit/563e1317f3)] - **doc**: remove unnecessary statement of web storage (Deokjin Kim) [#60363](https://github.com/nodejs/node/pull/60363)
|
|
71
|
+
* \[[`064c8c5cfd`](https://github.com/nodejs/node/commit/064c8c5cfd)] - **doc**: add missing CAA type to dns.resolveAny() & dnsPromises.resolveAny() (Jimmy Leung) [#58899](https://github.com/nodejs/node/pull/58899)
|
|
72
|
+
* \[[`99e357af35`](https://github.com/nodejs/node/commit/99e357af35)] - **doc**: use `any` for `worker_threads.Worker` 'error' event argument `err` (Jonas Geiler) [#60300](https://github.com/nodejs/node/pull/60300)
|
|
73
|
+
* \[[`8ccff0d934`](https://github.com/nodejs/node/commit/8ccff0d934)] - **doc**: update decorator documentation to reflect actual policy (Muhammad Salman Aziz) [#60288](https://github.com/nodejs/node/pull/60288)
|
|
74
|
+
* \[[`bac70c6ef3`](https://github.com/nodejs/node/commit/bac70c6ef3)] - **doc**: document wildcard supported by tools/test.py (Joyee Cheung) [#60265](https://github.com/nodejs/node/pull/60265)
|
|
75
|
+
* \[[`8492bc6a88`](https://github.com/nodejs/node/commit/8492bc6a88)] - **doc**: add --heap-snapshot-on-oom to useful v8 flag (jakecastelli) [#60260](https://github.com/nodejs/node/pull/60260)
|
|
76
|
+
* \[[`0f0d3c0e47`](https://github.com/nodejs/node/commit/0f0d3c0e47)] - **doc**: fix `blob.bytes()` heading level (XTY) [#60252](https://github.com/nodejs/node/pull/60252)
|
|
77
|
+
* \[[`8c8525cf93`](https://github.com/nodejs/node/commit/8c8525cf93)] - **doc**: fix not working code example in vm docs (Artur Gawlik) [#60224](https://github.com/nodejs/node/pull/60224)
|
|
78
|
+
* \[[`8a6de3866c`](https://github.com/nodejs/node/commit/8a6de3866c)] - **doc, assert**: correct order of changes entries (Gerhard Stöbich) [#60304](https://github.com/nodejs/node/pull/60304)
|
|
79
|
+
* \[[`6bacb6555a`](https://github.com/nodejs/node/commit/6bacb6555a)] - **doc, module**: change async customization hooks to experimental (Gerhard Stöbich) [#60302](https://github.com/nodejs/node/pull/60302)
|
|
80
|
+
* \[[`6f3b16df16`](https://github.com/nodejs/node/commit/6f3b16df16)] - **esm**: use index-based resolution callbacks (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
81
|
+
* \[[`95644a432c`](https://github.com/nodejs/node/commit/95644a432c)] - **http**: lazy allocate cookies array (Robert Nagy) [#59734](https://github.com/nodejs/node/pull/59734)
|
|
82
|
+
* \[[`4395fe14b9`](https://github.com/nodejs/node/commit/4395fe14b9)] - **(SEMVER-MINOR)** **http**: add optimizeEmptyRequests server option (Rafael Gonzaga) [#59778](https://github.com/nodejs/node/pull/59778)
|
|
83
|
+
* \[[`f1aa1eaaf5`](https://github.com/nodejs/node/commit/f1aa1eaaf5)] - **inspector**: add network payload buffer size limits (Chengzhong Wu) [#60236](https://github.com/nodejs/node/pull/60236)
|
|
84
|
+
* \[[`64fc625bf9`](https://github.com/nodejs/node/commit/64fc625bf9)] - **inspector**: support handshake response for websocket inspection (Shima Ryuhei) [#60225](https://github.com/nodejs/node/pull/60225)
|
|
85
|
+
* \[[`0ecbb806a8`](https://github.com/nodejs/node/commit/0ecbb806a8)] - **lib**: fix typo in createBlobReaderStream (SeokHun) [#60132](https://github.com/nodejs/node/pull/60132)
|
|
86
|
+
* \[[`ffec5927fd`](https://github.com/nodejs/node/commit/ffec5927fd)] - **meta**: fix typo in test-shared workflow name (Ronit Sabhaya) [#60321](https://github.com/nodejs/node/pull/60321)
|
|
87
|
+
* \[[`a02897e157`](https://github.com/nodejs/node/commit/a02897e157)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#60325](https://github.com/nodejs/node/pull/60325)
|
|
88
|
+
* \[[`59223a7831`](https://github.com/nodejs/node/commit/59223a7831)] - **meta**: loop userland-migrations in deprecations (Chengzhong Wu) [#60299](https://github.com/nodejs/node/pull/60299)
|
|
89
|
+
* \[[`2d48d17696`](https://github.com/nodejs/node/commit/2d48d17696)] - **module**: refactor and clarify async loader hook customizations (Joyee Cheung) [#60278](https://github.com/nodejs/node/pull/60278)
|
|
90
|
+
* \[[`be1b84fd93`](https://github.com/nodejs/node/commit/be1b84fd93)] - **module**: handle null source from async loader hooks in sync hooks (Joyee Cheung) [#59929](https://github.com/nodejs/node/pull/59929)
|
|
91
|
+
* \[[`063fbd87d3`](https://github.com/nodejs/node/commit/063fbd87d3)] - **msi**: fix WiX warnings (Stefan Stojanovic) [#60251](https://github.com/nodejs/node/pull/60251)
|
|
92
|
+
* \[[`2e55c6ad04`](https://github.com/nodejs/node/commit/2e55c6ad04)] - **(SEMVER-MINOR)** **sqlite**: allow setting defensive flag (Bart Louwers) [#60217](https://github.com/nodejs/node/pull/60217)
|
|
93
|
+
* \[[`dc93d6988a`](https://github.com/nodejs/node/commit/dc93d6988a)] - **src**: fix timing of snapshot serialize callback (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
94
|
+
* \[[`267e1b3817`](https://github.com/nodejs/node/commit/267e1b3817)] - **src**: add COUNT\_GENERIC\_USAGE utility for tests (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
95
|
+
* \[[`4a5d7a4c2a`](https://github.com/nodejs/node/commit/4a5d7a4c2a)] - **src**: conditionally disable source phase imports by default (Shelley Vohr) [#60364](https://github.com/nodejs/node/pull/60364)
|
|
96
|
+
* \[[`f437204491`](https://github.com/nodejs/node/commit/f437204491)] - **(SEMVER-MINOR)** **src**: add watch config namespace (Marco Ippolito) [#60178](https://github.com/nodejs/node/pull/60178)
|
|
97
|
+
* \[[`36837fa0f9`](https://github.com/nodejs/node/commit/36837fa0f9)] - **src**: use cached primordials\_string (Sohyeon Kim) [#60255](https://github.com/nodejs/node/pull/60255)
|
|
98
|
+
* \[[`df8396ad37`](https://github.com/nodejs/node/commit/df8396ad37)] - **src**: replace Environment::GetCurrent with args.GetIsolate (Sohyeon Kim) [#60256](https://github.com/nodejs/node/pull/60256)
|
|
99
|
+
* \[[`5dd670b2b9`](https://github.com/nodejs/node/commit/5dd670b2b9)] - **src**: initial enablement of IsolateGroups (James M Snell) [#60254](https://github.com/nodejs/node/pull/60254)
|
|
100
|
+
* \[[`afdb362933`](https://github.com/nodejs/node/commit/afdb362933)] - **src**: use `Utf8Value` and `TwoByteValue` instead of V8 helpers (Anna Henningsen) [#60244](https://github.com/nodejs/node/pull/60244)
|
|
101
|
+
* \[[`a40e533e72`](https://github.com/nodejs/node/commit/a40e533e72)] - **src**: add a default branch for module phase (Chengzhong Wu) [#60261](https://github.com/nodejs/node/pull/60261)
|
|
102
|
+
* \[[`42729f07ee`](https://github.com/nodejs/node/commit/42729f07ee)] - **src**: stop using deprecated v8::Context::GetIsolate (Michaël Zasso) [#60223](https://github.com/nodejs/node/pull/60223)
|
|
103
|
+
* \[[`7a6542c205`](https://github.com/nodejs/node/commit/7a6542c205)] - **test**: skip failing test on macOS 15.7+ (Antoine du Hamel) [#60419](https://github.com/nodejs/node/pull/60419)
|
|
104
|
+
* \[[`29a5855a4f`](https://github.com/nodejs/node/commit/29a5855a4f)] - **test**: ensure assertions are reachable in `test/addons` (Antoine du Hamel) [#60142](https://github.com/nodejs/node/pull/60142)
|
|
105
|
+
* \[[`12773d19c4`](https://github.com/nodejs/node/commit/12773d19c4)] - **test**: increase debugger waitFor timeout on macOS (Chengzhong Wu) [#60367](https://github.com/nodejs/node/pull/60367)
|
|
106
|
+
* \[[`0b38de3e9e`](https://github.com/nodejs/node/commit/0b38de3e9e)] - **test**: put helper in test-runner-output into common (Joyee Cheung) [#60330](https://github.com/nodejs/node/pull/60330)
|
|
107
|
+
* \[[`6de2407c44`](https://github.com/nodejs/node/commit/6de2407c44)] - **test**: fix small compile warning in test\_network\_requests\_buffer.cc (xiaocainiao633) [#60281](https://github.com/nodejs/node/pull/60281)
|
|
108
|
+
* \[[`4b23ac8613`](https://github.com/nodejs/node/commit/4b23ac8613)] - **test**: fix status when compiled without inspector (Antoine du Hamel) [#60289](https://github.com/nodejs/node/pull/60289)
|
|
109
|
+
* \[[`a07f32e326`](https://github.com/nodejs/node/commit/a07f32e326)] - **test**: split test-runner-watch-mode-kill-signal (Joyee Cheung) [#60298](https://github.com/nodejs/node/pull/60298)
|
|
110
|
+
* \[[`30451d32d7`](https://github.com/nodejs/node/commit/30451d32d7)] - **test**: fix incorrect calculation in test-perf-hooks.js (Joyee Cheung) [#60271](https://github.com/nodejs/node/pull/60271)
|
|
111
|
+
* \[[`e3c3b48f1c`](https://github.com/nodejs/node/commit/e3c3b48f1c)] - **test**: ignore EPIPE errors in https proxy invalid URL test (Joyee Cheung) [#60269](https://github.com/nodejs/node/pull/60269)
|
|
112
|
+
* \[[`405a9c4c5f`](https://github.com/nodejs/node/commit/405a9c4c5f)] - **test**: parallelize test-without-async-context-frame correctly (Joyee Cheung) [#60273](https://github.com/nodejs/node/pull/60273)
|
|
113
|
+
* \[[`ffeebebc71`](https://github.com/nodejs/node/commit/ffeebebc71)] - **test**: make test-worker-prof more tolerant (Joyee Cheung) [#60272](https://github.com/nodejs/node/pull/60272)
|
|
114
|
+
* \[[`26b01bf170`](https://github.com/nodejs/node/commit/26b01bf170)] - **test**: skip sea tests on x64 macOS (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
115
|
+
* \[[`8caae1a05b`](https://github.com/nodejs/node/commit/8caae1a05b)] - **test**: move sea tests into test/sea (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
116
|
+
* \[[`3d183e3e9f`](https://github.com/nodejs/node/commit/3d183e3e9f)] - **test,crypto**: fix conditional SHA3-\* skip on BoringSSL (Filip Skokan) [#60379](https://github.com/nodejs/node/pull/60379)
|
|
117
|
+
* \[[`e83dbcba94`](https://github.com/nodejs/node/commit/e83dbcba94)] - **test,crypto**: sha3 algorithms aren't supported with BoringSSL (Shelley Vohr) [#60374](https://github.com/nodejs/node/pull/60374)
|
|
118
|
+
* \[[`3d89331496`](https://github.com/nodejs/node/commit/3d89331496)] - **test\_runner**: use module.registerHooks in module mocks (Joyee Cheung) [#60326](https://github.com/nodejs/node/pull/60326)
|
|
119
|
+
* \[[`377e8ce85a`](https://github.com/nodejs/node/commit/377e8ce85a)] - **tls**: avoid external memory leak on invalid protocol versions (Shelley Vohr) [#60390](https://github.com/nodejs/node/pull/60390)
|
|
120
|
+
* \[[`ae4858c1f6`](https://github.com/nodejs/node/commit/ae4858c1f6)] - **tools**: add an option to generate lighter archives (Antoine du Hamel) [#60294](https://github.com/nodejs/node/pull/60294)
|
|
121
|
+
* \[[`cb615b1a2e`](https://github.com/nodejs/node/commit/cb615b1a2e)] - **tools**: skip test-shared workflow for draft PRs (Michaël Zasso) [#60365](https://github.com/nodejs/node/pull/60365)
|
|
122
|
+
* \[[`03b034731e`](https://github.com/nodejs/node/commit/03b034731e)] - **tools**: disable inspector on macOS-shared to reduce flakiness (Antoine du Hamel) [#60320](https://github.com/nodejs/node/pull/60320)
|
|
123
|
+
* \[[`f402b4e1d1`](https://github.com/nodejs/node/commit/f402b4e1d1)] - **tools**: show diff alongside the error in Nix linter (Antoine du Hamel) [#60301](https://github.com/nodejs/node/pull/60301)
|
|
124
|
+
* \[[`5d5c8483fb`](https://github.com/nodejs/node/commit/5d5c8483fb)] - **tools**: run CI with shared libs on GHA (Antoine du Hamel) [#60121](https://github.com/nodejs/node/pull/60121)
|
|
125
|
+
* \[[`e8fdd8d2e8`](https://github.com/nodejs/node/commit/e8fdd8d2e8)] - **tools**: update gyp-next to 0.20.5 (Node.js GitHub Bot) [#60313](https://github.com/nodejs/node/pull/60313)
|
|
126
|
+
* \[[`6e8b029a21`](https://github.com/nodejs/node/commit/6e8b029a21)] - **tools**: limit inspector protocol PR title length (Chengzhong Wu) [#60324](https://github.com/nodejs/node/pull/60324)
|
|
127
|
+
* \[[`a5073086c6`](https://github.com/nodejs/node/commit/a5073086c6)] - **tools**: fix inspector\_protocol updater (Chengzhong Wu) [#60277](https://github.com/nodejs/node/pull/60277)
|
|
128
|
+
* \[[`47fa765bff`](https://github.com/nodejs/node/commit/47fa765bff)] - **tools**: optimize wildcard execution in tools/test.py (Joyee Cheung) [#60266](https://github.com/nodejs/node/pull/60266)
|
|
129
|
+
* \[[`11ebb0447d`](https://github.com/nodejs/node/commit/11ebb0447d)] - **tools**: add C++ lint rule to avoid using `String::Utf8Value` (Anna Henningsen) [#60244](https://github.com/nodejs/node/pull/60244)
|
|
130
|
+
* \[[`14f3189670`](https://github.com/nodejs/node/commit/14f3189670)] - **tools**: add inspector\_protocol updater (Chengzhong Wu) [#60245](https://github.com/nodejs/node/pull/60245)
|
|
131
|
+
* \[[`ef4c596fc6`](https://github.com/nodejs/node/commit/ef4c596fc6)] - **typings**: add missing properties and method in Worker (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
132
|
+
* \[[`09ae6fc065`](https://github.com/nodejs/node/commit/09ae6fc065)] - **typings**: add missing properties in HTTPParser (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
133
|
+
* \[[`9ecaf41f8e`](https://github.com/nodejs/node/commit/9ecaf41f8e)] - **typings**: delete undefined property in ConfigBinding (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
134
|
+
* \[[`4a86016e86`](https://github.com/nodejs/node/commit/4a86016e86)] - **util**: use more defensive code when inspecting error objects (Antoine du Hamel) [#60139](https://github.com/nodejs/node/pull/60139)
|
|
135
|
+
* \[[`9e6d6cec59`](https://github.com/nodejs/node/commit/9e6d6cec59)] - **util**: mark special properties when inspecting them (Ruben Bridgewater) [#60131](https://github.com/nodejs/node/pull/60131)
|
|
136
|
+
* \[[`79b2387fd9`](https://github.com/nodejs/node/commit/79b2387fd9)] - **vm**: make vm.Module.evaluate() conditionally synchronous (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
137
|
+
* \[[`e5559f3be3`](https://github.com/nodejs/node/commit/e5559f3be3)] - **win**: upgrade Visual Studio workload from 2019 to 2022 (Jiawen Geng) [#60318](https://github.com/nodejs/node/pull/60318)
|
|
138
|
+
|
|
43
139
|
<a id="25.0.0"></a>
|
|
44
140
|
|
|
45
141
|
## 2025-10-15, Version 25.0.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -323,8 +323,6 @@ For information about the governance of the Node.js project, see
|
|
|
323
323
|
**Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
|
|
324
324
|
* [Ethan-Arrowood](https://github.com/Ethan-Arrowood) -
|
|
325
325
|
**Ethan Arrowood** <<ethan@arrowood.dev>> (he/him)
|
|
326
|
-
* [F3n67u](https://github.com/F3n67u) -
|
|
327
|
-
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
328
326
|
* [fhinkel](https://github.com/fhinkel) -
|
|
329
327
|
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
330
328
|
* [Flarna](https://github.com/Flarna) -
|
|
@@ -527,6 +525,8 @@ For information about the governance of the Node.js project, see
|
|
|
527
525
|
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
528
526
|
* [evanlucas](https://github.com/evanlucas) -
|
|
529
527
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
528
|
+
* [F3n67u](https://github.com/F3n67u) -
|
|
529
|
+
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
530
530
|
* [firedfox](https://github.com/firedfox) -
|
|
531
531
|
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
532
532
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
@@ -751,8 +751,6 @@ maintaining the Node.js project.
|
|
|
751
751
|
**Oliver Medhurst** <<honk@goose.icu>> (they/them)
|
|
752
752
|
* [daeyeon](https://github.com/daeyeon) -
|
|
753
753
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
754
|
-
* [F3n67u](https://github.com/F3n67u) -
|
|
755
|
-
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
756
754
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
757
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
758
756
|
* [gurgunday](https://github.com/gurgunday) -
|
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.11',
|
|
42
42
|
|
|
43
43
|
##### V8 defaults for Node.js #####
|
|
44
44
|
|
|
@@ -443,12 +443,12 @@
|
|
|
443
443
|
['v8_enable_pointer_compression == 1', {
|
|
444
444
|
'defines': ['V8_COMPRESS_POINTERS'],
|
|
445
445
|
}],
|
|
446
|
+
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
447
|
+
'defines': ['V8_COMPRESS_POINTERS_IN_MULTIPLE_CAGES'],
|
|
448
|
+
}],
|
|
446
449
|
['v8_enable_pointer_compression_shared_cage == 1', {
|
|
447
450
|
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
|
|
448
451
|
}],
|
|
449
|
-
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
450
|
-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
|
|
451
|
-
}],
|
|
452
452
|
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
|
|
453
453
|
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
|
|
454
454
|
}],
|
package/include/node/config.gypi
CHANGED
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
'deps/amaro/dist/index.js'],
|
|
36
36
|
'node_byteorder': 'big',
|
|
37
37
|
'node_cctest_sources': [ 'src/node_snapshot_stub.cc',
|
|
38
|
+
'test/cctest/inspector/test_network_requests_buffer.cc',
|
|
38
39
|
'test/cctest/inspector/test_node_protocol.cc',
|
|
39
40
|
'test/cctest/node_test_fixture.cc',
|
|
40
41
|
'test/cctest/test_aliased_buffer.cc',
|
package/include/node/node.exp
CHANGED
|
@@ -6833,33 +6833,33 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
6833
6833
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
6834
6834
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
6835
6835
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6836
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.
|
|
6837
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
6838
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
6839
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
6840
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
6836
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.cc_7874F2D3_0xd066361170018f43
|
|
6837
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_A5BEE8F9_0x7013ce632ee3e277
|
|
6838
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_7874F2D3_0xcb35e1e3c1d038d
|
|
6839
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x5ad0e764c46d4512
|
|
6840
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x8911bed36b76bc17
|
|
6841
6841
|
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x1c3877a67751ed84
|
|
6842
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6843
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6844
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6845
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6846
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6847
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6848
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6849
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.
|
|
6850
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6851
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_interpreter_prototype_assignment_sequence_builder.
|
|
6852
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_maglev_maglev_graph_printer.
|
|
6853
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6854
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6855
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6856
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6857
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6842
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xfc0d0292f337c63e
|
|
6843
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0xa431e46cecee5bde
|
|
6844
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0x8cedc4ea368bffa0
|
|
6845
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xbad7b98ee42c26aa
|
|
6846
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x13e7652187b94750
|
|
6847
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_6EE78FAE_0xdc887bd5555d684c
|
|
6848
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0xbbd4aed5026ae56b
|
|
6849
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.cc_6EE78FAE_0xbd76497044c97246
|
|
6850
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_D1AFF0D6_0x93a1119954c97b24
|
|
6851
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_interpreter_prototype_assignment_sequence_builder.cc_DFF67DD7_0x5bc1cce88c043d3f
|
|
6852
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_maglev_maglev_graph_printer.cc_D1AFF0D6_0x238a3aff8eaba1de
|
|
6853
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x3291b0f26e894d10
|
|
6854
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0xf8fd0c9a4c6b35e
|
|
6855
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xcd0aa3e9a5dbfc2c
|
|
6856
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x30f975ff127d7d71
|
|
6857
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0x9fef339b9d39819a
|
|
6858
6858
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x3d9c9105e231fb35
|
|
6859
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6860
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.
|
|
6861
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6862
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6859
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_DFF67DD7_0xbb79b62705c8e361
|
|
6860
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.cc_DFF67DD7_0x81908595aa5d4b8b
|
|
6861
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x38b881b871d90502
|
|
6862
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0x49cbe7fe05fe4ed9
|
|
6863
6863
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6864
6864
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6865
6865
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -8109,8 +8109,8 @@ _GLOBAL__I_65535_0__ZNK4node6loader14ModuleCacheKey10MemoryInfoEPNS_13MemoryTrac
|
|
|
8109
8109
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
8110
8110
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal17VerificationState12VerifyMarkedEPKv
|
|
8111
8111
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal8BasePage4heapEv
|
|
8112
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
8113
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
8112
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0xdd5011d30014c82
|
|
8113
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_6EE78FAE_0xa6bfb5f2612d2ae4
|
|
8114
8114
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_allocation_site_tq.cc_D1AFF0D6_0xf37b8e823e21fe2
|
|
8115
8115
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0x712095eeefb93651
|
|
8116
8116
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0xb2f827d48770fd51
|
|
@@ -8119,8 +8119,8 @@ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_
|
|
|
8119
8119
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x25e96f655c145170
|
|
8120
8120
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0xfe00d95eaff6a7cb
|
|
8121
8121
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0x9536e24b10241889
|
|
8122
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
8123
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
8122
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0x34e84cbcac97a4a6
|
|
8123
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x579f604c410b4898
|
|
8124
8124
|
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0x3336ec41893cf304
|
|
8125
8125
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
8126
8126
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
@@ -11706,6 +11706,7 @@ _ZN2v86Locker8IsLockedEPNS_7IsolateE
|
|
|
11706
11706
|
_ZN2v86LockerD1Ev
|
|
11707
11707
|
_ZN2v86LockerD2Ev
|
|
11708
11708
|
_ZN2v86Module17InstantiateModuleENS_5LocalINS_7ContextEEEPFNS_10MaybeLocalIS0_EES3_NS1_INS_6StringEEENS1_INS_10FixedArrayEEENS1_IS0_EEEPFNS4_INS_6ObjectEEES3_S7_S9_SA_E
|
|
11709
|
+
_ZN2v86Module17InstantiateModuleENS_5LocalINS_7ContextEEEPFNS_10MaybeLocalIS0_EES3_mNS1_IS0_EEEPFNS4_INS_6ObjectEEES3_mS6_E
|
|
11709
11710
|
_ZN2v86Module18GetModuleNamespaceEv
|
|
11710
11711
|
_ZN2v86Module21CreateSyntheticModuleEPNS_7IsolateENS_5LocalINS_6StringEEERKNS_10MemorySpanIKS5_EEPFNS_10MaybeLocalINS_5ValueEEENS3_INS_7ContextEEENS3_IS0_EEE
|
|
11711
11712
|
_ZN2v86Module22GetUnboundModuleScriptEv
|
|
@@ -21488,7 +21489,7 @@ _ZN2v88internal16SourceTextModule16FetchStarExportsEPNS0_7IsolateENS0_6HandleIS1
|
|
|
21488
21489
|
_ZN2v88internal16SourceTextModule17FinishInstantiateEPNS0_7IsolateENS0_6HandleIS1_EEPNS0_15ZoneForwardListIS5_EEPjPNS0_4ZoneE
|
|
21489
21490
|
_ZN2v88internal16SourceTextModule18ExecuteAsyncModuleEPNS0_7IsolateENS0_12DirectHandleIS1_EE
|
|
21490
21491
|
_ZN2v88internal16SourceTextModule18GetModuleNamespaceEPNS0_7IsolateENS0_12DirectHandleIS1_EEi
|
|
21491
|
-
|
|
21492
|
+
_ZN2v88internal16SourceTextModule18PrepareInstantiateEPNS0_7IsolateENS0_12DirectHandleIS1_EENS_5LocalINS_7ContextEEERKNS0_6Module20UserResolveCallbacksE
|
|
21492
21493
|
_ZN2v88internal16SourceTextModule20CreateIndirectExportEPNS0_7IsolateENS0_12DirectHandleIS1_EENS4_INS0_6StringEEENS4_INS0_25SourceTextModuleInfoEntryEEE
|
|
21493
21494
|
_ZN2v88internal16SourceTextModule21InnerModuleEvaluationEPNS0_7IsolateENS0_6HandleIS1_EEPNS0_15ZoneForwardListIS5_EEPj
|
|
21494
21495
|
_ZN2v88internal16SourceTextModule21RunInitializationCodeEPNS0_7IsolateENS0_12DirectHandleIS1_EE
|
|
@@ -39972,14 +39973,14 @@ _ZN2v88internal6LoadICD1Ev
|
|
|
39972
39973
|
_ZN2v88internal6Logger11AddListenerEPNS0_16LogEventListenerE
|
|
39973
39974
|
_ZN2v88internal6Logger14RemoveListenerEPNS0_16LogEventListenerE
|
|
39974
39975
|
_ZN2v88internal6Module10ResetGraphEPNS0_7IsolateENS0_12DirectHandleIS1_EE
|
|
39975
|
-
|
|
39976
|
+
_ZN2v88internal6Module11InstantiateEPNS0_7IsolateENS0_6HandleIS1_EENS_5LocalINS_7ContextEEERKNS1_20UserResolveCallbacksE
|
|
39976
39977
|
_ZN2v88internal6Module11ModulePrintERSo
|
|
39977
39978
|
_ZN2v88internal6Module11RecordErrorEPNS0_7IsolateENS0_6TaggedINS0_6ObjectEEE
|
|
39978
39979
|
_ZN2v88internal6Module12GetExceptionEv
|
|
39979
39980
|
_ZN2v88internal6Module13ResolveExportEPNS0_7IsolateENS0_6HandleIS1_EENS0_12DirectHandleINS0_6StringEEENS4_IS7_EENS0_15MessageLocationEbPNS1_10ResolveSetE
|
|
39980
39981
|
_ZN2v88internal6Module17FinishInstantiateEPNS0_7IsolateENS0_6HandleIS1_EEPNS0_15ZoneForwardListINS4_INS0_16SourceTextModuleEEEEEPjPNS0_4ZoneE
|
|
39981
39982
|
_ZN2v88internal6Module18GetModuleNamespaceEPNS0_7IsolateENS0_6HandleIS1_EE
|
|
39982
|
-
|
|
39983
|
+
_ZN2v88internal6Module18PrepareInstantiateEPNS0_7IsolateENS0_12DirectHandleIS1_EENS_5LocalINS_7ContextEEERKNS1_20UserResolveCallbacksE
|
|
39983
39984
|
_ZN2v88internal6Module5ResetEPNS0_7IsolateENS0_12DirectHandleIS1_EE
|
|
39984
39985
|
_ZN2v88internal6Module8EvaluateEPNS0_7IsolateENS0_6HandleIS1_EE
|
|
39985
39986
|
_ZN2v88internal6Module9SetStatusENS1_6StatusE
|
|
@@ -67714,7 +67715,7 @@ _ZN4node11SPrintFImplIKSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx11
|
|
|
67714
67715
|
_ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67715
67716
|
_ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67716
67717
|
_ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRNS_4quic3CIDEEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67717
|
-
|
|
67718
|
+
_ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS7_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67718
67719
|
_ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS6_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67719
67720
|
_ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJiEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67720
67721
|
_ZN4node11SPrintFImplIPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
@@ -67812,6 +67813,7 @@ _ZN4node11SPrintFImplIRNS_9Utf8ValueEJRKiS4_EEENSt7__cxx1112basic_stringIcSt11ch
|
|
|
67812
67813
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67813
67814
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_
|
|
67814
67815
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67816
|
+
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67815
67817
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67816
67818
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
67817
67819
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcS7_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_
|
|
@@ -67901,6 +67903,7 @@ _ZN4node11SPrintFImplIiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES
|
|
|
67901
67903
|
_ZN4node11SPrintFImplIiJPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_
|
|
67902
67904
|
_ZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_
|
|
67903
67905
|
_ZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS9_EOT_DpOT0_
|
|
67906
|
+
_ZN4node11SPrintFImplIiJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_
|
|
67904
67907
|
_ZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_
|
|
67905
67908
|
_ZN4node11SPrintFImplIiJRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_St17basic_string_viewIcSA_EOT_DpOT0_
|
|
67906
67909
|
_ZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EOT_DpOT0_
|
|
@@ -68239,7 +68242,9 @@ _ZN4node13AsyncResource12get_resourceEv
|
|
|
68239
68242
|
_ZN4node13AsyncResource13CallbackScopeC1EPS0_
|
|
68240
68243
|
_ZN4node13AsyncResource13CallbackScopeC2EPS0_
|
|
68241
68244
|
_ZN4node13AsyncResourceC1EPN2v87IsolateENS1_5LocalINS1_6ObjectEEEPKcd
|
|
68245
|
+
_ZN4node13AsyncResourceC1EPN2v87IsolateENS1_5LocalINS1_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEd
|
|
68242
68246
|
_ZN4node13AsyncResourceC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEEPKcd
|
|
68247
|
+
_ZN4node13AsyncResourceC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEd
|
|
68243
68248
|
_ZN4node13AsyncResourceD0Ev
|
|
68244
68249
|
_ZN4node13AsyncResourceD1Ev
|
|
68245
68250
|
_ZN4node13AsyncResourceD2Ev
|
|
@@ -68355,6 +68360,7 @@ _ZN4node13ERR_FS_EISDIRIJPKcEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateESt17basic_
|
|
|
68355
68360
|
_ZN4node13ERR_FS_EISDIRIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
68356
68361
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_6StringEEEd
|
|
68357
68362
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEEPKcd
|
|
68363
|
+
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEESt17basic_string_viewIcSt11char_traitsIcEEd
|
|
68358
68364
|
_ZN4node13GetNodeReportEPN2v87IsolateESt17basic_string_viewIcSt11char_traitsIcEES6_NS0_5LocalINS0_5ValueEEERSo
|
|
68359
68365
|
_ZN4node13GetNodeReportEPNS_11EnvironmentESt17basic_string_viewIcSt11char_traitsIcEES5_N2v85LocalINS6_5ValueEEERSo
|
|
68360
68366
|
_ZN4node13GetOctalTableB5cxx11Ev
|
|
@@ -68610,6 +68616,7 @@ _ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEE8AddAliasEPKcS5_
|
|
|
68610
68616
|
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEE9AddOptionEPKcS5_MS2_lNS_20OptionEnvvarSettingsENS0_16OptionNamespacesE
|
|
68611
68617
|
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEED0Ev
|
|
68612
68618
|
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEED1Ev
|
|
68619
|
+
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE10OptionInfoD1Ev
|
|
68613
68620
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE17SimpleOptionFieldINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev
|
|
68614
68621
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE17SimpleOptionFieldINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev
|
|
68615
68622
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE17SimpleOptionFieldISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEED0Ev
|
|
@@ -68623,8 +68630,6 @@ _ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE17SimpleOptionF
|
|
|
68623
68630
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE6InsertINS_12DebugOptionsEEEvRKNS1_IT_EEMS2_FPS6_vE
|
|
68624
68631
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ImpliesEPKcS5_
|
|
68625
68632
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE8AddAliasEPKcS5_
|
|
68626
|
-
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE9AddOptionEPKcS5_MS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_20OptionEnvvarSettingsENS0_16OptionNamespacesE
|
|
68627
|
-
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE9AddOptionEPKcS5_MS2_mNS_20OptionEnvvarSettingsENS0_16OptionNamespacesE
|
|
68628
68633
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEED0Ev
|
|
68629
68634
|
_ZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEED1Ev
|
|
68630
68635
|
_ZN4node14options_parser13SplitHostPortERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSt6vectorIS6_SaIS6_EE
|
|
@@ -68639,6 +68644,7 @@ _ZN4node14options_parser18GetEmbedderOptionsERKN2v820FunctionCallbackInfoINS1_5V
|
|
|
68639
68644
|
_ZN4node14options_parser18NotAllowedInEnvErrERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
68640
68645
|
_ZN4node14options_parser19GetCLIOptionsValuesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68641
68646
|
_ZN4node14options_parser21MapOptionsByNamespaceENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
68647
|
+
_ZN4node14options_parser21NamespaceEnumToStringB5cxx11ENS0_16OptionNamespacesE
|
|
68642
68648
|
_ZN4node14options_parser22GetEnvOptionsInputTypeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
68643
68649
|
_ZN4node14options_parser22IterateCLIOptionsScopeC1EPNS_11EnvironmentE
|
|
68644
68650
|
_ZN4node14options_parser22IterateCLIOptionsScopeD1Ev
|
|
@@ -69261,6 +69267,7 @@ _ZN4node23EmitProcessExitInternalEPNS_11EnvironmentE
|
|
|
69261
69267
|
_ZN4node23GetArrayBufferAllocatorEPNS_11IsolateDataE
|
|
69262
69268
|
_ZN4node23GetMultiIsolatePlatformEPNS_11EnvironmentE
|
|
69263
69269
|
_ZN4node23GetMultiIsolatePlatformEPNS_11IsolateDataE
|
|
69270
|
+
_ZN4node23GetOrCreateIsolateGroupEv
|
|
69264
69271
|
_ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
69265
69272
|
_ZN4node23SetIsolateErrorHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
69266
69273
|
_ZN4node23THROW_ERR_INVALID_STATEIJEEEvPN2v87IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
@@ -69282,7 +69289,7 @@ _ZN4node23WorkerThreadsTaskRunnerC1EiNS_21PlatformDebugLogLevelE
|
|
|
69282
69289
|
_ZN4node23WorkerThreadsTaskRunnerC2EiNS_21PlatformDebugLogLevelE
|
|
69283
69290
|
_ZN4node24ERR_FS_CP_DIR_TO_NON_DIRIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
69284
69291
|
_ZN4node24ERR_FS_CP_NON_DIR_TO_DIRIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
69285
|
-
|
|
69292
|
+
_ZN4node24ERR_MODULE_LINK_MISMATCHIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
69286
69293
|
_ZN4node24FreeArrayBufferAllocatorEPNS_20ArrayBufferAllocatorE
|
|
69287
69294
|
_ZN4node24GetInspectorParentHandleEPNS_11EnvironmentENS_8ThreadIdEPKc
|
|
69288
69295
|
_ZN4node24GetInspectorParentHandleEPNS_11EnvironmentENS_8ThreadIdEPKcS4_
|
|
@@ -69621,7 +69628,6 @@ _ZN4node32InitializeMainContextForSnapshotEN2v85LocalINS0_7ContextEEE
|
|
|
69621
69628
|
_ZN4node32RegisterConfigExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
69622
69629
|
_ZN4node32RegisterEnvVarExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
69623
69630
|
_ZN4node32THROW_ERR_INVALID_PACKAGE_CONFIGIJPKcEEEvPN2v87IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
69624
|
-
_ZN4node32THROW_ERR_VM_MODULE_LINK_FAILUREIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEvPN2v87IsolateESt17basic_string_viewIcS4_EDpOT_
|
|
69625
69631
|
_ZN4node33AddEnvironmentCleanupHookInternalEPN2v87IsolateEPFvPvPFvS3_ES3_ES3_
|
|
69626
69632
|
_ZN4node33DefaultProcessExitHandlerInternalEPNS_11EnvironmentENS_8ExitCodeE
|
|
69627
69633
|
_ZN4node33ERR_ENCODING_INVALID_ENCODED_DATAIJPcEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateESt17basic_string_viewIcSt11char_traitsIcEEDpOT_
|
|
@@ -71684,15 +71690,14 @@ _ZN4node6loader10ModuleWrap12GetNamespaceERKN2v820FunctionCallbackInfoINS2_5Valu
|
|
|
71684
71690
|
_ZN4node6loader10ModuleWrap13GetFromModuleEPNS_11EnvironmentEN2v85LocalINS4_6ModuleEEE
|
|
71685
71691
|
_ZN4node6loader10ModuleWrap13HasAsyncGraphEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
|
|
71686
71692
|
_ZN4node6loader10ModuleWrap13HasAsyncGraphEv
|
|
71687
|
-
|
|
71693
|
+
_ZN4node6loader10ModuleWrap13ResolveModuleEN2v85LocalINS2_7ContextEEEmNS3_INS2_6ModuleEEE
|
|
71688
71694
|
_ZN4node6loader10ModuleWrap16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71689
|
-
_ZN4node6loader10ModuleWrap16GetLinkedRequestEj
|
|
71690
71695
|
_ZN4node6loader10ModuleWrap17GetModuleRequestsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71691
71696
|
_ZN4node6loader10ModuleWrap18SetSyntheticExportERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71692
71697
|
_ZN4node6loader10ModuleWrap21GetHostDefinedOptionsEPN2v87IsolateENS2_5LocalINS2_6SymbolEEE
|
|
71693
71698
|
_ZN4node6loader10ModuleWrap21GetModuleSourceObjectERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71694
|
-
|
|
71695
|
-
|
|
71699
|
+
_ZN4node6loader10ModuleWrap21ResolveModuleCallbackEN2v85LocalINS2_7ContextEEEmNS3_INS2_6ModuleEEE
|
|
71700
|
+
_ZN4node6loader10ModuleWrap21ResolveSourceCallbackEN2v85LocalINS2_7ContextEEEmNS3_INS2_6ModuleEEE
|
|
71696
71701
|
_ZN4node6loader10ModuleWrap21SetModuleSourceObjectERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71697
71702
|
_ZN4node6loader10ModuleWrap23CompileSourceTextModuleEPNS_5RealmEN2v85LocalINS4_6StringEEES7_iiNS5_INS4_14PrimitiveArrayEEESt8optionalIPNS4_14ScriptCompiler10CachedDataEEPb
|
|
71698
71703
|
_ZN4node6loader10ModuleWrap26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
@@ -71787,6 +71792,7 @@ _ZN4node6sqlite12DatabaseSync14ApplyChangesetERKN2v820FunctionCallbackInfoINS2_5
|
|
|
71787
71792
|
_ZN4node6sqlite12DatabaseSync14CreateTagStoreERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71788
71793
|
_ZN4node6sqlite12DatabaseSync14CustomFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71789
71794
|
_ZN4node6sqlite12DatabaseSync14DeleteSessionsEv
|
|
71795
|
+
_ZN4node6sqlite12DatabaseSync15EnableDefensiveERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
71790
71796
|
_ZN4node6sqlite12DatabaseSync15FinalizeBackupsEv
|
|
71791
71797
|
_ZN4node6sqlite12DatabaseSync16UntrackStatementEPNS0_13StatementSyncE
|
|
71792
71798
|
_ZN4node6sqlite12DatabaseSync17AggregateFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -72215,7 +72221,7 @@ _ZN4node7SPrintFIJKSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112bas
|
|
|
72215
72221
|
_ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72216
72222
|
_ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPcEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72217
72223
|
_ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_4quic3CIDEEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72218
|
-
|
|
72224
|
+
_ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS7_EEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72219
72225
|
_ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_EEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72220
72226
|
_ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72221
72227
|
_ZN4node7SPrintFIJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
@@ -72287,6 +72293,7 @@ _ZN4node7SPrintFIJRNS_9Utf8ValueERKiEEENSt7__cxx1112basic_stringIcSt11char_trait
|
|
|
72287
72293
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72288
72294
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EDpOT_
|
|
72289
72295
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72296
|
+
_ZN4node7SPrintFIJRNS_9Utf8ValueEiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EDpOT_
|
|
72290
72297
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72291
72298
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES6_St17basic_string_viewIcS4_EDpOT_
|
|
72292
72299
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEES6_St17basic_string_viewIcS4_EDpOT_
|
|
@@ -72852,7 +72859,7 @@ _ZN4node9inspector12NetworkAgent19loadNetworkResourceERKNSt7__cxx1112basic_strin
|
|
|
72852
72859
|
_ZN4node9inspector12NetworkAgent21streamResourceContentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS0_8protocol6BinaryE
|
|
72853
72860
|
_ZN4node9inspector12NetworkAgent34webSocketHandshakeResponseReceivedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
72854
72861
|
_ZN4node9inspector12NetworkAgent4WireEPN5crdtp14UberDispatcherE
|
|
72855
|
-
|
|
72862
|
+
_ZN4node9inspector12NetworkAgent6enableESt8optionalIiES3_
|
|
72856
72863
|
_ZN4node9inspector12NetworkAgent7disableEv
|
|
72857
72864
|
_ZN4node9inspector12NetworkAgent8dataSentEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
72858
72865
|
_ZN4node9inspector12NetworkAgentC1EPNS0_16NetworkInspectorEPN12v8_inspector11V8InspectorEPNS_11EnvironmentESt10shared_ptrINS0_22NetworkResourceManagerEE
|
|
@@ -72879,6 +72886,8 @@ _ZN4node9inspector13WorkerManager14WorkerFinishedEm
|
|
|
72879
72886
|
_ZN4node9inspector13WorkerManager15NewParentHandleEmSt17basic_string_viewIcSt11char_traitsIcEES5_St10shared_ptrINS0_22NetworkResourceManagerEE
|
|
72880
72887
|
_ZN4node9inspector13WorkerManager20RemoveAttachDelegateEi
|
|
72881
72888
|
_ZN4node9inspector13WorkerManager25SetWaitOnStartForDelegateEib
|
|
72889
|
+
_ZN4node9inspector14RequestsBuffer16mutable_iteratorD1Ev
|
|
72890
|
+
_ZN4node9inspector14RequestsBuffer5eraseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
72882
72891
|
_ZN4node9inspector15FormatWsAddressERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_b
|
|
72883
72892
|
_ZN4node9inspector15InspectorSocket13AcceptUpgradeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
72884
72893
|
_ZN4node9inspector15InspectorSocket14SwitchProtocolEPNS0_15ProtocolHandlerE
|
|
@@ -73035,7 +73044,7 @@ _ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl19sendMessageToWork
|
|
|
73035
73044
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl6detachERKN5crdtp12DispatchableE
|
|
73036
73045
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
73037
73046
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
73038
|
-
|
|
73047
|
+
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
73039
73048
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImplD0Ev
|
|
73040
73049
|
_ZN4node9inspector8protocol10NodeWorker20DomainDispatcherImplD1Ev
|
|
73041
73050
|
_ZN4node9inspector8protocol10NodeWorker8Frontend16attachedToWorkerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrINS2_10WorkerInfoESt14default_deleteISD_EEb
|
|
@@ -73058,7 +73067,7 @@ _ZN4node9inspector8protocol11NodeRuntime10Dispatcher4wireEPN5crdtp14UberDispatch
|
|
|
73058
73067
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl30notifyWhenWaitingForDisconnectERKN5crdtp12DispatchableE
|
|
73059
73068
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
73060
73069
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
73061
|
-
|
|
73070
|
+
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
73062
73071
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImplD0Ev
|
|
73063
73072
|
_ZN4node9inspector8protocol11NodeRuntime20DomainDispatcherImplD1Ev
|
|
73064
73073
|
_ZN4node9inspector8protocol11NodeRuntime8Frontend18waitingForDebuggerEv
|
|
@@ -73078,7 +73087,7 @@ _ZN4node9inspector8protocol11NodeTracing11TraceConfigD1Ev
|
|
|
73078
73087
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl13getCategoriesERKN5crdtp12DispatchableE
|
|
73079
73088
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl4stopERKN5crdtp12DispatchableE
|
|
73080
73089
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl5startERKN5crdtp12DispatchableE
|
|
73081
|
-
|
|
73090
|
+
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
73082
73091
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImplD0Ev
|
|
73083
73092
|
_ZN4node9inspector8protocol11NodeTracing20DomainDispatcherImplD1Ev
|
|
73084
73093
|
_ZN4node9inspector8protocol11NodeTracing7Backend7disableEv
|
|
@@ -73160,7 +73169,7 @@ _ZN4node9inspector8protocol20WorkerTargetDelegateD1Ev
|
|
|
73160
73169
|
_ZN4node9inspector8protocol2IO10Dispatcher4wireEPN5crdtp14UberDispatcherEPNS2_7BackendE
|
|
73161
73170
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImpl4readERKN5crdtp12DispatchableE
|
|
73162
73171
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImpl5closeERKN5crdtp12DispatchableE
|
|
73163
|
-
|
|
73172
|
+
_ZN4node9inspector8protocol2IO20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
73164
73173
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImplD0Ev
|
|
73165
73174
|
_ZN4node9inspector8protocol2IO20DomainDispatcherImplD1Ev
|
|
73166
73175
|
_ZN4node9inspector8protocol2IO7Backend7disableEv
|
|
@@ -73186,7 +73195,7 @@ _ZN4node9inspector8protocol6Target10TargetInfo23deserializer_descriptorEv
|
|
|
73186
73195
|
_ZN4node9inspector8protocol6Target10TargetInfoD0Ev
|
|
73187
73196
|
_ZN4node9inspector8protocol6Target10TargetInfoD1Ev
|
|
73188
73197
|
_ZN4node9inspector8protocol6Target20DomainDispatcherImpl13setAutoAttachERKN5crdtp12DispatchableE
|
|
73189
|
-
|
|
73198
|
+
_ZN4node9inspector8protocol6Target20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
73190
73199
|
_ZN4node9inspector8protocol6Target20DomainDispatcherImplD0Ev
|
|
73191
73200
|
_ZN4node9inspector8protocol6Target20DomainDispatcherImplD1Ev
|
|
73192
73201
|
_ZN4node9inspector8protocol6Target7Backend7disableEv
|
|
@@ -73230,7 +73239,7 @@ _ZN4node9inspector8protocol7Network20DomainDispatcherImpl19loadNetworkResourceER
|
|
|
73230
73239
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl21streamResourceContentERKN5crdtp12DispatchableE
|
|
73231
73240
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
73232
73241
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
73233
|
-
|
|
73242
|
+
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl8DispatchESt4spanIKhLm18446744073709551615EE
|
|
73234
73243
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImplD0Ev
|
|
73235
73244
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImplD1Ev
|
|
73236
73245
|
_ZN4node9inspector8protocol7Network29LoadNetworkResourcePageResult23deserializer_descriptorEv
|
|
@@ -73831,25 +73840,25 @@ _ZN5cppgc8internal9LargePage9TryCreateERNS0_11PageBackendERNS0_14LargePageSpaceE
|
|
|
73831
73840
|
_ZN5cppgc8internal9LargePageC1ERNS0_8HeapBaseERNS0_9BaseSpaceEm
|
|
73832
73841
|
_ZN5cppgc8internal9LargePageC2ERNS0_8HeapBaseERNS0_9BaseSpaceEm
|
|
73833
73842
|
_ZN5cppgc8internal9NameTraitIN2v86Object9WrappableEE7GetNameEPKvNS0_30HeapObjectNameForUnnamedObjectE
|
|
73834
|
-
|
|
73835
|
-
|
|
73843
|
+
_ZN5crdtp10SpanEqualsESt4spanIKcLm18446744073709551615EES2_
|
|
73844
|
+
_ZN5crdtp10SpanEqualsESt4spanIKhLm18446744073709551615EES2_
|
|
73836
73845
|
_ZN5crdtp12Dispatchable16MaybeParseCallIdEPNS_4cbor13CBORTokenizerE
|
|
73837
73846
|
_ZN5crdtp12Dispatchable16MaybeParseMethodEPNS_4cbor13CBORTokenizerE
|
|
73838
73847
|
_ZN5crdtp12Dispatchable16MaybeParseParamsEPNS_4cbor13CBORTokenizerE
|
|
73839
73848
|
_ZN5crdtp12Dispatchable18MaybeParsePropertyEPNS_4cbor13CBORTokenizerE
|
|
73840
73849
|
_ZN5crdtp12Dispatchable19MaybeParseSessionIdEPNS_4cbor13CBORTokenizerE
|
|
73841
|
-
|
|
73842
|
-
|
|
73850
|
+
_ZN5crdtp12DispatchableC1ESt4spanIKhLm18446744073709551615EE
|
|
73851
|
+
_ZN5crdtp12DispatchableC2ESt4spanIKhLm18446744073709551615EE
|
|
73843
73852
|
_ZN5crdtp12ErrorSupport3PopEv
|
|
73844
73853
|
_ZN5crdtp12ErrorSupport4PushEv
|
|
73845
73854
|
_ZN5crdtp12ErrorSupport7SetNameEPKc
|
|
73846
73855
|
_ZN5crdtp12ErrorSupport8AddErrorEPKc
|
|
73847
73856
|
_ZN5crdtp12ErrorSupport8SetIndexEm
|
|
73848
73857
|
_ZN5crdtp12Serializable4FromESt6vectorIhSaIhEE
|
|
73849
|
-
|
|
73850
|
-
|
|
73858
|
+
_ZN5crdtp12SpanLessThanESt4spanIKcLm18446744073709551615EES2_
|
|
73859
|
+
_ZN5crdtp12SpanLessThanESt4spanIKhLm18446744073709551615EES2_
|
|
73851
73860
|
_ZN5crdtp14CreateResponseEiSt10unique_ptrINS_12SerializableESt14default_deleteIS1_EE
|
|
73852
|
-
|
|
73861
|
+
_ZN5crdtp14UberDispatcher11WireBackendESt4spanIKhLm18446744073709551615EERKSt6vectorISt4pairIS3_S3_ESaIS6_EESt10unique_ptrINS_16DomainDispatcherESt14default_deleteISC_EE
|
|
73853
73862
|
_ZN5crdtp14UberDispatcher14DispatchResult3RunEv
|
|
73854
73863
|
_ZN5crdtp14UberDispatcher14DispatchResultC1EbSt8functionIFvvEE
|
|
73855
73864
|
_ZN5crdtp14UberDispatcher14DispatchResultC2EbSt8functionIFvvEE
|
|
@@ -73859,7 +73868,7 @@ _ZN5crdtp14UberDispatcherD0Ev
|
|
|
73859
73868
|
_ZN5crdtp14UberDispatcherD1Ev
|
|
73860
73869
|
_ZN5crdtp14UberDispatcherD2Ev
|
|
73861
73870
|
_ZN5crdtp15DeferredMessage16FromSerializableESt10unique_ptrINS_12SerializableESt14default_deleteIS2_EE
|
|
73862
|
-
|
|
73871
|
+
_ZN5crdtp15DeferredMessage8FromSpanESt4spanIKhLm18446744073709551615EE
|
|
73863
73872
|
_ZN5crdtp16DispatchResponse10ParseErrorENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
73864
73873
|
_ZN5crdtp16DispatchResponse11FallThroughEv
|
|
73865
73874
|
_ZN5crdtp16DispatchResponse11ServerErrorENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
@@ -73880,8 +73889,8 @@ _ZN5crdtp16DomainDispatcher7weakPtrEv
|
|
|
73880
73889
|
_ZN5crdtp16DomainDispatcher8Callback12sendIfActiveESt10unique_ptrINS_12SerializableESt14default_deleteIS3_EERKNS_16DispatchResponseE
|
|
73881
73890
|
_ZN5crdtp16DomainDispatcher8Callback19fallThroughIfActiveEv
|
|
73882
73891
|
_ZN5crdtp16DomainDispatcher8Callback7disposeEv
|
|
73883
|
-
|
|
73884
|
-
|
|
73892
|
+
_ZN5crdtp16DomainDispatcher8CallbackC1ESt10unique_ptrINS0_7WeakPtrESt14default_deleteIS3_EEiSt4spanIKhLm18446744073709551615EES9_
|
|
73893
|
+
_ZN5crdtp16DomainDispatcher8CallbackC2ESt10unique_ptrINS0_7WeakPtrESt14default_deleteIS3_EEiSt4spanIKhLm18446744073709551615EES9_
|
|
73885
73894
|
_ZN5crdtp16DomainDispatcher8CallbackD0Ev
|
|
73886
73895
|
_ZN5crdtp16DomainDispatcher8CallbackD1Ev
|
|
73887
73896
|
_ZN5crdtp16DomainDispatcher8CallbackD2Ev
|
|
@@ -73896,10 +73905,10 @@ _ZN5crdtp16ObjectSerializerC2Ev
|
|
|
73896
73905
|
_ZN5crdtp16ObjectSerializerD1Ev
|
|
73897
73906
|
_ZN5crdtp16ObjectSerializerD2Ev
|
|
73898
73907
|
_ZN5crdtp17DeserializerState13RegisterErrorENS_5ErrorE
|
|
73899
|
-
|
|
73900
|
-
|
|
73908
|
+
_ZN5crdtp17DeserializerState17RegisterFieldPathESt4spanIKcLm18446744073709551615EE
|
|
73909
|
+
_ZN5crdtp17DeserializerStateC1ESt10shared_ptrIKSt6vectorIhSaIhEEESt4spanIKhLm18446744073709551615EE
|
|
73901
73910
|
_ZN5crdtp17DeserializerStateC1ESt6vectorIhSaIhEE
|
|
73902
|
-
|
|
73911
|
+
_ZN5crdtp17DeserializerStateC2ESt10shared_ptrIKSt6vectorIhSaIhEEESt4spanIKhLm18446744073709551615EE
|
|
73903
73912
|
_ZN5crdtp17DeserializerStateC2ESt6vectorIhSaIhEE
|
|
73904
73913
|
_ZN5crdtp18CreateNotificationEPKcSt10unique_ptrINS_12SerializableESt14default_deleteIS3_EE
|
|
73905
73914
|
_ZN5crdtp18ProtocolTypeTraitsIN4node9inspector8protocol6BinaryEvE11DeserializeEPNS_17DeserializerStateEPS4_
|
|
@@ -73937,44 +73946,44 @@ _ZN5crdtp4cbor10EncodeStopEv
|
|
|
73937
73946
|
_ZN5crdtp4cbor10EncodeTrueEv
|
|
73938
73947
|
_ZN5crdtp4cbor11EncodeFalseEv
|
|
73939
73948
|
_ZN5crdtp4cbor11EncodeInt32EiPSt6vectorIhSaIhEE
|
|
73940
|
-
|
|
73949
|
+
_ZN5crdtp4cbor12EncodeBinaryESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73941
73950
|
_ZN5crdtp4cbor12EncodeDoubleEdPSt6vectorIhSaIhEE
|
|
73942
73951
|
_ZN5crdtp4cbor13CBORTokenizer13EnterEnvelopeEv
|
|
73943
73952
|
_ZN5crdtp4cbor13CBORTokenizer13ReadNextTokenEv
|
|
73944
73953
|
_ZN5crdtp4cbor13CBORTokenizer4NextEv
|
|
73945
73954
|
_ZN5crdtp4cbor13CBORTokenizer8SetErrorENS_5ErrorE
|
|
73946
73955
|
_ZN5crdtp4cbor13CBORTokenizer8SetTokenENS0_12CBORTokenTagEm
|
|
73947
|
-
|
|
73948
|
-
|
|
73956
|
+
_ZN5crdtp4cbor13CBORTokenizerC1ESt4spanIKhLm18446744073709551615EE
|
|
73957
|
+
_ZN5crdtp4cbor13CBORTokenizerC2ESt4spanIKhLm18446744073709551615EE
|
|
73949
73958
|
_ZN5crdtp4cbor13CBORTokenizerD1Ev
|
|
73950
73959
|
_ZN5crdtp4cbor13CBORTokenizerD2Ev
|
|
73951
|
-
|
|
73952
|
-
|
|
73953
|
-
|
|
73954
|
-
|
|
73955
|
-
|
|
73960
|
+
_ZN5crdtp4cbor13EncodeString8ESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73961
|
+
_ZN5crdtp4cbor13IsCBORMessageESt4spanIKhLm18446744073709551615EE
|
|
73962
|
+
_ZN5crdtp4cbor14EncodeString16ESt4spanIKtLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73963
|
+
_ZN5crdtp4cbor14EnvelopeHeader17ParseFromFragmentESt4spanIKhLm18446744073709551615EE
|
|
73964
|
+
_ZN5crdtp4cbor14EnvelopeHeader5ParseESt4spanIKhLm18446744073709551615EE
|
|
73956
73965
|
_ZN5crdtp4cbor14NewCBOREncoderEPSt6vectorIhSaIhEEPNS_6StatusE
|
|
73957
|
-
|
|
73966
|
+
_ZN5crdtp4cbor15EncodeFromUTF16ESt4spanIKtLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73958
73967
|
_ZN5crdtp4cbor15EnvelopeEncoder10EncodeStopEPSt6vectorIhSaIhEE
|
|
73959
73968
|
_ZN5crdtp4cbor15EnvelopeEncoder11EncodeStartEPSt6vectorIhSaIhEE
|
|
73960
|
-
|
|
73961
|
-
|
|
73962
|
-
|
|
73969
|
+
_ZN5crdtp4cbor16CheckCBORMessageESt4spanIKhLm18446744073709551615EE
|
|
73970
|
+
_ZN5crdtp4cbor16EncodeFromLatin1ESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73971
|
+
_ZN5crdtp4cbor27AppendString8EntryToCBORMapESt4spanIKhLm18446744073709551615EES3_PSt6vectorIhSaIhEE
|
|
73963
73972
|
_ZN5crdtp4cbor30EncodeIndefiniteLengthMapStartEv
|
|
73964
73973
|
_ZN5crdtp4cbor32EncodeIndefiniteLengthArrayStartEv
|
|
73965
|
-
|
|
73966
|
-
|
|
73974
|
+
_ZN5crdtp4cbor9ParseCBORESt4spanIKhLm18446744073709551615EEPNS_13ParserHandlerE
|
|
73975
|
+
_ZN5crdtp4cbor9internals14ReadTokenStartESt4spanIKhLm18446744073709551615EEPNS0_9MajorTypeEPm
|
|
73967
73976
|
_ZN5crdtp4cbor9internals15WriteTokenStartENS0_9MajorTypeEmPSt6vectorIhSaIhEE
|
|
73968
73977
|
_ZN5crdtp4json14NewJSONEncoderEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS_6StatusE
|
|
73969
73978
|
_ZN5crdtp4json14NewJSONEncoderEPSt6vectorIhSaIhEEPNS_6StatusE
|
|
73970
|
-
|
|
73971
|
-
|
|
73972
|
-
|
|
73973
|
-
|
|
73979
|
+
_ZN5crdtp4json17ConvertCBORToJSONESt4spanIKhLm18446744073709551615EEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
73980
|
+
_ZN5crdtp4json17ConvertCBORToJSONESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73981
|
+
_ZN5crdtp4json17ConvertJSONToCBORESt4spanIKhLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73982
|
+
_ZN5crdtp4json17ConvertJSONToCBORESt4spanIKtLm18446744073709551615EEPSt6vectorIhSaIhEE
|
|
73974
73983
|
_ZN5crdtp4json8platform6DToStrB5cxx11Ed
|
|
73975
73984
|
_ZN5crdtp4json8platform6StrToDEPKcPd
|
|
73976
|
-
|
|
73977
|
-
|
|
73985
|
+
_ZN5crdtp4json9ParseJSONESt4spanIKhLm18446744073709551615EEPNS_13ParserHandlerE
|
|
73986
|
+
_ZN5crdtp4json9ParseJSONESt4spanIKtLm18446744073709551615EEPNS_13ParserHandlerE
|
|
73978
73987
|
_ZN6disasm12Disassembler11DisassembleEP4FILEPhS3_NS0_25UnimplementedOpcodeActionE
|
|
73979
73988
|
_ZN6disasm12Disassembler17InstructionDecodeEN2v84base6VectorIcEEPh
|
|
73980
73989
|
_ZN6disasm12Disassembler18ConstantPoolSizeAtEPh
|
|
@@ -87797,10 +87806,10 @@ _ZNK5crdtp12Dispatchable2okEv
|
|
|
87797
87806
|
_ZNK5crdtp12ErrorSupport6ErrorsEv
|
|
87798
87807
|
_ZNK5crdtp12Serializable9SerializeEv
|
|
87799
87808
|
_ZNK5crdtp14UberDispatcher8DispatchERKNS_12DispatchableE
|
|
87800
|
-
|
|
87809
|
+
_ZNK5crdtp17DeserializerState12ErrorMessageB5cxx11ESt4spanIKcLm18446744073709551615EE
|
|
87801
87810
|
_ZNK5crdtp17DeserializerState6statusEv
|
|
87802
87811
|
_ZNK5crdtp22DeserializerDescriptor11DeserializeEPNS_17DeserializerStateEPv
|
|
87803
|
-
|
|
87812
|
+
_ZNK5crdtp22DeserializerDescriptor16DeserializeFieldEPNS_17DeserializerStateESt4spanIKcLm18446744073709551615EEPiPv
|
|
87804
87813
|
_ZNK5crdtp23IncomingDeferredMessage16AppendSerializedEPSt6vectorIhSaIhEE
|
|
87805
87814
|
_ZNK5crdtp23IncomingDeferredMessage16MakeDeserializerEv
|
|
87806
87815
|
_ZNK5crdtp23OutgoingDeferredMessage16AppendSerializedEPSt6vectorIhSaIhEE
|
|
@@ -91051,7 +91060,7 @@ _ZNKSt10_HashtableIN2v88internal8compiler14FeedbackSourceESt4pairIKS3_PKNS2_17Pr
|
|
|
91051
91060
|
_ZNKSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_NS3_15ModuleTypeIndexEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
91052
91061
|
_ZNKSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_jENS1_13ZoneAllocatorIS8_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
91053
91062
|
_ZNKSt10_HashtableIN4node13SocketAddressESt4pairIKS1_St14_List_iteratorIS2_IS1_NS0_4quic8Endpoint23SocketAddressInfoTraits4TypeEEEESaISB_ENSt8__detail10_Select1stESt8equal_toIS1_ENS1_4HashENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS3_
|
|
91054
|
-
|
|
91063
|
+
_ZNKSt10_HashtableIN4node6loader14ModuleCacheKeyESt4pairIKS2_mESaIS5_ENSt8__detail10_Select1stESt8equal_toIS2_ENS2_4HashENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS4_m
|
|
91055
91064
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEESt4pairIKS5_St5dequeISt10shared_ptrIN4node6worker5locks4LockEESaISE_EEESaISH_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSJ_18_Mod_range_hashingENSJ_20_Default_ranged_hashENSJ_20_Prime_rehash_policyENSJ_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
91056
91065
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE4findERKS5_
|
|
91057
91066
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_12DebugOptionsEE10OptionInfoEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
@@ -91095,6 +91104,7 @@ _ZNKSt7__cxx1112regex_traitsIcE18lookup_collatenameIPKcEENS_12basic_stringIcSt11
|
|
|
91095
91104
|
_ZNKSt7__cxx1113match_resultsIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISA_EEEE6formatISt20back_insert_iteratorIS9_EEET_SI_S4_S4_NSt15regex_constants15match_flag_typeE
|
|
91096
91105
|
_ZNKSt7__cxx1114regex_iteratorIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEEcNS_12regex_traitsIcEEEeqERKSD_
|
|
91097
91106
|
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_
|
|
91107
|
+
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St14_List_iteratorIS6_IS5_N4node9inspector12RequestEntryEEEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE4findERS7_
|
|
91098
91108
|
_ZNKSt8_Rb_treeISt4pairImmES0_IKS1_bESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE4findERS2_
|
|
91099
91109
|
_ZNKSt8_Rb_treeISt5tupleIJN2v88internal11interpreter17BytecodeGenerator17FeedbackSlotCache8SlotKindEiPKvEESt4pairIKS9_iESt10_Select1stISC_ESt4lessIS9_ENS2_13ZoneAllocatorISC_EEE4findERSB_
|
|
91100
91110
|
_ZNKSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE21_M_is_line_terminatorEc
|
|
@@ -91203,7 +91213,8 @@ _ZNSt10_HashtableIN2v88internal8compiler10turboshaft3wle17WasmMemoryAddressESt4p
|
|
|
91203
91213
|
_ZNSt10_HashtableIN2v88internal8compiler14FeedbackSourceESt4pairIKS3_PKNS2_17ProcessedFeedbackEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stENS3_5EqualENS3_4HashENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSC_10_Hash_nodeIS9_Lb1EEEm
|
|
91204
91214
|
_ZNSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_NS3_15ModuleTypeIndexEENS1_13ZoneAllocatorIS9_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSC_10_Hash_nodeIS9_Lb1EEEm
|
|
91205
91215
|
_ZNSt10_HashtableIN2v88internal9SignatureINS1_4wasm9ValueTypeEEESt4pairIKS5_jENS1_13ZoneAllocatorIS8_EENSt8__detail10_Select1stESt8equal_toIS5_ENS0_4base4hashIS5_EENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
91206
|
-
|
|
91216
|
+
_ZNSt10_HashtableIN4node6loader14ModuleCacheKeyESt4pairIKS2_mESaIS5_ENSt8__detail10_Select1stESt8equal_toIS2_ENS2_4HashENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS4_
|
|
91217
|
+
_ZNSt10_HashtableIN4node6loader14ModuleCacheKeyESt4pairIKS2_mESaIS5_ENSt8__detail10_Select1stESt8equal_toIS2_ENS2_4HashENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev
|
|
91207
91218
|
_ZNSt10_HashtableINSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEESt4pairIKS5_St5dequeISt10shared_ptrIN4node6worker5locks4LockEESaISE_EEESaISH_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSJ_18_Mod_range_hashingENSJ_20_Default_ranged_hashENSJ_20_Prime_rehash_policyENSJ_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
91208
91219
|
_ZNSt10_HashtableINSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEESt4pairIKS5_St5dequeISt10shared_ptrIN4node6worker5locks4LockEESaISE_EEESaISH_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSJ_18_Mod_range_hashingENSJ_20_Default_ranged_hashENSJ_20_Prime_rehash_policyENSJ_17_Hashtable_traitsILb1ELb0ELb1EEEE5clearEv
|
|
91209
91220
|
_ZNSt10_HashtableINSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEESt4pairIKS5_St5dequeISt10shared_ptrIN4node6worker5locks4LockEESaISE_EEESaISH_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSJ_18_Mod_range_hashingENSJ_20_Default_ranged_hashENSJ_20_Prime_rehash_policyENSJ_17_Hashtable_traitsILb1ELb0ELb1EEEE5eraseENSJ_20_Node_const_iteratorISH_Lb0ELb1EEE
|
|
@@ -91869,10 +91880,9 @@ _ZNSt17_Function_handlerIFvvEZN4node4quic7Session4ImplC4EPS3_PNS2_8EndpointERKNS
|
|
|
91869
91880
|
_ZNSt17_Function_handlerIFvvEZN4node9inspector19NodeInspectorClient19startRepeatingTimerEdPFvPvES4_EUlvE_E10_M_managerERSt9_Any_dataRKS9_St18_Manager_operation
|
|
91870
91881
|
_ZNSt17_Function_handlerIFvvEZN4node9inspector19NodeInspectorClient19startRepeatingTimerEdPFvPvES4_EUlvE_E9_M_invokeERKSt9_Any_data
|
|
91871
91882
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEES5_EC1ESA_l
|
|
91872
|
-
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN5crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
91873
|
-
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairIN5crdtp4spanIhEESt10unique_ptrINS3_16DomainDispatcherESt14default_deleteIS7_EEESt6vectorISB_SaISB_EEEESB_EC1ESG_l
|
|
91874
91883
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESt6vectorIS9_SaIS9_EEEES9_EC1ESE_l
|
|
91875
91884
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairISt4spanIKhLm18446744073709551615EES5_ESt6vectorIS6_SaIS6_EEEES6_EC1ESB_l
|
|
91885
|
+
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairISt4spanIKhLm18446744073709551615EESt10unique_ptrIN5crdtp16DomainDispatcherESt14default_deleteIS8_EEESt6vectorISC_SaISC_EEEESC_EC1ESH_l
|
|
91876
91886
|
_ZNSt17_Temporary_bufferIN9__gnu_cxx17__normal_iteratorIPSt4pairISt4spanIKhLm18446744073709551615EESt10unique_ptrIN8v8_crdtp16DomainDispatcherESt14default_deleteIS8_EEESt6vectorISC_SaISC_EEEESC_EC1ESH_l
|
|
91877
91887
|
_ZNSt17_Temporary_bufferIPN2v88internal8compiler10turboshaft8SwitchOp4CaseES5_EC1ES6_l
|
|
91878
91888
|
_ZNSt17basic_string_viewIcSt11char_traitsIcEE13remove_prefixEm
|
|
@@ -92557,6 +92567,7 @@ _ZNSt6vectorIcSaIcEEC1ERKS1_
|
|
|
92557
92567
|
_ZNSt6vectorIjSaIjEE7reserveEm
|
|
92558
92568
|
_ZNSt6vectorIjSaIjEE9push_backERKj
|
|
92559
92569
|
_ZNSt7__cxx1110_List_baseIN2v88internal6torque5BlockESaIS4_EE8_M_clearEv
|
|
92570
|
+
_ZNSt7__cxx1110_List_baseISt4pairINS_12basic_stringIcSt11char_traitsIcESaIcEEEN4node9inspector12RequestEntryEESaISA_EE8_M_clearEv
|
|
92560
92571
|
_ZNSt7__cxx1111basic_regexIcNS_12regex_traitsIcEEED1Ev
|
|
92561
92572
|
_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEE10_M_disposeEv
|
|
92562
92573
|
_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEED1Ev
|
|
@@ -92625,9 +92636,6 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
|
|
|
92625
92636
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N2v88internal6torque6SymbolEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE24_M_get_insert_unique_posERS7_
|
|
92626
92637
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRPKcRKS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
92627
92638
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_
|
|
92628
|
-
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE22_M_emplace_hint_uniqueIJRS5_SA_EEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_
|
|
92629
|
-
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_
|
|
92630
|
-
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_
|
|
92631
92639
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PKN2v88internal6torque13AggregateTypeEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
92632
92640
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE16_M_insert_uniqueIS8_EES6_ISt17_Rb_tree_iteratorIS8_EbEOT_
|
|
92633
92641
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJS6_IS5_S5_EEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_
|
|
@@ -92639,6 +92647,8 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S
|
|
|
92639
92647
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN6icu_7716SimpleDateFormatESt14default_deleteISA_EEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
92640
92648
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN6icu_7724DateTimePatternGeneratorESt14default_deleteISA_EEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
92641
92649
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN6icu_778CalendarESt14default_deleteISA_EEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
92650
|
+
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St14_List_iteratorIS6_IS5_N4node9inspector12RequestEntryEEEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
92651
|
+
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St14_List_iteratorIS6_IS5_N4node9inspector12RequestEntryEEEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE4findERS7_
|
|
92642
92652
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_
|
|
92643
92653
|
_ZNSt8_Rb_treeIP7x509_stS1_St9_IdentityIS1_EN4node6crypto8X509LessESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_
|
|
92644
92654
|
_ZNSt8_Rb_treeIPKN2v88internal12AstRawStringESt4pairIKS4_PKNS1_26SourceTextModuleDescriptor5EntryEESt10_Select1stISB_ESt4lessIS4_ENS1_13ZoneAllocatorISB_EEE17_M_emplace_uniqueIJS5_IS4_SA_EEEES5_ISt17_Rb_tree_iteratorISB_EbEDpOT_
|
|
@@ -92781,7 +92791,7 @@ _ZNSt8__detail9_Map_baseIN4node13SocketAddressESt4pairIKS2_St14_List_iteratorISt
|
|
|
92781
92791
|
_ZNSt8__detail9_Map_baseIN4node4quic19StatelessResetTokenESt4pairIKS3_PNS2_7SessionEESaIS8_ENS_10_Select1stESt8equal_toIS3_ENS3_4HashENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS5_
|
|
92782
92792
|
_ZNSt8__detail9_Map_baseIN4node4quic3CIDESt4pairIKS3_NS1_17BaseObjectPtrImplINS2_7SessionELb0EEEESaIS9_ENS_10_Select1stESt8equal_toIS5_ENS3_4HashENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS5_
|
|
92783
92793
|
_ZNSt8__detail9_Map_baseIN4node4quic3CIDESt4pairIKS3_S3_ESaIS6_ENS_10_Select1stESt8equal_toIS5_ENS3_4HashENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS5_
|
|
92784
|
-
|
|
92794
|
+
_ZNSt8__detail9_Map_baseIN4node6loader14ModuleCacheKeyESt4pairIKS3_mESaIS6_ENS_10_Select1stESt8equal_toIS3_ENS3_4HashENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS5_
|
|
92785
92795
|
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEESt4pairIKS6_PN4node6worker5locks11LockRequestEESaISE_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
|
|
92786
92796
|
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEESt4pairIKS6_St5dequeISt10shared_ptrIN4node6worker5locks4LockEESaISF_EEESaISI_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
|
|
92787
92797
|
_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_MN4node9inspector12NetworkAgentEFvN2v85LocalINSC_7ContextEEENSD_INSC_6ObjectEEEEESaISK_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
|
|
@@ -92892,7 +92902,6 @@ _ZSt16__introsort_loopIPflN9__gnu_cxx5__ops15_Iter_comp_iterIPFbffEEEEvT_S7_T0_T
|
|
|
92892
92902
|
_ZSt16__introsort_loopIPtlN9__gnu_cxx5__ops15_Iter_comp_iterIPFbttEEEEvT_S7_T0_T1_
|
|
92893
92903
|
_ZSt16__merge_adaptiveIN9__gnu_cxx17__normal_iteratorIPN2v88internal4wasm10WasmExportESt6vectorIS5_SaIS5_EEEElS6_NS0_5__ops15_Iter_comp_iterIZNS4_17ModuleDecoderImpl19DecodeExportSectionEvEUlRKS5_SF_E_EEEvT_SI_SI_T0_SJ_T1_SJ_T2_
|
|
92894
92904
|
_ZSt16__merge_adaptiveIN9__gnu_cxx17__normal_iteratorIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESt6vectorIS9_SaIS9_EEEElSA_NS0_5__ops15_Iter_comp_iterIZNSt6ranges8__detail16__make_comp_projIZN3ada17url_search_params4sortEvEUlRKS9_SN_E_St8identityEEDaRT_RT0_EUlOSQ_OSS_E_EEEvSQ_SQ_SQ_SS_SS_T1_SS_T2_
|
|
92895
|
-
_ZSt17__rotate_adaptiveIN9__gnu_cxx17__normal_iteratorIPSt4pairIN5crdtp4spanIhEES5_ESt6vectorIS6_SaIS6_EEEES7_lET_SC_SC_SC_T1_SD_T0_SD_
|
|
92896
92905
|
_ZSt17__rotate_adaptiveIN9__gnu_cxx17__normal_iteratorIPSt4pairISt4spanIKhLm18446744073709551615EES5_ESt6vectorIS6_SaIS6_EEEES7_lET_SC_SC_SC_T1_SD_T0_SD_
|
|
92897
92906
|
_ZSt17__rotate_adaptiveIPN2v88internal8compiler10turboshaft8SwitchOp4CaseES6_lET_S7_S7_S7_T1_S8_T0_S8_
|
|
92898
92907
|
_ZSt17__rotate_adaptiveIPPN2v88internal10RegExpTreeES4_lET_S5_S5_S5_T1_S6_T0_S6_
|
|
@@ -101485,8 +101494,8 @@ _ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPcEE
|
|
|
101485
101494
|
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args_0
|
|
101486
101495
|
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRNS_4quic3CIDEEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
101487
101496
|
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRNS_4quic3CIDEEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args_0
|
|
101488
|
-
|
|
101489
|
-
|
|
101497
|
+
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS7_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
101498
|
+
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRmS7_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args_0
|
|
101490
101499
|
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS6_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
101491
101500
|
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS6_EEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args_0
|
|
101492
101501
|
_ZZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJiEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
@@ -101681,6 +101690,8 @@ _ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_RKiS4_EEENSt7__cxx1112basic_stringIcSt
|
|
|
101681
101690
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_RKiS4_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS8_EOT_DpOT0_E20error_and_abort_args_0
|
|
101682
101691
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
101683
101692
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
101693
|
+
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
101694
|
+
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
101684
101695
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
101685
101696
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args_0
|
|
101686
101697
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJPKcEEES6_St17basic_string_viewIcS4_EOT_DpOT0_E20error_and_abort_args
|
|
@@ -101859,6 +101870,8 @@ _ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_tr
|
|
|
101859
101870
|
_ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_E20error_and_abort_args_0
|
|
101860
101871
|
_ZZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS9_EOT_DpOT0_E20error_and_abort_args
|
|
101861
101872
|
_ZZN4node11SPrintFImplIiJPN2v87ContextERPvEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS9_EOT_DpOT0_E20error_and_abort_args_0
|
|
101873
|
+
_ZZN4node11SPrintFImplIiJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args
|
|
101874
|
+
_ZZN4node11SPrintFImplIiJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS6_EOT_DpOT0_E20error_and_abort_args_0
|
|
101862
101875
|
_ZZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_E20error_and_abort_args
|
|
101863
101876
|
_ZZN4node11SPrintFImplIiJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS7_EOT_DpOT0_E20error_and_abort_args_0
|
|
101864
101877
|
_ZZN4node11SPrintFImplIiJRPNS_18SnapshotableObjectEPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_St17basic_string_viewIcSA_EOT_DpOT0_E20error_and_abort_args
|
package/include/node/node.h
CHANGED
|
@@ -1402,6 +1402,10 @@ NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
|
1402
1402
|
v8::Local<v8::Object> resource,
|
|
1403
1403
|
const char* name,
|
|
1404
1404
|
async_id trigger_async_id = -1);
|
|
1405
|
+
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1406
|
+
v8::Local<v8::Object> resource,
|
|
1407
|
+
std::string_view name,
|
|
1408
|
+
async_id trigger_async_id = -1);
|
|
1405
1409
|
|
|
1406
1410
|
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1407
1411
|
v8::Local<v8::Object> resource,
|
|
@@ -1508,6 +1512,10 @@ class NODE_EXTERN AsyncResource {
|
|
|
1508
1512
|
v8::Local<v8::Object> resource,
|
|
1509
1513
|
const char* name,
|
|
1510
1514
|
async_id trigger_async_id = -1);
|
|
1515
|
+
AsyncResource(v8::Isolate* isolate,
|
|
1516
|
+
v8::Local<v8::Object> resource,
|
|
1517
|
+
std::string_view name,
|
|
1518
|
+
async_id trigger_async_id = -1);
|
|
1511
1519
|
|
|
1512
1520
|
virtual ~AsyncResource();
|
|
1513
1521
|
|
package/include/node/v8-script.h
CHANGED
|
@@ -220,6 +220,13 @@ class V8_EXPORT Module : public Data {
|
|
|
220
220
|
Local<Context> context, Local<String> specifier,
|
|
221
221
|
Local<FixedArray> import_attributes, Local<Module> referrer);
|
|
222
222
|
|
|
223
|
+
using ResolveModuleByIndexCallback = MaybeLocal<Module> (*)(
|
|
224
|
+
Local<Context> context, size_t module_request_index,
|
|
225
|
+
Local<Module> referrer);
|
|
226
|
+
using ResolveSourceByIndexCallback = MaybeLocal<Object> (*)(
|
|
227
|
+
Local<Context> context, size_t module_request_index,
|
|
228
|
+
Local<Module> referrer);
|
|
229
|
+
|
|
223
230
|
/**
|
|
224
231
|
* Instantiates the module and its dependencies.
|
|
225
232
|
*
|
|
@@ -231,6 +238,16 @@ class V8_EXPORT Module : public Data {
|
|
|
231
238
|
Local<Context> context, ResolveModuleCallback module_callback,
|
|
232
239
|
ResolveSourceCallback source_callback = nullptr);
|
|
233
240
|
|
|
241
|
+
/**
|
|
242
|
+
* Similar to the variant that takes ResolveModuleCallback and
|
|
243
|
+
* ResolveSourceCallback, but uses the index into the array that is returned
|
|
244
|
+
* by GetModuleRequests() instead of the specifier and import attributes to
|
|
245
|
+
* identify the requests.
|
|
246
|
+
*/
|
|
247
|
+
V8_WARN_UNUSED_RESULT Maybe<bool> InstantiateModule(
|
|
248
|
+
Local<Context> context, ResolveModuleByIndexCallback module_callback,
|
|
249
|
+
ResolveSourceByIndexCallback source_callback = nullptr);
|
|
250
|
+
|
|
234
251
|
/**
|
|
235
252
|
* Evaluates the module and its dependencies.
|
|
236
253
|
*
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-aix-ppc64",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.1.0",
|
|
4
4
|
"description": "node",
|
|
5
5
|
"repository": {
|
|
6
|
-
"url": "https://github.com/aredridel/node-bin-gen"
|
|
6
|
+
"url": "git+https://github.com/aredridel/node-bin-gen.git"
|
|
7
7
|
},
|
|
8
8
|
"bin": {
|
|
9
9
|
"node": "bin/node"
|
|
10
10
|
},
|
|
11
|
+
"license": "MIT",
|
|
11
12
|
"files": [
|
|
12
13
|
"bin/node",
|
|
13
14
|
"share",
|