node-aix-ppc64 20.1.0 → 20.2.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 CHANGED
@@ -8,7 +8,8 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
- <b><a href="#20.1.0">20.1.0</a></b><br/>
11
+ <b><a href="#20.2.0">20.2.0</a></b><br/>
12
+ <a href="#20.1.0">20.1.0</a><br/>
12
13
  <a href="#20.0.0">20.0.0</a><br/>
13
14
  </td>
14
15
  </tr>
@@ -36,6 +37,124 @@
36
37
  * [io.js](CHANGELOG_IOJS.md)
37
38
  * [Archive](CHANGELOG_ARCHIVE.md)
38
39
 
40
+ <a id="20.2.0"></a>
41
+
42
+ ## 2023-05-16, Version 20.2.0 (Current), @targos
43
+
44
+ ### Notable Changes
45
+
46
+ * \[[`c092df9094`](https://github.com/nodejs/node/commit/c092df9094)] - **doc**: add ovflowd to collaborators (Claudio Wunder) [#47844](https://github.com/nodejs/node/pull/47844)
47
+ * \[[`4197a9a5a0`](https://github.com/nodejs/node/commit/4197a9a5a0)] - **(SEMVER-MINOR)** **http**: prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) [#47732](https://github.com/nodejs/node/pull/47732)
48
+ * \[[`c4596b9ce7`](https://github.com/nodejs/node/commit/c4596b9ce7)] - **(SEMVER-MINOR)** **sea**: add option to disable the experimental SEA warning (Darshan Sen) [#47588](https://github.com/nodejs/node/pull/47588)
49
+ * \[[`17befe008c`](https://github.com/nodejs/node/commit/17befe008c)] - **(SEMVER-MINOR)** **test\_runner**: add `skip`, `todo`, and `only` shorthands to `test` (Chemi Atlow) [#47909](https://github.com/nodejs/node/pull/47909)
50
+ * \[[`a0634d7f89`](https://github.com/nodejs/node/commit/a0634d7f89)] - **(SEMVER-MINOR)** **url**: add value argument to `URLSearchParams` `has` and `delete` methods (Sankalp Shubham) [#47885](https://github.com/nodejs/node/pull/47885)
51
+
52
+ ### Commits
53
+
54
+ * \[[`456fca0d9c`](https://github.com/nodejs/node/commit/456fca0d9c)] - **bootstrap**: initialize per-isolate properties of bindings separately (Joyee Cheung) [#47768](https://github.com/nodejs/node/pull/47768)
55
+ * \[[`d6d12bf978`](https://github.com/nodejs/node/commit/d6d12bf978)] - **bootstrap**: log isolate data info in mksnapshot debug logs (Joyee Cheung) [#47768](https://github.com/nodejs/node/pull/47768)
56
+ * \[[`e457d89a1b`](https://github.com/nodejs/node/commit/e457d89a1b)] - **buffer**: combine checking range of sourceStart in `buf.copy` (Deokjin Kim) [#47758](https://github.com/nodejs/node/pull/47758)
57
+ * \[[`00668fcfb4`](https://github.com/nodejs/node/commit/00668fcfb4)] - **child\_process**: use signal.reason in child process abort (Debadree Chatterjee) [#47817](https://github.com/nodejs/node/pull/47817)
58
+ * \[[`d7993474ea`](https://github.com/nodejs/node/commit/d7993474ea)] - **crypto**: remove default encoding from scrypt (Tobias Nießen) [#47943](https://github.com/nodejs/node/pull/47943)
59
+ * \[[`09fb74a7cc`](https://github.com/nodejs/node/commit/09fb74a7cc)] - **crypto**: fix webcrypto private/secret import with empty usages (Filip Skokan) [#47877](https://github.com/nodejs/node/pull/47877)
60
+ * \[[`e9c6ee74f3`](https://github.com/nodejs/node/commit/e9c6ee74f3)] - **crypto**: remove default encoding from pbkdf2 (Tobias Nießen) [#47869](https://github.com/nodejs/node/pull/47869)
61
+ * \[[`b7f13a8679`](https://github.com/nodejs/node/commit/b7f13a8679)] - **deps**: update simdutf to 3.2.9 (Node.js GitHub Bot) [#47983](https://github.com/nodejs/node/pull/47983)
62
+ * \[[`b16f6da153`](https://github.com/nodejs/node/commit/b16f6da153)] - **deps**: V8: cherry-pick 5f025d1ca2ca (Michaël Zasso) [#47610](https://github.com/nodejs/node/pull/47610)
63
+ * \[[`99f8fcab45`](https://github.com/nodejs/node/commit/99f8fcab45)] - **deps**: V8: cherry-pick a8a11a87cb72 (Michaël Zasso) [#47610](https://github.com/nodejs/node/pull/47610)
64
+ * \[[`c2b14b4c78`](https://github.com/nodejs/node/commit/c2b14b4c78)] - **deps**: update ada to 2.4.0 (Node.js GitHub Bot) [#47922](https://github.com/nodejs/node/pull/47922)
65
+ * \[[`cad42e7a56`](https://github.com/nodejs/node/commit/cad42e7a56)] - **deps**: V8: cherry-pick 1b471b796022 (Lu Yahan) [#47399](https://github.com/nodejs/node/pull/47399)
66
+ * \[[`7b2f17ca59`](https://github.com/nodejs/node/commit/7b2f17ca59)] - **deps**: upgrade npm to 9.6.6 (npm team) [#47862](https://github.com/nodejs/node/pull/47862)
67
+ * \[[`d23b1af562`](https://github.com/nodejs/node/commit/d23b1af562)] - **deps**: update ada to 2.3.1 (Node.js GitHub Bot) [#47893](https://github.com/nodejs/node/pull/47893)
68
+ * \[[`72340c98fb`](https://github.com/nodejs/node/commit/72340c98fb)] - **dgram**: convert macro to template (Tobias Nießen) [#47891](https://github.com/nodejs/node/pull/47891)
69
+ * \[[`9be922892f`](https://github.com/nodejs/node/commit/9be922892f)] - **dns**: call `ada::idna::to_ascii` directly from c++ (Yagiz Nizipli) [#47920](https://github.com/nodejs/node/pull/47920)
70
+ * \[[`4a1e97156a`](https://github.com/nodejs/node/commit/4a1e97156a)] - **doc**: add missing deprecated blocks to cluster (Tobias Nießen) [#47981](https://github.com/nodejs/node/pull/47981)
71
+ * \[[`13118a19ee`](https://github.com/nodejs/node/commit/13118a19ee)] - **doc**: update description of global (Tobias Nießen) [#47969](https://github.com/nodejs/node/pull/47969)
72
+ * \[[`372796440b`](https://github.com/nodejs/node/commit/372796440b)] - **doc**: update measure memory rejection information (Yash Ladha) [#41639](https://github.com/nodejs/node/pull/41639)
73
+ * \[[`7ecc6740e4`](https://github.com/nodejs/node/commit/7ecc6740e4)] - **doc**: fix broken link to TC39 import attributes proposal (Rich Trott) [#47954](https://github.com/nodejs/node/pull/47954)
74
+ * \[[`b9771c95c7`](https://github.com/nodejs/node/commit/b9771c95c7)] - **doc**: fix broken link (Rich Trott) [#47953](https://github.com/nodejs/node/pull/47953)
75
+ * \[[`6f5ba92e61`](https://github.com/nodejs/node/commit/6f5ba92e61)] - **doc**: remove broken link (Rich Trott) [#47942](https://github.com/nodejs/node/pull/47942)
76
+ * \[[`c9ffc555f1`](https://github.com/nodejs/node/commit/c9ffc555f1)] - **doc**: document make lint-md-clean (Matteo Collina) [#47926](https://github.com/nodejs/node/pull/47926)
77
+ * \[[`7ed99e8ba5`](https://github.com/nodejs/node/commit/7ed99e8ba5)] - **doc**: mark global object as legacy (Mert Can Altın) [#47819](https://github.com/nodejs/node/pull/47819)
78
+ * \[[`bf39f2d252`](https://github.com/nodejs/node/commit/bf39f2d252)] - **doc**: ntfs junction points must link to directories (Ben Noordhuis) [#47907](https://github.com/nodejs/node/pull/47907)
79
+ * \[[`4dfc3890d8`](https://github.com/nodejs/node/commit/4dfc3890d8)] - **doc**: improve `permission.has` description (Daeyeon Jeong) [#47875](https://github.com/nodejs/node/pull/47875)
80
+ * \[[`93f1aa2856`](https://github.com/nodejs/node/commit/93f1aa2856)] - **doc**: fix params names (Dmitry Semigradsky) [#47853](https://github.com/nodejs/node/pull/47853)
81
+ * \[[`9a362aa2fb`](https://github.com/nodejs/node/commit/9a362aa2fb)] - **doc**: update supported version of FreeBSD to 12.4 (Michaël Zasso) [#47838](https://github.com/nodejs/node/pull/47838)
82
+ * \[[`89c70dc6e6`](https://github.com/nodejs/node/commit/89c70dc6e6)] - **doc**: add stability experimental to pm (Rafael Gonzaga) [#47890](https://github.com/nodejs/node/pull/47890)
83
+ * \[[`f96fb2eee7`](https://github.com/nodejs/node/commit/f96fb2eee7)] - **doc**: swap Matteo with Rafael in the stewards (Rafael Gonzaga) [#47841](https://github.com/nodejs/node/pull/47841)
84
+ * \[[`1666a146e3`](https://github.com/nodejs/node/commit/1666a146e3)] - **doc**: add valgrind suppression details (Kevin Eady) [#47760](https://github.com/nodejs/node/pull/47760)
85
+ * \[[`e53e8231ff`](https://github.com/nodejs/node/commit/e53e8231ff)] - **doc**: replace EOL versions in README (Tobias Nießen) [#47833](https://github.com/nodejs/node/pull/47833)
86
+ * \[[`c092df9094`](https://github.com/nodejs/node/commit/c092df9094)] - **doc**: add ovflowd to collaborators (Claudio Wunder) [#47844](https://github.com/nodejs/node/pull/47844)
87
+ * \[[`f7106765b3`](https://github.com/nodejs/node/commit/f7106765b3)] - **doc**: update BUILDING.md previous versions links (Tobias Nießen) [#47835](https://github.com/nodejs/node/pull/47835)
88
+ * \[[`811b43c215`](https://github.com/nodejs/node/commit/811b43c215)] - **doc,test**: update the v8.startupSnapshot doc and test the example (Joyee Cheung) [#47468](https://github.com/nodejs/node/pull/47468)
89
+ * \[[`1ec640ac70`](https://github.com/nodejs/node/commit/1ec640ac70)] - **esm**: do not use `'beforeExit'` on the main thread (Antoine du Hamel) [#47964](https://github.com/nodejs/node/pull/47964)
90
+ * \[[`106dc612d6`](https://github.com/nodejs/node/commit/106dc612d6)] - **fs**: make readdir recursive algorithm iterative (Ethan Arrowood) [#47650](https://github.com/nodejs/node/pull/47650)
91
+ * \[[`a0da2348a8`](https://github.com/nodejs/node/commit/a0da2348a8)] - **fs**: move fs\_use\_promises\_symbol to per-isolate symbols (Joyee Cheung) [#47768](https://github.com/nodejs/node/pull/47768)
92
+ * \[[`4197a9a5a0`](https://github.com/nodejs/node/commit/4197a9a5a0)] - **(SEMVER-MINOR)** **http**: prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) [#47732](https://github.com/nodejs/node/pull/47732)
93
+ * \[[`a4d6543598`](https://github.com/nodejs/node/commit/a4d6543598)] - **http2**: improve nghttp2 error callback (Tobias Nießen) [#47840](https://github.com/nodejs/node/pull/47840)
94
+ * \[[`a4fed6c580`](https://github.com/nodejs/node/commit/a4fed6c580)] - **lib**: update comment (sinkhaha) [#47884](https://github.com/nodejs/node/pull/47884)
95
+ * \[[`fd8bec7b2b`](https://github.com/nodejs/node/commit/fd8bec7b2b)] - **meta**: bump step-security/harden-runner from 2.3.1 to 2.4.0 (Rich Trott) [#47980](https://github.com/nodejs/node/pull/47980)
96
+ * \[[`f5b4b6d5dc`](https://github.com/nodejs/node/commit/f5b4b6d5dc)] - **meta**: bump github/codeql-action from 2.3.2 to 2.3.3 (Rich Trott) [#47979](https://github.com/nodejs/node/pull/47979)
97
+ * \[[`c05c0a2359`](https://github.com/nodejs/node/commit/c05c0a2359)] - **meta**: bump actions/setup-python from 4.5.0 to 4.6.0 (Rich Trott) [#47968](https://github.com/nodejs/node/pull/47968)
98
+ * \[[`2a3d6d97cb`](https://github.com/nodejs/node/commit/2a3d6d97cb)] - **meta**: add security-wg ping to permission.js (Rafael Gonzaga) [#47941](https://github.com/nodejs/node/pull/47941)
99
+ * \[[`6c158e8dd1`](https://github.com/nodejs/node/commit/6c158e8dd1)] - **meta**: bump step-security/harden-runner from 2.2.1 to 2.3.1 (dependabot\[bot]) [#47808](https://github.com/nodejs/node/pull/47808)
100
+ * \[[`f7a8094d37`](https://github.com/nodejs/node/commit/f7a8094d37)] - **meta**: bump actions/setup-python from 4.5.0 to 4.6.0 (dependabot\[bot]) [#47806](https://github.com/nodejs/node/pull/47806)
101
+ * \[[`0f58e48792`](https://github.com/nodejs/node/commit/0f58e48792)] - **meta**: bump actions/checkout from 3.3.0 to 3.5.2 (dependabot\[bot]) [#47805](https://github.com/nodejs/node/pull/47805)
102
+ * \[[`652b06dd82`](https://github.com/nodejs/node/commit/652b06dd82)] - **meta**: remove extra space in scorecard workflow (Mestery) [#47805](https://github.com/nodejs/node/pull/47805)
103
+ * \[[`9f06eaccaf`](https://github.com/nodejs/node/commit/9f06eaccaf)] - **meta**: bump github/codeql-action from 2.2.9 to 2.3.2 (dependabot\[bot]) [#47809](https://github.com/nodejs/node/pull/47809)
104
+ * \[[`977fd7cf35`](https://github.com/nodejs/node/commit/977fd7cf35)] - **meta**: bump codecov/codecov-action from 3.1.1 to 3.1.3 (dependabot\[bot]) [#47807](https://github.com/nodejs/node/pull/47807)
105
+ * \[[`c19385c154`](https://github.com/nodejs/node/commit/c19385c154)] - **module**: refactor to use `normalizeRequirableId` in the CJS module loader (Darshan Sen) [#47896](https://github.com/nodejs/node/pull/47896)
106
+ * \[[`739113f2fc`](https://github.com/nodejs/node/commit/739113f2fc)] - **module**: block requiring `test/reporters` without scheme (Moshe Atlow) [#47831](https://github.com/nodejs/node/pull/47831)
107
+ * \[[`f489c6710c`](https://github.com/nodejs/node/commit/f489c6710c)] - **(NODE-API-SEMVER-MAJOR)** **node-api**: get Node API version used by addon (Vladimir Morozov) [#45715](https://github.com/nodejs/node/pull/45715)
108
+ * \[[`7222f9d74b`](https://github.com/nodejs/node/commit/7222f9d74b)] - **path**: indicate index of wrong resolve() parameter (sosoba) [#47660](https://github.com/nodejs/node/pull/47660)
109
+ * \[[`7dd32f1536`](https://github.com/nodejs/node/commit/7dd32f1536)] - **permission**: remove unused function declaration (Deokjin Kim) [#47957](https://github.com/nodejs/node/pull/47957)
110
+ * \[[`af86625a05`](https://github.com/nodejs/node/commit/af86625a05)] - **permission**: resolve reference to absolute path only for fs permission (Daeyeon Jeong) [#47930](https://github.com/nodejs/node/pull/47930)
111
+ * \[[`1625ae11fe`](https://github.com/nodejs/node/commit/1625ae11fe)] - **quic**: address recent coverity warning (Michael Dawson) [#47753](https://github.com/nodejs/node/pull/47753)
112
+ * \[[`c4596b9ce7`](https://github.com/nodejs/node/commit/c4596b9ce7)] - **(SEMVER-MINOR)** **sea**: add option to disable the experimental SEA warning (Darshan Sen) [#47588](https://github.com/nodejs/node/pull/47588)
113
+ * \[[`1a7fc186bc`](https://github.com/nodejs/node/commit/1a7fc186bc)] - **sea**: allow requiring core modules with the "node:" prefix (Darshan Sen) [#47779](https://github.com/nodejs/node/pull/47779)
114
+ * \[[`786a1c5398`](https://github.com/nodejs/node/commit/786a1c5398)] - **src**: deduplicate X509Certificate::Fingerprint\* (Tobias Nießen) [#47978](https://github.com/nodejs/node/pull/47978)
115
+ * \[[`060c1d502b`](https://github.com/nodejs/node/commit/060c1d502b)] - **src**: stop copying code cache, part 2 (Keyhan Vakil) [#47958](https://github.com/nodejs/node/pull/47958)
116
+ * \[[`1aec718619`](https://github.com/nodejs/node/commit/1aec718619)] - **(SEMVER-MINOR)** **src**: add cjs\_module\_lexer\_version base64\_version (Jithil P Ponnan) [#45629](https://github.com/nodejs/node/pull/45629)
117
+ * \[[`0c06bfd8dc`](https://github.com/nodejs/node/commit/0c06bfd8dc)] - **src**: move BlobSerializerDeserializer to a separate header file (Darshan Sen) [#47933](https://github.com/nodejs/node/pull/47933)
118
+ * \[[`bd553e7521`](https://github.com/nodejs/node/commit/bd553e7521)] - **src**: rename SKIP\_CHECK\_SIZE to SKIP\_CHECK\_STRLEN (Tobias Nießen) [#47845](https://github.com/nodejs/node/pull/47845)
119
+ * \[[`190596c189`](https://github.com/nodejs/node/commit/190596c189)] - **src**: register external references for source code (Keyhan Vakil) [#47055](https://github.com/nodejs/node/pull/47055)
120
+ * \[[`4293cc47f4`](https://github.com/nodejs/node/commit/4293cc47f4)] - **src**: support V8 experimental shared values in messaging (Shu-yu Guo) [#47706](https://github.com/nodejs/node/pull/47706)
121
+ * \[[`9bc5d78f0c`](https://github.com/nodejs/node/commit/9bc5d78f0c)] - **src**: register ext reference for Fingerprint512 (Tobias Nießen) [#47892](https://github.com/nodejs/node/pull/47892)
122
+ * \[[`a11507e23b`](https://github.com/nodejs/node/commit/a11507e23b)] - **src**: stop copying code cache (Keyhan Vakil) [#47144](https://github.com/nodejs/node/pull/47144)
123
+ * \[[`515c9b8de6`](https://github.com/nodejs/node/commit/515c9b8de6)] - **src**: clarify the parameter name in `Permission::Apply` (Daeyeon Jeong) [#47874](https://github.com/nodejs/node/pull/47874)
124
+ * \[[`c4217613f5`](https://github.com/nodejs/node/commit/c4217613f5)] - **src**: fix creating an ArrayBuffer from a Blob created with `openAsBlob` (Daeyeon Jeong) [#47691](https://github.com/nodejs/node/pull/47691)
125
+ * \[[`4bc17fd67b`](https://github.com/nodejs/node/commit/4bc17fd67b)] - **src**: avoid strcmp() with Utf8Value (Tobias Nießen) [#47827](https://github.com/nodejs/node/pull/47827)
126
+ * \[[`d358317f70`](https://github.com/nodejs/node/commit/d358317f70)] - **src**: get binding data store directly from the realm (Joyee Cheung) [#47437](https://github.com/nodejs/node/pull/47437)
127
+ * \[[`b04d51a0b5`](https://github.com/nodejs/node/commit/b04d51a0b5)] - **src**: prefer data accessor of string and vector (Mohammed Keyvanzadeh) [#47750](https://github.com/nodejs/node/pull/47750)
128
+ * \[[`2952cc576c`](https://github.com/nodejs/node/commit/2952cc576c)] - **src**: add per-isolate SetFastMethod and Set\[Fast]MethodNoSideEffect (Joyee Cheung) [#47768](https://github.com/nodejs/node/pull/47768)
129
+ * \[[`010d2ecf94`](https://github.com/nodejs/node/commit/010d2ecf94)] - **test**: mark test-esm-loader-http-imports as flaky (Tobias Nießen) [#47987](https://github.com/nodejs/node/pull/47987)
130
+ * \[[`bb33c74c07`](https://github.com/nodejs/node/commit/bb33c74c07)] - **test**: add getRandomValues return length (Jithil P Ponnan) [#46357](https://github.com/nodejs/node/pull/46357)
131
+ * \[[`6e019586f7`](https://github.com/nodejs/node/commit/6e019586f7)] - **test**: unskip negative-settimeout.any.js WPT (Filip Skokan) [#47946](https://github.com/nodejs/node/pull/47946)
132
+ * \[[`8f547afe5f`](https://github.com/nodejs/node/commit/8f547afe5f)] - **test**: use appropriate usages for a negative import test (Filip Skokan) [#47878](https://github.com/nodejs/node/pull/47878)
133
+ * \[[`7e34f77518`](https://github.com/nodejs/node/commit/7e34f77518)] - **test**: fix webcrypto wrap unwrap tests (Filip Skokan) [#47876](https://github.com/nodejs/node/pull/47876)
134
+ * \[[`30f4f35244`](https://github.com/nodejs/node/commit/30f4f35244)] - **test**: fix output tests when path includes node version (Moshe Atlow) [#47843](https://github.com/nodejs/node/pull/47843)
135
+ * \[[`54607bfd68`](https://github.com/nodejs/node/commit/54607bfd68)] - **test**: reduce WPT concurrency (Filip Skokan) [#47834](https://github.com/nodejs/node/pull/47834)
136
+ * \[[`17945a2495`](https://github.com/nodejs/node/commit/17945a2495)] - **test**: migrate a pseudo\_tty test to use assertSnapshot (Moshe Atlow) [#47803](https://github.com/nodejs/node/pull/47803)
137
+ * \[[`c9233679e8`](https://github.com/nodejs/node/commit/c9233679e8)] - **test**: fix WPT state when process exits but workers are still running (Filip Skokan) [#47826](https://github.com/nodejs/node/pull/47826)
138
+ * \[[`34bfb69b5b`](https://github.com/nodejs/node/commit/34bfb69b5b)] - **test**: migrate message tests to use assertSnapshot (Moshe Atlow) [#47498](https://github.com/nodejs/node/pull/47498)
139
+ * \[[`d25c785c2a`](https://github.com/nodejs/node/commit/d25c785c2a)] - **test**: allow SIGBUS in signal-handler abort test (Michaël Zasso) [#47851](https://github.com/nodejs/node/pull/47851)
140
+ * \[[`aa2c7e00d7`](https://github.com/nodejs/node/commit/aa2c7e00d7)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#47921](https://github.com/nodejs/node/pull/47921)
141
+ * \[[`da27542058`](https://github.com/nodejs/node/commit/da27542058)] - **test\_runner**: use v8.serialize instead of TAP (Moshe Atlow) [#47867](https://github.com/nodejs/node/pull/47867)
142
+ * \[[`17befe008c`](https://github.com/nodejs/node/commit/17befe008c)] - **(SEMVER-MINOR)** **test\_runner**: add shorthands to `test` (Chemi Atlow) [#47909](https://github.com/nodejs/node/pull/47909)
143
+ * \[[`42db1d50a0`](https://github.com/nodejs/node/commit/42db1d50a0)] - **test\_runner**: fix ordering of test hooks (Phil Nash) [#47931](https://github.com/nodejs/node/pull/47931)
144
+ * \[[`d81c54e3a8`](https://github.com/nodejs/node/commit/d81c54e3a8)] - **test\_runner**: omit inaccessible files from coverage (Colin Ihrig) [#47850](https://github.com/nodejs/node/pull/47850)
145
+ * \[[`a4e261e910`](https://github.com/nodejs/node/commit/a4e261e910)] - **tools**: debug log for nghttp3 (Marco Ippolito) [#47992](https://github.com/nodejs/node/pull/47992)
146
+ * \[[`f6ff318d4c`](https://github.com/nodejs/node/commit/f6ff318d4c)] - **tools**: automate icu-small update (Marco Ippolito) [#47727](https://github.com/nodejs/node/pull/47727)
147
+ * \[[`706c305381`](https://github.com/nodejs/node/commit/706c305381)] - **tools**: update lint-md-dependencies to rollup\@3.21.5 (Node.js GitHub Bot) [#47903](https://github.com/nodejs/node/pull/47903)
148
+ * \[[`e22c686ca9`](https://github.com/nodejs/node/commit/e22c686ca9)] - **tools**: update eslint to 8.40.0 (Node.js GitHub Bot) [#47906](https://github.com/nodejs/node/pull/47906)
149
+ * \[[`36f7cfac93`](https://github.com/nodejs/node/commit/36f7cfac93)] - **tools**: update eslint to 8.39.0 (Node.js GitHub Bot) [#47789](https://github.com/nodejs/node/pull/47789)
150
+ * \[[`7323902a40`](https://github.com/nodejs/node/commit/7323902a40)] - **tools**: fix jsdoc lint (Moshe Atlow) [#47789](https://github.com/nodejs/node/pull/47789)
151
+ * \[[`a0634d7f89`](https://github.com/nodejs/node/commit/a0634d7f89)] - **(SEMVER-MINOR)** **url**: add value argument to has and delete methods (Sankalp Shubham) [#47885](https://github.com/nodejs/node/pull/47885)
152
+ * \[[`1b06c1e003`](https://github.com/nodejs/node/commit/1b06c1e003)] - **url**: improve `isURL` detection (Yagiz Nizipli) [#47886](https://github.com/nodejs/node/pull/47886)
153
+ * \[[`2bd869d20c`](https://github.com/nodejs/node/commit/2bd869d20c)] - **vm**: fix crash when setting \_\_proto\_\_ on context's globalThis (Feng Yu) [#47939](https://github.com/nodejs/node/pull/47939)
154
+ * \[[`e6685f9e82`](https://github.com/nodejs/node/commit/e6685f9e82)] - **vm,lib**: refactor microtaskQueue assignment logic (Khaidi Chu) [#47765](https://github.com/nodejs/node/pull/47765)
155
+ * \[[`47fea13dac`](https://github.com/nodejs/node/commit/47fea13dac)] - **worker**: support more cases when (de)serializing errors (Moshe Atlow) [#47925](https://github.com/nodejs/node/pull/47925)
156
+ * \[[`6f3876c035`](https://github.com/nodejs/node/commit/6f3876c035)] - **worker**: use snapshot in workers spawned by workers (Joyee Cheung) [#47731](https://github.com/nodejs/node/pull/47731)
157
+
39
158
  <a id="20.1.0"></a>
40
159
 
41
160
  ## 2023-05-03, Version 20.1.0 (Current), @targos
package/README.md CHANGED
@@ -43,7 +43,7 @@ Looking for help? Check out the
43
43
 
44
44
  * **Current**: Under active development. Code for the Current release is in the
45
45
  branch for its major version number (for example,
46
- [v15.x](https://github.com/nodejs/node/tree/v15.x)). Node.js releases a new
46
+ [v19.x](https://github.com/nodejs/node/tree/v19.x)). Node.js releases a new
47
47
  major version every 6 months, allowing for breaking changes. This happens in
48
48
  April and October every year. Releases appearing each October have a support
49
49
  life of 8 months. Releases appearing each April convert to LTS (see below)
@@ -74,8 +74,8 @@ Binaries, installers, and source tarballs are available at
74
74
  The [latest](https://nodejs.org/download/release/latest/) directory is an
75
75
  alias for the latest Current release. The latest-_codename_ directory is an
76
76
  alias for the latest release from an LTS line. For example, the
77
- [latest-fermium](https://nodejs.org/download/release/latest-fermium/) directory
78
- contains the latest Fermium (Node.js 14) release.
77
+ [latest-hydrogen](https://nodejs.org/download/release/latest-hydrogen/)
78
+ directory contains the latest Hydrogen (Node.js 18) release.
79
79
 
80
80
  #### Nightly releases
81
81
 
@@ -411,6 +411,8 @@ For information about the governance of the Node.js project, see
411
411
  **Brian White** <<mscdex@mscdex.net>>
412
412
  * [MylesBorins](https://github.com/MylesBorins) -
413
413
  **Myles Borins** <<myles.borins@gmail.com>> (he/him)
414
+ * [ovflowd](https://github.com/ovflowd) -
415
+ **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
414
416
  * [oyyd](https://github.com/oyyd) -
415
417
  **Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
416
418
  * [panva](https://github.com/panva) -
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.6',
39
+ 'v8_embedder_string': '-node.9',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -263,14 +263,11 @@
263
263
  'lib/internal/test_runner/reporter/dot.js',
264
264
  'lib/internal/test_runner/reporter/spec.js',
265
265
  'lib/internal/test_runner/reporter/tap.js',
266
+ 'lib/internal/test_runner/reporter/v8-serializer.js',
266
267
  'lib/internal/test_runner/runner.js',
267
- 'lib/internal/test_runner/tap_checker.js',
268
- 'lib/internal/test_runner/tap_lexer.js',
269
- 'lib/internal/test_runner/tap_parser.js',
270
268
  'lib/internal/test_runner/test.js',
271
269
  'lib/internal/test_runner/tests_stream.js',
272
270
  'lib/internal/test_runner/utils.js',
273
- 'lib/internal/test_runner/yaml_to_js.js',
274
271
  'lib/internal/timers.js',
275
272
  'lib/internal/tls/secure-context.js',
276
273
  'lib/internal/tls/secure-pair.js',
@@ -5975,14 +5975,14 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x667f0867c8
5975
5975
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x208cb787e6986c7b
5976
5976
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x2f0ab1046c749870
5977
5977
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xa38557a76aa5d8d1
5978
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0xdbf41a254f90af9d
5978
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x2bdf6fed4fffb85a
5979
5979
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5980
5980
  _GLOBAL__I_65535_0__Z16_register_configv
5981
5981
  _GLOBAL__I_65535_0__Z17_register_symbolsv
5982
5982
  _GLOBAL__I_65535_0__Z21_register_http_parserv
5983
5983
  _GLOBAL__I_65535_0__Z22_register_process_wrapv
5984
5984
  _GLOBAL__I_65535_0__Z23_register_fs_event_wrapv
5985
- _GLOBAL__I_65535_0__ZN15node_napi_env__C2EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
5985
+ _GLOBAL__I_65535_0__ZN15node_napi_env__C2EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi
5986
5986
  _GLOBAL__I_65535_0__ZN2v813WasmStreamingC2ESt10unique_ptrINS0_17WasmStreamingImplESt14default_deleteIS2_EE
5987
5987
  _GLOBAL__I_65535_0__ZN2v84base15RegionAllocatorC2Emmm
5988
5988
  _GLOBAL__I_65535_0__ZN2v84base18ContextualVariableINS_8internal6torque14TorqueMessagesESt6vectorINS3_13TorqueMessageESaIS6_EEE3TopEv
@@ -6918,7 +6918,7 @@ _GLOBAL__I_65535_0__ZN4node10permission10Permission18PermissionToStringENS0_15Pe
6918
6918
  _GLOBAL__I_65535_0__ZN4node10permission12FSPermission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
6919
6919
  _GLOBAL__I_65535_0__ZN4node11ConnectWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeE
6920
6920
  _GLOBAL__I_65535_0__ZN4node11ProcessEmitEPNS_11EnvironmentEPKcN2v85LocalINS4_5ValueEEE
6921
- _GLOBAL__I_65535_0__ZN4node11StatWatcher10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
6921
+ _GLOBAL__I_65535_0__ZN4node11StatWatcher26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
6922
6922
  _GLOBAL__I_65535_0__ZN4node11per_process11umask_mutexE
6923
6923
  _GLOBAL__I_65535_0__ZN4node11per_process12reverted_cveE
6924
6924
  _GLOBAL__I_65535_0__ZN4node11per_process13env_var_mutexE
@@ -6958,7 +6958,7 @@ _GLOBAL__I_65535_0__ZN4node2uv7ErrNameERKN2v820FunctionCallbackInfoINS1_5ValueEE
6958
6958
  _GLOBAL__I_65535_0__ZN4node31AllowWasmCodeGenerationCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_6StringEEE
6959
6959
  _GLOBAL__I_65535_0__ZN4node31RegisterTypesExternalReferencesEPNS_25ExternalReferenceRegistryE
6960
6960
  _GLOBAL__I_65535_0__ZN4node3sea24FindSingleExecutableCodeEv
6961
- _GLOBAL__I_65535_0__ZN4node4Blob10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
6961
+ _GLOBAL__I_65535_0__ZN4node4Blob26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
6962
6962
  _GLOBAL__I_65535_0__ZN4node4heap18BuildEmbedderGraphERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6963
6963
  _GLOBAL__I_65535_0__ZN4node4i18n9ConverterC2EPKcS3_
6964
6964
  _GLOBAL__I_65535_0__ZN4node4quic11BindingData3GetEPNS_11EnvironmentE
@@ -7104,6 +7104,7 @@ _Z12_register_fsv
7104
7104
  _Z12_register_osv
7105
7105
  _Z12_register_uvv
7106
7106
  _Z12_register_v8v
7107
+ _Z12get_instancePv
7107
7108
  _Z13_register_icuv
7108
7109
  _Z13_register_seav
7109
7110
  _Z13_register_urlv
@@ -7144,6 +7145,7 @@ _Z20_register_block_listv
7144
7145
  _Z20_register_cares_wrapv
7145
7146
  _Z20_register_contextifyv
7146
7147
  _Z20_register_heap_utilsv
7148
+ _Z20_register_isolate_fsPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7147
7149
  _Z20_register_mksnapshotv
7148
7150
  _Z20_register_permissionv
7149
7151
  _Z20_register_spawn_syncv
@@ -7152,6 +7154,7 @@ _Z20ulocimp_getScript_73PKcPS0_R10UErrorCode
7152
7154
  _Z21_register_credentialsv
7153
7155
  _Z21_register_http_parserv
7154
7156
  _Z21_register_isolate_icuPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7157
+ _Z21_register_isolate_urlPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7155
7158
  _Z21_register_js_udp_wrapv
7156
7159
  _Z21_register_module_wrapv
7157
7160
  _Z21_register_performancev
@@ -7161,6 +7164,7 @@ _Z21_register_stream_wrapv
7161
7164
  _Z21mixedMeasuresToMicrosRKN6icu_7316MaybeStackVectorINS_7MeasureELi8EEEPNS_6number4impl15DecimalQuantityEPNS6_10MicroPropsE10UErrorCode
7162
7165
  _Z21ulocimp_getCountry_73PKcPS0_R10UErrorCode
7163
7166
  _Z21uprv_dummyFunction_TUv
7167
+ _Z22_register_isolate_blobPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7164
7168
  _Z22_register_process_wrapv
7165
7169
  _Z22_register_trace_eventsv
7166
7170
  _Z22_register_wasm_web_apiv
@@ -7169,16 +7173,19 @@ _Z23_register_fs_event_wrapv
7169
7173
  _Z23_v8_internal_Get_ObjectPv
7170
7174
  _Z23_v8_internal_Node_PrintPv
7171
7175
  _Z23_v8_internal_Print_CodePv
7176
+ _Z24_register_isolate_timersPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7172
7177
  _Z24_register_isolate_workerPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7173
7178
  _Z24_register_string_decoderv
7174
7179
  _Z25_register_process_methodsv
7175
7180
  _Z25_v8_internal_Print_ObjectPv
7176
7181
  _Z26_register_encoding_bindingv
7177
7182
  _Z26_register_isolate_builtinsPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7183
+ _Z28_register_isolate_async_wrapPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7184
+ _Z28_register_isolate_contextifyPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7178
7185
  _Z29_register_isolate_performancePN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7179
7186
  _Z29_v8_internal_Print_StackTracev
7180
7187
  _Z30_v8_internal_Print_LoadHandlerPv
7181
- _Z30napi_module_register_by_symbolN2v85LocalINS_6ObjectEEENS0_INS_5ValueEEENS0_INS_7ContextEEEPFP12napi_value__P10napi_env__S8_E
7188
+ _Z30napi_module_register_by_symbolN2v85LocalINS_6ObjectEEENS0_INS_5ValueEEENS0_INS_7ContextEEEPFP12napi_value__P10napi_env__S8_Ei
7182
7189
  _Z31_register_external_reference_fsPN4node25ExternalReferenceRegistryE
7183
7190
  _Z31_register_external_reference_osPN4node25ExternalReferenceRegistryE
7184
7191
  _Z31_register_external_reference_uvPN4node25ExternalReferenceRegistryE
@@ -7190,9 +7197,12 @@ _Z32_register_external_reference_urlPN4node25ExternalReferenceRegistryE
7190
7197
  _Z33_register_external_reference_blobPN4node25ExternalReferenceRegistryE
7191
7198
  _Z33_register_external_reference_utilPN4node25ExternalReferenceRegistryE
7192
7199
  _Z33_register_external_reference_zlibPN4node25ExternalReferenceRegistryE
7200
+ _Z33_register_isolate_process_methodsPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7193
7201
  _Z33_v8_internal_Print_TransitionTreePv
7194
7202
  _Z33uscript_getSampleUnicodeString_7311UScriptCode
7195
7203
  _Z34_register_external_reference_typesPN4node25ExternalReferenceRegistryE
7204
+ _Z34_register_isolate_encoding_bindingPN4node11IsolateDataEN2v85LocalINS2_16FunctionTemplateEEE
7205
+ _Z34get_node_api_context_register_funcPN4node11EnvironmentEPKci
7196
7206
  _Z34uspoof_getSkeletonUnicodeString_73PK13USpoofCheckerjRKN6icu_7313UnicodeStringERS3_P10UErrorCode
7197
7207
  _Z35_register_external_reference_bufferPN4node25ExternalReferenceRegistryE
7198
7208
  _Z35_register_external_reference_cryptoPN4node25ExternalReferenceRegistryE
@@ -8511,8 +8521,8 @@ _ZN15node_napi_env__16EnqueueFinalizerEPN6v8impl10RefTrackerE
8511
8521
  _ZN15node_napi_env__19DrainFinalizerQueueEv
8512
8522
  _ZN15node_napi_env__23trigger_fatal_exceptionEN2v85LocalINS0_5ValueEEE
8513
8523
  _ZN15node_napi_env__8DeleteMeEv
8514
- _ZN15node_napi_env__C1EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
8515
- _ZN15node_napi_env__C2EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
8524
+ _ZN15node_napi_env__C1EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi
8525
+ _ZN15node_napi_env__C2EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi
8516
8526
  _ZN15node_napi_env__D0Ev
8517
8527
  _ZN15node_napi_env__D1Ev
8518
8528
  _ZN2v810CpuProfile6DeleteEv
@@ -51449,6 +51459,7 @@ _ZN3ada14url_aggregator20append_base_usernameESt17basic_string_viewIcSt11char_tr
51449
51459
  _ZN3ada14url_aggregator20set_host_or_hostnameILb0EEEbSt17basic_string_viewIcSt11char_traitsIcEE
51450
51460
  _ZN3ada14url_aggregator20set_host_or_hostnameILb1EEEbSt17basic_string_viewIcSt11char_traitsIcEE
51451
51461
  _ZN3ada14url_aggregator20update_base_hostnameESt17basic_string_viewIcSt11char_traitsIcEE
51462
+ _ZN3ada14url_aggregator20update_base_passwordESt17basic_string_viewIcSt11char_traitsIcEE
51452
51463
  _ZN3ada14url_aggregator20update_base_pathnameESt17basic_string_viewIcSt11char_traitsIcEE
51453
51464
  _ZN3ada14url_aggregator20update_base_usernameESt17basic_string_viewIcSt11char_traitsIcEE
51454
51465
  _ZN3ada14url_aggregator21consume_prepared_pathESt17basic_string_viewIcSt11char_traitsIcEE
@@ -51482,7 +51493,9 @@ _ZN3ada3url8set_hrefESt17basic_string_viewIcSt11char_traitsIcEE
51482
51493
  _ZN3ada3url8set_portESt17basic_string_viewIcSt11char_traitsIcEE
51483
51494
  _ZN3ada3urlD0Ev
51484
51495
  _ZN3ada3urlD1Ev
51496
+ _ZN3ada4idna10sort_marksERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
51485
51497
  _ZN3ada4idna10to_unicodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
51498
+ _ZN3ada4idna13decompose_nfcERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
51486
51499
  _ZN3ada4idna13utf32_to_utf8EPKDimPc
51487
51500
  _ZN3ada4idna13utf8_to_utf32EPKcmPDi
51488
51501
  _ZN3ada4idna14is_label_validESt17basic_string_viewIDiSt11char_traitsIDiEE
@@ -51493,11 +51506,15 @@ _ZN3ada4idna17utf32_to_punycodeESt17basic_string_viewIDiSt11char_traitsIDiEERNSt
51493
51506
  _ZN3ada4idna20ascii_has_upper_caseEPcm
51494
51507
  _ZN3ada4idna22utf32_length_from_utf8EPKcm
51495
51508
  _ZN3ada4idna22utf8_length_from_utf32EPKDim
51509
+ _ZN3ada4idna28compute_decomposition_lengthESt17basic_string_viewIDiSt11char_traitsIDiEE
51496
51510
  _ZN3ada4idna30is_forbidden_domain_code_pointEc
51497
51511
  _ZN3ada4idna36contains_forbidden_domain_code_pointESt17basic_string_viewIcSt11char_traitsIcEE
51498
51512
  _ZN3ada4idna3mapB5cxx11ESt17basic_string_viewIDiSt11char_traitsIDiEE
51513
+ _ZN3ada4idna7composeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
51514
+ _ZN3ada4idna7get_cccEDi
51499
51515
  _ZN3ada4idna8to_asciiB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
51500
51516
  _ZN3ada4idna9ascii_mapEPcm
51517
+ _ZN3ada4idna9decomposeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEEm
51501
51518
  _ZN3ada4idna9normalizeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
51502
51519
  _ZN3ada5parseINS_14url_aggregatorEEEN2tl8expectedIT_NS_6errorsEEESt17basic_string_viewIcSt11char_traitsIcEEPKS4_
51503
51520
  _ZN3ada5parseINS_3urlEEEN2tl8expectedIT_NS_6errorsEEESt17basic_string_viewIcSt11char_traitsIcEEPKS4_
@@ -51524,6 +51541,7 @@ _ZN3ada8checkers14has_hex_prefixESt17basic_string_viewIcSt11char_traitsIcEE
51524
51541
  _ZN3ada8checkers23is_windows_drive_letterESt17basic_string_viewIcSt11char_traitsIcEE
51525
51542
  _ZN3ada8checkers34is_normalized_windows_drive_letterESt17basic_string_viewIcSt11char_traitsIcEE
51526
51543
  _ZN3ada8checkers8is_digitEc
51544
+ _ZN3ada9can_parseESt17basic_string_viewIcSt11char_traitsIcEEPKS3_
51527
51545
  _ZN3ada9to_stringB5cxx11ENS_13encoding_typeE
51528
51546
  _ZN3ada9to_stringB5cxx11ENS_5stateE
51529
51547
  _ZN4heap4base12WorklistBase18predictable_order_E
@@ -51593,6 +51611,7 @@ _ZN4node10HandleWrap11OnGCCollectEv
51593
51611
  _ZN4node10HandleWrap17MarkAsInitializedEv
51594
51612
  _ZN4node10HandleWrap19MarkAsUninitializedEv
51595
51613
  _ZN4node10HandleWrap22GetConstructorTemplateEPNS_11EnvironmentE
51614
+ _ZN4node10HandleWrap22GetConstructorTemplateEPNS_11IsolateDataE
51596
51615
  _ZN4node10HandleWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
51597
51616
  _ZN4node10HandleWrap3RefERKN2v820FunctionCallbackInfoINS1_5ValueEEE
51598
51617
  _ZN4node10HandleWrap5CloseEN2v85LocalINS1_5ValueEEE
@@ -51604,7 +51623,8 @@ _ZN4node10HandleWrap7OnCloseEv
51604
51623
  _ZN4node10HandleWrapC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEEP11uv_handle_sNS_9AsyncWrap12ProviderTypeE
51605
51624
  _ZN4node10HandleWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEEP11uv_handle_sNS_9AsyncWrap12ProviderTypeE
51606
51625
  _ZN4node10JSONParser11FreeIsolateEPN2v87IsolateE
51607
- _ZN4node10JSONParser16GetTopLevelFieldERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
51626
+ _ZN4node10JSONParser20GetTopLevelBoolFieldESt17basic_string_viewIcSt11char_traitsIcEE
51627
+ _ZN4node10JSONParser22GetTopLevelStringFieldB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
51608
51628
  _ZN4node10JSONParser5ParseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
51609
51629
  _ZN4node10JSONParserC1Ev
51610
51630
  _ZN4node10JSONParserC2Ev
@@ -51636,6 +51656,7 @@ _ZN4node10NewIsolateESt10shared_ptrINS_20ArrayBufferAllocatorEEP9uv_loop_sPNS_20
51636
51656
  _ZN4node10ResetStdioEv
51637
51657
  _ZN4node10SignalExitEiP9siginfo_tPv
51638
51658
  _ZN4node10StreamBase10AddMethodsEPNS_11EnvironmentEN2v85LocalINS3_16FunctionTemplateEEE
51659
+ _ZN4node10StreamBase10AddMethodsEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
51639
51660
  _ZN4node10StreamBase10ReadStopJSERKN2v820FunctionCallbackInfoINS1_5ValueEEE
51640
51661
  _ZN4node10StreamBase11GetExternalERKN2v820FunctionCallbackInfoINS1_5ValueEEE
51641
51662
  _ZN4node10StreamBase11ReadStartJSERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -51668,7 +51689,7 @@ _ZN4node10StreamBase8JSMethodIXadL_ZNS0_6WritevERKN2v820FunctionCallbackInfoINS2
51668
51689
  _ZN4node10StreamBase8JSMethodIXadL_ZNS0_8ShutdownERKN2v820FunctionCallbackInfoINS2_5ValueEEEEEEEvS7_
51669
51690
  _ZN4node10StreamBase8ShutdownEN2v85LocalINS1_6ObjectEEE
51670
51691
  _ZN4node10StreamBase8ShutdownERKN2v820FunctionCallbackInfoINS1_5ValueEEE
51671
- _ZN4node10StreamBase9AddMethodEPNS_11EnvironmentEN2v85LocalINS3_9SignatureEEENS3_17PropertyAttributeENS4_INS3_16FunctionTemplateEEEPFvRKNS3_20FunctionCallbackInfoINS3_5ValueEEEENS4_INS3_6StringEEE
51692
+ _ZN4node10StreamBase9AddMethodEPN2v87IsolateENS1_5LocalINS1_9SignatureEEENS1_17PropertyAttributeENS4_INS1_16FunctionTemplateEEEPFvRKNS1_20FunctionCallbackInfoINS1_5ValueEEEENS4_INS1_6StringEEE
51672
51693
  _ZN4node10StreamBase9GetObjectEv
51673
51694
  _ZN4node10StreamBase9IsIPCPipeEv
51674
51695
  _ZN4node10StreamPipe11ProcessDataEmSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS3_EE
@@ -51803,7 +51824,6 @@ _ZN4node10cares_wrap9SrvTraits4SendEPNS0_9QueryWrapIS1_EEPKc
51803
51824
  _ZN4node10cares_wrap9SrvTraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_12ResponseDataESt14default_deleteIS6_EE
51804
51825
  _ZN4node10cares_wrap9TxtTraits4SendEPNS0_9QueryWrapIS1_EEPKc
51805
51826
  _ZN4node10cares_wrap9TxtTraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_12ResponseDataESt14default_deleteIS6_EE
51806
- _ZN4node10contextify10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
51807
51827
  _ZN4node10contextify15CompiledFnEntry12WeakCallbackERKN2v816WeakCallbackInfoIS1_EE
51808
51828
  _ZN4node10contextify15CompiledFnEntryC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEjNS5_INS4_8FunctionEEE
51809
51829
  _ZN4node10contextify15CompiledFnEntryC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEjNS5_INS4_8FunctionEEE
@@ -51814,9 +51834,9 @@ _ZN4node10contextify16ContextifyScript10InstanceOfEPNS_11EnvironmentERKN2v85Loca
51814
51834
  _ZN4node10contextify16ContextifyScript11EvalMachineEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentElbbbSt10shared_ptrINS2_14MicrotaskQueueEERKNS2_20FunctionCallbackInfoINS2_5ValueEEE
51815
51835
  _ZN4node10contextify16ContextifyScript12RunInContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51816
51836
  _ZN4node10contextify16ContextifyScript16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51837
+ _ZN4node10contextify16ContextifyScript26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
51817
51838
  _ZN4node10contextify16ContextifyScript26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
51818
51839
  _ZN4node10contextify16ContextifyScript3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51819
- _ZN4node10contextify16ContextifyScript4InitEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51820
51840
  _ZN4node10contextify16ContextifyScriptC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51821
51841
  _ZN4node10contextify16ContextifyScriptC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51822
51842
  _ZN4node10contextify16ContextifyScriptD0Ev
@@ -51832,6 +51852,7 @@ _ZN4node10contextify17ContextifyContext22PropertySetterCallbackEN2v85LocalINS2_4
51832
51852
  _ZN4node10contextify17ContextifyContext23PropertyDefinerCallbackEN2v85LocalINS2_4NameEEERKNS2_18PropertyDescriptorERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
51833
51853
  _ZN4node10contextify17ContextifyContext23PropertyDeleterCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_7BooleanEEE
51834
51854
  _ZN4node10contextify17ContextifyContext25InitializeGlobalTemplatesEPNS_11IsolateDataE
51855
+ _ZN4node10contextify17ContextifyContext26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
51835
51856
  _ZN4node10contextify17ContextifyContext26PropertyDescriptorCallbackEN2v85LocalINS2_4NameEEERKNS2_20PropertyCallbackInfoINS2_5ValueEEE
51836
51857
  _ZN4node10contextify17ContextifyContext26PropertyEnumeratorCallbackERKN2v820PropertyCallbackInfoINS2_5ArrayEEE
51837
51858
  _ZN4node10contextify17ContextifyContext26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
@@ -51844,21 +51865,21 @@ _ZN4node10contextify17ContextifyContext33IndexedPropertyDescriptorCallbackEjRKN2
51844
51865
  _ZN4node10contextify17ContextifyContext3GetEN2v85LocalINS2_6ObjectEEE
51845
51866
  _ZN4node10contextify17ContextifyContext3NewEN2v85LocalINS2_7ContextEEEPNS_11EnvironmentENS3_INS2_6ObjectEEERKNS0_14ContextOptionsE
51846
51867
  _ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNS0_14ContextOptionsE
51847
- _ZN4node10contextify17ContextifyContext4InitEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51848
51868
  _ZN4node10contextify17ContextifyContext9IsContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51849
51869
  _ZN4node10contextify17ContextifyContextC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_7ContextEEERKNS0_14ContextOptionsE
51850
51870
  _ZN4node10contextify17ContextifyContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_7ContextEEERKNS0_14ContextOptionsE
51851
51871
  _ZN4node10contextify17ContextifyContextD0Ev
51852
51872
  _ZN4node10contextify17ContextifyContextD1Ev
51853
51873
  _ZN4node10contextify17ContextifyContextD2Ev
51874
+ _ZN4node10contextify18MicrotaskQueueWrap26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
51854
51875
  _ZN4node10contextify18MicrotaskQueueWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
51855
51876
  _ZN4node10contextify18MicrotaskQueueWrap3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
51856
- _ZN4node10contextify18MicrotaskQueueWrap4InitEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51857
51877
  _ZN4node10contextify18MicrotaskQueueWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51858
51878
  _ZN4node10contextify18MicrotaskQueueWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
51859
51879
  _ZN4node10contextify18MicrotaskQueueWrapD0Ev
51860
51880
  _ZN4node10contextify18MicrotaskQueueWrapD1Ev
51861
51881
  _ZN4node10contextify20StoreCodeCacheResultEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS3_14ScriptCompiler14CompileOptionsERKNS7_6SourceEbSt10unique_ptrINS7_10CachedDataESt14default_deleteISD_EE
51882
+ _ZN4node10contextify26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
51862
51883
  _ZN4node10contextify26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
51863
51884
  _ZN4node10mksnapshot10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
51864
51885
  _ZN4node10mksnapshot20CompileSerializeMainERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -51964,6 +51985,7 @@ _ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6
51964
51985
  _ZN4node11SPrintFImplINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJiEEES6_PKcOT_DpOT0_
51965
51986
  _ZN4node11SPrintFImplIPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
51966
51987
  _ZN4node11SPrintFImplIPKcJRA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
51988
+ _ZN4node11SPrintFImplIPKcJRKmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
51967
51989
  _ZN4node11SPrintFImplIPKcJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
51968
51990
  _ZN4node11SPrintFImplIPKcJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
51969
51991
  _ZN4node11SPrintFImplIPKcJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
@@ -52004,6 +52026,7 @@ _ZN4node11SPrintFImplIRKiJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaI
52004
52026
  _ZN4node11SPrintFImplIRKiJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52005
52027
  _ZN4node11SPrintFImplIRKjJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52006
52028
  _ZN4node11SPrintFImplIRKjJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52029
+ _ZN4node11SPrintFImplIRKmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52007
52030
  _ZN4node11SPrintFImplIRNS_9Utf8ValueEJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52008
52031
  _ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52009
52032
  _ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
@@ -52081,7 +52104,7 @@ _ZN4node11SPrintFImplImJmPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc
52081
52104
  _ZN4node11SPrintFImplImJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52082
52105
  _ZN4node11SPrintFImplImJmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
52083
52106
  _ZN4node11SplitStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcb
52084
- _ZN4node11StatWatcher10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
52107
+ _ZN4node11StatWatcher26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
52085
52108
  _ZN4node11StatWatcher26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
52086
52109
  _ZN4node11StatWatcher3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
52087
52110
  _ZN4node11StatWatcher5StartERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -52218,7 +52241,6 @@ _ZN4node12shadow_realm11ShadowRealm23set_async_hooks_bindingEN2v85LocalINS2_6Obj
52218
52241
  _ZN4node12shadow_realm11ShadowRealm24set_promise_hook_handlerEN2v85LocalINS2_8FunctionEEE
52219
52242
  _ZN4node12shadow_realm11ShadowRealm25set_domexception_functionEN2v85LocalINS2_8FunctionEEE
52220
52243
  _ZN4node12shadow_realm11ShadowRealm26set_builtin_module_requireEN2v85LocalINS2_8FunctionEEE
52221
- _ZN4node12shadow_realm11ShadowRealm26set_fs_use_promises_symbolEN2v85LocalINS2_6SymbolEEE
52222
52244
  _ZN4node12shadow_realm11ShadowRealm26set_tick_callback_functionEN2v85LocalINS2_8FunctionEEE
52223
52245
  _ZN4node12shadow_realm11ShadowRealm27set_buffer_prototype_objectEN2v85LocalINS2_6ObjectEEE
52224
52246
  _ZN4node12shadow_realm11ShadowRealm27set_internal_binding_loaderEN2v85LocalINS2_8FunctionEEE
@@ -52428,6 +52450,7 @@ _ZN4node13OneByteStringEPN2v87IsolateEPKci
52428
52450
  _ZN4node13ParseEncodingEPKcNS_8encodingE
52429
52451
  _ZN4node13ParseEncodingEPN2v87IsolateENS0_5LocalINS0_5ValueEEENS_8encodingE
52430
52452
  _ZN4node13SetFastMethodEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
52453
+ _ZN4node13SetFastMethodEPN2v87IsolateENS0_5LocalINS0_8TemplateEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
52431
52454
  _ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
52432
52455
  _ZN4node13SocketAddress12FromPeerNameERK8uv_tcp_s
52433
52456
  _ZN4node13SocketAddress12FromPeerNameERK8uv_udp_s
@@ -52446,6 +52469,10 @@ _ZN4node14BlobSerializerINS_18SnapshotSerializerEE11WriteStringERKNSt7__cxx1112b
52446
52469
  _ZN4node14BlobSerializerINS_18SnapshotSerializerEE11WriteVectorINS_8PropInfoEEEmRKSt6vectorIT_SaIS6_EE
52447
52470
  _ZN4node14BlobSerializerINS_18SnapshotSerializerEE11WriteVectorINS_8builtins13CodeCacheInfoEEEmRKSt6vectorIT_SaIS7_EE
52448
52471
  _ZN4node14BlobSerializerINS_18SnapshotSerializerEE11WriteVectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEmRKSt6vectorIT_SaISB_EE
52472
+ _ZN4node14BlobSerializerINS_18SnapshotSerializerEE11WriteVectorImEEmRKSt6vectorIT_SaIS5_EE
52473
+ _ZN4node14BlobSerializerINS_18SnapshotSerializerEE15WriteArithmeticIcEEmPKT_m
52474
+ _ZN4node14BlobSerializerINS_18SnapshotSerializerEE15WriteArithmeticIhEEmPKT_m
52475
+ _ZN4node14BlobSerializerINS_18SnapshotSerializerEE15WriteArithmeticIiEEmPKT_m
52449
52476
  _ZN4node14BlobSerializerINS_18SnapshotSerializerEE15WriteArithmeticIjEEmPKT_m
52450
52477
  _ZN4node14BlobSerializerINS_18SnapshotSerializerEE15WriteArithmeticImEEmPKT_m
52451
52478
  _ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_si
@@ -52474,7 +52501,6 @@ _ZN4node14PrincipalRealm23set_async_hooks_bindingEN2v85LocalINS1_6ObjectEEE
52474
52501
  _ZN4node14PrincipalRealm24set_promise_hook_handlerEN2v85LocalINS1_8FunctionEEE
52475
52502
  _ZN4node14PrincipalRealm25set_domexception_functionEN2v85LocalINS1_8FunctionEEE
52476
52503
  _ZN4node14PrincipalRealm26set_builtin_module_requireEN2v85LocalINS1_8FunctionEEE
52477
- _ZN4node14PrincipalRealm26set_fs_use_promises_symbolEN2v85LocalINS1_6SymbolEEE
52478
52504
  _ZN4node14PrincipalRealm26set_tick_callback_functionEN2v85LocalINS1_8FunctionEEE
52479
52505
  _ZN4node14PrincipalRealm27set_buffer_prototype_objectEN2v85LocalINS1_6ObjectEEE
52480
52506
  _ZN4node14PrincipalRealm27set_internal_binding_loaderEN2v85LocalINS1_8FunctionEEE
@@ -52716,16 +52742,24 @@ _ZN4node15TimerWrapHandleD0Ev
52716
52742
  _ZN4node15TimerWrapHandleD1Ev
52717
52743
  _ZN4node15kNodeEmbedderIdE
52718
52744
  _ZN4node15linux_at_secureEv
52719
- _ZN4node16AddLinkedBindingEPNS_11EnvironmentEPKcPFP12napi_value__P10napi_env__S5_E
52745
+ _ZN4node16AddLinkedBindingEPNS_11EnvironmentEPKcPFP12napi_value__P10napi_env__S5_Ei
52720
52746
  _ZN4node16AddLinkedBindingEPNS_11EnvironmentEPKcPFvN2v85LocalINS4_6ObjectEEENS5_INS4_5ValueEEENS5_INS4_7ContextEEEPvESC_
52721
52747
  _ZN4node16AddLinkedBindingEPNS_11EnvironmentERK11napi_module
52722
52748
  _ZN4node16AddLinkedBindingEPNS_11EnvironmentERKNS_11node_moduleE
52723
52749
  _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE10ReadStringB5cxx11Ev
52724
52750
  _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE10ReadVectorINS_8PropInfoEEESt6vectorIT_SaIS6_EEv
52725
52751
  _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE10ReadVectorINS_8builtins13CodeCacheInfoEEESt6vectorIT_SaIS7_EEv
52752
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE10ReadVectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESt6vectorIT_SaISB_EEv
52753
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE10ReadVectorIhEESt6vectorIT_SaIS5_EEv
52754
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE10ReadVectorImEESt6vectorIT_SaIS5_EEv
52755
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE14ReadArithmeticIcEEvPT_m
52726
52756
  _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE14ReadArithmeticIhEEvPT_m
52757
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE14ReadArithmeticIiEEvPT_m
52727
52758
  _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE14ReadArithmeticIjEEvPT_m
52728
52759
  _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE14ReadArithmeticImEEvPT_m
52760
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE23ReadNonArithmeticVectorINS_8PropInfoEEESt6vectorIT_SaIS6_EEm
52761
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE23ReadNonArithmeticVectorINS_8builtins13CodeCacheInfoEEESt6vectorIT_SaIS7_EEm
52762
+ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE23ReadNonArithmeticVectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESt6vectorIT_SaISB_EEm
52729
52763
  _ZN4node16ERR_INVALID_THISIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
52730
52764
  _ZN4node16ERR_MISSING_ARGSIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
52731
52765
  _ZN4node16ERR_OUT_OF_RANGEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -52768,10 +52802,11 @@ _ZN4node16NodeMainInstanceD2Ev
52768
52802
  _ZN4node16RequestInterruptEPNS_11EnvironmentEPFvPvES2_
52769
52803
  _ZN4node16encoding_binding11BindingData10DecodeUTF8ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
52770
52804
  _ZN4node16encoding_binding11BindingData10EncodeIntoERKN2v820FunctionCallbackInfoINS2_5ValueEEE
52771
- _ZN4node16encoding_binding11BindingData10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
52772
52805
  _ZN4node16encoding_binding11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
52773
52806
  _ZN4node16encoding_binding11BindingData16EncodeUtf8StringERKN2v820FunctionCallbackInfoINS2_5ValueEEE
52774
52807
  _ZN4node16encoding_binding11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
52808
+ _ZN4node16encoding_binding11BindingData26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
52809
+ _ZN4node16encoding_binding11BindingData26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_16FunctionTemplateEEE
52775
52810
  _ZN4node16encoding_binding11BindingData31RegisterTimerExternalReferencesEPNS_25ExternalReferenceRegistryE
52776
52811
  _ZN4node16encoding_binding11BindingData7ToASCIIERKN2v820FunctionCallbackInfoINS2_5ValueEEE
52777
52812
  _ZN4node16encoding_binding11BindingData9SerializeEi
@@ -53051,6 +53086,7 @@ _ZN4node21LowMemoryNotificationEv
53051
53086
  _ZN4node21PromiseRejectCallbackEN2v820PromiseRejectMessageE
53052
53087
  _ZN4node21RegisterSignalHandlerEiPFviP9siginfo_tPvEb
53053
53088
  _ZN4node21SetMethodNoSideEffectEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
53089
+ _ZN4node21SetMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
53054
53090
  _ZN4node21SetProcessExitHandlerEPNS_11EnvironmentEOSt8functionIFvS1_NS_8ExitCodeEEE
53055
53091
  _ZN4node21SetProcessExitHandlerEPNS_11EnvironmentEOSt8functionIFvS1_iEE
53056
53092
  _ZN4node21SpinEventLoopInternalEPNS_11EnvironmentE
@@ -53215,6 +53251,7 @@ _ZN4node25MapStaticCodeToLargePagesEv
53215
53251
  _ZN4node25PrepareStackTraceCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_5ValueEEENS1_INS0_5ArrayEEE
53216
53252
  _ZN4node25ProcessEmitWarningGenericEPNS_11EnvironmentEPKcS3_S3_
53217
53253
  _ZN4node25SetFastMethodNoSideEffectEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
53254
+ _ZN4node25SetFastMethodNoSideEffectEPN2v87IsolateENS0_5LocalINS0_8TemplateEEEPKcPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEEPKNS0_9CFunctionE
53218
53255
  _ZN4node26CreateArrayBufferAllocatorEv
53219
53256
  _ZN4node26DecreaseSignalHandlerCountEi
53220
53257
  _ZN4node26ERR_CONSTRUCT_CALL_INVALIDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -53241,6 +53278,12 @@ _ZN4node26SocketAddressBlockListWrapC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectE
53241
53278
  _ZN4node26SocketAddressBlockListWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEESt10shared_ptrINS_22SocketAddressBlockListEE
53242
53279
  _ZN4node26SocketAddressBlockListWrapD0Ev
53243
53280
  _ZN4node26SocketAddressBlockListWrapD1Ev
53281
+ _ZN4node26StaticExternalByteResourceIhcN2v86String29ExternalOneByteStringResourceEE7DisposeEv
53282
+ _ZN4node26StaticExternalByteResourceIhcN2v86String29ExternalOneByteStringResourceEED0Ev
53283
+ _ZN4node26StaticExternalByteResourceIhcN2v86String29ExternalOneByteStringResourceEED1Ev
53284
+ _ZN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEE7DisposeEv
53285
+ _ZN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEED0Ev
53286
+ _ZN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEED1Ev
53244
53287
  _ZN4node26THROW_ERR_INVALID_ARG_TYPEIJEEEvPN2v87IsolateEPKcDpOT_
53245
53288
  _ZN4node26TrackingTraceStateObserver14OnTraceEnabledEv
53246
53289
  _ZN4node26TrackingTraceStateObserver15OnTraceDisabledEv
@@ -53351,7 +53394,6 @@ _ZN4node2fs10FileHandleD0Ev
53351
53394
  _ZN4node2fs10FileHandleD1Ev
53352
53395
  _ZN4node2fs10FileHandleD2Ev
53353
53396
  _ZN4node2fs10GetReqWrapERKN2v820FunctionCallbackInfoINS1_5ValueEEEib
53354
- _ZN4node2fs10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
53355
53397
  _ZN4node2fs10MKDirpSyncEP9uv_loop_sP7uv_fs_sRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFvS4_E
53356
53398
  _ZN4node2fs11AfterMkdirpEP7uv_fs_s
53357
53399
  _ZN4node2fs11AfterNoArgsEP7uv_fs_s
@@ -53489,12 +53531,11 @@ _ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE18StopTra
53489
53531
  _ZN4node3mem18NgLibMemoryManagerINS_5http212Http2SessionE11nghttp2_memE8FreeImplEPvS6_
53490
53532
  _ZN4node3sea10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
53491
53533
  _ZN4node3sea15FixupArgsForSEAEiPPc
53492
- _ZN4node3sea18IsSingleExecutableERKN2v820FunctionCallbackInfoINS1_5ValueEEE
53493
53534
  _ZN4node3sea18IsSingleExecutableEv
53494
53535
  _ZN4node3sea24FindSingleExecutableCodeEv
53495
53536
  _ZN4node3sea25BuildSingleExecutableBlobERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
53496
53537
  _ZN4node3sea26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
53497
- _ZN4node3url11BindingData10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
53538
+ _ZN4node3sea30IsExperimentalSeaWarningNeededERKN2v820FunctionCallbackInfoINS1_5ValueEEE
53498
53539
  _ZN4node3url11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
53499
53540
  _ZN4node3url11BindingData12FastCanParseEN2v85LocalINS2_5ValueEEERKNS2_17FastOneByteStringE
53500
53541
  _ZN4node3url11BindingData13DomainToASCIIERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -53502,6 +53543,8 @@ _ZN4node3url11BindingData15DomainToUnicodeERKN2v820FunctionCallbackInfoINS2_5Val
53502
53543
  _ZN4node3url11BindingData15fast_can_parse_E
53503
53544
  _ZN4node3url11BindingData16UpdateComponentsERKN3ada14url_componentsENS2_6scheme4typeE
53504
53545
  _ZN4node3url11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
53546
+ _ZN4node3url11BindingData26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
53547
+ _ZN4node3url11BindingData26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_16FunctionTemplateEEE
53505
53548
  _ZN4node3url11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
53506
53549
  _ZN4node3url11BindingData5ParseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
53507
53550
  _ZN4node3url11BindingData6FormatERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -53515,7 +53558,6 @@ _ZN4node3url11BindingDataD1Ev
53515
53558
  _ZN4node3url12FromFilePathB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE
53516
53559
  _ZN4node41ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LISTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
53517
53560
  _ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
53518
- _ZN4node4Blob10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
53519
53561
  _ZN4node4Blob11HasInstanceEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEE
53520
53562
  _ZN4node4Blob13GetDataObjectERKN2v820FunctionCallbackInfoINS1_5ValueEEE
53521
53563
  _ZN4node4Blob15RevokeObjectURLERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -53524,6 +53566,8 @@ _ZN4node4Blob16BlobTransferData11DeserializeEPNS_11EnvironmentEN2v85LocalINS4_7C
53524
53566
  _ZN4node4Blob16BlobTransferDataD0Ev
53525
53567
  _ZN4node4Blob16BlobTransferDataD1Ev
53526
53568
  _ZN4node4Blob22GetConstructorTemplateEPNS_11EnvironmentE
53569
+ _ZN4node4Blob26CreatePerContextPropertiesEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
53570
+ _ZN4node4Blob26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
53527
53571
  _ZN4node4Blob26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
53528
53572
  _ZN4node4Blob3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
53529
53573
  _ZN4node4Blob5SliceEPNS_11EnvironmentEmm
@@ -54098,7 +54142,7 @@ _ZN4node5http212Http2Session12RefreshStateERKN2v820FunctionCallbackInfoINS2_5Val
54098
54142
  _ZN4node5http212Http2Session12RemoveStreamEi
54099
54143
  _ZN4node5http212Http2Session13ClearOutgoingEi
54100
54144
  _ZN4node5http212Http2Session13DecrefHeadersEPK13nghttp2_frame
54101
- _ZN4node5http212Http2Session13OnNghttpErrorEP15nghttp2_sessionPKcmPv
54145
+ _ZN4node5http212Http2Session13OnNghttpErrorEP15nghttp2_sessioniPKcmPv
54102
54146
  _ZN4node5http212Http2Session13OnStreamAllocEm
54103
54147
  _ZN4node5http212Http2Session13OnStreamCloseEP15nghttp2_sessionijPv
54104
54148
  _ZN4node5http212Http2Session13SubmitRequestERKNS0_13Http2PriorityERKNS_9NgHeadersINS0_18Http2HeadersTraitsEEEPii
@@ -54605,13 +54649,10 @@ _ZN4node6crypto15X509Certificate10CheckEmailERKN2v820FunctionCallbackInfoINS2_5V
54605
54649
  _ZN4node6crypto15X509Certificate10InfoAccessERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54606
54650
  _ZN4node6crypto15X509Certificate10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
54607
54651
  _ZN4node6crypto15X509Certificate11CheckIssuedERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54608
- _ZN4node6crypto15X509Certificate11FingerprintERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54609
54652
  _ZN4node6crypto15X509Certificate11GetPeerCertEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS5_XadL_Z8SSL_freeEEEEENS1_22GetPeerCertificateFlagE
54610
54653
  _ZN4node6crypto15X509Certificate11HasInstanceEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
54611
54654
  _ZN4node6crypto15X509Certificate12SerialNumberERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54612
54655
  _ZN4node6crypto15X509Certificate13GetIssuerCertERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54613
- _ZN4node6crypto15X509Certificate14Fingerprint256ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54614
- _ZN4node6crypto15X509Certificate14Fingerprint512ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54615
54656
  _ZN4node6crypto15X509Certificate14SubjectAltNameERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54616
54657
  _ZN4node6crypto15X509Certificate15CheckPrivateKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
54617
54658
  _ZN4node6crypto15X509Certificate22GetConstructorTemplateEPNS_11EnvironmentE
@@ -55133,7 +55174,6 @@ _ZN4node6serdes19DeserializerContextC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectE
55133
55174
  _ZN4node6serdes19DeserializerContextD0Ev
55134
55175
  _ZN4node6serdes19DeserializerContextD1Ev
55135
55176
  _ZN4node6serdes26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
55136
- _ZN4node6timers11BindingData10InitializeEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
55137
55177
  _ZN4node6timers11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
55138
55178
  _ZN4node6timers11BindingData11SetupTimersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
55139
55179
  _ZN4node6timers11BindingData15FastGetLibuvNowEN2v85LocalINS2_6ObjectEEE
@@ -55152,6 +55192,8 @@ _ZN4node6timers11BindingData22SlowToggleImmediateRefERKN2v820FunctionCallbackInf
55152
55192
  _ZN4node6timers11BindingData22ToggleImmediateRefImplEPS1_b
55153
55193
  _ZN4node6timers11BindingData22fast_toggle_timer_ref_E
55154
55194
  _ZN4node6timers11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
55195
+ _ZN4node6timers11BindingData26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
55196
+ _ZN4node6timers11BindingData26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_16FunctionTemplateEEE
55155
55197
  _ZN4node6timers11BindingData26fast_toggle_immediate_ref_E
55156
55198
  _ZN4node6timers11BindingData31RegisterTimerExternalReferencesEPNS_25ExternalReferenceRegistryE
55157
55199
  _ZN4node6timers11BindingData9SerializeEi
@@ -55250,6 +55292,7 @@ _ZN4node6worker7Message11DeserializeEPNS_11EnvironmentEN2v85LocalINS4_7ContextEE
55250
55292
  _ZN4node6worker7Message13AddWASMModuleEON2v818CompiledWasmModuleE
55251
55293
  _ZN4node6worker7Message15AddTransferableEOSt10unique_ptrINS0_12TransferDataESt14default_deleteIS3_EE
55252
55294
  _ZN4node6worker7Message20AddSharedArrayBufferESt10shared_ptrIN2v812BackingStoreEE
55295
+ _ZN4node6worker7Message24AdoptSharedValueConveyorEON2v819SharedValueConveyorE
55253
55296
  _ZN4node6worker7Message9SerializeEPNS_11EnvironmentEN2v85LocalINS4_7ContextEEENS5_INS4_5ValueEEERKNS_16MaybeStackBufferIS9_Lm8EEENS5_INS4_6ObjectEEE
55254
55297
  _ZN4node6worker7MessageC1EONS_14MallocedBufferIcEE
55255
55298
  _ZN4node6worker7MessageC2EONS_14MallocedBufferIcEE
@@ -55258,6 +55301,7 @@ _ZN4node6worker7MessageD1Ev
55258
55301
  _ZN4node7FPrintFIJEEEvP4FILEPKcDpOT_
55259
55302
  _ZN4node7FPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
55260
55303
  _ZN4node7FPrintFIJPKcEEEvP4FILES2_DpOT_
55304
+ _ZN4node7FPrintFIJPKcRKmEEEvP4FILES2_DpOT_
55261
55305
  _ZN4node7FPrintFIJPKcRmEEEvP4FILES2_DpOT_
55262
55306
  _ZN4node7FPrintFIJPKcS2_EEEvP4FILES2_DpOT_
55263
55307
  _ZN4node7FPrintFIJPKcmEEEvP4FILES2_DpOT_
@@ -55353,6 +55397,7 @@ _ZN4node7SPrintFIJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT
55353
55397
  _ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
55354
55398
  _ZN4node7SPrintFIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES6_PKcDpOT_
55355
55399
  _ZN4node7SPrintFIJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
55400
+ _ZN4node7SPrintFIJPKcRKmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
55356
55401
  _ZN4node7SPrintFIJPKcRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
55357
55402
  _ZN4node7SPrintFIJPKcS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
55358
55403
  _ZN4node7SPrintFIJPKcmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
@@ -55473,16 +55518,13 @@ _ZN4node7UDPWrap11GetPeerNameEv
55473
55518
  _ZN4node7UDPWrap11GetSockNameEv
55474
55519
  _ZN4node7UDPWrap11InstantiateEPNS_11EnvironmentEPNS_9AsyncWrapENS0_10SocketTypeE
55475
55520
  _ZN4node7UDPWrap12GetAsyncWrapEv
55476
- _ZN4node7UDPWrap12SetBroadcastERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55477
55521
  _ZN4node7UDPWrap13AddMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55478
55522
  _ZN4node7UDPWrap13SetMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE13uv_membership
55479
55523
  _ZN4node7UDPWrap14CreateSendWrapEm
55480
55524
  _ZN4node7UDPWrap14DropMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55481
- _ZN4node7UDPWrap15SetMulticastTTLERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55482
55525
  _ZN4node7UDPWrap16GetSendQueueSizeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55483
55526
  _ZN4node7UDPWrap17GetSendQueueCountERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55484
55527
  _ZN4node7UDPWrap19SetSourceMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE13uv_membership
55485
- _ZN4node7UDPWrap20SetMulticastLoopbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55486
55528
  _ZN4node7UDPWrap21SetMulticastInterfaceERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55487
55529
  _ZN4node7UDPWrap27AddSourceSpecificMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55488
55530
  _ZN4node7UDPWrap28DropSourceSpecificMembershipERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -55498,7 +55540,6 @@ _ZN4node7UDPWrap6DoBindERKN2v820FunctionCallbackInfoINS1_5ValueEEEi
55498
55540
  _ZN4node7UDPWrap6DoSendERKN2v820FunctionCallbackInfoINS1_5ValueEEEi
55499
55541
  _ZN4node7UDPWrap6OnRecvEP8uv_udp_slPK8uv_buf_tPK8sockaddrj
55500
55542
  _ZN4node7UDPWrap6OnRecvElRK8uv_buf_tPK8sockaddrj
55501
- _ZN4node7UDPWrap6SetTTLERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55502
55543
  _ZN4node7UDPWrap7ConnectERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55503
55544
  _ZN4node7UDPWrap7OnAllocEP11uv_handle_smP8uv_buf_t
55504
55545
  _ZN4node7UDPWrap7OnAllocEm
@@ -55524,7 +55565,7 @@ _ZN4node7binding4DLib5CloseEv
55524
55565
  _ZN4node7binding4DLibC1EPKci
55525
55566
  _ZN4node7binding4DLibC2EPKci
55526
55567
  _ZN4node7binding6DLOpenERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55527
- _ZN4node7process11BindingData10AddMethodsEv
55568
+ _ZN4node7process11BindingData10AddMethodsEPN2v87IsolateENS2_5LocalINS2_14ObjectTemplateEEE
55528
55569
  _ZN4node7process11BindingData10BigIntImplEPS1_
55529
55570
  _ZN4node7process11BindingData10FastBigIntEN2v85LocalINS2_5ValueEEE
55530
55571
  _ZN4node7process11BindingData10FastNumberEN2v85LocalINS2_5ValueEEE
@@ -55707,13 +55748,13 @@ _ZN4node8builtins13BuiltinLoader26CreatePerIsolatePropertiesEPNS_11IsolateDataEN
55707
55748
  _ZN4node8builtins13BuiltinLoader26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
55708
55749
  _ZN4node8builtins13BuiltinLoader35CopySourceAndCodeCacheReferenceFromEPKS1_
55709
55750
  _ZN4node8builtins13BuiltinLoader3AddEPKcRKNS_10UnionBytesE
55710
- _ZN4node8builtins13BuiltinLoader3AddEPKcSt17basic_string_viewIcSt11char_traitsIcEE
55711
55751
  _ZN4node8builtins13BuiltinLoader6ExistsEPKc
55712
55752
  _ZN4node8builtins13BuiltinLoader9GetConfigEv
55713
55753
  _ZN4node8builtins13BuiltinLoaderC1Ev
55714
55754
  _ZN4node8builtins13BuiltinLoaderC2Ev
55715
55755
  _ZN4node8builtins13BuiltinLoaderD1Ev
55716
55756
  _ZN4node8builtins18SetInternalLoadersERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55757
+ _ZN4node8builtins52RegisterExternalReferencesForInternalizedBuiltinCodeEPNS_25ExternalReferenceRegistryE
55717
55758
  _ZN4node8profiler14StartProfilersEPNS_11EnvironmentE
55718
55759
  _ZN4node8profiler20V8CoverageConnection10GetProfileEN2v85LocalINS2_6ObjectEEE
55719
55760
  _ZN4node8profiler20V8CoverageConnection12StopCoverageEv
@@ -55769,7 +55810,6 @@ _ZN4node9AsyncWrap10AsyncResetEN2v85LocalINS1_6ObjectEEEdb
55769
55810
  _ZN4node9AsyncWrap10AsyncResetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55770
55811
  _ZN4node9AsyncWrap10EmitBeforeEPNS_11EnvironmentEd
55771
55812
  _ZN4node9AsyncWrap10GetAsyncIdERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55772
- _ZN4node9AsyncWrap10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
55773
55813
  _ZN4node9AsyncWrap11EmitDestroyEPNS_11EnvironmentEd
55774
55814
  _ZN4node9AsyncWrap11EmitDestroyEb
55775
55815
  _ZN4node9AsyncWrap12MakeCallbackEN2v85LocalINS1_4NameEEEiPNS2_INS1_5ValueEEE
@@ -55789,6 +55829,8 @@ _ZN4node9AsyncWrap21SetCallbackTrampolineERKN2v820FunctionCallbackInfoINS1_5Valu
55789
55829
  _ZN4node9AsyncWrap22ExecutionAsyncResourceERKN2v820FunctionCallbackInfoINS1_5ValueEEE
55790
55830
  _ZN4node9AsyncWrap22GetConstructorTemplateEPNS_11IsolateDataE
55791
55831
  _ZN4node9AsyncWrap23DestroyAsyncIdsCallbackEPNS_11EnvironmentE
55832
+ _ZN4node9AsyncWrap26CreatePerContextPropertiesEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
55833
+ _ZN4node9AsyncWrap26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_16FunctionTemplateEEE
55792
55834
  _ZN4node9AsyncWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
55793
55835
  _ZN4node9AsyncWrap8GetOwnerEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
55794
55836
  _ZN4node9AsyncWrap8GetOwnerEv
@@ -56317,30 +56359,6 @@ _ZN4nodelsERSoRKSt6vectorINS_8builtins13CodeCacheInfoESaIS3_EE
56317
56359
  _ZN4nodelsERSoRKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
56318
56360
  _ZN4nodelsERSoRKSt6vectorIhSaIhEE
56319
56361
  _ZN4nodelsERSoRKSt6vectorImSaImEE
56320
- _ZN4ufal6unilib8uninorms16composition_dataE
56321
- _ZN4ufal6unilib8uninorms17composition_blockE
56322
- _ZN4ufal6unilib8uninorms17composition_indexE
56323
- _ZN4ufal6unilib8uninorms18decomposition_dataE
56324
- _ZN4ufal6unilib8uninorms19decomposition_blockE
56325
- _ZN4ufal6unilib8uninorms19decomposition_indexE
56326
- _ZN4ufal6unilib8uninorms3nfcERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
56327
- _ZN4ufal6unilib8uninorms3nfdERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
56328
- _ZN4ufal6unilib8uninorms4nfkcERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
56329
- _ZN4ufal6unilib8uninorms4nfkdERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
56330
- _ZN4ufal6unilib8uninorms5CHARSE
56331
- _ZN4ufal6unilib8uninorms6Hangul5LBaseE
56332
- _ZN4ufal6unilib8uninorms6Hangul5SBaseE
56333
- _ZN4ufal6unilib8uninorms6Hangul5TBaseE
56334
- _ZN4ufal6unilib8uninorms6Hangul5VBaseE
56335
- _ZN4ufal6unilib8uninorms6Hangul6LCountE
56336
- _ZN4ufal6unilib8uninorms6Hangul6NCountE
56337
- _ZN4ufal6unilib8uninorms6Hangul6SCountE
56338
- _ZN4ufal6unilib8uninorms6Hangul6TCountE
56339
- _ZN4ufal6unilib8uninorms6Hangul6VCountE
56340
- _ZN4ufal6unilib8uninorms7composeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEE
56341
- _ZN4ufal6unilib8uninorms9ccc_blockE
56342
- _ZN4ufal6unilib8uninorms9ccc_indexE
56343
- _ZN4ufal6unilib8uninorms9decomposeERNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEEEb
56344
56362
  _ZN5cppgc12NameProvider11kHiddenNameE
56345
56363
  _ZN5cppgc12NameProvider16kNoNameDeducibleE
56346
56364
  _ZN5cppgc15ShutdownProcessEv
@@ -67451,7 +67469,6 @@ _ZNK4node12shadow_realm11ShadowRealm19async_hooks_bindingEv
67451
67469
  _ZNK4node12shadow_realm11ShadowRealm20promise_hook_handlerEv
67452
67470
  _ZNK4node12shadow_realm11ShadowRealm21domexception_functionEv
67453
67471
  _ZNK4node12shadow_realm11ShadowRealm22builtin_module_requireEv
67454
- _ZNK4node12shadow_realm11ShadowRealm22fs_use_promises_symbolEv
67455
67472
  _ZNK4node12shadow_realm11ShadowRealm22tick_callback_functionEv
67456
67473
  _ZNK4node12shadow_realm11ShadowRealm23buffer_prototype_objectEv
67457
67474
  _ZNK4node12shadow_realm11ShadowRealm23internal_binding_loaderEv
@@ -67546,7 +67563,6 @@ _ZNK4node14PrincipalRealm19async_hooks_bindingEv
67546
67563
  _ZNK4node14PrincipalRealm20promise_hook_handlerEv
67547
67564
  _ZNK4node14PrincipalRealm21domexception_functionEv
67548
67565
  _ZNK4node14PrincipalRealm22builtin_module_requireEv
67549
- _ZNK4node14PrincipalRealm22fs_use_promises_symbolEv
67550
67566
  _ZNK4node14PrincipalRealm22tick_callback_functionEv
67551
67567
  _ZNK4node14PrincipalRealm23buffer_prototype_objectEv
67552
67568
  _ZNK4node14PrincipalRealm23internal_binding_loaderEv
@@ -67728,6 +67744,10 @@ _ZNK4node26SocketAddressBlockListWrap14MemoryInfoNameEv
67728
67744
  _ZNK4node26SocketAddressBlockListWrap15GetTransferModeEv
67729
67745
  _ZNK4node26SocketAddressBlockListWrap17CloneForMessagingEv
67730
67746
  _ZNK4node26SocketAddressBlockListWrap8SelfSizeEv
67747
+ _ZNK4node26StaticExternalByteResourceIhcN2v86String29ExternalOneByteStringResourceEE4dataEv
67748
+ _ZNK4node26StaticExternalByteResourceIhcN2v86String29ExternalOneByteStringResourceEE6lengthEv
67749
+ _ZNK4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEE4dataEv
67750
+ _ZNK4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEE6lengthEv
67731
67751
  _ZNK4node28NativeSymbolDebuggingContext10SymbolInfo7DisplayB5cxx11Ev
67732
67752
  _ZNK4node2fs10FileHandle10MemoryInfoEPNS_13MemoryTrackerE
67733
67753
  _ZNK4node2fs10FileHandle12TransferData10MemoryInfoEPNS_13MemoryTrackerE
@@ -68355,7 +68375,6 @@ _ZNK4node8SendWrap8SelfSizeEv
68355
68375
  _ZNK4node8TickInfo10MemoryInfoEPNS_13MemoryTrackerE
68356
68376
  _ZNK4node8TickInfo14MemoryInfoNameEv
68357
68377
  _ZNK4node8TickInfo8SelfSizeEv
68358
- _ZNK4node8builtins13BuiltinLoader12GetCodeCacheEPKc
68359
68378
  _ZNK4node8builtins13BuiltinLoader13CopyCodeCacheEPSt6vectorINS0_13CodeCacheInfoESaIS3_EE
68360
68379
  _ZNK4node8builtins13BuiltinLoader13GetBuiltinIdsB5cxx11Ev
68361
68380
  _ZNK4node8builtins13BuiltinLoader17LoadBuiltinSourceEPN2v87IsolateEPKc
@@ -71549,10 +71568,9 @@ _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS
71549
71568
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node14options_parser13OptionsParserINS8_18EnvironmentOptionsEE11ImplicationEESaISE_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSG_18_Mod_range_hashingENSG_20_Default_ranged_hashENSG_20_Prime_rehash_policyENSG_17_Hashtable_traitsILb1ELb0ELb0EEEED1Ev
71550
71569
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node15BlobBindingData16StoredDataObjectEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
71551
71570
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node15BlobBindingData16StoredDataObjectEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev
71571
+ _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node8builtins20BuiltinCodeCacheDataEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
71552
71572
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
71553
71573
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev
71554
- _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN2v814ScriptCompiler10CachedDataESt14default_deleteISB_EEESaISF_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSH_18_Mod_range_hashingENSH_20_Default_ranged_hashENSH_20_Prime_rehash_policyENSH_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
71555
- _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN2v814ScriptCompiler10CachedDataESt14default_deleteISB_EEESaISF_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSH_18_Mod_range_hashingENSH_20_Default_ranged_hashENSH_20_Prime_rehash_policyENSH_17_Hashtable_traitsILb1ELb0ELb1EEEE5eraseENSH_20_Node_const_iteratorISF_Lb0ELb1EEE
71556
71574
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN4node9inspector8protocol14DispatcherBaseESt14default_deleteISC_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev
71557
71575
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN4node9inspector8protocol5ValueESt14default_deleteISC_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev
71558
71576
  _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIPN2v88internal6torque10DeclarableESaISD_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm
@@ -71664,7 +71682,8 @@ _ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque21ConditionalAnnotation
71664
71682
  _ZNSt12_Destroy_auxILb0EE9__destroyIPN2v88internal6torque5FieldEEEvT_S7_
71665
71683
  _ZNSt12_Destroy_auxILb0EE9__destroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvT_S9_
71666
71684
  _ZNSt12__shared_ptrIN4node14options_parser13OptionsParserINS0_17PerProcessOptionsEE15BaseOptionFieldELN9__gnu_cxx12_Lock_policyE2EEC2ERKS8_
71667
- _ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_S5_EEED1Ev
71685
+ _ZNSt12__shared_ptrIvLN9__gnu_cxx12_Lock_policyE2EEC2ERKS2_
71686
+ _ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrIN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEEESt14default_deleteISC_EESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SF_EEED1Ev
71668
71687
  _ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8weak_ptrIN4node6worker12SiblingGroupEESt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_SA_EEED1Ev
71669
71688
  _ZNSt13unordered_setIPN4node9dlwrapper7dl_wrapENS2_4hashENS2_5equalESaIS3_EED1Ev
71670
71689
  _ZNSt14numeric_limitsIjE3maxEv
@@ -71679,6 +71698,11 @@ _ZNSt15_Sp_counted_ptrIPN12v8_inspector15V8InspectorImpl13EvaluateScope11CancelT
71679
71698
  _ZNSt15_Sp_counted_ptrIPN12v8_inspector15V8InspectorImpl13EvaluateScope11CancelTokenELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
71680
71699
  _ZNSt15_Sp_counted_ptrIPN12v8_inspector15V8InspectorImpl13EvaluateScope11CancelTokenELN9__gnu_cxx12_Lock_policyE2EED0Ev
71681
71700
  _ZNSt15_Sp_counted_ptrIPN12v8_inspector15V8InspectorImpl13EvaluateScope11CancelTokenELN9__gnu_cxx12_Lock_policyE2EED1Ev
71701
+ _ZNSt15_Sp_counted_ptrIPN2v814ScriptCompiler10CachedDataELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
71702
+ _ZNSt15_Sp_counted_ptrIPN2v814ScriptCompiler10CachedDataELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
71703
+ _ZNSt15_Sp_counted_ptrIPN2v814ScriptCompiler10CachedDataELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
71704
+ _ZNSt15_Sp_counted_ptrIPN2v814ScriptCompiler10CachedDataELN9__gnu_cxx12_Lock_policyE2EED0Ev
71705
+ _ZNSt15_Sp_counted_ptrIPN2v814ScriptCompiler10CachedDataELN9__gnu_cxx12_Lock_policyE2EED1Ev
71682
71706
  _ZNSt15_Sp_counted_ptrIPN2v88internal20DisplayNamesInternalELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
71683
71707
  _ZNSt15_Sp_counted_ptrIPN2v88internal20DisplayNamesInternalELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
71684
71708
  _ZNSt15_Sp_counted_ptrIPN2v88internal20DisplayNamesInternalELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
@@ -72975,6 +72999,7 @@ _ZNSt6vectorISt4pairIPN2v88internal6torque15GenericCallableENSt7__cxx1112basic_s
72975
72999
  _ZNSt6vectorISt4pairIPN2v88internal8VariableES4_ESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_
72976
73000
  _ZNSt6vectorISt4pairIPN2v88internal8compiler4NodeENS3_10turboshaft7OpIndexEESaIS8_EE17_M_realloc_insertIJRS5_S7_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_
72977
73001
  _ZNSt6vectorISt4pairIPN5cppgc8internal22NormalPageMemoryRegionEPhESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_
73002
+ _ZNSt6vectorISt4pairIS0_IbjESt10unique_ptrIN2v88internal4wasm30JSToWasmWrapperCompilationUnitESt14default_deleteIS6_EEESaISA_EE17_M_realloc_insertIJRS1_S9_EEEvN9__gnu_cxx17__normal_iteratorIPSA_SC_EEDpOT_
72978
73003
  _ZNSt6vectorISt4pairISt10shared_ptrIN2v88internal4wasm12NativeModuleEEbESaIS7_EE17_M_realloc_insertIJS6_RbEEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_
72979
73004
  _ZNSt6vectorISt4pairIiN12v8_inspector8String16EESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
72980
73005
  _ZNSt6vectorISt4pairIiN2v88internal10HeapObjectEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
@@ -73200,8 +73225,6 @@ _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4
73200
73225
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N2v86GlobalINS9_7PromiseEEEESaISD_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
73201
73226
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_N4node15BlobBindingData16StoredDataObjectEESaISC_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
73202
73227
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_S6_ESaIS9_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
73203
- _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_St10unique_ptrIN2v814ScriptCompiler10CachedDataESt14default_deleteISC_EEESaISG_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_
73204
- _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_St10unique_ptrIN2v814ScriptCompiler10CachedDataESt14default_deleteISC_EEESaISG_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
73205
73228
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_St10unique_ptrIN4node9inspector16InspectorSessionESt14default_deleteISC_EEESaISG_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
73206
73229
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_St10unique_ptrIN4node9inspector8protocol14DispatcherBaseESt14default_deleteISD_EEESaISH_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
73207
73230
  _ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_St10unique_ptrIN4node9inspector8protocol5ValueESt14default_deleteISD_EEESaISH_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS8_
@@ -73233,7 +73256,6 @@ _ZNSt8__detail9_Map_baseIPN2v88internal7IsolateESt4pairIKS4_St10unique_ptrINS2_4
73233
73256
  _ZNSt8__detail9_Map_baseIPN2v88internal8compiler4NodeESt4pairIKS5_bENS2_13ZoneAllocatorIS8_EENS_10_Select1stESt8equal_toIS5_ENS1_4base4hashIS5_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS7_
73234
73257
  _ZNSt8__detail9_Map_baseIPN2v88internal8compiler4NodeESt4pairIKS5_iENS2_13ZoneAllocatorIS8_EENS_10_Select1stESt8equal_toIS5_ENS1_4base4hashIS5_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS7_
73235
73258
  _ZNSt8__detail9_Map_baseIPvSt4pairIKS1_N4node7binding19global_handle_map_t5EntryEESaIS8_ENS_10_Select1stESt8equal_toIS1_ESt4hashIS1_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS3_
73236
- _ZNSt8__detail9_Map_baseISt4pairIbjES1_IKS2_St10unique_ptrIN2v88internal4wasm30JSToWasmWrapperCompilationUnitESt14default_deleteIS8_EEESaISC_ENS_10_Select1stESt8equal_toIS2_ENS5_4base4hashIS2_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS3_
73237
73259
  _ZNSt8__detail9_Map_baseISt4pairIicES1_IKS2_PN2v88internal8compiler4NodeEENS5_13ZoneAllocatorIS9_EENS_10_Select1stESt8equal_toIS2_ENS4_4base4hashIS2_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS3_
73238
73260
  _ZNSt8__detail9_Map_baseISt4pairIlcES1_IKS2_PN2v88internal8compiler4NodeEENS5_13ZoneAllocatorIS9_EENS_10_Select1stESt8equal_toIS2_ENS4_4base4hashIS2_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixERS3_
73239
73261
  _ZNSt8__detail9_Map_baseISt4pairImPN2v88internal6torque6SymbolEES1_IKS7_St3setIPKNS4_4ItemESt4lessISC_ESaISC_EEESaISH_ENS_10_Select1stESt8equal_toIS7_ENS2_4base4hashIS7_EENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS7_
@@ -76758,6 +76780,8 @@ _ZTVN4node24NodeArrayBufferAllocatorE
76758
76780
  _ZTVN4node25InspectorParentHandleImplE
76759
76781
  _ZTVN4node26SocketAddressBlockListWrap12TransferDataE
76760
76782
  _ZTVN4node26SocketAddressBlockListWrapE
76783
+ _ZTVN4node26StaticExternalByteResourceIhcN2v86String29ExternalOneByteStringResourceEEE
76784
+ _ZTVN4node26StaticExternalByteResourceIttN2v86String22ExternalStringResourceEEE
76761
76785
  _ZTVN4node26TrackingTraceStateObserverE
76762
76786
  _ZTVN4node28NativeSymbolDebuggingContextE
76763
76787
  _ZTVN4node29DebuggingArrayBufferAllocatorE
@@ -77488,6 +77512,7 @@ _ZTVN8v8_crdtp23IncomingDeferredMessageE
77488
77512
  _ZTVN8v8_crdtp23OutgoingDeferredMessageE
77489
77513
  _ZTVSt15_Sp_counted_ptrIPN12v8_inspector15AsyncStackTraceELN9__gnu_cxx12_Lock_policyE2EE
77490
77514
  _ZTVSt15_Sp_counted_ptrIPN12v8_inspector15V8InspectorImpl13EvaluateScope11CancelTokenELN9__gnu_cxx12_Lock_policyE2EE
77515
+ _ZTVSt15_Sp_counted_ptrIPN2v814ScriptCompiler10CachedDataELN9__gnu_cxx12_Lock_policyE2EE
77491
77516
  _ZTVSt15_Sp_counted_ptrIPN2v88internal20DisplayNamesInternalELN9__gnu_cxx12_Lock_policyE2EE
77492
77517
  _ZTVSt15_Sp_counted_ptrIPN2v88internal21CompilationStatisticsELN9__gnu_cxx12_Lock_policyE2EE
77493
77518
  _ZTVSt15_Sp_counted_ptrIPN2v88internal4wasm12NativeModuleELN9__gnu_cxx12_Lock_policyE2EE
@@ -78636,10 +78661,10 @@ _ZZN2v88internal29TranslationOpcodeOperandCountENS0_17TranslationOpcodeEE6counts
78636
78661
  _ZZN2v88internal4Heap11code_regionEvE12kEmptyRegion
78637
78662
  _ZZN2v88internal4Intl24CompareStringsOptionsForINS0_12LocalIsolateEEENS1_21CompareStringsOptionsEPT_NS0_6HandleINS0_6ObjectEEES9_E12kFastLocales
78638
78663
  _ZZN2v88internal4Intl24CompareStringsOptionsForINS0_7IsolateEEENS1_21CompareStringsOptionsEPT_NS0_6HandleINS0_6ObjectEEES9_E12kFastLocales
78639
- _ZZN2v88internal4wasm15AsyncCompileJob12DecodeModule15RunInBackgroundEPS2_E29trace_event_unique_atomic2568
78664
+ _ZZN2v88internal4wasm15AsyncCompileJob12DecodeModule15RunInBackgroundEPS2_E29trace_event_unique_atomic2619
78640
78665
  _ZZN2v88internal4wasm15WasmFullDecoderINS1_7Decoder17FullValidationTagENS1_14EmptyInterfaceELNS1_12DecodingModeE0EE16GetOpcodeHandlerEhE15kOpcodeHandlers
78641
78666
  _ZZN2v88internal4wasm15WasmFullDecoderINS1_7Decoder17FullValidationTagENS1_27ConstantExpressionInterfaceELNS1_12DecodingModeE1EE16GetOpcodeHandlerEhE15kOpcodeHandlers
78642
- _ZZN2v88internal4wasm29ValidateFunctionsStreamingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic2132
78667
+ _ZZN2v88internal4wasm29ValidateFunctionsStreamingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic2183
78643
78668
  _ZZN2v88internal4wasm30IdentifyUnknownSectionInternalEPNS1_7DecoderEPNS1_7ITracerEE16kSpecialSections
78644
78669
  _ZZN2v88internal6torque21ImplementationVisitor14LookupCallableISt6vectorIPNS1_10DeclarableESaIS6_EEEEPNS1_8CallableERKNS1_13QualifiedNameERKT_RKS4_IPKNS1_4TypeESaISJ_EERKS4_IPNS1_7BindingINS1_10LocalLabelEEESaISR_EESN_bENKUlmmE_clEmm
78645
78670
  _ZZN2v88internal6torque21ImplementationVisitor14LookupCallableISt6vectorIPNS1_6MethodESaIS6_EEEEPNS1_8CallableERKNS1_13QualifiedNameERKT_RKS4_IPKNS1_4TypeESaISJ_EERKS4_IPNS1_7BindingINS1_10LocalLabelEEESaISR_EESN_bENKUlmmE_clEmm
@@ -78790,6 +78815,8 @@ _ZZN4node11SPrintFImplIPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
78790
78815
  _ZZN4node11SPrintFImplIPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
78791
78816
  _ZZN4node11SPrintFImplIPKcJRA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
78792
78817
  _ZZN4node11SPrintFImplIPKcJRA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
78818
+ _ZZN4node11SPrintFImplIPKcJRKmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
78819
+ _ZZN4node11SPrintFImplIPKcJRKmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
78793
78820
  _ZZN4node11SPrintFImplIPKcJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
78794
78821
  _ZZN4node11SPrintFImplIPKcJRmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
78795
78822
  _ZZN4node11SPrintFImplIPKcJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
@@ -78870,6 +78897,8 @@ _ZZN4node11SPrintFImplIRKjJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
78870
78897
  _ZZN4node11SPrintFImplIRKjJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
78871
78898
  _ZZN4node11SPrintFImplIRKjJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
78872
78899
  _ZZN4node11SPrintFImplIRKjJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
78900
+ _ZZN4node11SPrintFImplIRKmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
78901
+ _ZZN4node11SPrintFImplIRKmJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
78873
78902
  _ZZN4node11SPrintFImplIRNS_9Utf8ValueEJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
78874
78903
  _ZZN4node11SPrintFImplIRNS_9Utf8ValueEJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
78875
78904
  _ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
@@ -79245,8 +79274,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
79245
79274
  _ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
79246
79275
  _ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
79247
79276
  _ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
79248
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic347
79249
- _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic349
79277
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic346
79278
+ _ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic348
79250
79279
  _ZZN4node2fs10FileHandle5CloseEvE4args
79251
79280
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
79252
79281
  _ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
@@ -79533,8 +79562,6 @@ _ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_1
79533
79562
  _ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE13StopTraceImplEvE28trace_event_unique_atomic479
79534
79563
  _ZZN5cppgc8internal14StatsCollector13InternalScopeILNS1_13TraceCategoryE0ELNS1_12ScopeContextE1EE14StartTraceImplEvE28trace_event_unique_atomic447
79535
79564
  _ZZNK2v88internal8compiler26SimplifiedLoweringVerifier15InputTruncationEPNS1_4NodeEiE14any_truncation
79536
- _ZZNK4node10UnionBytes14one_bytes_dataEvE4args
79537
- _ZZNK4node10UnionBytes14two_bytes_dataEvE4args
79538
79565
  _ZZNK4node14options_parser13OptionsParserINS_12DebugOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
79539
79566
  _ZZNK4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
79540
79567
  _ZZNK4node14options_parser13OptionsParserINS_17PerProcessOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
@@ -79574,6 +79601,43 @@ a2i_ASN1_STRING
79574
79601
  a2i_GENERAL_NAME
79575
79602
  a2i_IPADDRESS
79576
79603
  a2i_IPADDRESS_NC
79604
+ ada_can_parse
79605
+ ada_free
79606
+ ada_free_owned_string
79607
+ ada_get_components
79608
+ ada_get_hash
79609
+ ada_get_host
79610
+ ada_get_hostname
79611
+ ada_get_href
79612
+ ada_get_origin
79613
+ ada_get_password
79614
+ ada_get_pathname
79615
+ ada_get_port
79616
+ ada_get_protocol
79617
+ ada_get_search
79618
+ ada_get_username
79619
+ ada_has_credentials
79620
+ ada_has_empty_hostname
79621
+ ada_has_hash
79622
+ ada_has_hostname
79623
+ ada_has_non_empty_password
79624
+ ada_has_non_empty_username
79625
+ ada_has_password
79626
+ ada_has_port
79627
+ ada_has_search
79628
+ ada_is_valid
79629
+ ada_parse
79630
+ ada_set_hash
79631
+ ada_set_host
79632
+ ada_set_hostname
79633
+ ada_set_href
79634
+ ada_set_password
79635
+ ada_set_pathname
79636
+ ada_set_port
79637
+ ada_set_protocol
79638
+ ada_set_search
79639
+ ada_set_username
79640
+ ada_string_create
79577
79641
  adler32
79578
79642
  adler32_combine
79579
79643
  adler32_combine64
@@ -505,6 +505,9 @@ struct IsolateSettings {
505
505
  // feature during the build step by passing the --disable-shared-readonly-heap
506
506
  // flag to the configure script.
507
507
  //
508
+ // The snapshot *must* be kept alive during the execution of the Isolate
509
+ // that was created using it.
510
+ //
508
511
  // Snapshots are an *experimental* feature. In particular, the embedder API
509
512
  // exposed through this class is subject to change or removal between Node.js
510
513
  // versions, including possible API and ABI breakage.
@@ -1237,9 +1240,11 @@ NODE_EXTERN void AddLinkedBinding(Environment* env,
1237
1240
  const char* name,
1238
1241
  addon_context_register_func fn,
1239
1242
  void* priv);
1240
- NODE_EXTERN void AddLinkedBinding(Environment* env,
1241
- const char* name,
1242
- napi_addon_register_func fn);
1243
+ NODE_EXTERN void AddLinkedBinding(
1244
+ Environment* env,
1245
+ const char* name,
1246
+ napi_addon_register_func fn,
1247
+ int32_t module_api_version = NODE_API_DEFAULT_MODULE_API_VERSION);
1243
1248
 
1244
1249
  /* Registers a callback with the passed-in Environment instance. The callback
1245
1250
  * is called after the event loop exits, but before the VM is disposed.
@@ -30,6 +30,7 @@ struct uv_loop_s; // Forward declaration.
30
30
 
31
31
  typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
32
32
  napi_value exports);
33
+ typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)();
33
34
 
34
35
  // Used by deprecated registration method napi_module_register.
35
36
  typedef struct napi_module {
@@ -54,11 +55,20 @@ typedef struct napi_module {
54
55
  #define NAPI_MODULE_INITIALIZER_BASE napi_register_module_v
55
56
  #endif
56
57
 
58
+ #define NODE_API_MODULE_GET_API_VERSION_BASE node_api_module_get_api_version_v
59
+
57
60
  #define NAPI_MODULE_INITIALIZER \
58
61
  NAPI_MODULE_INITIALIZER_X(NAPI_MODULE_INITIALIZER_BASE, NAPI_MODULE_VERSION)
59
62
 
63
+ #define NODE_API_MODULE_GET_API_VERSION \
64
+ NAPI_MODULE_INITIALIZER_X(NODE_API_MODULE_GET_API_VERSION_BASE, \
65
+ NAPI_MODULE_VERSION)
66
+
60
67
  #define NAPI_MODULE_INIT() \
61
68
  EXTERN_C_START \
69
+ NAPI_MODULE_EXPORT int32_t NODE_API_MODULE_GET_API_VERSION() { \
70
+ return NAPI_VERSION; \
71
+ } \
62
72
  NAPI_MODULE_EXPORT napi_value NAPI_MODULE_INITIALIZER(napi_env env, \
63
73
  napi_value exports); \
64
74
  EXTERN_C_END \
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
- #define NODE_MINOR_VERSION 1
26
+ #define NODE_MINOR_VERSION 2
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -93,6 +93,10 @@
93
93
 
94
94
  // The NAPI_VERSION provided by this version of the runtime. This is the version
95
95
  // which the Node binary being built supports.
96
- #define NAPI_VERSION 8
96
+ #define NAPI_VERSION 8
97
+
98
+ // Node API modules use NAPI_VERSION 8 by default if it is not explicitly
99
+ // specified. It must be always 8.
100
+ #define NODE_API_DEFAULT_MODULE_API_VERSION 8
97
101
 
98
102
  #endif // SRC_NODE_VERSION_H_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v20.1.0",
3
+ "version": "v20.2.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"