node-aix-ppc64 24.0.0 → 24.0.1
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 +27 -0
- package/README.md +2 -0
- package/bin/node +0 -0
- package/include/node/node.exp +40 -44
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.0.1">24.0.1</a><br/>
|
|
11
12
|
<a href="#24.0.0">24.0.0</a><br/>
|
|
12
13
|
</td>
|
|
13
14
|
</tr>
|
|
@@ -39,6 +40,32 @@
|
|
|
39
40
|
* [io.js](CHANGELOG_IOJS.md)
|
|
40
41
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
41
42
|
|
|
43
|
+
<a id="24.0.1"></a>
|
|
44
|
+
|
|
45
|
+
## 2025-05-08, Version 24.0.1 (Current), @aduh95
|
|
46
|
+
|
|
47
|
+
### Notable Changes
|
|
48
|
+
|
|
49
|
+
* \[[`2e1d9581e0`](https://github.com/nodejs/node/commit/2e1d9581e0)] - _**Revert**_ "**buffer**: move SlowBuffer to EOL" (Filip Skokan) [#58211](https://github.com/nodejs/node/pull/58211)
|
|
50
|
+
|
|
51
|
+
### Commits
|
|
52
|
+
|
|
53
|
+
* \[[`d38e811c5b`](https://github.com/nodejs/node/commit/d38e811c5b)] - **benchmark**: fix typo in method name for error-stack (Miguel Marcondes Filho) [#58128](https://github.com/nodejs/node/pull/58128)
|
|
54
|
+
* \[[`2e1d9581e0`](https://github.com/nodejs/node/commit/2e1d9581e0)] - _**Revert**_ "**buffer**: move SlowBuffer to EOL" (Filip Skokan) [#58211](https://github.com/nodejs/node/pull/58211)
|
|
55
|
+
* \[[`a883b0c979`](https://github.com/nodejs/node/commit/a883b0c979)] - **build**: use //third\_party/simdutf by default in GN (Shelley Vohr) [#58115](https://github.com/nodejs/node/pull/58115)
|
|
56
|
+
* \[[`3d84b5c7a4`](https://github.com/nodejs/node/commit/3d84b5c7a4)] - **doc**: add HBSPS as triager (Wiyeong Seo) [#57980](https://github.com/nodejs/node/pull/57980)
|
|
57
|
+
* \[[`1e57cb686e`](https://github.com/nodejs/node/commit/1e57cb686e)] - **doc**: add history entries to `--input-type` section (Antoine du Hamel) [#58175](https://github.com/nodejs/node/pull/58175)
|
|
58
|
+
* \[[`0b54f06b6f`](https://github.com/nodejs/node/commit/0b54f06b6f)] - **doc**: add ambassaor message (Brian Muenzenmeyer) [#57600](https://github.com/nodejs/node/pull/57600)
|
|
59
|
+
* \[[`46bee52d57`](https://github.com/nodejs/node/commit/46bee52d57)] - **doc**: fix misaligned options in vm.compileFunction() (Jimmy Leung) [#58145](https://github.com/nodejs/node/pull/58145)
|
|
60
|
+
* \[[`e732a8bfdd`](https://github.com/nodejs/node/commit/e732a8bfdd)] - **doc**: fix typo in benchmark script path (Miguel Marcondes Filho) [#58129](https://github.com/nodejs/node/pull/58129)
|
|
61
|
+
* \[[`d49ff34adb`](https://github.com/nodejs/node/commit/d49ff34adb)] - **doc**: add missing options.signal to readlinePromises.createInterface() (Jimmy Leung) [#55456](https://github.com/nodejs/node/pull/55456)
|
|
62
|
+
* \[[`bc9f5a2e79`](https://github.com/nodejs/node/commit/bc9f5a2e79)] - **doc**: fix typo of file `zlib.md` (yusheng chen) [#58093](https://github.com/nodejs/node/pull/58093)
|
|
63
|
+
* \[[`c8e8558958`](https://github.com/nodejs/node/commit/c8e8558958)] - **doc**: clarify future Corepack removal in v25+ (Trivikram Kamat) [#57825](https://github.com/nodejs/node/pull/57825)
|
|
64
|
+
* \[[`b13d5d14bd`](https://github.com/nodejs/node/commit/b13d5d14bd)] - **meta**: bump actions/setup-node from 4.3.0 to 4.4.0 (dependabot\[bot]) [#58111](https://github.com/nodejs/node/pull/58111)
|
|
65
|
+
* \[[`0ebb17a300`](https://github.com/nodejs/node/commit/0ebb17a300)] - **meta**: bump actions/setup-python from 5.5.0 to 5.6.0 (dependabot\[bot]) [#58107](https://github.com/nodejs/node/pull/58107)
|
|
66
|
+
* \[[`5946785bf4`](https://github.com/nodejs/node/commit/5946785bf4)] - **tools**: exclude deps/v8/tools from CodeQL scans (Rich Trott) [#58132](https://github.com/nodejs/node/pull/58132)
|
|
67
|
+
* \[[`0708497c7f`](https://github.com/nodejs/node/commit/0708497c7f)] - **tools**: bump the eslint group in /tools/eslint with 6 updates (dependabot\[bot]) [#58105](https://github.com/nodejs/node/pull/58105)
|
|
68
|
+
|
|
42
69
|
<a id="24.0.0"></a>
|
|
43
70
|
|
|
44
71
|
## 2025-05-06, Version 24.0.0 (Current), @RafaelGSS and @juanarbol
|
package/README.md
CHANGED
|
@@ -755,6 +755,8 @@ maintaining the Node.js project.
|
|
|
755
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
756
756
|
* [gurgunday](https://github.com/gurgunday) -
|
|
757
757
|
**Gürgün Dayıoğlu** <<hey@gurgun.day>>
|
|
758
|
+
* [HBSPS](https://github.com/HBSPS) -
|
|
759
|
+
**Wiyeong Seo** <<hbsps.dev@gmail.com>>
|
|
758
760
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
|
759
761
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
760
762
|
* [KevinEady](https://github.com/KevinEady) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/node.exp
CHANGED
|
@@ -6340,33 +6340,33 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
6340
6340
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
6341
6341
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
6342
6342
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6343
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.
|
|
6344
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
6345
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
6346
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
6347
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
6348
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
6349
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6350
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6351
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6352
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6353
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6354
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6355
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6356
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6357
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.
|
|
6358
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6359
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6360
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6361
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6362
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6363
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6364
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.
|
|
6365
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6366
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6367
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.
|
|
6368
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6369
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6343
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_number_tsa.cc_6EE78FAE_0x8a4c8911a6b10b8e
|
|
6344
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0x8a21a9ca207268aa
|
|
6345
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_7874F2D3_0x945b83ba92ac5154
|
|
6346
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0xb894709828e3ae0f
|
|
6347
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x7f68ea7584bafbca
|
|
6348
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x8c87efd69f91bc83
|
|
6349
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x9387d5608b885399
|
|
6350
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0x4204011ca4714040
|
|
6351
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0x57bc3eaa78de38b0
|
|
6352
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x339e012d23660adc
|
|
6353
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x8a39704f3b02e647
|
|
6354
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_6EE78FAE_0x3438c13b664a4cde
|
|
6355
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0xd6c2eaabe1eb8aa8
|
|
6356
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x3ff7caed470b06ac
|
|
6357
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_visitor.cc_6EE78FAE_0xa741a686ca1d838e
|
|
6358
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x97cb8265246c4f6b
|
|
6359
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x82f746466a98da13
|
|
6360
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0xd352ea87970dbba7
|
|
6361
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0xa04a105b42fa7010
|
|
6362
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0x762fdeb25cb30292
|
|
6363
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0xf56e05aad58b6e65
|
|
6364
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0xb1e62d58ee86b342
|
|
6365
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x9336a39fedb79f48
|
|
6366
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_DFF67DD7_0xa2bc6264f46a6624
|
|
6367
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.cc_DFF67DD7_0xe8076d277096fd1
|
|
6368
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x3d631c5c1bcd513
|
|
6369
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0x4654ec80c954e551
|
|
6370
6370
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6371
6371
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6372
6372
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -7577,18 +7577,18 @@ _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
7577
7577
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7578
7578
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal17VerificationState12VerifyMarkedEPKv
|
|
7579
7579
|
_GLOBAL__I_65535_0__ZNK5cppgc8internal8BasePage4heapEv
|
|
7580
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7581
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7582
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.
|
|
7583
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.
|
|
7584
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.
|
|
7585
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.
|
|
7586
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.
|
|
7587
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.
|
|
7588
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.
|
|
7589
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.
|
|
7590
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7591
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.
|
|
7580
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0x955f49e77e30d6a
|
|
7581
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_6EE78FAE_0x2f1245e3bd433cb7
|
|
7582
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0x9e45480c06b115ed
|
|
7583
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x1748f459b3ddb2b9
|
|
7584
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x113fdf6579ae599e
|
|
7585
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0xd7580ca01c0f0b77
|
|
7586
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x37daef11aba56a38
|
|
7587
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x80e67470fa792dc8
|
|
7588
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0x2aa7260f9792e8ce
|
|
7589
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0x576bde4bd71b3d0a
|
|
7590
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0xa4a017624836c380
|
|
7591
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0xc302adabb19603bc
|
|
7592
7592
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7593
7593
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7594
7594
|
_HZData_77
|
|
@@ -64399,7 +64399,6 @@ _ZN4absl13cord_internal12CordRepBtree7RebuildEPS1_
|
|
|
64399
64399
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE0EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
64400
64400
|
_ZN4absl13cord_internal12CordRepBtree7SetEdgeILNS1_8EdgeTypeE1EEENS1_8OpResultEbPNS0_7CordRepEm
|
|
64401
64401
|
_ZN4absl13cord_internal12CordRepBtree7SubTreeEmm
|
|
64402
|
-
_ZN4absl13cord_internal12SmallMemmoveILb0EEEvPcPKcm
|
|
64403
64402
|
_ZN4absl13cord_internal13RemoveCrcNodeEPNS0_7CordRepE
|
|
64404
64403
|
_ZN4absl13cord_internal14ReverseConsumeEPNS0_7CordRepENS_11FunctionRefIFvS2_mmEEE
|
|
64405
64404
|
_ZN4absl13cord_internal16CordRepSubstring9SubstringEPNS0_7CordRepEmm
|
|
@@ -64408,6 +64407,7 @@ _ZN4absl13cord_internal16CordzSampleToken8IteratorC2EPKS1_
|
|
|
64408
64407
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEi
|
|
64409
64408
|
_ZN4absl13cord_internal16CordzSampleToken8IteratorppEv
|
|
64410
64409
|
_ZN4absl13cord_internal16LogFatalNodeTypeEPNS0_7CordRepE
|
|
64410
|
+
_ZN4absl13cord_internal18CordRepBtreeReader4NextEv
|
|
64411
64411
|
_ZN4absl13cord_internal18CordRepBtreeReader4ReadEmmRPNS0_7CordRepE
|
|
64412
64412
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4ReadEmm
|
|
64413
64413
|
_ZN4absl13cord_internal21CordRepBtreeNavigator4SkipEm
|
|
@@ -64932,7 +64932,6 @@ _ZN4absl19str_format_internal16ConvertFloatImplEeRKNS0_24FormatConversionSpecImp
|
|
|
64932
64932
|
_ZN4absl19str_format_internal16ConvertFloatImplEfRKNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64933
64933
|
_ZN4absl19str_format_internal16ParsedFormatBaseC1ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
64934
64934
|
_ZN4absl19str_format_internal16ParsedFormatBaseC2ESt17basic_string_viewIcSt11char_traitsIcEEbSt16initializer_listINS_23FormatConversionCharSetEE
|
|
64935
|
-
_ZN4absl19str_format_internal17ConsumeConversionILb0EEEPKcS3_S3_PNS0_17UnboundConversionEPi
|
|
64936
64935
|
_ZN4absl19str_format_internal17FormatConvertImplEDnNS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64937
64936
|
_ZN4absl19str_format_internal17FormatConvertImplENS0_7VoidPtrENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
64938
64937
|
_ZN4absl19str_format_internal17FormatConvertImplENS_6int128ENS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE
|
|
@@ -65079,7 +65078,6 @@ _ZN4absl4Cord9InlineRep20PrependTreeToInlinedEPNS_13cord_internal7CordRepENS2_18
|
|
|
65079
65078
|
_ZN4absl4Cord9InlineRep23MaybeRemoveEmptyCrcNodeEv
|
|
65080
65079
|
_ZN4absl4Cord9InlineRep7SetTreeEPNS_13cord_internal7CordRepERKNS2_16CordzUpdateScopeE
|
|
65081
65080
|
_ZN4absl4Cord9InlineRep9UnrefTreeEv
|
|
65082
|
-
_ZN4absl4Cord9InlineRepC1ERKS1_
|
|
65083
65081
|
_ZN4absl4CordC1ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
65084
65082
|
_ZN4absl4CordC1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELi0EEEOT_
|
|
65085
65083
|
_ZN4absl4CordC2ESt17basic_string_viewIcSt11char_traitsIcEENS_13cord_internal18CordzUpdateTracker16MethodIdentifierE
|
|
@@ -83041,8 +83039,6 @@ _ZNK4absl4Cord8ContainsESt17basic_string_viewIcSt11char_traitsIcEE
|
|
|
83041
83039
|
_ZNK4absl4Cord8EndsWithERKS0_
|
|
83042
83040
|
_ZNK4absl4Cord8EndsWithESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83043
83041
|
_ZNK4absl4Cord8FindImplENS0_12CharIteratorESt17basic_string_viewIcSt11char_traitsIcEE
|
|
83044
|
-
_ZNK4absl4Cord9InlineRep4sizeEv
|
|
83045
|
-
_ZNK4absl4Cord9InlineRep7as_treeEv
|
|
83046
83042
|
_ZNK4absl4CordcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEv
|
|
83047
83043
|
_ZNK4absl4CordixEm
|
|
83048
83044
|
_ZNK4absl4Time2InENS_8TimeZoneE
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -619,7 +619,7 @@ If set to 0 then V8 will choose an appropriate size of the thread pool based on
|
|
|
619
619
|
If the value provided is larger than V8's maximum, then the largest value will be chosen.
|
|
620
620
|
.
|
|
621
621
|
.It Fl -zero-fill-buffers
|
|
622
|
-
Automatically zero-fills all newly allocated Buffer instances.
|
|
622
|
+
Automatically zero-fills all newly allocated Buffer and SlowBuffer instances.
|
|
623
623
|
.
|
|
624
624
|
.It Fl c , Fl -check
|
|
625
625
|
Check the script's syntax without executing it.
|