Package

io.scalajs.nodejs

vm

Permalink

package vm

Visibility
  1. Public
  2. All

Type Members

  1. class ContextOptions extends Object

    Permalink

    Script Context Options

    Script Context Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  2. trait ContextifyScript extends Object

    Permalink

    Contextify Script

    Contextify Script

    Annotations
    @RawJSType() @native()
  3. trait ScriptContext extends Object

    Permalink

    Script Context

    Script Context

    Annotations
    @RawJSType() @native()
  4. class ScriptOptions extends Object

    Permalink

    Script Options

    Script Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  5. trait VM extends Object

    Permalink

    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

Value Members

  1. object VM extends Object with VM

    Permalink

    Virtual Machine Singleton

    Virtual Machine Singleton

    Annotations
    @native() @JSImport( "vm" , JSImport.Namespace )

Ungrouped