data class GetScriptSourceResponse
Response type for the DebuggerDomain.getScriptSource command.
<init> |
Response type for the DebuggerDomain.getScriptSource command. GetScriptSourceResponse(scriptSource: String, bytecode: String? = null) |
bytecode |
Wasm bytecode. val bytecode: String? |
scriptSource |
Script source (empty in case of Wasm bytecode). val scriptSource: String |