data class ExecuteWasmEvaluatorResponse
Response type for the DebuggerDomain.executeWasmEvaluator command.
<init> |
Response type for the DebuggerDomain.executeWasmEvaluator command. ExecuteWasmEvaluatorResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null) |
exceptionDetails |
Exception details. val exceptionDetails: ExceptionDetails? |
result |
Object wrapper for the evaluation result. val result: RemoteObject |