package vm
- Alphabetic
- By Inheritance
- vm
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
CodeGeneration extends Object
- Annotations
- @JSType()
-
trait
CompileFunctionOptions extends Object
- Annotations
- @JSType()
- type Context = Object
-
trait
CreateContextOptions extends Object
- Annotations
- @JSType()
-
trait
RunInContextOptions extends Object
- Annotations
- @JSType()
-
trait
RunInNewContextOptions extends Object
- Annotations
- @JSType()
-
class
Script extends Object
Contextify Script
Contextify Script
- Annotations
- @JSType() @native() @JSImport( "vm" , "Script" )
-
trait
ScriptOptions extends Object
- Annotations
- @JSType()
-
class
SyntheticModule extends Object
- Annotations
- @JSType()
-
trait
SyntheticModuleOptions extends Object
- Annotations
- @JSType()
-
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
- @JSType() @native()
- See also
https://nodejs.org/api/vm.html
-
trait
VMRunInContextOptions extends Object
- Annotations
- @JSType()
-
trait
VMRunInNewContextOptions extends Object
- Annotations
- @JSType()
Value Members
- object CodeGeneration
- object CompileFunctionOptions
- object CreateContextOptions
- object RunInContextOptions
- object RunInNewContextOptions
- object ScriptOptions
- object SyntheticModuleOptions
-
object
VM extends Object with VM
Virtual Machine Singleton
Virtual Machine Singleton
- Annotations
- @native() @JSImport( "vm" , JSImport.Namespace )
- object VMRunInContextOptions
- object VMRunInNewContextOptions