package vm
- Alphabetic
- Public
- Protected
Type Members
- class CodeGeneration extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- class CompileFunctionOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- class CreateContextOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- class RunInContextOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- class RunInNewContextOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- class Script extends Object
Contextify Script
Contextify Script
- Annotations
- @RawJSType() @native() @JSImport("vm", "Script")
- trait ScriptContext extends Object
Script Context
Script Context
- Annotations
- @RawJSType() @native()
- class ScriptOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- trait VM extends Object
The vm module provides APIs for compiling and running code within V8 Virtual Machine contexts.
The vm module provides APIs for compiling and running code within V8 Virtual Machine contexts.
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/api/vm.html
- class VMRunInContextOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- class VMRunInNewContextOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()