Expand description
Runtime domain types.
The Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects.
Structs§
- AddBinding
Params - Parameters for Runtime.addBinding.
- Binding
Called Event - Event: Runtime.bindingCalled
- Call
Argument - Call argument for callFunctionOn.
- Call
Frame - Stack trace entry.
- Call
Function OnParams - Parameters for Runtime.callFunctionOn.
- Call
Function OnResult - Result of Runtime.callFunctionOn.
- Console
ApiCalled Event - Event: Runtime.consoleAPICalled
- Evaluate
Params - Parameters for Runtime.evaluate.
- Evaluate
Result - Result of Runtime.evaluate.
- Exception
Details - Exception details.
- Exception
Thrown Event - Event: Runtime.exceptionThrown
- Execution
Context Created Event - Event: Runtime.executionContextCreated
- Execution
Context Description - Execution context description.
- Execution
Context Destroyed Event - Event: Runtime.executionContextDestroyed
- GetProperties
Params - Parameters for Runtime.getProperties.
- GetProperties
Result - Result of Runtime.getProperties.
- Internal
Property Descriptor - Internal property descriptor.
- Private
Property Descriptor - Private property descriptor.
- Property
Descriptor - Property descriptor.
- Release
Object Group Params - Parameters for Runtime.releaseObjectGroup.
- Release
Object Params - Parameters for Runtime.releaseObject.
- Remote
Object - Remote object value.
- Remove
Binding Params - Parameters for Runtime.removeBinding.
- Stack
Trace - Stack trace.
- Stack
Trace Id - Unique identifier of current debugger.
Enums§
- Console
ApiType - Console message type.
Type Aliases§
- Execution
Context Id - Unique execution context identifier.
- Script
Id - Unique script identifier.