Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.7K+ articles
Node.js
3.0K+ articles
Node.js- script-module
3 posts
Recent Articles
Popular Articles
Node.js script.runInNewContext() Method
Last Updated: 28 April 2025
The script.runInNewContext() method first contextifies the stated contextObject, runs the compiled code inside the vm.Script object within the context created and then ret...
read more
Web Technologies
Node.js
Node.js- script-module
Node.js script.runInContext() Method
Last Updated: 28 April 2025
The script.runInContext() method is used to run the compiled code which is present inside the vm.Script object within the stated contextifiedObject and returns the output....
read more
Web Technologies
Node.js
Node.js- script-module
Node.js | script.runInThisContext() Method
Last Updated: 02 April 2020
The script.runInThisContext() method runs the compiled code present inside the vm.Script within the context of the current global object. Moreover, running code has no acc...
read more
Web Technologies
Node.js
Node.js- script-module