Module runtime

Module runtime 

Source
Expand description

Runtime domain types.

The Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects.

Structs§

AddBindingParams
Parameters for Runtime.addBinding.
BindingCalledEvent
Event: Runtime.bindingCalled
CallArgument
Call argument for callFunctionOn.
CallFrame
Stack trace entry.
CallFunctionOnParams
Parameters for Runtime.callFunctionOn.
CallFunctionOnResult
Result of Runtime.callFunctionOn.
ConsoleApiCalledEvent
Event: Runtime.consoleAPICalled
EvaluateParams
Parameters for Runtime.evaluate.
EvaluateResult
Result of Runtime.evaluate.
ExceptionDetails
Exception details.
ExceptionThrownEvent
Event: Runtime.exceptionThrown
ExecutionContextCreatedEvent
Event: Runtime.executionContextCreated
ExecutionContextDescription
Execution context description.
ExecutionContextDestroyedEvent
Event: Runtime.executionContextDestroyed
GetPropertiesParams
Parameters for Runtime.getProperties.
GetPropertiesResult
Result of Runtime.getProperties.
InternalPropertyDescriptor
Internal property descriptor.
PrivatePropertyDescriptor
Private property descriptor.
PropertyDescriptor
Property descriptor.
ReleaseObjectGroupParams
Parameters for Runtime.releaseObjectGroup.
ReleaseObjectParams
Parameters for Runtime.releaseObject.
RemoteObject
Remote object value.
RemoveBindingParams
Parameters for Runtime.removeBinding.
StackTrace
Stack trace.
StackTraceId
Unique identifier of current debugger.

Enums§

ConsoleApiType
Console message type.

Type Aliases§

ExecutionContextId
Unique execution context identifier.
ScriptId
Unique script identifier.