Skip to main content

useGlobal

property REPLServer.prototype.useGlobal

Specified in the REPL options, this is a value indicating whether the default eval function will use the JavaScript global as the context as opposed to creating a new separate context for the REPL instance.

boolean
Back to top