fs2.internal.jsdeps.node.inspectorMod.Runtime

Type members

Classlikes

@native @JSType
trait AwaitPromiseParameterType extends StObject
Companion
object
@native @JSType
trait AwaitPromiseReturnType extends StObject
Companion
object
@native @JSType
trait CallArgument extends StObject

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

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

Companion
object
object CallArgument
Companion
class
@native @JSType
trait CallFrame extends StObject

Stack entry for runtime errors and assertions.

Stack entry for runtime errors and assertions.

Companion
object
object CallFrame
Companion
class
@native @JSType
trait CallFunctionOnParameterType extends StObject
Companion
object
@native @JSType
trait CallFunctionOnReturnType extends StObject
Companion
object
@native @JSType
trait CompileScriptParameterType extends StObject
Companion
object
@native @JSType
trait CompileScriptReturnType extends StObject
Companion
object
@native @JSType
trait ConsoleAPICalledEventDataType extends StObject
Companion
object
@native @JSType
trait CustomPreview extends StObject
Companion
object
Companion
class
@native @JSType
trait EntryPreview extends StObject
Companion
object
object EntryPreview
Companion
class
@native @JSType
trait EvaluateParameterType extends StObject
Companion
object
@native @JSType
trait EvaluateReturnType extends StObject
Companion
object
Companion
class
@native @JSType
trait ExceptionDetails extends 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.

Companion
object
Companion
class
@native @JSType
trait ExceptionRevokedEventDataType extends StObject
Companion
object
@native @JSType
trait ExceptionThrownEventDataType extends StObject
Companion
object
@native @JSType
trait ExecutionContextCreatedEventDataType extends StObject
Companion
object
@native @JSType
trait ExecutionContextDescription extends StObject

Description of an isolated world.

Description of an isolated world.

Companion
object
@native @JSType
Companion
object
@native @JSType
trait GetPropertiesParameterType extends StObject
Companion
object
@native @JSType
trait GetPropertiesReturnType extends StObject
Companion
object
@native @JSType
trait GlobalLexicalScopeNamesParameterType extends StObject
Companion
object
@native @JSType
trait GlobalLexicalScopeNamesReturnType extends StObject
Companion
object
@native @JSType
trait InspectRequestedEventDataType extends StObject
Companion
object
@native @JSType
trait InternalPropertyDescriptor extends StObject

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

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

Companion
object
@native @JSType
trait ObjectPreview extends StObject

Object containing abbreviated remote object value.

Object containing abbreviated remote object value.

Companion
object
Companion
class
@native @JSType
trait PropertyDescriptor extends StObject

Object property descriptor.

Object property descriptor.

Companion
object
Companion
class
@native @JSType
trait PropertyPreview extends StObject
Companion
object
Companion
class
@native @JSType
trait QueryObjectsParameterType extends StObject
Companion
object
@native @JSType
trait QueryObjectsReturnType extends StObject
Companion
object
@native @JSType
trait ReleaseObjectGroupParameterType extends StObject
Companion
object
@native @JSType
trait ReleaseObjectParameterType extends StObject
Companion
object
@native @JSType
trait RemoteObject extends StObject

Mirror object referencing original JavaScript object.

Mirror object referencing original JavaScript object.

Companion
object
object RemoteObject
Companion
class
@native @JSType
trait RunScriptParameterType extends StObject
Companion
object
@native @JSType
trait RunScriptReturnType extends StObject
Companion
object
Companion
class
@native @JSType
Companion
object
@native @JSType
trait StackTrace extends StObject

Call frames for assertions or error messages.

Call frames for assertions or error messages.

Companion
object
object StackTrace
Companion
class
@native @JSType
trait StackTraceId extends StObject

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

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

Companion
object
object StackTraceId
Companion
class

Types

type ExecutionContextId = Double

Id of an execution context.

Id of an execution context.

type RemoteObjectId = String

Unique object identifier.

Unique object identifier.

type ScriptId = String

Unique script identifier.

Unique script identifier.

type Timestamp = Double

Number of milliseconds since epoch.

Number of milliseconds since epoch.

type UniqueDebuggerId = String

Unique identifier of current debugger.

Unique identifier of current debugger.

type UnserializableValue = String

Primitive value which cannot be JSON-stringified.

Primitive value which cannot be JSON-stringified.