(title)
| 222 | } |
| 223 | |
| 224 | setTitle(title) { |
| 225 | Deno.core.opSync("op_window_set_title", [this.#rid, title]); |
| 226 | } |
| 227 | |
| 228 | setVisible(value) { |
| 229 | Deno.core.opSync("op_window_set_visible", [this.#rid, value]); |
nothing calls this directly
no outgoing calls
no test coverage detected