源代码: lib/v8.js
node:v8
模块暴露了特定于内置在 Node.js 二进制文件中的 V8 版本的 API。
可以使用以下方式访问它:
const v8 = require('node:v8');
Source Code: lib/v8.js
The node:v8
module exposes APIs that are specific to the version of V8
built into the Node.js binary. It can be accessed using:
const v8 = require('node:v8');