exportNames{string[]} Array of names that will be exported from the module.evaluateCallback{Function} Called when the module is evaluated.optionsidentifier{string} String used in stack traces. Default:'vm:module(i)'whereiis a context-specific ascending index.context{Object} The [contextified][] object as returned by thevm.createContext()method, to compile and evaluate thisModulein.
Creates a new SyntheticModule instance.
Objects assigned to the exports of this instance may allow importers of
the module to access information outside the specified context. Use
vm.runInContext() to create objects in a specific context.
