sealed class RuntimeEvent
BindingCalledEvent |
Notification is issued every time when binding is called. data class BindingCalledEvent : RuntimeEvent |
ConsoleAPICalledEvent |
Issued when console API was called. data class ConsoleAPICalledEvent : RuntimeEvent |
ExceptionRevokedEvent |
Issued when unhandled exception was revoked. data class ExceptionRevokedEvent : RuntimeEvent |
ExceptionThrownEvent |
Issued when exception was thrown and unhandled. data class ExceptionThrownEvent : RuntimeEvent |
ExecutionContextCreatedEvent |
Issued when new execution context is created. data class ExecutionContextCreatedEvent : RuntimeEvent |
ExecutionContextDestroyedEvent |
Issued when execution context is destroyed. data class ExecutionContextDestroyedEvent : RuntimeEvent |
ExecutionContextsClearedEvent |
Issued when all executionContexts were cleared in browser object ExecutionContextsClearedEvent : RuntimeEvent |
InspectRequestedEvent |
Issued when object should be inspected (for example, as a result of inspect() command line API call). data class InspectRequestedEvent : RuntimeEvent |