Node.js VM Complete Reference
The VM module enables compiling and running code within V8 Virtual Machine contexts.
The Complete list of VM are listed below:
Class: vm.Script
- Node.js Constructor: new vm.Script() Method
- Node.js script.createCachedData() Method
- Node.js script.runInContext() Method
- Node.js script.runInNewContext() Method
- Node.js script.runInThisContext() Method
VM Methods
Please Login to comment...