node-aix-ppc64 16.19.1 → 16.20.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 +39 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +76 -75
- package/include/node/node.exp +254 -24
- package/include/node/node_version.h +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td valign="top">
|
|
12
|
+
<a href="#16.20.0">16.20.0</a><br/>
|
|
12
13
|
<a href="#16.19.1">16.19.1</a><br/>
|
|
13
14
|
<a href="#16.19.0">16.19.0</a><br/>
|
|
14
15
|
<a href="#16.18.1">16.18.1</a><br/>
|
|
@@ -68,6 +69,44 @@
|
|
|
68
69
|
* [io.js](CHANGELOG_IOJS.md)
|
|
69
70
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
70
71
|
|
|
72
|
+
<a id="16.20.0"></a>
|
|
73
|
+
|
|
74
|
+
## 2023-03-29, Version 16.20.0 'Gallium' (LTS), @BethGriggs
|
|
75
|
+
|
|
76
|
+
### Notable Changes
|
|
77
|
+
|
|
78
|
+
* **deps:**
|
|
79
|
+
* update undici to 5.20.0 (Node.js GitHub Bot) [#46711](https://github.com/nodejs/node/pull/46711)
|
|
80
|
+
* update c-ares to 1.19.0 (Michaël Zasso) [#46415](https://github.com/nodejs/node/pull/46415)
|
|
81
|
+
* upgrade npm to 8.19.4 (npm team) [#46677](https://github.com/nodejs/node/pull/46677)
|
|
82
|
+
* update corepack to 0.17.0 (Node.js GitHub Bot) [#46842](https://github.com/nodejs/node/pull/46842)
|
|
83
|
+
* **(SEMVER-MINOR)** **src**: add support for externally shared js builtins (Michael Dawson) [#44376](https://github.com/nodejs/node/pull/44376)
|
|
84
|
+
|
|
85
|
+
### Commits
|
|
86
|
+
|
|
87
|
+
* \[[`de6dd67790`](https://github.com/nodejs/node/commit/de6dd67790)] - **crypto**: avoid hang when no algorithm available (Richard Lau) [#46237](https://github.com/nodejs/node/pull/46237)
|
|
88
|
+
* \[[`4617512788`](https://github.com/nodejs/node/commit/4617512788)] - **crypto**: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) [#46185](https://github.com/nodejs/node/pull/46185)
|
|
89
|
+
* \[[`24972164fc`](https://github.com/nodejs/node/commit/24972164fc)] - **deps**: update undici to 5.20.0 (Node.js GitHub Bot) [#46711](https://github.com/nodejs/node/pull/46711)
|
|
90
|
+
* \[[`85f88c6a8d`](https://github.com/nodejs/node/commit/85f88c6a8d)] - **deps**: V8: cherry-pick 90be99fab31c (Michaël Zasso) [#46646](https://github.com/nodejs/node/pull/46646)
|
|
91
|
+
* \[[`b4ebe6d47b`](https://github.com/nodejs/node/commit/b4ebe6d47b)] - **deps**: update c-ares to 1.19.0 (Michaël Zasso) [#46415](https://github.com/nodejs/node/pull/46415)
|
|
92
|
+
* \[[`56cbc7fdda`](https://github.com/nodejs/node/commit/56cbc7fdda)] - **deps**: V8: cherry-pick c2792e58035f (Jiawen Geng) [#44961](https://github.com/nodejs/node/pull/44961)
|
|
93
|
+
* \[[`7af9bdb31e`](https://github.com/nodejs/node/commit/7af9bdb31e)] - **deps**: upgrade npm to 8.19.4 (npm team) [#46677](https://github.com/nodejs/node/pull/46677)
|
|
94
|
+
* \[[`962a7471b5`](https://github.com/nodejs/node/commit/962a7471b5)] - **deps**: update corepack to 0.17.0 (Node.js GitHub Bot) [#46842](https://github.com/nodejs/node/pull/46842)
|
|
95
|
+
* \[[`748bc96e35`](https://github.com/nodejs/node/commit/748bc96e35)] - **deps**: update corepack to 0.16.0 (Node.js GitHub Bot) [#46710](https://github.com/nodejs/node/pull/46710)
|
|
96
|
+
* \[[`a467782499`](https://github.com/nodejs/node/commit/a467782499)] - **deps**: update corepack to 0.15.3 (Node.js GitHub Bot) [#46037](https://github.com/nodejs/node/pull/46037)
|
|
97
|
+
* \[[`1913b6763d`](https://github.com/nodejs/node/commit/1913b6763d)] - **deps**: update corepack to 0.15.2 (Node.js GitHub Bot) [#45635](https://github.com/nodejs/node/pull/45635)
|
|
98
|
+
* \[[`809371a15f`](https://github.com/nodejs/node/commit/809371a15f)] - **module**: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) [#45147](https://github.com/nodejs/node/pull/45147)
|
|
99
|
+
* \[[`086bb2f8d4`](https://github.com/nodejs/node/commit/086bb2f8d4)] - _**Revert**_ "**src**: let http2 streams end after session close" (Rich Trott) [#46721](https://github.com/nodejs/node/pull/46721)
|
|
100
|
+
* \[[`6a01d39120`](https://github.com/nodejs/node/commit/6a01d39120)] - **(SEMVER-MINOR)** **src**: add support for externally shared js builtins (Michael Dawson) [#44376](https://github.com/nodejs/node/pull/44376)
|
|
101
|
+
* \[[`d081032a60`](https://github.com/nodejs/node/commit/d081032a60)] - **test**: fix test-net-connect-reset-until-connected (Vita Batrla) [#46781](https://github.com/nodejs/node/pull/46781)
|
|
102
|
+
* \[[`efe1be47ec`](https://github.com/nodejs/node/commit/efe1be47ec)] - **test**: skip test depending on `overlapped-checker` when not available (Antoine du Hamel) [#45015](https://github.com/nodejs/node/pull/45015)
|
|
103
|
+
* \[[`fc47d58abe`](https://github.com/nodejs/node/commit/fc47d58abe)] - **test**: remove cjs loader from stack traces (Geoffrey Booth) [#44197](https://github.com/nodejs/node/pull/44197)
|
|
104
|
+
* \[[`cf76d0790d`](https://github.com/nodejs/node/commit/cf76d0790d)] - **test**: fix WPT title when no META title is present (Filip Skokan) [#46804](https://github.com/nodejs/node/pull/46804)
|
|
105
|
+
* \[[`0d1485b924`](https://github.com/nodejs/node/commit/0d1485b924)] - **test**: fix default WPT titles (Filip Skokan) [#46778](https://github.com/nodejs/node/pull/46778)
|
|
106
|
+
* \[[`088e9cde3d`](https://github.com/nodejs/node/commit/088e9cde3d)] - **test**: add WPTRunner support for variants and generating WPT reports (Filip Skokan) [#46498](https://github.com/nodejs/node/pull/46498)
|
|
107
|
+
* \[[`908c4dff44`](https://github.com/nodejs/node/commit/908c4dff44)] - **test**: mark test-crypto-key-objects flaky on Linux (Richard Lau) [#46684](https://github.com/nodejs/node/pull/46684)
|
|
108
|
+
* \[[`768e56227e`](https://github.com/nodejs/node/commit/768e56227e)] - **tools**: make `utils.SearchFiles` deterministic (Bruno Pitrus) [#44496](https://github.com/nodejs/node/pull/44496)
|
|
109
|
+
|
|
71
110
|
<a id="16.19.1"></a>
|
|
72
111
|
|
|
73
112
|
## 2023-02-16, Version 16.19.1 'Gallium' (LTS), @richardlau
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
'libdir': 'lib',
|
|
23
23
|
'llvm_version': '0.0',
|
|
24
24
|
'napi_build_version': '8',
|
|
25
|
+
'node_builtin_shareable_builtins': ['deps/cjs-module-lexer/lexer.js', 'deps/cjs-module-lexer/dist/lexer.js', 'deps/undici/undici.js'],
|
|
25
26
|
'node_byteorder': 'big',
|
|
26
27
|
'node_debug_lib': 'false',
|
|
27
28
|
'node_enable_d8': 'false',
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
'lib/_tls_common.js',
|
|
43
44
|
'lib/_tls_wrap.js',
|
|
44
45
|
'lib/assert.js',
|
|
46
|
+
'lib/assert/strict.js',
|
|
45
47
|
'lib/async_hooks.js',
|
|
46
48
|
'lib/buffer.js',
|
|
47
49
|
'lib/child_process.js',
|
|
@@ -52,87 +54,22 @@
|
|
|
52
54
|
'lib/dgram.js',
|
|
53
55
|
'lib/diagnostics_channel.js',
|
|
54
56
|
'lib/dns.js',
|
|
57
|
+
'lib/dns/promises.js',
|
|
55
58
|
'lib/domain.js',
|
|
56
59
|
'lib/events.js',
|
|
57
60
|
'lib/fs.js',
|
|
61
|
+
'lib/fs/promises.js',
|
|
58
62
|
'lib/http.js',
|
|
59
63
|
'lib/http2.js',
|
|
60
64
|
'lib/https.js',
|
|
61
65
|
'lib/inspector.js',
|
|
62
|
-
'lib/module.js',
|
|
63
|
-
'lib/net.js',
|
|
64
|
-
'lib/os.js',
|
|
65
|
-
'lib/path.js',
|
|
66
|
-
'lib/perf_hooks.js',
|
|
67
|
-
'lib/process.js',
|
|
68
|
-
'lib/punycode.js',
|
|
69
|
-
'lib/querystring.js',
|
|
70
|
-
'lib/readline.js',
|
|
71
|
-
'lib/repl.js',
|
|
72
|
-
'lib/stream.js',
|
|
73
|
-
'lib/string_decoder.js',
|
|
74
|
-
'lib/sys.js',
|
|
75
|
-
'lib/test.js',
|
|
76
|
-
'lib/timers.js',
|
|
77
|
-
'lib/tls.js',
|
|
78
|
-
'lib/trace_events.js',
|
|
79
|
-
'lib/tty.js',
|
|
80
|
-
'lib/url.js',
|
|
81
|
-
'lib/util.js',
|
|
82
|
-
'lib/v8.js',
|
|
83
|
-
'lib/vm.js',
|
|
84
|
-
'lib/wasi.js',
|
|
85
|
-
'lib/worker_threads.js',
|
|
86
|
-
'lib/zlib.js',
|
|
87
|
-
'lib/assert/strict.js',
|
|
88
|
-
'lib/dns/promises.js',
|
|
89
|
-
'lib/fs/promises.js',
|
|
90
66
|
'lib/internal/abort_controller.js',
|
|
91
67
|
'lib/internal/assert.js',
|
|
68
|
+
'lib/internal/assert/assertion_error.js',
|
|
69
|
+
'lib/internal/assert/calltracker.js',
|
|
92
70
|
'lib/internal/async_hooks.js',
|
|
93
71
|
'lib/internal/blob.js',
|
|
94
72
|
'lib/internal/blocklist.js',
|
|
95
|
-
'lib/internal/buffer.js',
|
|
96
|
-
'lib/internal/child_process.js',
|
|
97
|
-
'lib/internal/cli_table.js',
|
|
98
|
-
'lib/internal/constants.js',
|
|
99
|
-
'lib/internal/dgram.js',
|
|
100
|
-
'lib/internal/dtrace.js',
|
|
101
|
-
'lib/internal/encoding.js',
|
|
102
|
-
'lib/internal/error_serdes.js',
|
|
103
|
-
'lib/internal/errors.js',
|
|
104
|
-
'lib/internal/event_target.js',
|
|
105
|
-
'lib/internal/fixed_queue.js',
|
|
106
|
-
'lib/internal/freelist.js',
|
|
107
|
-
'lib/internal/freeze_intrinsics.js',
|
|
108
|
-
'lib/internal/heap_utils.js',
|
|
109
|
-
'lib/internal/histogram.js',
|
|
110
|
-
'lib/internal/http.js',
|
|
111
|
-
'lib/internal/idna.js',
|
|
112
|
-
'lib/internal/inspector_async_hook.js',
|
|
113
|
-
'lib/internal/js_stream_socket.js',
|
|
114
|
-
'lib/internal/linkedlist.js',
|
|
115
|
-
'lib/internal/net.js',
|
|
116
|
-
'lib/internal/options.js',
|
|
117
|
-
'lib/internal/priority_queue.js',
|
|
118
|
-
'lib/internal/promise_hooks.js',
|
|
119
|
-
'lib/internal/querystring.js',
|
|
120
|
-
'lib/internal/repl.js',
|
|
121
|
-
'lib/internal/socket_list.js',
|
|
122
|
-
'lib/internal/socketaddress.js',
|
|
123
|
-
'lib/internal/stream_base_commons.js',
|
|
124
|
-
'lib/internal/timers.js',
|
|
125
|
-
'lib/internal/trace_events_async_hooks.js',
|
|
126
|
-
'lib/internal/tty.js',
|
|
127
|
-
'lib/internal/url.js',
|
|
128
|
-
'lib/internal/util.js',
|
|
129
|
-
'lib/internal/v8_prof_polyfill.js',
|
|
130
|
-
'lib/internal/v8_prof_processor.js',
|
|
131
|
-
'lib/internal/validators.js',
|
|
132
|
-
'lib/internal/watchdog.js',
|
|
133
|
-
'lib/internal/worker.js',
|
|
134
|
-
'lib/internal/assert/assertion_error.js',
|
|
135
|
-
'lib/internal/assert/calltracker.js',
|
|
136
73
|
'lib/internal/bootstrap/environment.js',
|
|
137
74
|
'lib/internal/bootstrap/loaders.js',
|
|
138
75
|
'lib/internal/bootstrap/node.js',
|
|
@@ -141,7 +78,10 @@
|
|
|
141
78
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
142
79
|
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
143
80
|
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
81
|
+
'lib/internal/buffer.js',
|
|
82
|
+
'lib/internal/child_process.js',
|
|
144
83
|
'lib/internal/child_process/serialization.js',
|
|
84
|
+
'lib/internal/cli_table.js',
|
|
145
85
|
'lib/internal/cluster/child.js',
|
|
146
86
|
'lib/internal/cluster/primary.js',
|
|
147
87
|
'lib/internal/cluster/round_robin_handle.js',
|
|
@@ -150,6 +90,7 @@
|
|
|
150
90
|
'lib/internal/cluster/worker.js',
|
|
151
91
|
'lib/internal/console/constructor.js',
|
|
152
92
|
'lib/internal/console/global.js',
|
|
93
|
+
'lib/internal/constants.js',
|
|
153
94
|
'lib/internal/crypto/aes.js',
|
|
154
95
|
'lib/internal/crypto/certificate.js',
|
|
155
96
|
'lib/internal/crypto/cfrg.js',
|
|
@@ -173,8 +114,19 @@
|
|
|
173
114
|
'lib/internal/debugger/inspect.js',
|
|
174
115
|
'lib/internal/debugger/inspect_client.js',
|
|
175
116
|
'lib/internal/debugger/inspect_repl.js',
|
|
117
|
+
'lib/internal/dgram.js',
|
|
176
118
|
'lib/internal/dns/promises.js',
|
|
177
119
|
'lib/internal/dns/utils.js',
|
|
120
|
+
'lib/internal/dtrace.js',
|
|
121
|
+
'lib/internal/encoding.js',
|
|
122
|
+
'lib/internal/error_serdes.js',
|
|
123
|
+
'lib/internal/errors.js',
|
|
124
|
+
'lib/internal/event_target.js',
|
|
125
|
+
'lib/internal/fixed_queue.js',
|
|
126
|
+
'lib/internal/freelist.js',
|
|
127
|
+
'lib/internal/freeze_intrinsics.js',
|
|
128
|
+
'lib/internal/fs/cp/cp-sync.js',
|
|
129
|
+
'lib/internal/fs/cp/cp.js',
|
|
178
130
|
'lib/internal/fs/dir.js',
|
|
179
131
|
'lib/internal/fs/promises.js',
|
|
180
132
|
'lib/internal/fs/read_file_context.js',
|
|
@@ -183,12 +135,17 @@
|
|
|
183
135
|
'lib/internal/fs/sync_write_stream.js',
|
|
184
136
|
'lib/internal/fs/utils.js',
|
|
185
137
|
'lib/internal/fs/watchers.js',
|
|
186
|
-
'lib/internal/
|
|
187
|
-
'lib/internal/
|
|
138
|
+
'lib/internal/heap_utils.js',
|
|
139
|
+
'lib/internal/histogram.js',
|
|
140
|
+
'lib/internal/http.js',
|
|
188
141
|
'lib/internal/http2/compat.js',
|
|
189
142
|
'lib/internal/http2/core.js',
|
|
190
143
|
'lib/internal/http2/util.js',
|
|
144
|
+
'lib/internal/idna.js',
|
|
145
|
+
'lib/internal/inspector_async_hook.js',
|
|
146
|
+
'lib/internal/js_stream_socket.js',
|
|
191
147
|
'lib/internal/legacy/processbinding.js',
|
|
148
|
+
'lib/internal/linkedlist.js',
|
|
192
149
|
'lib/internal/main/check_syntax.js',
|
|
193
150
|
'lib/internal/main/eval_stdin.js',
|
|
194
151
|
'lib/internal/main/eval_string.js',
|
|
@@ -201,8 +158,6 @@
|
|
|
201
158
|
'lib/internal/main/test_runner.js',
|
|
202
159
|
'lib/internal/main/watch_mode.js',
|
|
203
160
|
'lib/internal/main/worker_thread.js',
|
|
204
|
-
'lib/internal/modules/package_json_reader.js',
|
|
205
|
-
'lib/internal/modules/run_main.js',
|
|
206
161
|
'lib/internal/modules/cjs/helpers.js',
|
|
207
162
|
'lib/internal/modules/cjs/loader.js',
|
|
208
163
|
'lib/internal/modules/esm/assert.js',
|
|
@@ -219,6 +174,10 @@
|
|
|
219
174
|
'lib/internal/modules/esm/package_config.js',
|
|
220
175
|
'lib/internal/modules/esm/resolve.js',
|
|
221
176
|
'lib/internal/modules/esm/translators.js',
|
|
177
|
+
'lib/internal/modules/package_json_reader.js',
|
|
178
|
+
'lib/internal/modules/run_main.js',
|
|
179
|
+
'lib/internal/net.js',
|
|
180
|
+
'lib/internal/options.js',
|
|
222
181
|
'lib/internal/per_context/domexception.js',
|
|
223
182
|
'lib/internal/per_context/messageport.js',
|
|
224
183
|
'lib/internal/per_context/primordials.js',
|
|
@@ -234,6 +193,7 @@
|
|
|
234
193
|
'lib/internal/perf/utils.js',
|
|
235
194
|
'lib/internal/policy/manifest.js',
|
|
236
195
|
'lib/internal/policy/sri.js',
|
|
196
|
+
'lib/internal/priority_queue.js',
|
|
237
197
|
'lib/internal/process/esm_loader.js',
|
|
238
198
|
'lib/internal/process/execution.js',
|
|
239
199
|
'lib/internal/process/per_thread.js',
|
|
@@ -244,16 +204,22 @@
|
|
|
244
204
|
'lib/internal/process/task_queues.js',
|
|
245
205
|
'lib/internal/process/warning.js',
|
|
246
206
|
'lib/internal/process/worker_thread_only.js',
|
|
207
|
+
'lib/internal/promise_hooks.js',
|
|
208
|
+
'lib/internal/querystring.js',
|
|
247
209
|
'lib/internal/readline/callbacks.js',
|
|
248
210
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
249
211
|
'lib/internal/readline/interface.js',
|
|
250
212
|
'lib/internal/readline/utils.js',
|
|
213
|
+
'lib/internal/repl.js',
|
|
251
214
|
'lib/internal/repl/await.js',
|
|
252
215
|
'lib/internal/repl/history.js',
|
|
253
216
|
'lib/internal/repl/utils.js',
|
|
217
|
+
'lib/internal/socket_list.js',
|
|
218
|
+
'lib/internal/socketaddress.js',
|
|
254
219
|
'lib/internal/source_map/prepare_stack_trace.js',
|
|
255
220
|
'lib/internal/source_map/source_map.js',
|
|
256
221
|
'lib/internal/source_map/source_map_cache.js',
|
|
222
|
+
'lib/internal/stream_base_commons.js',
|
|
257
223
|
'lib/internal/streams/add-abort-signal.js',
|
|
258
224
|
'lib/internal/streams/buffer_list.js',
|
|
259
225
|
'lib/internal/streams/compose.js',
|
|
@@ -279,21 +245,30 @@
|
|
|
279
245
|
'lib/internal/test_runner/tap_stream.js',
|
|
280
246
|
'lib/internal/test_runner/test.js',
|
|
281
247
|
'lib/internal/test_runner/utils.js',
|
|
248
|
+
'lib/internal/timers.js',
|
|
282
249
|
'lib/internal/tls/parse-cert-string.js',
|
|
283
250
|
'lib/internal/tls/secure-context.js',
|
|
284
251
|
'lib/internal/tls/secure-pair.js',
|
|
252
|
+
'lib/internal/trace_events_async_hooks.js',
|
|
253
|
+
'lib/internal/tty.js',
|
|
254
|
+
'lib/internal/url.js',
|
|
255
|
+
'lib/internal/util.js',
|
|
285
256
|
'lib/internal/util/colors.js',
|
|
286
257
|
'lib/internal/util/comparisons.js',
|
|
287
258
|
'lib/internal/util/debuglog.js',
|
|
288
259
|
'lib/internal/util/inspect.js',
|
|
289
260
|
'lib/internal/util/inspector.js',
|
|
290
261
|
'lib/internal/util/iterable_weak_map.js',
|
|
291
|
-
'lib/internal/util/types.js',
|
|
292
262
|
'lib/internal/util/parse_args/parse_args.js',
|
|
293
263
|
'lib/internal/util/parse_args/utils.js',
|
|
264
|
+
'lib/internal/util/types.js',
|
|
294
265
|
'lib/internal/v8/startup_snapshot.js',
|
|
266
|
+
'lib/internal/v8_prof_polyfill.js',
|
|
267
|
+
'lib/internal/v8_prof_processor.js',
|
|
268
|
+
'lib/internal/validators.js',
|
|
295
269
|
'lib/internal/vm/module.js',
|
|
296
270
|
'lib/internal/watch_mode/files_watcher.js',
|
|
271
|
+
'lib/internal/watchdog.js',
|
|
297
272
|
'lib/internal/webstreams/adapters.js',
|
|
298
273
|
'lib/internal/webstreams/compression.js',
|
|
299
274
|
'lib/internal/webstreams/encoding.js',
|
|
@@ -303,15 +278,41 @@
|
|
|
303
278
|
'lib/internal/webstreams/transformstream.js',
|
|
304
279
|
'lib/internal/webstreams/util.js',
|
|
305
280
|
'lib/internal/webstreams/writablestream.js',
|
|
281
|
+
'lib/internal/worker.js',
|
|
306
282
|
'lib/internal/worker/io.js',
|
|
307
283
|
'lib/internal/worker/js_transferable.js',
|
|
284
|
+
'lib/module.js',
|
|
285
|
+
'lib/net.js',
|
|
286
|
+
'lib/os.js',
|
|
287
|
+
'lib/path.js',
|
|
308
288
|
'lib/path/posix.js',
|
|
309
289
|
'lib/path/win32.js',
|
|
290
|
+
'lib/perf_hooks.js',
|
|
291
|
+
'lib/process.js',
|
|
292
|
+
'lib/punycode.js',
|
|
293
|
+
'lib/querystring.js',
|
|
294
|
+
'lib/readline.js',
|
|
295
|
+
'lib/repl.js',
|
|
296
|
+
'lib/stream.js',
|
|
310
297
|
'lib/stream/consumers.js',
|
|
311
298
|
'lib/stream/promises.js',
|
|
312
299
|
'lib/stream/web.js',
|
|
300
|
+
'lib/string_decoder.js',
|
|
301
|
+
'lib/sys.js',
|
|
302
|
+
'lib/test.js',
|
|
303
|
+
'lib/timers.js',
|
|
313
304
|
'lib/timers/promises.js',
|
|
314
|
-
'lib/
|
|
305
|
+
'lib/tls.js',
|
|
306
|
+
'lib/trace_events.js',
|
|
307
|
+
'lib/tty.js',
|
|
308
|
+
'lib/url.js',
|
|
309
|
+
'lib/util.js',
|
|
310
|
+
'lib/util/types.js',
|
|
311
|
+
'lib/v8.js',
|
|
312
|
+
'lib/vm.js',
|
|
313
|
+
'lib/wasi.js',
|
|
314
|
+
'lib/worker_threads.js',
|
|
315
|
+
'lib/zlib.js'],
|
|
315
316
|
'node_module_version': 93,
|
|
316
317
|
'node_no_browser_globals': 'false',
|
|
317
318
|
'node_prefix': '/',
|
package/include/node/node.exp
CHANGED
|
@@ -4109,6 +4109,25 @@ T_CString_integerToString_71
|
|
|
4109
4109
|
T_CString_stringToInteger_71
|
|
4110
4110
|
T_CString_toLowerCase_71
|
|
4111
4111
|
T_CString_toUpperCase_71
|
|
4112
|
+
T_FileStream_close
|
|
4113
|
+
T_FileStream_eof
|
|
4114
|
+
T_FileStream_error
|
|
4115
|
+
T_FileStream_file_exists
|
|
4116
|
+
T_FileStream_getc
|
|
4117
|
+
T_FileStream_open
|
|
4118
|
+
T_FileStream_peek
|
|
4119
|
+
T_FileStream_putc
|
|
4120
|
+
T_FileStream_read
|
|
4121
|
+
T_FileStream_readLine
|
|
4122
|
+
T_FileStream_remove
|
|
4123
|
+
T_FileStream_rewind
|
|
4124
|
+
T_FileStream_size
|
|
4125
|
+
T_FileStream_stderr
|
|
4126
|
+
T_FileStream_stdin
|
|
4127
|
+
T_FileStream_stdout
|
|
4128
|
+
T_FileStream_ungetc
|
|
4129
|
+
T_FileStream_write
|
|
4130
|
+
T_FileStream_writeLine
|
|
4112
4131
|
UCNV_FROM_U_CALLBACK_ESCAPE_71
|
|
4113
4132
|
UCNV_FROM_U_CALLBACK_SKIP_71
|
|
4114
4133
|
UCNV_FROM_U_CALLBACK_STOP_71
|
|
@@ -4900,15 +4919,15 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
|
4900
4919
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
4901
4920
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
4902
4921
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
4903
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
4904
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
4905
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
4906
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
4907
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
4908
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
4909
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
4910
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
4911
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
4922
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0xb29f9a4cceede50d
|
|
4923
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0xe5a8d3ced1dbb808
|
|
4924
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x1f73190c50b6645a
|
|
4925
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xc8600150173b741
|
|
4926
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0xbd6713d059aa84a
|
|
4927
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x2e09094f8da452a2
|
|
4928
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0xb96c65811eb49ae7
|
|
4929
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x8a254ac221002549
|
|
4930
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0x5a61d50096f05437
|
|
4912
4931
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
4913
4932
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
4914
4933
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -5906,10 +5925,10 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
|
|
|
5906
5925
|
_GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
5907
5926
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
5908
5927
|
_GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
|
|
5909
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
5910
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
5911
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.
|
|
5912
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
5928
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0x40ac62e1bd3aca41
|
|
5929
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x2b2a84e08db2af7d
|
|
5930
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0x6ed58fa17718951e
|
|
5931
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0xde4dc96e17024c5e
|
|
5913
5932
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
5914
5933
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
5915
5934
|
_HZData_71
|
|
@@ -5998,6 +6017,7 @@ _Z21_register_stream_pipev
|
|
|
5998
6017
|
_Z21_register_stream_wrapv
|
|
5999
6018
|
_Z21mixedMeasuresToMicrosRKN6icu_7116MaybeStackVectorINS_7MeasureELi8EEEPNS_6number4impl15DecimalQuantityEPNS6_10MicroPropsE10UErrorCode
|
|
6000
6019
|
_Z21ulocimp_getCountry_71PKcPS0_R10UErrorCode
|
|
6020
|
+
_Z21uprv_dummyFunction_TUv
|
|
6001
6021
|
_Z22_register_process_wrapv
|
|
6002
6022
|
_Z22_register_trace_eventsv
|
|
6003
6023
|
_Z22ulocimp_getLanguage_71PKcPS0_R10UErrorCode
|
|
@@ -14331,6 +14351,7 @@ _ZN2v88internal17AccessorAssembler19HandleStoreAccessorEPKNS1_17StoreICParameter
|
|
|
14331
14351
|
_ZN2v88internal17AccessorAssembler19LoadDescriptorValueENS0_5TNodeINS0_3MapEEENS2_INS0_7IntPtrTEEE
|
|
14332
14352
|
_ZN2v88internal17AccessorAssembler20GenerateKeyedStoreICEv
|
|
14333
14353
|
_ZN2v88internal17AccessorAssembler20GenerateLoadGlobalICENS0_10TypeofModeE
|
|
14354
|
+
_ZN2v88internal17AccessorAssembler20LazyLoadICParametersC1EPKNS1_16LoadICParametersE
|
|
14334
14355
|
_ZN2v88internal17AccessorAssembler20LoadHandlerDataFieldENS0_5TNodeINS0_11DataHandlerEEEi
|
|
14335
14356
|
_ZN2v88internal17AccessorAssembler21GenerateCloneObjectICEv
|
|
14336
14357
|
_ZN2v88internal17AccessorAssembler21GenerateStoreGlobalICEv
|
|
@@ -14501,6 +14522,7 @@ _ZN2v88internal17CodeStubAssembler10UpdateWordENS0_5TNodeINS0_5WordTEEENS2_INS0_
|
|
|
14501
14522
|
_ZN2v88internal17CodeStubAssembler11AllocateRawENS0_5TNodeINS0_7IntPtrTEEENS_4base5FlagsINS1_14AllocationFlagEiEENS2_INS0_7RawPtrTEEESA_
|
|
14502
14523
|
_ZN2v88internal17CodeStubAssembler11ArrayCreateENS0_5TNodeINS0_7ContextEEENS2_INS0_6UnionTINS0_3SmiENS0_10HeapNumberEEEEE
|
|
14503
14524
|
_ZN2v88internal17CodeStubAssembler11CallBuiltinIJNS0_5TNodeINS0_6ObjectEEEEEES5_NS0_7BuiltinES5_DpT_
|
|
14525
|
+
_ZN2v88internal17CodeStubAssembler11CallBuiltinIJNS0_5TNodeINS0_6ObjectEEES5_EEES5_NS0_7BuiltinES5_DpT_
|
|
14504
14526
|
_ZN2v88internal17CodeStubAssembler11CallBuiltinIJNS0_5TNodeINS0_6ObjectEEES5_S5_EEES5_NS0_7BuiltinES5_DpT_
|
|
14505
14527
|
_ZN2v88internal17CodeStubAssembler11Float64CeilENS0_5TNodeINS0_8Float64TEEE
|
|
14506
14528
|
_ZN2v88internal17CodeStubAssembler11GetPropertyENS0_5TNodeINS0_7ContextEEENS2_INS0_6ObjectEEENS0_6HandleINS0_4NameEEE
|
|
@@ -32805,20 +32827,12 @@ _ZN2v88internal8compiler13CodeAssembler9IntPtrSubENS0_5TNodeINS0_5WordTEEES5_
|
|
|
32805
32827
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10HeapObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32806
32828
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSFunctionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32807
32829
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSReceiverEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32808
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_11TaggedIndexEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32809
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_13NativeContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32810
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FeedbackVectorEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32811
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FixedArrayBaseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32812
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_16JSWeakCollectionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32813
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_22JSAsyncGeneratorObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32814
32830
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_3SmiEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32815
32831
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6ObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32816
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6StringEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32817
32832
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6UnionTINS0_3SmiENS0_10HeapNumberEEEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32818
32833
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7ContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32819
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7JSArrayEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32820
32834
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_8JSObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32821
|
-
|
|
32835
|
+
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_9JSPromiseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
32822
32836
|
_ZN2v88internal8compiler13CodeAssembler9StoreRootENS0_9RootIndexENS0_5TNodeINS0_6ObjectEEE
|
|
32823
32837
|
_ZN2v88internal8compiler13CodeAssembler9Word32AndENS0_5TNodeINS0_7Word32TEEES5_
|
|
32824
32838
|
_ZN2v88internal8compiler13CodeAssembler9Word32ClzENS0_5TNodeINS0_7Word32TEEE
|
|
@@ -41754,6 +41768,7 @@ _ZN2v88internal9ExitFrame23GetStateForFramePointerEmPNS0_10StackFrame5StateE
|
|
|
41754
41768
|
_ZN2v88internal9ExitFrame9FillStateEmmPNS0_10StackFrame5StateE
|
|
41755
41769
|
_ZN2v88internal9ExitFrameD0Ev
|
|
41756
41770
|
_ZN2v88internal9ExitFrameD1Ev
|
|
41771
|
+
_ZN2v88internal9ExitPoint6ReturnENS0_5TNodeINS0_6ObjectEEE
|
|
41757
41772
|
_ZN2v88internal9Extract_0EPNS0_8compiler18CodeAssemblerStateENS0_5TNodeINS0_7ContextEEENS4_INS0_10FixedArrayEEENS4_INS0_3SmiEEESA_SA_
|
|
41758
41773
|
_ZN2v88internal9Extract_1EPNS0_8compiler18CodeAssemblerStateENS0_5TNodeINS0_7ContextEEENS4_INS0_14FixedArrayBaseEEENS4_INS0_3SmiEEESA_SA_
|
|
41759
41774
|
_ZN2v88internal9FLAG_helpE
|
|
@@ -46045,6 +46060,7 @@ _ZN4node8builtins13BuiltinLoader16LookupAndCompileEN2v85LocalINS2_7ContextEEEPKc
|
|
|
46045
46060
|
_ZN4node8builtins13BuiltinLoader17LoadBuiltinSourceEPN2v87IsolateEPKc
|
|
46046
46061
|
_ZN4node8builtins13BuiltinLoader19GetCannotBeRequiredB5cxx11Ev
|
|
46047
46062
|
_ZN4node8builtins13BuiltinLoader20LoadJavaScriptSourceEv
|
|
46063
|
+
_ZN4node8builtins13BuiltinLoader22AddExternalizedBuiltinEPKcS3_
|
|
46048
46064
|
_ZN4node8builtins13BuiltinLoader27InitializeBuiltinCategoriesEv
|
|
46049
46065
|
_ZN4node8builtins13BuiltinLoader3AddEPKcRKNS_10UnionBytesE
|
|
46050
46066
|
_ZN4node8builtins13BuiltinLoader6ExistsEPKc
|
|
@@ -47267,6 +47283,21 @@ _ZN6icu_7110UCharsTrieD2Ev
|
|
|
47267
47283
|
_ZN6icu_7110UStringSetD0Ev
|
|
47268
47284
|
_ZN6icu_7110UStringSetD1Ev
|
|
47269
47285
|
_ZN6icu_7110UStringSetD2Ev
|
|
47286
|
+
_ZN6icu_7110UXMLParser11scanContentER10UErrorCode
|
|
47287
|
+
_ZN6icu_7110UXMLParser12createParserER10UErrorCode
|
|
47288
|
+
_ZN6icu_7110UXMLParser13createElementERNS_12RegexMatcherER10UErrorCode
|
|
47289
|
+
_ZN6icu_7110UXMLParser15replaceCharRefsERNS_13UnicodeStringER10UErrorCode
|
|
47290
|
+
_ZN6icu_7110UXMLParser16getStaticClassIDEv
|
|
47291
|
+
_ZN6icu_7110UXMLParser5errorEPKcR10UErrorCode
|
|
47292
|
+
_ZN6icu_7110UXMLParser5parseERKNS_13UnicodeStringER10UErrorCode
|
|
47293
|
+
_ZN6icu_7110UXMLParser6internERKNS_13UnicodeStringER10UErrorCode
|
|
47294
|
+
_ZN6icu_7110UXMLParser9parseFileEPKcR10UErrorCode
|
|
47295
|
+
_ZN6icu_7110UXMLParser9parseMiscER10UErrorCode
|
|
47296
|
+
_ZN6icu_7110UXMLParserC1ER10UErrorCode
|
|
47297
|
+
_ZN6icu_7110UXMLParserC2ER10UErrorCode
|
|
47298
|
+
_ZN6icu_7110UXMLParserD0Ev
|
|
47299
|
+
_ZN6icu_7110UXMLParserD1Ev
|
|
47300
|
+
_ZN6icu_7110UXMLParserD2Ev
|
|
47270
47301
|
_ZN6icu_7110UnicodeSet10complementERKNS_13UnicodeStringE
|
|
47271
47302
|
_ZN6icu_7110UnicodeSet10complementEi
|
|
47272
47303
|
_ZN6icu_7110UnicodeSet10complementEii
|
|
@@ -47924,6 +47955,12 @@ _ZN6icu_7111TextTrieMapC2EaPFvPvE
|
|
|
47924
47955
|
_ZN6icu_7111TextTrieMapD0Ev
|
|
47925
47956
|
_ZN6icu_7111TextTrieMapD1Ev
|
|
47926
47957
|
_ZN6icu_7111TextTrieMapD2Ev
|
|
47958
|
+
_ZN6icu_7111UXMLElement16getStaticClassIDEv
|
|
47959
|
+
_ZN6icu_7111UXMLElementC1EPKNS_10UXMLParserEPKNS_13UnicodeStringER10UErrorCode
|
|
47960
|
+
_ZN6icu_7111UXMLElementC2EPKNS_10UXMLParserEPKNS_13UnicodeStringER10UErrorCode
|
|
47961
|
+
_ZN6icu_7111UXMLElementD0Ev
|
|
47962
|
+
_ZN6icu_7111UXMLElementD1Ev
|
|
47963
|
+
_ZN6icu_7111UXMLElementD2Ev
|
|
47927
47964
|
_ZN6icu_7111defaultLSTME11UScriptCodeR10UErrorCode
|
|
47928
47965
|
_ZN6icu_7111gStaticSetsE
|
|
47929
47966
|
_ZN6icu_7112ArgExtractorC1ERKNS_12NumberFormatERKNS_11FormattableER10UErrorCode
|
|
@@ -48174,6 +48211,21 @@ _ZN6icu_7112PluralFormataSERKS0_
|
|
|
48174
48211
|
_ZN6icu_7112PossibleWord10candidatesEP5UTextPNS_17DictionaryMatcherEi
|
|
48175
48212
|
_ZN6icu_7112PossibleWord12acceptMarkedEP5UText
|
|
48176
48213
|
_ZN6icu_7112PossibleWord6backUpEP5UText
|
|
48214
|
+
_ZN6icu_7112PreparsedUCD10firstFieldEv
|
|
48215
|
+
_ZN6icu_7112PreparsedUCD11parseStringEPKcRNS_13UnicodeStringER10UErrorCode
|
|
48216
|
+
_ZN6icu_7112PreparsedUCD13parsePropertyERNS_8UniPropsEPKcRNS_10UnicodeSetER10UErrorCode
|
|
48217
|
+
_ZN6icu_7112PreparsedUCD14parseCodePointEPKcR10UErrorCode
|
|
48218
|
+
_ZN6icu_7112PreparsedUCD15kNumLineBuffersE
|
|
48219
|
+
_ZN6icu_7112PreparsedUCD19getRangeForAlgNamesERiS1_R10UErrorCode
|
|
48220
|
+
_ZN6icu_7112PreparsedUCD19parseCodePointRangeEPKcRiS3_R10UErrorCode
|
|
48221
|
+
_ZN6icu_7112PreparsedUCD21parseScriptExtensionsEPKcRNS_10UnicodeSetER10UErrorCode
|
|
48222
|
+
_ZN6icu_7112PreparsedUCD8getPropsERNS_10UnicodeSetER10UErrorCode
|
|
48223
|
+
_ZN6icu_7112PreparsedUCD8readLineER10UErrorCode
|
|
48224
|
+
_ZN6icu_7112PreparsedUCD9nextFieldEv
|
|
48225
|
+
_ZN6icu_7112PreparsedUCDC1EPKcR10UErrorCode
|
|
48226
|
+
_ZN6icu_7112PreparsedUCDC2EPKcR10UErrorCode
|
|
48227
|
+
_ZN6icu_7112PreparsedUCDD1Ev
|
|
48228
|
+
_ZN6icu_7112PreparsedUCDD2Ev
|
|
48177
48229
|
_ZN6icu_7112PropNameData10bytesTriesE
|
|
48178
48230
|
_ZN6icu_7112PropNameData10nameGroupsE
|
|
48179
48231
|
_ZN6icu_7112PropNameData12containsNameERNS_9BytesTrieEPKc
|
|
@@ -48420,6 +48472,9 @@ _ZN6icu_7113CanonIterDataD2Ev
|
|
|
48420
48472
|
_ZN6icu_7113CharacterNode12deleteValuesEPFvPvE
|
|
48421
48473
|
_ZN6icu_7113CharacterNode5clearEv
|
|
48422
48474
|
_ZN6icu_7113CharacterNode8addValueEPvPFvS1_ER10UErrorCode
|
|
48475
|
+
_ZN6icu_7113CollationInfo10printSizesEiPKi
|
|
48476
|
+
_ZN6icu_7113CollationInfo13getDataLengthEPKii
|
|
48477
|
+
_ZN6icu_7113CollationInfo18printReorderRangesERKNS_13CollationDataEPKii
|
|
48423
48478
|
_ZN6icu_7113CollationKeys13LevelCallback11needToWriteENS_9Collation5LevelE
|
|
48424
48479
|
_ZN6icu_7113CollationKeys13LevelCallbackD0Ev
|
|
48425
48480
|
_ZN6icu_7113CollationKeys13LevelCallbackD1Ev
|
|
@@ -48696,6 +48751,9 @@ _ZN6icu_7113ParsePositionD2Ev
|
|
|
48696
48751
|
_ZN6icu_7113PluralMapBase10toCategoryEPKc
|
|
48697
48752
|
_ZN6icu_7113PluralMapBase10toCategoryERKNS_13UnicodeStringE
|
|
48698
48753
|
_ZN6icu_7113PluralMapBase15getCategoryNameENS0_8CategoryE
|
|
48754
|
+
_ZN6icu_7113PropertyNamesD0Ev
|
|
48755
|
+
_ZN6icu_7113PropertyNamesD1Ev
|
|
48756
|
+
_ZN6icu_7113PropertyNamesD2Ev
|
|
48699
48757
|
_ZN6icu_7113ResourceValueD0Ev
|
|
48700
48758
|
_ZN6icu_7113ResourceValueD1Ev
|
|
48701
48759
|
_ZN6icu_7113ResourceValueD2Ev
|
|
@@ -49565,6 +49623,9 @@ _ZN6icu_7115UnhandledEngineD2Ev
|
|
|
49565
49623
|
_ZN6icu_7115UnicodeReplacerD0Ev
|
|
49566
49624
|
_ZN6icu_7115UnicodeReplacerD1Ev
|
|
49567
49625
|
_ZN6icu_7115UnicodeReplacerD2Ev
|
|
49626
|
+
_ZN6icu_7115ValueNameGetterD0Ev
|
|
49627
|
+
_ZN6icu_7115ValueNameGetterD1Ev
|
|
49628
|
+
_ZN6icu_7115ValueNameGetterD2Ev
|
|
49568
49629
|
_ZN6icu_7115getUnitQuantityERKNS_15MeasureUnitImplER10UErrorCode
|
|
49569
49630
|
_ZN6icu_7115makeBogusLocaleEv
|
|
49570
49631
|
_ZN6icu_7116BuddhistCalendar16getStaticClassIDEv
|
|
@@ -49693,6 +49754,9 @@ _ZN6icu_7116FunctionReplacerC2ERKS0_
|
|
|
49693
49754
|
_ZN6icu_7116FunctionReplacerD0Ev
|
|
49694
49755
|
_ZN6icu_7116FunctionReplacerD1Ev
|
|
49695
49756
|
_ZN6icu_7116FunctionReplacerD2Ev
|
|
49757
|
+
_ZN6icu_7116IcuToolErrorCodeD0Ev
|
|
49758
|
+
_ZN6icu_7116IcuToolErrorCodeD1Ev
|
|
49759
|
+
_ZN6icu_7116IcuToolErrorCodeD2Ev
|
|
49696
49760
|
_ZN6icu_7116JapaneseCalendar13getCurrentEraEv
|
|
49697
49761
|
_ZN6icu_7116JapaneseCalendar16getStaticClassIDEv
|
|
49698
49762
|
_ZN6icu_7116JapaneseCalendar18enableTentativeEraEv
|
|
@@ -52645,6 +52709,36 @@ _ZN6icu_717MeasureD0Ev
|
|
|
52645
52709
|
_ZN6icu_717MeasureD1Ev
|
|
52646
52710
|
_ZN6icu_717MeasureD2Ev
|
|
52647
52711
|
_ZN6icu_717MeasureaSERKS0_
|
|
52712
|
+
_ZN6icu_717Package10removeItemEi
|
|
52713
|
+
_ZN6icu_717Package11allocStringEai
|
|
52714
|
+
_ZN6icu_717Package11extractItemEPKcS2_ic
|
|
52715
|
+
_ZN6icu_717Package11extractItemEPKcic
|
|
52716
|
+
_ZN6icu_717Package11readPackageEPKc
|
|
52717
|
+
_ZN6icu_717Package11removeItemsEPKc
|
|
52718
|
+
_ZN6icu_717Package11removeItemsERKS0_
|
|
52719
|
+
_ZN6icu_717Package12extractItemsEPKcRKS0_c
|
|
52720
|
+
_ZN6icu_717Package12extractItemsEPKcS2_c
|
|
52721
|
+
_ZN6icu_717Package12findNextItemEv
|
|
52722
|
+
_ZN6icu_717Package12setMatchModeEj
|
|
52723
|
+
_ZN6icu_717Package12writePackageEPKccS2_
|
|
52724
|
+
_ZN6icu_717Package15checkDependencyEPvPKcS3_
|
|
52725
|
+
_ZN6icu_717Package15setItemCapacityEi
|
|
52726
|
+
_ZN6icu_717Package16enumDependenciesEPNS_4ItemEPvPFvS3_PKcS5_E
|
|
52727
|
+
_ZN6icu_717Package16enumDependenciesEPvPFvS1_PKcS3_E
|
|
52728
|
+
_ZN6icu_717Package17checkDependenciesEv
|
|
52729
|
+
_ZN6icu_717Package18ensureItemCapacityEv
|
|
52730
|
+
_ZN6icu_717Package7addFileEPKcS2_
|
|
52731
|
+
_ZN6icu_717Package7addItemEPKc
|
|
52732
|
+
_ZN6icu_717Package7addItemEPKcPhiac
|
|
52733
|
+
_ZN6icu_717Package8addItemsERKS0_
|
|
52734
|
+
_ZN6icu_717Package9findItemsEPKc
|
|
52735
|
+
_ZN6icu_717Package9getInTypeEv
|
|
52736
|
+
_ZN6icu_717Package9setPrefixEPKc
|
|
52737
|
+
_ZN6icu_717Package9sortItemsEv
|
|
52738
|
+
_ZN6icu_717PackageC1Ev
|
|
52739
|
+
_ZN6icu_717PackageC2Ev
|
|
52740
|
+
_ZN6icu_717PackageD1Ev
|
|
52741
|
+
_ZN6icu_717PackageD2Ev
|
|
52648
52742
|
_ZN6icu_717PtnElemC1ERKNS_13UnicodeStringES3_
|
|
52649
52743
|
_ZN6icu_717PtnElemC2ERKNS_13UnicodeStringES3_
|
|
52650
52744
|
_ZN6icu_717PtnElemD0Ev
|
|
@@ -52894,6 +52988,10 @@ _ZN6icu_718TimeZoneD0Ev
|
|
|
52894
52988
|
_ZN6icu_718TimeZoneD1Ev
|
|
52895
52989
|
_ZN6icu_718TimeZoneD2Ev
|
|
52896
52990
|
_ZN6icu_718TimeZoneaSERKS0_
|
|
52991
|
+
_ZN6icu_718UniPropsC1Ev
|
|
52992
|
+
_ZN6icu_718UniPropsC2Ev
|
|
52993
|
+
_ZN6icu_718UniPropsD1Ev
|
|
52994
|
+
_ZN6icu_718UniPropsD2Ev
|
|
52897
52995
|
_ZN6icu_718ZoneMeta10getShortIDERKNS_13UnicodeStringE
|
|
52898
52996
|
_ZN6icu_718ZoneMeta10getShortIDERKNS_8TimeZoneE
|
|
52899
52997
|
_ZN6icu_718ZoneMeta13getMetazoneIDERKNS_13UnicodeStringEdRS1_
|
|
@@ -57777,6 +57875,8 @@ _ZNK6icu_7110Quantifier9toPatternERNS_13UnicodeStringEa
|
|
|
57777
57875
|
_ZNK6icu_7110UCharsTrie13getNextUCharsERNS_10AppendableE
|
|
57778
57876
|
_ZNK6icu_7110UCharsTrie7currentEv
|
|
57779
57877
|
_ZNK6icu_7110UCharsTrie8Iterator7hasNextEv
|
|
57878
|
+
_ZNK6icu_7110UXMLParser17getDynamicClassIDEv
|
|
57879
|
+
_ZNK6icu_7110UXMLParser8findNameERKNS_13UnicodeStringE
|
|
57780
57880
|
_ZNK6icu_7110UnicodeSet10_toPatternERNS_13UnicodeStringEa
|
|
57781
57881
|
_ZNK6icu_7110UnicodeSet10hasStringsEv
|
|
57782
57882
|
_ZNK6icu_7110UnicodeSet11containsAllERKNS_13UnicodeStringE
|
|
@@ -57875,6 +57975,17 @@ _ZNK6icu_7111TextTrieMap12getChildNodeEPNS_13CharacterNodeEDs
|
|
|
57875
57975
|
_ZNK6icu_7111TextTrieMap6searchEPNS_13CharacterNodeERKNS_13UnicodeStringEiiPNS_30TextTrieMapSearchResultHandlerER10UErrorCode
|
|
57876
57976
|
_ZNK6icu_7111TextTrieMap6searchERKNS_13UnicodeStringEiPNS_30TextTrieMapSearchResultHandlerER10UErrorCode
|
|
57877
57977
|
_ZNK6icu_7111TextTrieMap7isEmptyEv
|
|
57978
|
+
_ZNK6icu_7111UXMLElement10appendTextERNS_13UnicodeStringEa
|
|
57979
|
+
_ZNK6icu_7111UXMLElement10getTagNameEv
|
|
57980
|
+
_ZNK6icu_7111UXMLElement12getAttributeERKNS_13UnicodeStringE
|
|
57981
|
+
_ZNK6icu_7111UXMLElement12getAttributeEiRNS_13UnicodeStringES2_
|
|
57982
|
+
_ZNK6icu_7111UXMLElement13countChildrenEv
|
|
57983
|
+
_ZNK6icu_7111UXMLElement15countAttributesEv
|
|
57984
|
+
_ZNK6icu_7111UXMLElement15getChildElementERKNS_13UnicodeStringE
|
|
57985
|
+
_ZNK6icu_7111UXMLElement16nextChildElementERi
|
|
57986
|
+
_ZNK6icu_7111UXMLElement17getDynamicClassIDEv
|
|
57987
|
+
_ZNK6icu_7111UXMLElement7getTextEa
|
|
57988
|
+
_ZNK6icu_7111UXMLElement8getChildEiR12UXMLNodeType
|
|
57878
57989
|
_ZNK6icu_7112CharsetMatch11getLanguageEv
|
|
57879
57990
|
_ZNK6icu_7112CharsetMatch13getConfidenceEv
|
|
57880
57991
|
_ZNK6icu_7112CharsetMatch7getNameEv
|
|
@@ -58775,6 +58886,7 @@ _ZNK6icu_7116FunctionReplacer17getDynamicClassIDEv
|
|
|
58775
58886
|
_ZNK6icu_7116FunctionReplacer17toReplacerPatternERNS_13UnicodeStringEa
|
|
58776
58887
|
_ZNK6icu_7116FunctionReplacer19addReplacementSetToERNS_10UnicodeSetE
|
|
58777
58888
|
_ZNK6icu_7116FunctionReplacer5cloneEv
|
|
58889
|
+
_ZNK6icu_7116IcuToolErrorCode13handleFailureEv
|
|
58778
58890
|
_ZNK6icu_7116JapaneseCalendar14handleGetLimitE19UCalendarDateFieldsNS_8Calendar10ELimitTypeE
|
|
58779
58891
|
_ZNK6icu_7116JapaneseCalendar14internalGetEraEv
|
|
58780
58892
|
_ZNK6icu_7116JapaneseCalendar16getActualMaximumE19UCalendarDateFieldsR10UErrorCode
|
|
@@ -59996,6 +60108,9 @@ _ZNK6icu_717Array2D3getEii
|
|
|
59996
60108
|
_ZNK6icu_717Measure17getDynamicClassIDEv
|
|
59997
60109
|
_ZNK6icu_717Measure5cloneEv
|
|
59998
60110
|
_ZNK6icu_717MeasureeqERKNS_7UObjectE
|
|
60111
|
+
_ZNK6icu_717Package12getItemCountEv
|
|
60112
|
+
_ZNK6icu_717Package7getItemEi
|
|
60113
|
+
_ZNK6icu_717Package8findItemEPKci
|
|
59999
60114
|
_ZNK6icu_717UObject17getDynamicClassIDEv
|
|
60000
60115
|
_ZNK6icu_717UVector10elementAtiEi
|
|
60001
60116
|
_ZNK6icu_717UVector11containsAllERKS0_
|
|
@@ -62523,6 +62638,7 @@ _ZTIN6icu_7110NormalizerE
|
|
|
62523
62638
|
_ZTIN6icu_7110PatternMapE
|
|
62524
62639
|
_ZTIN6icu_7110QuantifierE
|
|
62525
62640
|
_ZTIN6icu_7110UStringSetE
|
|
62641
|
+
_ZTIN6icu_7110UXMLParserE
|
|
62526
62642
|
_ZTIN6icu_7110UnicodeSetE
|
|
62527
62643
|
_ZTIN6icu_7110VectorizerE
|
|
62528
62644
|
_ZTIN6icu_7111CEFinalizerE
|
|
@@ -62538,6 +62654,7 @@ _ZTIN6icu_7111ReadArray2DE
|
|
|
62538
62654
|
_ZTIN6icu_7111ReplaceableE
|
|
62539
62655
|
_ZTIN6icu_7111SymbolTableE
|
|
62540
62656
|
_ZTIN6icu_7111TextTrieMapE
|
|
62657
|
+
_ZTIN6icu_7111UXMLElementE
|
|
62541
62658
|
_ZTIN6icu_7112CacheKeyBaseE
|
|
62542
62659
|
_ZTIN6icu_7112ChoiceFormatE
|
|
62543
62660
|
_ZTIN6icu_7112CollationKeyE
|
|
@@ -62584,6 +62701,7 @@ _ZTIN6icu_7113MessageFormat22PluralSelectorProviderE
|
|
|
62584
62701
|
_ZTIN6icu_7113MessageFormatE
|
|
62585
62702
|
_ZTIN6icu_7113OlsonTimeZoneE
|
|
62586
62703
|
_ZTIN6icu_7113ParsePositionE
|
|
62704
|
+
_ZTIN6icu_7113PropertyNamesE
|
|
62587
62705
|
_ZTIN6icu_7113ResourceValueE
|
|
62588
62706
|
_ZTIN6icu_7113StringMatcherE
|
|
62589
62707
|
_ZTIN6icu_7113TZEnumerationE
|
|
@@ -62615,6 +62733,7 @@ _ZTIN6icu_7114ResourceBundleE
|
|
|
62615
62733
|
_ZTIN6icu_7114SearchIteratorE
|
|
62616
62734
|
_ZTIN6icu_7114SharedCalendarE
|
|
62617
62735
|
_ZTIN6icu_7114SimpleTimeZoneE
|
|
62736
|
+
_ZTIN6icu_7114StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE
|
|
62618
62737
|
_ZTIN6icu_7114StringReplacerE
|
|
62619
62738
|
_ZTIN6icu_7114TaiwanCalendarE
|
|
62620
62739
|
_ZTIN6icu_7114TimeUnitAmountE
|
|
@@ -62642,6 +62761,7 @@ _ZTIN6icu_7115SortKeyByteSinkE
|
|
|
62642
62761
|
_ZTIN6icu_7115ThaiBreakEngineE
|
|
62643
62762
|
_ZTIN6icu_7115UnhandledEngineE
|
|
62644
62763
|
_ZTIN6icu_7115UnicodeReplacerE
|
|
62764
|
+
_ZTIN6icu_7115ValueNameGetterE
|
|
62645
62765
|
_ZTIN6icu_7116BuddhistCalendarE
|
|
62646
62766
|
_ZTIN6icu_7116BytesTrieBuilder17BTLinearMatchNodeE
|
|
62647
62767
|
_ZTIN6icu_7116BytesTrieBuilderE
|
|
@@ -62651,6 +62771,7 @@ _ZTIN6icu_7116DateIntervalInfo16DateIntervalSinkE
|
|
|
62651
62771
|
_ZTIN6icu_7116DateIntervalInfoE
|
|
62652
62772
|
_ZTIN6icu_7116EthiopicCalendarE
|
|
62653
62773
|
_ZTIN6icu_7116FunctionReplacerE
|
|
62774
|
+
_ZTIN6icu_7116IcuToolErrorCodeE
|
|
62654
62775
|
_ZTIN6icu_7116JapaneseCalendarE
|
|
62655
62776
|
_ZTIN6icu_7116KhmerBreakEngineE
|
|
62656
62777
|
_ZTIN6icu_7116LocalizationInfoE
|
|
@@ -62983,6 +63104,7 @@ _ZTSN6icu_7110NormalizerE
|
|
|
62983
63104
|
_ZTSN6icu_7110PatternMapE
|
|
62984
63105
|
_ZTSN6icu_7110QuantifierE
|
|
62985
63106
|
_ZTSN6icu_7110UStringSetE
|
|
63107
|
+
_ZTSN6icu_7110UXMLParserE
|
|
62986
63108
|
_ZTSN6icu_7110UnicodeSetE
|
|
62987
63109
|
_ZTSN6icu_7110VectorizerE
|
|
62988
63110
|
_ZTSN6icu_7111CEFinalizerE
|
|
@@ -62998,6 +63120,7 @@ _ZTSN6icu_7111ReadArray2DE
|
|
|
62998
63120
|
_ZTSN6icu_7111ReplaceableE
|
|
62999
63121
|
_ZTSN6icu_7111SymbolTableE
|
|
63000
63122
|
_ZTSN6icu_7111TextTrieMapE
|
|
63123
|
+
_ZTSN6icu_7111UXMLElementE
|
|
63001
63124
|
_ZTSN6icu_7112CacheKeyBaseE
|
|
63002
63125
|
_ZTSN6icu_7112ChoiceFormatE
|
|
63003
63126
|
_ZTSN6icu_7112CollationKeyE
|
|
@@ -63044,6 +63167,7 @@ _ZTSN6icu_7113MessageFormat22PluralSelectorProviderE
|
|
|
63044
63167
|
_ZTSN6icu_7113MessageFormatE
|
|
63045
63168
|
_ZTSN6icu_7113OlsonTimeZoneE
|
|
63046
63169
|
_ZTSN6icu_7113ParsePositionE
|
|
63170
|
+
_ZTSN6icu_7113PropertyNamesE
|
|
63047
63171
|
_ZTSN6icu_7113ResourceValueE
|
|
63048
63172
|
_ZTSN6icu_7113StringMatcherE
|
|
63049
63173
|
_ZTSN6icu_7113TZEnumerationE
|
|
@@ -63075,6 +63199,7 @@ _ZTSN6icu_7114ResourceBundleE
|
|
|
63075
63199
|
_ZTSN6icu_7114SearchIteratorE
|
|
63076
63200
|
_ZTSN6icu_7114SharedCalendarE
|
|
63077
63201
|
_ZTSN6icu_7114SimpleTimeZoneE
|
|
63202
|
+
_ZTSN6icu_7114StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE
|
|
63078
63203
|
_ZTSN6icu_7114StringReplacerE
|
|
63079
63204
|
_ZTSN6icu_7114TaiwanCalendarE
|
|
63080
63205
|
_ZTSN6icu_7114TimeUnitAmountE
|
|
@@ -63102,6 +63227,7 @@ _ZTSN6icu_7115SortKeyByteSinkE
|
|
|
63102
63227
|
_ZTSN6icu_7115ThaiBreakEngineE
|
|
63103
63228
|
_ZTSN6icu_7115UnhandledEngineE
|
|
63104
63229
|
_ZTSN6icu_7115UnicodeReplacerE
|
|
63230
|
+
_ZTSN6icu_7115ValueNameGetterE
|
|
63105
63231
|
_ZTSN6icu_7116BuddhistCalendarE
|
|
63106
63232
|
_ZTSN6icu_7116BytesTrieBuilder17BTLinearMatchNodeE
|
|
63107
63233
|
_ZTSN6icu_7116BytesTrieBuilderE
|
|
@@ -63111,6 +63237,7 @@ _ZTSN6icu_7116DateIntervalInfo16DateIntervalSinkE
|
|
|
63111
63237
|
_ZTSN6icu_7116DateIntervalInfoE
|
|
63112
63238
|
_ZTSN6icu_7116EthiopicCalendarE
|
|
63113
63239
|
_ZTSN6icu_7116FunctionReplacerE
|
|
63240
|
+
_ZTSN6icu_7116IcuToolErrorCodeE
|
|
63114
63241
|
_ZTSN6icu_7116JapaneseCalendarE
|
|
63115
63242
|
_ZTSN6icu_7116KhmerBreakEngineE
|
|
63116
63243
|
_ZTSN6icu_7116LocalizationInfoE
|
|
@@ -65836,6 +65963,7 @@ _ZTVN6icu_7110NormalizerE
|
|
|
65836
65963
|
_ZTVN6icu_7110PatternMapE
|
|
65837
65964
|
_ZTVN6icu_7110QuantifierE
|
|
65838
65965
|
_ZTVN6icu_7110UStringSetE
|
|
65966
|
+
_ZTVN6icu_7110UXMLParserE
|
|
65839
65967
|
_ZTVN6icu_7110UnicodeSetE
|
|
65840
65968
|
_ZTVN6icu_7110VectorizerE
|
|
65841
65969
|
_ZTVN6icu_7111CEFinalizerE
|
|
@@ -65851,6 +65979,7 @@ _ZTVN6icu_7111ReadArray2DE
|
|
|
65851
65979
|
_ZTVN6icu_7111ReplaceableE
|
|
65852
65980
|
_ZTVN6icu_7111SymbolTableE
|
|
65853
65981
|
_ZTVN6icu_7111TextTrieMapE
|
|
65982
|
+
_ZTVN6icu_7111UXMLElementE
|
|
65854
65983
|
_ZTVN6icu_7112CacheKeyBaseE
|
|
65855
65984
|
_ZTVN6icu_7112ChoiceFormatE
|
|
65856
65985
|
_ZTVN6icu_7112CollationKeyE
|
|
@@ -65895,6 +66024,7 @@ _ZTVN6icu_7113MessageFormat22PluralSelectorProviderE
|
|
|
65895
66024
|
_ZTVN6icu_7113MessageFormatE
|
|
65896
66025
|
_ZTVN6icu_7113OlsonTimeZoneE
|
|
65897
66026
|
_ZTVN6icu_7113ParsePositionE
|
|
66027
|
+
_ZTVN6icu_7113PropertyNamesE
|
|
65898
66028
|
_ZTVN6icu_7113ResourceValueE
|
|
65899
66029
|
_ZTVN6icu_7113StringMatcherE
|
|
65900
66030
|
_ZTVN6icu_7113TZEnumerationE
|
|
@@ -65954,6 +66084,7 @@ _ZTVN6icu_7115SortKeyByteSinkE
|
|
|
65954
66084
|
_ZTVN6icu_7115ThaiBreakEngineE
|
|
65955
66085
|
_ZTVN6icu_7115UnhandledEngineE
|
|
65956
66086
|
_ZTVN6icu_7115UnicodeReplacerE
|
|
66087
|
+
_ZTVN6icu_7115ValueNameGetterE
|
|
65957
66088
|
_ZTVN6icu_7116BuddhistCalendarE
|
|
65958
66089
|
_ZTVN6icu_7116BytesTrieBuilder17BTLinearMatchNodeE
|
|
65959
66090
|
_ZTVN6icu_7116BytesTrieBuilderE
|
|
@@ -65963,6 +66094,7 @@ _ZTVN6icu_7116DateIntervalInfo16DateIntervalSinkE
|
|
|
65963
66094
|
_ZTVN6icu_7116DateIntervalInfoE
|
|
65964
66095
|
_ZTVN6icu_7116EthiopicCalendarE
|
|
65965
66096
|
_ZTVN6icu_7116FunctionReplacerE
|
|
66097
|
+
_ZTVN6icu_7116IcuToolErrorCodeE
|
|
65966
66098
|
_ZTVN6icu_7116JapaneseCalendarE
|
|
65967
66099
|
_ZTVN6icu_7116KhmerBreakEngineE
|
|
65968
66100
|
_ZTVN6icu_7116LocalizationInfoE
|
|
@@ -68161,6 +68293,8 @@ ares__remove_from_list
|
|
|
68161
68293
|
ares__send_query
|
|
68162
68294
|
ares__single_domain
|
|
68163
68295
|
ares__sortaddrinfo
|
|
68296
|
+
ares__strsplit
|
|
68297
|
+
ares__strsplit_free
|
|
68164
68298
|
ares__timedout
|
|
68165
68299
|
ares__tvnow
|
|
68166
68300
|
ares_append_ai_node
|
|
@@ -68235,8 +68369,6 @@ ares_set_socket_functions
|
|
|
68235
68369
|
ares_set_sortlist
|
|
68236
68370
|
ares_strdup
|
|
68237
68371
|
ares_strerror
|
|
68238
|
-
ares_strsplit
|
|
68239
|
-
ares_strsplit_free
|
|
68240
68372
|
ares_timeout
|
|
68241
68373
|
ares_version
|
|
68242
68374
|
aresx_sitoss
|
|
@@ -68372,6 +68504,7 @@ c448_ed448_sign
|
|
|
68372
68504
|
c448_ed448_sign_prehash
|
|
68373
68505
|
c448_ed448_verify
|
|
68374
68506
|
c448_ed448_verify_prehash
|
|
68507
|
+
checkAssemblyHeaderName
|
|
68375
68508
|
check_in_list
|
|
68376
68509
|
cmac_asn1_meth
|
|
68377
68510
|
cmac_pkey_meth
|
|
@@ -68429,6 +68562,7 @@ crc_fold_512to32
|
|
|
68429
68562
|
crc_fold_copy
|
|
68430
68563
|
crc_fold_init
|
|
68431
68564
|
crc_reset
|
|
68565
|
+
createCommonDataFile
|
|
68432
68566
|
create_synthetic_message_hash
|
|
68433
68567
|
crypto_cleanup_all_ex_data_int
|
|
68434
68568
|
curve448_base_double_scalarmul_non_secret
|
|
@@ -68890,7 +69024,12 @@ evp_pkey_set_cb_translate
|
|
|
68890
69024
|
extension_is_relevant
|
|
68891
69025
|
fcrypt_body
|
|
68892
69026
|
fill_window_sse
|
|
69027
|
+
findBasename
|
|
69028
|
+
findDirname
|
|
68893
69029
|
gTimeZoneFilesInitOnce_71
|
|
69030
|
+
getCurrentYear
|
|
69031
|
+
getDataInfo
|
|
69032
|
+
getLongPathname
|
|
68894
69033
|
get_ca_names
|
|
68895
69034
|
get_crc_table
|
|
68896
69035
|
gf_add
|
|
@@ -69247,6 +69386,7 @@ initNumsysNames_71
|
|
|
69247
69386
|
init_process_title_mutex_once
|
|
69248
69387
|
int_bn_mod_inverse
|
|
69249
69388
|
int_rsa_verify
|
|
69389
|
+
isFileModTimeLater
|
|
69250
69390
|
is_partially_overlapping
|
|
69251
69391
|
izrule_clone_71
|
|
69252
69392
|
izrule_close_71
|
|
@@ -70914,6 +71054,7 @@ ossl_store_register_loader_int
|
|
|
70914
71054
|
ossl_store_unregister_loader_int
|
|
70915
71055
|
ossl_tolower
|
|
70916
71056
|
ossl_toupper
|
|
71057
|
+
parseFlagsFile
|
|
70917
71058
|
parse_ca_names
|
|
70918
71059
|
pem_check_suffix
|
|
70919
71060
|
pitem_free
|
|
@@ -70939,6 +71080,7 @@ pqueue_next
|
|
|
70939
71080
|
pqueue_peek
|
|
70940
71081
|
pqueue_pop
|
|
70941
71082
|
pqueue_size
|
|
71083
|
+
printAssemblyHeadersToStdErr
|
|
70942
71084
|
process_title_mutex
|
|
70943
71085
|
process_title_mutex_once
|
|
70944
71086
|
qpack_huffman_decode_table
|
|
@@ -70980,6 +71122,7 @@ rand_pool_length
|
|
|
70980
71122
|
rand_pool_new
|
|
70981
71123
|
rand_pool_reattach
|
|
70982
71124
|
rbbi_cleanup_71
|
|
71125
|
+
readList
|
|
70983
71126
|
res_countArrayItems_71
|
|
70984
71127
|
res_findResource_71
|
|
70985
71128
|
res_getAlias_71
|
|
@@ -71187,6 +71330,7 @@ ssl_version_supported
|
|
|
71187
71330
|
ssl_write_internal
|
|
71188
71331
|
ssl_x509err2alert
|
|
71189
71332
|
statem_flush
|
|
71333
|
+
swapFileSepChar
|
|
71190
71334
|
tls11downgrade
|
|
71191
71335
|
tls12_check_peer_sigalg
|
|
71192
71336
|
tls12_copy_sigalgs
|
|
@@ -71492,15 +71636,24 @@ u_memmove_71
|
|
|
71492
71636
|
u_memrchr32_71
|
|
71493
71637
|
u_memrchr_71
|
|
71494
71638
|
u_memset_71
|
|
71639
|
+
u_parseArgs
|
|
71640
|
+
u_parseCodePointRange
|
|
71641
|
+
u_parseCodePointRangeAnyTerminator
|
|
71642
|
+
u_parseCodePoints
|
|
71643
|
+
u_parseDelimitedFile
|
|
71495
71644
|
u_parseMessageWithError_71
|
|
71496
71645
|
u_parseMessage_71
|
|
71646
|
+
u_parseString
|
|
71647
|
+
u_parseUTF8
|
|
71497
71648
|
u_releaseDefaultConverter_71
|
|
71649
|
+
u_rtrim
|
|
71498
71650
|
u_setAtomicIncDecFunctions_71
|
|
71499
71651
|
u_setDataDirectory_71
|
|
71500
71652
|
u_setMemoryFunctions_71
|
|
71501
71653
|
u_setMutexFunctions_71
|
|
71502
71654
|
u_setTimeZoneFilesDirectory_71
|
|
71503
71655
|
u_shapeArabic_71
|
|
71656
|
+
u_skipWhitespace
|
|
71504
71657
|
u_strCaseCompare_71
|
|
71505
71658
|
u_strCompareIter_71
|
|
71506
71659
|
u_strCompare_71
|
|
@@ -71734,6 +71887,19 @@ ucasemap_utf8FoldCase_71
|
|
|
71734
71887
|
ucasemap_utf8ToLower_71
|
|
71735
71888
|
ucasemap_utf8ToTitle_71
|
|
71736
71889
|
ucasemap_utf8ToUpper_71
|
|
71890
|
+
ucbuf_autodetect
|
|
71891
|
+
ucbuf_autodetect_fs
|
|
71892
|
+
ucbuf_close
|
|
71893
|
+
ucbuf_getBuffer
|
|
71894
|
+
ucbuf_getc
|
|
71895
|
+
ucbuf_getc32
|
|
71896
|
+
ucbuf_getcx32
|
|
71897
|
+
ucbuf_open
|
|
71898
|
+
ucbuf_readline
|
|
71899
|
+
ucbuf_resolveFileName
|
|
71900
|
+
ucbuf_rewind
|
|
71901
|
+
ucbuf_size
|
|
71902
|
+
ucbuf_ungetc
|
|
71737
71903
|
ucfpos_close_71
|
|
71738
71904
|
ucfpos_constrainCategory_71
|
|
71739
71905
|
ucfpos_constrainField_71
|
|
@@ -71753,6 +71919,32 @@ ucln_common_registerCleanup_71
|
|
|
71753
71919
|
ucln_i18n_registerCleanup_71
|
|
71754
71920
|
ucln_lib_cleanup_71
|
|
71755
71921
|
ucln_registerCleanup_71
|
|
71922
|
+
ucm_addMapping
|
|
71923
|
+
ucm_addMappingAuto
|
|
71924
|
+
ucm_addMappingFromLine
|
|
71925
|
+
ucm_addState
|
|
71926
|
+
ucm_checkBaseExt
|
|
71927
|
+
ucm_checkValidity
|
|
71928
|
+
ucm_close
|
|
71929
|
+
ucm_closeTable
|
|
71930
|
+
ucm_countChars
|
|
71931
|
+
ucm_findFallback
|
|
71932
|
+
ucm_mappingType
|
|
71933
|
+
ucm_mergeTables
|
|
71934
|
+
ucm_moveMappings
|
|
71935
|
+
ucm_open
|
|
71936
|
+
ucm_openTable
|
|
71937
|
+
ucm_optimizeStates
|
|
71938
|
+
ucm_parseBytes
|
|
71939
|
+
ucm_parseHeaderLine
|
|
71940
|
+
ucm_parseMappingLine
|
|
71941
|
+
ucm_printMapping
|
|
71942
|
+
ucm_printTable
|
|
71943
|
+
ucm_processStates
|
|
71944
|
+
ucm_readTable
|
|
71945
|
+
ucm_resetTable
|
|
71946
|
+
ucm_separateMappings
|
|
71947
|
+
ucm_sortTable
|
|
71756
71948
|
ucnv_MBCSFromUChar32_71
|
|
71757
71949
|
ucnv_MBCSFromUnicodeWithOffsets_71
|
|
71758
71950
|
ucnv_MBCSGetFilteredUnicodeSetForUnicode_71
|
|
@@ -72015,6 +72207,9 @@ udat_unregisterOpener_71
|
|
|
72015
72207
|
udata_checkCommonData_71
|
|
72016
72208
|
udata_closeSwapper_71
|
|
72017
72209
|
udata_close_71
|
|
72210
|
+
udata_create
|
|
72211
|
+
udata_createDummy
|
|
72212
|
+
udata_finish
|
|
72018
72213
|
udata_getHeaderSize_71
|
|
72019
72214
|
udata_getInfoSize_71
|
|
72020
72215
|
udata_getInfo_71
|
|
@@ -72031,8 +72226,16 @@ udata_readInt32_71
|
|
|
72031
72226
|
udata_setAppData_71
|
|
72032
72227
|
udata_setCommonData_71
|
|
72033
72228
|
udata_setFileAccess_71
|
|
72229
|
+
udata_swap
|
|
72034
72230
|
udata_swapDataHeader_71
|
|
72035
72231
|
udata_swapInvStringBlock_71
|
|
72232
|
+
udata_write16
|
|
72233
|
+
udata_write32
|
|
72234
|
+
udata_write8
|
|
72235
|
+
udata_writeBlock
|
|
72236
|
+
udata_writePadding
|
|
72237
|
+
udata_writeString
|
|
72238
|
+
udata_writeUString
|
|
72036
72239
|
udatpg_addPattern_71
|
|
72037
72240
|
udatpg_clone_71
|
|
72038
72241
|
udatpg_close_71
|
|
@@ -72442,6 +72645,7 @@ uprv_calloc_71
|
|
|
72442
72645
|
uprv_ceil_71
|
|
72443
72646
|
uprv_compareASCIIPropertyNames_71
|
|
72444
72647
|
uprv_compareEBCDICPropertyNames_71
|
|
72648
|
+
uprv_compareGoldenFiles
|
|
72445
72649
|
uprv_compareInvAscii_71
|
|
72446
72650
|
uprv_compareInvEbcdicAsAscii_71
|
|
72447
72651
|
uprv_compareInvEbcdic_71
|
|
@@ -72537,6 +72741,7 @@ uprv_ebcdicToAscii_71
|
|
|
72537
72741
|
uprv_ebcdicToLowercaseAscii_71
|
|
72538
72742
|
uprv_ebcdictolower_71
|
|
72539
72743
|
uprv_fabs_71
|
|
72744
|
+
uprv_fileExists
|
|
72540
72745
|
uprv_floor_71
|
|
72541
72746
|
uprv_fmax_71
|
|
72542
72747
|
uprv_fmin_71
|
|
@@ -72563,12 +72768,14 @@ uprv_isNegativeInfinity_71
|
|
|
72563
72768
|
uprv_isPositiveInfinity_71
|
|
72564
72769
|
uprv_itou_71
|
|
72565
72770
|
uprv_log_71
|
|
72771
|
+
uprv_makeDenseRanges
|
|
72566
72772
|
uprv_malloc_71
|
|
72567
72773
|
uprv_mapFile_71
|
|
72568
72774
|
uprv_maxMantissa_71
|
|
72569
72775
|
uprv_max_71
|
|
72570
72776
|
uprv_maximumPtr_71
|
|
72571
72777
|
uprv_min_71
|
|
72778
|
+
uprv_mkdir
|
|
72572
72779
|
uprv_modf_71
|
|
72573
72780
|
uprv_mul32_overflow_71
|
|
72574
72781
|
uprv_parseCurrency_71
|
|
@@ -72893,6 +73100,20 @@ usprep_openByType_71
|
|
|
72893
73100
|
usprep_open_71
|
|
72894
73101
|
usprep_prepare_71
|
|
72895
73102
|
usprep_swap_71
|
|
73103
|
+
usrc_create
|
|
73104
|
+
usrc_createTextData
|
|
73105
|
+
usrc_writeArray
|
|
73106
|
+
usrc_writeArrayOfMostlyInvChars
|
|
73107
|
+
usrc_writeCopyrightHeader
|
|
73108
|
+
usrc_writeFileNameGeneratedBy
|
|
73109
|
+
usrc_writeStringAsASCII
|
|
73110
|
+
usrc_writeUCPMap
|
|
73111
|
+
usrc_writeUCPTrie
|
|
73112
|
+
usrc_writeUCPTrieArrays
|
|
73113
|
+
usrc_writeUCPTrieStruct
|
|
73114
|
+
usrc_writeUTrie2Arrays
|
|
73115
|
+
usrc_writeUTrie2Struct
|
|
73116
|
+
usrc_writeUnicodeSet
|
|
72896
73117
|
ustr_hashCharsN_71
|
|
72897
73118
|
ustr_hashICharsN_71
|
|
72898
73119
|
ustr_hashUCharsN_71
|
|
@@ -72937,6 +73158,12 @@ utf8_back1SafeBody_71
|
|
|
72937
73158
|
utf8_countTrailBytes_71
|
|
72938
73159
|
utf8_nextCharSafeBody_71
|
|
72939
73160
|
utf8_prevCharSafeBody_71
|
|
73161
|
+
utm_alloc
|
|
73162
|
+
utm_allocN
|
|
73163
|
+
utm_close
|
|
73164
|
+
utm_countItems
|
|
73165
|
+
utm_getStart
|
|
73166
|
+
utm_open
|
|
72940
73167
|
utmscale_fromInt64_71
|
|
72941
73168
|
utmscale_getTimeScaleValue_71
|
|
72942
73169
|
utmscale_toInt64_71
|
|
@@ -74107,6 +74334,9 @@ vzone_writeFromStart_71
|
|
|
74107
74334
|
vzone_writeSimple_71
|
|
74108
74335
|
vzone_write_71
|
|
74109
74336
|
whirlpool_block
|
|
74337
|
+
writeAssemblyCode
|
|
74338
|
+
writeCCode
|
|
74339
|
+
writePackageDatFile
|
|
74110
74340
|
x448_derive_public_key
|
|
74111
74341
|
x448_int
|
|
74112
74342
|
x509_check_cert_time
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 16
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 20
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Gallium"
|