Files
node/lib/internal
rahulshuklab4u fbc29164ea util: remove unreachable branch
Re-defining the array length will always set to 0.
Hence, the code branch can not be covered.

PR-URL: https://github.com/nodejs/node/pull/24447
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-11-20 12:50:15 -05:00
..
2018-11-19 20:19:07 -08:00
2018-10-28 15:07:45 +01:00
2018-11-20 12:50:15 -05:00
2018-10-06 17:33:25 -05:00
2018-07-14 14:04:38 +02:00
2018-05-18 15:25:41 +02:00
2018-11-16 21:56:29 +09:00
2018-09-18 17:10:40 -05:00
2018-02-16 18:09:56 +01:00
2018-08-12 10:44:53 -07:00
2018-05-18 15:25:41 +02:00
2018-11-09 15:53:32 -08:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.