org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv

DOMNodeRunner

class DOMNodeRunner extends ExtRunner with AbstractDOMNodeRunner

Attributes
protected
Linear Supertypes
AbstractDOMNodeRunner, JSDOMNodeJSEnv.AbstractNodeRunner, JSDOMNodeJSEnv.ExtRunner, JSRunner, JSDOMNodeJSEnv.AbstractExtRunner, JSInitFiles, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DOMNodeRunner
  2. AbstractDOMNodeRunner
  3. AbstractNodeRunner
  4. ExtRunner
  5. JSRunner
  6. AbstractExtRunner
  7. JSInitFiles
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DOMNodeRunner(files: Seq[VirtualJSFile])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def codeWithJSDOMContext(): Seq[VirtualJSFile]

    Attributes
    protected
    Definition Classes
    AbstractDOMNodeRunner
  9. def console: JSConsole

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  10. final def customInitFiles(): Seq[VirtualJSFile]

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fixPercentConsole(): Seq[VirtualJSFile]

    Attributes
    protected
    Definition Classes
    AbstractNodeRunner
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getJSFiles(): Seq[VirtualJSFile]

    All the JS files that are passed to the VM.

    All the JS files that are passed to the VM.

    This method can overridden to provide custom behavior in subclasses.

    This method is overridden in JSDOMNodeJSEnv so that user-provided JS files (excluding "init" files) are executed as *scripts* within the jsdom environment, rather than being directly executed by the VM.

    The value returned by this method in JSDOMNodeJSEnv is initFiles() ++ customInitFiles() ++ codeWithJSDOMContext().

    Attributes
    protected
    Definition Classes
    AbstractDOMNodeRunner → AbstractExtRunner
  17. def getScriptsJSFiles(): Seq[VirtualJSFile]

    JS files to be loaded via scripts in the jsdom environment.

    JS files to be loaded via scripts in the jsdom environment.

    This method can be overridden to provide a different list of scripts.

    The default value in JSDOMNodeJSEnv is files.

    Attributes
    protected
    Definition Classes
    AbstractDOMNodeRunner
  18. def getVMArgs(): Seq[String]

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  19. def getVMEnv(): Map[String, String]

    Attributes
    protected
    Definition Classes
    AbstractNodeRunner → AbstractExtRunner
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def initFiles(): Seq[VirtualJSFile]

    Attributes
    protected
    Definition Classes
    AbstractNodeRunner → JSInitFiles
  22. def installSourceMap(): Seq[VirtualJSFile]

    Attributes
    protected
    Definition Classes
    AbstractNodeRunner
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val libCache: VirtualFileMaterializer

    Attributes
    protected[this]
    Definition Classes
    AbstractNodeRunner
  25. def logger: Logger

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. final def pipeToConsole(in: InputStream, console: JSConsole): Unit

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  30. final def pipeVMData(vmInst: Process): Unit

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  31. def run(logger: Logger, console: JSConsole): Unit

    Definition Classes
    ExtRunner → JSRunner
  32. def runtimeEnv(): Seq[VirtualJSFile]

    Attributes
    protected
    Definition Classes
    AbstractNodeRunner
  33. final def sendJS(files: Seq[VirtualJSFile], out: Writer): Unit

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  34. final def sendJS(files: Seq[VirtualJSFile], out: OutputStream): Unit

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  35. def sendVMStdin(out: OutputStream): Unit

    Attributes
    protected
    Definition Classes
    AbstractDOMNodeRunner → AbstractExtRunner
  36. def setupLoggerAndConsole(logger: Logger, console: JSConsole): Unit

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  37. def startVM(): Process

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def waitForVM(vmInst: Process): Unit

    Attributes
    protected
    Definition Classes
    AbstractExtRunner
  44. def writeJSFile(file: VirtualJSFile, writer: Writer): Unit

    Attributes
    protected
    Definition Classes
    AbstractNodeRunner → AbstractExtRunner

Inherited from AbstractDOMNodeRunner

Inherited from JSDOMNodeJSEnv.AbstractNodeRunner

Inherited from JSDOMNodeJSEnv.ExtRunner

Inherited from JSRunner

Inherited from JSDOMNodeJSEnv.AbstractExtRunner

Inherited from JSInitFiles

Inherited from AnyRef

Inherited from Any

Ungrouped