package Runtime

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Runtime
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AwaitPromiseParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  2. trait AwaitPromiseReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  3. trait CallArgument extends Object with StObject

    Represents function call argument.

    Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.

    Annotations
    @JSType() @native()
  4. trait CallFrame extends Object with StObject

    Stack entry for runtime errors and assertions.

    Stack entry for runtime errors and assertions.

    Annotations
    @JSType() @native()
  5. trait CallFunctionOnParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  6. trait CallFunctionOnReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  7. trait CompileScriptParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  8. trait CompileScriptReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  9. trait ConsoleAPICalledEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  10. trait CustomPreview extends Object with StObject

    Annotations
    @JSType() @native()
  11. trait EntryPreview extends Object with StObject

    Annotations
    @JSType() @native()
  12. trait EvaluateParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  13. trait EvaluateReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  14. trait ExceptionDetails extends Object with StObject

    Detailed information about exception (or error) that was thrown during script compilation or execution.

    Detailed information about exception (or error) that was thrown during script compilation or execution.

    Annotations
    @JSType() @native()
  15. trait ExceptionRevokedEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  16. trait ExceptionThrownEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  17. trait ExecutionContextCreatedEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  18. trait ExecutionContextDescription extends Object with StObject

    Description of an isolated world.

    Description of an isolated world.

    Annotations
    @JSType() @native()
  19. trait ExecutionContextDestroyedEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  20. type ExecutionContextId = Double

    Id of an execution context.

  21. trait GetPropertiesParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  22. trait GetPropertiesReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  23. trait GlobalLexicalScopeNamesParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  24. trait GlobalLexicalScopeNamesReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  25. trait InspectRequestedEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  26. trait InternalPropertyDescriptor extends Object with StObject

    Object internal property descriptor.

    Object internal property descriptor. This property isn't normally visible in JavaScript code.

    Annotations
    @JSType() @native()
  27. trait ObjectPreview extends Object with StObject

    Object containing abbreviated remote object value.

    Object containing abbreviated remote object value.

    Annotations
    @JSType() @native()
  28. trait PropertyDescriptor extends Object with StObject

    Object property descriptor.

    Object property descriptor.

    Annotations
    @JSType() @native()
  29. trait PropertyPreview extends Object with StObject

    Annotations
    @JSType() @native()
  30. trait QueryObjectsParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  31. trait QueryObjectsReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  32. trait ReleaseObjectGroupParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  33. trait ReleaseObjectParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  34. trait RemoteObject extends Object with StObject

    Mirror object referencing original JavaScript object.

    Mirror object referencing original JavaScript object.

    Annotations
    @JSType() @native()
  35. type RemoteObjectId = java.lang.String

    Unique object identifier.

  36. trait RunScriptParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  37. trait RunScriptReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  38. type ScriptId = java.lang.String

    Unique script identifier.

  39. trait SetCustomObjectFormatterEnabledParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  40. trait StackTrace extends Object with StObject

    Call frames for assertions or error messages.

    Call frames for assertions or error messages.

    Annotations
    @JSType() @native()
  41. trait StackTraceId extends Object with StObject

    If debuggerId is set stack trace comes from another debugger and can be resolved there.

    If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages.

    Annotations
    @JSType() @native()
  42. type Timestamp = Double

    Number of milliseconds since epoch.

  43. type UniqueDebuggerId = java.lang.String

    Unique identifier of current debugger.

  44. type UnserializableValue = java.lang.String

    Primitive value which cannot be JSON-stringified.

Inherited from AnyRef

Inherited from Any

Ungrouped