(value)
| 218 | } |
| 219 | |
| 220 | setResizable(value) { |
| 221 | Deno.core.opSync("op_window_set_resizable", [this.#rid, value]); |
| 222 | } |
| 223 | |
| 224 | setTitle(title) { |
| 225 | Deno.core.opSync("op_window_set_title", [this.#rid, title]); |
nothing calls this directly
no outgoing calls
no test coverage detected