Skip to content
ArrestedDevelopment edited this page Mar 29, 2015 · 1 revision

In V8, a context is an execution environment that allows separate, unrelated, JavaScript applications to run in a single instance of V8. You must explicitly specify the context in which you want any JavaScript code to be run.

Clone this wiki locally