Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: runtime deprecate access to process.binding('v8')
The only useful functions are already exposed via public APIs. There's no reason for user code to access the binding. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #37789 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
- Loading branch information