node/lib/internal/legacy
Joyee Cheung 06d49c1f10 src: implement natives binding without special casing
This patch removes special case in the internal binding loader
for natives, and implements it using the builtins internal
binding. Internally we do not actually need the natives binding,
so implement it as a legacy wrapper instead.

PR-URL: https://github.com/nodejs/node/pull/48186
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2023-07-03 10:32:48 -03:00
..
processbinding.js src: implement natives binding without special casing 2023-07-03 10:32:48 -03:00