Node.js VM 完整参考
VM 模块支持在 V8 虚拟机上下文中编译和运行代码。
下面列出了 VM 的完整列表:
类:vm.Script
- Node.js 构造函数:新的 vm.Script() 方法
- Node.js script.createCachedData() 方法
- Node.js script.runInContext() 方法
- Node.js script.runInNewContext() 方法
- Node.js script.runInThisContext() 方法
虚拟机方法
- Node.js vm.createContext() 方法
- Node.js vm.runInThisContext() 方法
- Node.js vm.isContext() 方法
- Node.js vm.runInContext() 方法
- Node.js vm.runInNewContext() 方法