Packages

package vm

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. vm
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CodeGeneration extends Object
    Annotations
    @JSType()
  2. trait CompileFunctionOptions extends Object
    Annotations
    @JSType()
  3. type Context = Object
  4. trait CreateContextOptions extends Object
    Annotations
    @JSType()
  5. trait RunInContextOptions extends Object
    Annotations
    @JSType()
  6. trait RunInNewContextOptions extends Object
    Annotations
    @JSType()
  7. class Script extends Object

    Contextify Script

    Contextify Script

    Annotations
    @JSType() @native() @JSImport("vm", "Script")
  8. trait ScriptOptions extends Object
    Annotations
    @JSType()
  9. class SyntheticModule extends Object
    Annotations
    @JSType()
  10. trait SyntheticModuleOptions extends Object
    Annotations
    @JSType()
  11. 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

  12. trait VMRunInContextOptions extends Object
    Annotations
    @JSType()
  13. trait VMRunInNewContextOptions extends Object
    Annotations
    @JSType()

Value Members

  1. object CodeGeneration
  2. object CompileFunctionOptions
  3. object CreateContextOptions
  4. object RunInContextOptions
  5. object RunInNewContextOptions
  6. object ScriptOptions
  7. object SyntheticModuleOptions
  8. object VM extends Object with VM

    Virtual Machine Singleton

    Virtual Machine Singleton

    Annotations
    @native() @JSImport("vm", JSImport.Namespace)
  9. object VMRunInContextOptions
  10. object VMRunInNewContextOptions

Inherited from AnyRef

Inherited from Any

Ungrouped