Files
node/lib/internal
Chengzhong Wu d1d5da22e4 vm: harden module type checks
Check if the value returned from user linker function is a null-ish
value.

`validateInternalField` should be preferred when checking `this`
argument to guard against null-ish `this`.

Co-authored-by: Mike Ralphson <mike.ralphson@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/52162
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
2024-03-22 09:41:02 +00:00
..
2024-03-15 13:09:48 +00:00
2024-03-20 17:27:29 +00:00
2024-03-22 09:41:02 +00:00
2023-10-17 06:23:40 +00:00
2024-02-02 15:25:34 +01:00
2023-11-11 16:25:08 +00:00
2024-02-19 01:19:44 +00: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.