()
| 154 | } |
| 155 | |
| 156 | getOuterSize() { |
| 157 | return Deno.core.opSync("op_window_outer_size", this.#rid); |
| 158 | } |
| 159 | |
| 160 | getScaleFactor() { |
| 161 | return Deno.core.opSync("op_window_scale_factor", this.#rid); |
nothing calls this directly
no outgoing calls
no test coverage detected