Runtime - Node documentation
namespace Runtime

Usage in Deno

import { Runtime } from "node:inspector";

Interfaces

I
Runtime.AwaitPromiseParameterType
No documentation available
I
Runtime.AwaitPromiseReturnType
No documentation available
I
Runtime.CallArgument

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

I
Runtime.CallFrame

Stack entry for runtime errors and assertions.

I
Runtime.CallFunctionOnParameterType
No documentation available
I
Runtime.CallFunctionOnReturnType
No documentation available
I
Runtime.CompileScriptParameterType
No documentation available
I
Runtime.CompileScriptReturnType
No documentation available
I
Runtime.ConsoleAPICalledEventDataType
No documentation available
I
Runtime.CustomPreview
No documentation available
I
Runtime.EntryPreview
No documentation available
I
Runtime.EvaluateParameterType
No documentation available
I
Runtime.EvaluateReturnType
No documentation available
I
Runtime.ExceptionDetails

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

I
Runtime.ExceptionRevokedEventDataType
No documentation available
I
Runtime.ExceptionThrownEventDataType
No documentation available
I
I
Runtime.ExecutionContextDescription

Description of an isolated world.

I
Runtime.GetPropertiesParameterType
No documentation available
I
Runtime.GetPropertiesReturnType
No documentation available
I
I
Runtime.GlobalLexicalScopeNamesReturnType
No documentation available
I
Runtime.InspectRequestedEventDataType
No documentation available
I
Runtime.InternalPropertyDescriptor

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

I
Runtime.ObjectPreview

Object containing abbreviated remote object value.

I
Runtime.PropertyDescriptor

Object property descriptor.

I
Runtime.PropertyPreview
No documentation available
I
Runtime.QueryObjectsParameterType
No documentation available
I
Runtime.QueryObjectsReturnType
No documentation available
I
Runtime.ReleaseObjectGroupParameterType
No documentation available
I
Runtime.ReleaseObjectParameterType
No documentation available
I
Runtime.RemoteObject

Mirror object referencing original JavaScript object.

I
Runtime.RunScriptParameterType
No documentation available
I
Runtime.RunScriptReturnType
No documentation available
I
Runtime.StackTrace

Call frames for assertions or error messages.

I
Runtime.StackTraceId

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.

Type Aliases

T
Runtime.ExecutionContextId

Id of an execution context.

T
Runtime.RemoteObjectId

Unique object identifier.

T
Runtime.ScriptId

Unique script identifier.

T
Runtime.Timestamp

Number of milliseconds since epoch.

T
Runtime.UniqueDebuggerId

Unique identifier of current debugger.

T
Runtime.UnserializableValue

Primitive value which cannot be JSON-stringified.